
 /* ============================================================================ 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: transparent 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) repeat-y 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:none;
 }
 
.ctrContentSpacerTop {
	padding:7px 0px 8px 0px;
	background: transparent url(/Assets/Images/Interface/Themes/Brown//ContentSpacerTopOr.jpg) no-repeat top left;
}
 
.ctrContent {
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Brown/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/Brown/ContentSpacerBottom.jpg) no-repeat top left;
}

.ctrPaging {
	text-align:center;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 2px dotted #85b4c5;
	border-bottom: 2px dotted #85b4c5;
}
 
.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;
}

.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/Brown/NoItemsFound.jpg) no-repeat top center;
}
 

 /* ============================================================================ SPECIFIC ================================================================= */
 
/* --- PICTURES --- */

.ctrGalleryWrapper {
	float:left;
	margin: 15px 6px 15px 0px;
	padding:2px;
	background:#85b4c5;
}

.ctrGalleryWrapper img {
	border:0px;
}

.ctrGalleryTitle {
	background:#85b4c5;
	padding:5px;
	text-align:center;
}

.ctrGalleryTitle a {	
	color:#ffffff;
	text-decoration:none;
}

.ctrThumbWrapper {	
	float:left;
	margin: 7px 7px 0px 0px;
	padding:2px;
	background:#b1d8e6;
}

.ctrThumbWrapper img {
	border:0px;
}

.ctrMainImage {
	width:435px;
	text-align:center;
	margin:0px auto 0px auto;
}

.ctrMainImage img {
	border:3px solid #b1d8e6;
}

.ctrMainImageText {
	width:421px;
	padding:10px;
	color:#35546a;
	text-align:center;
	margin:20px auto 0px auto;
	font: 9pt/11pt "Trebuchet MS";
}
