
 /* ============================================================================ BROWN THEME =============================================================== */
 
/* ----- REDEFINE DEFAULT ----- */


 /* ----- NAVIGATION ----- */
 
 .ctrNavigation {
 	text-align:right;
	margin:0px 50px 0px 0px;
 	padding:60px 0px 5px 0px;
 }
 
 .ctrNavigationHref {
 	color:#35546a;
	font-weight:bold;
	text-decoration:none;
 }
 
 .ctrNavigationHrefActive {
 	color:#85b4c5;
	font-weight:bold;
	text-decoration:none;
 }
 
 .ctrNavigation a:hover {
 	color:#85b4c5;
	font-weight:bold;
	text-decoration:none;
 }
 
 
 /* ----- CONTAINERS ----- */
 
html, body {
	height:100%; 
	color:#676767;
	font-size: 9pt;
	font-family:Arial;
	text-align:center;
	margin:0px 0px 0px 0px;
	background: #afcfdc url(/Assets/Images/Interface/Themes/Blue/BodyBg.jpg) repeat-x top left;
}

.ctrWrapper {
 	width: 850px;
	height:100%; 
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Blue/WrapperBg.jpg) repeat-y top left;
 }

.ctrSpacer {
	height:100px;
}
 
.ctrHeader {
 	height: 140px;
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Blue//HeaderBg.jpg) no-repeat top left;
 }
 
.ctrDisplay {
 	display:none;
 }
 
.ctrContentSpacerTop {
	padding:7px 0px 8px 0px;
	background: transparent url(/Assets/Images/Interface/Themes/Blue//ContentSpacerTop.jpg) no-repeat top left;
}
 
.ctrContent {
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Blue//ContentBg.gif) repeat-y top left;
 }
 
.ctrContentLeft {
 	float:left;
 	width:290px;
	text-align:left;
 	margin: 0px 0px 0px 40px;
 }
 
.ctrContentRight {
 	float:left;
 	width:440px;
	text-align:left;
 	margin: 0px 0px 0px 35px;
 }
 
.ctrContentSpacerBottom {
	padding:15px 0px 15px 0px;
	background: transparent url(/Assets/Images/Interface/Themes/Blue/ContentSpacerBottom.jpg) no-repeat top left;
}

.ctrPaging {
	text-align:center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px dotted #85b4c5;
}
 
.ctrFooter {
	color:#669fb7;
	text-align:right;
	padding: 5px 35px 5px 0px;
	background: transparent url(/Assets/Images/Interface/Themes/Blue/FooterBg.gif) repeat-y top left;
}

.ctrFooter a {
	color:#669fb7;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

.ctrFooter a:hover {
	color:#4d7b8f;
	text-decoration:none;
}

.ctrPaging a {
	font-size: 9pt;
	font-family:Arial;
	text-decoration:none;
}

.ctrPaging a:hover {
	font-size: 9pt;
	font-family:Arial;
	text-decoration:none;
}

.ctrNoItemsFound {
	text-align:center;
	padding:25px 0px 25px 0px;
	margin:50px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Blue/NoItemsFound.jpg) no-repeat top center;
}


 /* ============================================================================ SPECIFIC ================================================================= */

 /* --- PARTNERS --- */
 
.partnerWrapper {
	width:425px;
	padding:0px 0px 13px 0px;
	margin:10px 0px 0px 0px;
	border-bottom: 2px dotted #85b4c5;	
}

.partnerLogo {
	float:left;
	width:85px;
	height:85px;
	margin:0px 20px 0px 0px;
}

.partnerLogo img {
	border:2px solid #b1d8e6;
}

.partnerCredits {
	float:left;
	min-height:85px;
	width:300px;
}

.partnerCredits h1 {
	margin:0px 0px 0px 0px;
	color:#676767;
	font: 1.5em "Trebuchet MS";
	
}

.partnerCredits p {
	margin:0px 0px 5px 0px;
	
}

.partnerCredits a {
	color:#669fb7;
	text-decoration:none;
	
}

.partnerCredits a:hover {
	color:#4d7b8f;
	text-decoration:underline;
	
}

/* --- NEWS --- */

.newsWrapper {
	margin:10px auto 0px auto;
	padding:0px 0px 10px 0px;
	border-bottom: 2px dotted #85b4c5;	
}

.newsImageCell {
	width: 115px;
	vertical-align:top;
}

.newsImage {
	border:2px solid #b1d8e6;
}

.newsTextCell {
	text-align:justify;
	vertical-align:top;
}

.newsTextCell p {
	margin-top:0px;
}

 /* ============================================================================ CONTACT ================================================================= */
 
 .ctrForm {
 	padding:10px 0px 0px 0px;
 	margin: 20px 0px 0px 0px;	
	border-top: 2px dotted #85b4c5;
 }

.ctrFieldCheck {
	color: #ff8400;
	font-weight:bold;
 	padding: 5px 0px 5px 120px;
	font: 1.0em "Trebuchet MS";
}

.ctrAlert {
	color:#676767;
	font-weight:bold;
 	padding: 5px 0px 5px 120px;
	font: 1.0em "Trebuchet MS";
}
