
/* ============================================================================ BROWN THEME =============================================================== */
 
/* ----- REDEFINE DEFAULT ----- */

h1  {
	color:#c9b692;
}
 
h3  {
	color:#c9b692;
}
 
hr {	
	border-bottom: 2px dotted #c9b692;
}


/* ----- 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%; /* this is the key! */ 
	color:#676767;
	font-size: 9pt;
	font-family:Arial;
	text-align:center;
	margin:0px 0px 0px 0px;
	background: #bbe2dd url(/Assets/Images/Interface/Themes/Maroon/BodyBg.jpg) repeat-x top left;
}

.ctrWrapper {
 	width: 850px;
	height:100%; 
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Maroon/WrapperBg.jpg) repeat-y top left;
 }

.ctrSpacer {
	height:100px;
}
 
.ctrHeader {
 	height: 140px;
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Maroon//HeaderBg.jpg) no-repeat top left;
 }
 
.ctrDisplay {
 	display:none;
 }
 
.ctrContentSpacerTop {
	padding:7px 0px 8px 0px;
	background: transparent url(/Assets/Images/Interface/Themes/Maroon//ContentSpacerTop.jpg) no-repeat top left;
}
 
.ctrContent {
	margin:0px auto 0px auto;
	background: transparent url(/Assets/Images/Interface/Themes/Maroon//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/Maroon/ContentSpacerBottom.jpg) no-repeat top left;
}
 
.ctrFooter {
	color:#8cb9a4;
	text-align:right;
	padding: 5px 35px 5px 0px;
	background: transparent url(/Assets/Images/Interface/Themes/Maroon/FooterBg.gif) repeat-y top left;
}

.ctrFooter a {
	color:#8cb9a4;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

.ctrFooter a:hover {
	color:#507a67;
	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 ================================================================= */

.partnerWrapper {
	width:425px;
	padding:0px 0px 13px 0px;
	margin:10px 0px 0px 0px;
	border-bottom: 2px dotted #c9b692;	
}

.partnerLogo {
	float:left;
	width:85px;
	height:85px;
	margin:0px 20px 0px 0px;
}

.partnerLogo img {
	border:2px solid #c9b692;
}

.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:#8cb9a4;
	text-decoration:none;
	
}

.partnerCredits a:hover {
	color:#507a67;
	text-decoration:underline;
	
}
