/* 
================================
 Container Styles for DotNetNuke
================================
primary - #0D114B
secondary - #25658C
*/    

.containerMasterContent {
	width: 100%;
}
.containerMaster {
	width: 100%;
}
.containerMasterContentDark {
	width: 100%;
	background-color: #ffffff;
	border-right: #000033 1px solid; 
	border-top: #000033 1px solid; 
	border-left: #000033 1px solid; 
	border-bottom: #000033 1px solid; 
}
.containerMasterMedium {
	width: 160px;
	background-color: #ffffff;
	border-right: #0D114B 1px solid; 
	border-top: #0D114B 1px solid; 
	border-left: #0D114B 1px solid; 
	border-bottom: #0D114B 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; 
}
.containerLinksModule {
	width: 100%;
	background-color: #ffffff;
}
.headerLinksModule {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 0px;
    border-bottom: #666666 1px dotted;
}
.titleLinksModule {
    color: #333333;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
}
.contentLinksModule {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}
.footerLinksModule {
    background-color: #E4DFCD;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.mediumHeader {
    width: 100%;
    height: 30px;
    background-color: #66A6D3;
    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: #66A6D3;
    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: #D9EEFD;
    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: #2F0D51;
    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: #193A6B;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana, Arial, Helvetica;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}








