
 /* ============================================================================ BROWN THEME =============================================================== */
 
 /* ----- NAVIGATION ----- */
 
 .ctrNavigation {
 	text-align:right;
	margin:0px 50px 0px 0px;
 	padding:60px 0px 5px 0px;
 }
 
 .ctrNavigationHref {
 	color:#35546a;
	font-weight:bold;
	text-decoration:none;
	/*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
 }
 
 .ctrNavigationHrefActive {
 	color:#85b4c5;
	font-weight:bold;
	text-decoration:none;
	/*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
 }
 
 .ctrNavigation a:hover {
 	color:#85b4c5;
	font-weight:bold;
	text-decoration:none;
	/*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
 }
 
 
 /* ----- CONTAINERS ----- */
 
html, body {
	height:100%;
	color:#676767;
	font-size: 9pt;
	font-family:Arial;
	text-align:center;
	margin:0px 0px 0px 0px;
	background: #e2d6bc url(/Assets/Images/Interface/Themes/Brown/BodyBg.jpg) repeat-x top left;
}

.ctrWrapper {
 	width: 850px;
	height:100%; 
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Brown/WrapperBg.jpg) no-repeat top left;
 }

.ctrSpacer {
	height:100px;
}
 
.ctrHeader {
 	height: 140px;
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Brown/HeaderBg.jpg) no-repeat top left;
 }
 
.ctrDisplay {
 	display:block;
 }
 
.ctrContentSpacerTop {
	padding:7px 0px 8px 0px;
	background: transparent url(/Assets/Images/Interface/Themes/Brown/ContentSpacerTop.jpg) no-repeat top left;
}
 
.ctrContent {
	margin:0px auto 0px auto;
	background: #e2d6bc url(/Assets/Images/Interface/Themes/Brown/ContentBg.gif) repeat-y top left;
 }
 
.ctrContentLeft {
 	float:left;
 	width:285px;
	text-align:left;
 	margin: 0px 0px 0px 50px;
 }
 
.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/Brown/ContentSpacerBottom.jpg) no-repeat top left;
}
 
.ctrFooter {
	color:#b8a37b;
	text-align:right;
	padding: 5px 35px 5px 0px;
	background: transparent url(/Assets/Images/Interface/Themes/Brown/FooterBg.gif) repeat-y top left;
}

.ctrFooter a {
	color:#b8a37b;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

.ctrFooter a:hover {
	color:#655a44;
	text-decoration:none;
}

.ctrNoItemsFound {
	text-align:center;
	padding:25px 0px 25px 0px;
	margin:20px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Brown/NoItemsFound.jpg) no-repeat top center;
}
 

 /* ============================================================================ SPECIFIC ================================================================= */
 
/* --- 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;
}

/* --- PICTURES --- */

.ctrThumbWrapper {
	float:left;
	margin: 7px 6px 0px 0px;
	padding:2px;
	background:#b1d8e6;
}

.ctrThumbWrapper img {
	border:0px;
}