/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerMasterContent {
	width: 100%;
}
.containerMaster {
	width: 100%;
}
.containerMasterMedium {
	width: 160px;
	background-color: #ffffff;
	border-right: #0066cc 1px solid; 
	border-top: #0066cc 1px solid; 
	border-left: #0066cc 1px solid; 
	border-bottom: #0066cc 1px solid; 
}
.containerMasterDark {
	width: 160px;
	background-color: #ffffff;
	border-right: #000033 1px solid; 
	border-top: #000033 1px solid; 
	border-left: #000033 1px solid; 
	border-bottom: #000033 1px solid; 
}
.mediumHeader {
    width: 100%;
    height: 30px;
    background-color: #0066cc;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
}
.mediumFooter {
    width: 100%;
    height: 10px;
    background-color: #0066cc;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-weight: bold;
    border-top: solid 1px #ffffff;
}
.darkHeader {
    width: 100%;
    height: 30px;
    background-color: #003A63;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
}
.darkFooter {
    width: 100%;
    height: 10px;
    background-color: #003A63;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-weight: bold;
    border-top: solid 1px #ffffff;
}
.mediumContent {
    width: 100%;
    background-color: #B3D3E9;
    color: #000000;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}
.lightHeader {
    width: 100%;
    height: 30px;
    background-color: #83B6C1;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
}
.lightFooter {
    width: 100%;
    height: 10px;
    background-color: #83B6C1;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    color: #ffffff;
    font-weight: bold;
    border-top: solid 1px #ffffff;
}
.dashedHeader {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    border-top: dashed 1px #000000;
}
.solidHeader {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    border-top: solid 1px #000000;
}
.header {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
}
.lightContent {
    width: 100%;
    background-color: #D9EBEE;
    color: #000000;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}
.whiteContent {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}
.dashedContent {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    border-bottom: dashed 1px #000000;
}
.solidContent {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px #000000;
}
.whiteTitle {
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
}
.mediumTitle {
    color: #0066cc;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
}
.darkTitle {
    color: #000033;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
}
.mediumContentTitle {
    color: #0066cc;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana, Arial, Helvetica;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

