/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #FFF;
	border-right: #000066 1px solid; 
	border-top: #000066 1px solid; 
	border-left: #000066 1px solid; 
	border-bottom: #000066 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1 {
	border-bottom: #000066 1px solid;
	background-color: #FFF;
}
.containerrow1_blue {
	border-bottom: #000066 4px solid;
	background-color: #BBBBCC;
}
.containerrow2 {
	background-color: #ffffff;	
}
.containerrow2_gradient {
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.containerrow3 {
	background-color: #ffffff;
}
.containerrow3_transparent {
	background-color: transparent;	
}
.containermaster_transparent {
	width: 100%;
	background-color: transparent;
}
.headerrow_silver {
	background-image: url(headerSilver.gif);
	background-repeat: repeat-x;
}
.head {
	color: #000;
	font-size:smaller;
}
.inputforms
{
	line-height: 24px;
	vertical-align: top;
}
.spacerrow{
	height: 15px;
}
.grayheader
{	background-color:#acacac;
	border: solid 1px #ccccc;
}


/* start of new styles */
.tboxH
{    
    background: url(/portals/3/Containers/ISN/headerGray.gif) repeat-x left top;
    border-top: #ccd6db 1px solid;
    border-right: #ccd6db 1px solid;
    border-bottom: 0px;
    border-left: #ccd6db 1px solid;    
    padding: 0px 5px 0px 5px;
    color: #424858;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

.tboxB
{
    padding: 10px 10px 20px 10px;
    border-top: 0px;
    border-right: #ccd6db 1px solid;
    border-bottom: #ccd6db 1px solid;
    border-left: #ccd6db 1px solid;    
}

