/* Shared CSS */

body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	color: #383639;
	background: url("../../images/globals/bg_page.gif") repeat-x top left;
}
/* edit styles just for complete pages, so included here */
.fade { background:#ffffff;filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40; }
/* end edit styles */

#container {
	width: 960px;
	margin:0;
}
#main {
	clear: both;
	width: 960px;
}
#main #newsTicker {
	background: url("../../images/globals/bg_newsticker.png") no-repeat top left;
	margin-top: 15px;
	padding: 5px 15px 0px 15px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	height: 30px;
}
#main #newsTicker a {
	text-decoration: none;
	color: #ffffff;
}
#main #newsTicker a:hover {
	color: #d6bac6;
}
#newsTicker #newsLeft {
	float: left;
	width: 500px;
}
#newsTicker #newsRight {
	float: right;
	width: 360px;
}


/* ------- Image header link to home --------- */
#img h1 {
	display: block;
	margin-top: 0px;
}
#img h1 span {
	display: none;
}
#img h1 a {
	display: block;
	width: 250px;
	height:130px;
	text-decoration:none;
}



/* ------- Content styles --------- */
#main #content {
	float: left;
	position: relative;
	width: 500px;
	border-top: 1px solid #421439;
	background: #ffffff;
	margin-top: 20px;
	padding: 20px;
}
#main #wideContent {
	float: left;
	position: relative;
	width: 725px;
	border-top: 1px solid #421439;
	background: #ffffff;
	margin-top: 20px;
	padding: 20px;
}
#content h1, #wideContent h1 {
	font: 2.4em Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	color: #5f0754;
}
#content h2, #wideContent h2 {
	font: 1.6em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #5f0754;
	margin-top: 10px;
	margin-bottom: -10px;
}
#content h2 a, #wideContent h2 a {
	color: #5f0754;
	text-decoration: none;
}
#content h3, #wideContent h3 {
	border-top: 1px solid #dedfde;
	padding-top: 5px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #5f0754;
	margin-bottom: -10px;
}
#content h3 a, #wideContent h3 a {
	color: #5f0754;
	text-decoration: none;	
}
#content h4, #wideContent h4 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #5f0754;
	margin-bottom: -5px;
}
#content h4, #wideContent h4 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #5f0754;
	margin-bottom: -5px;
}
#content h4 a, #wideContent h4 a {
	color: #5f0754;
	text-decoration: none;
}
#content h2 a:hover, #wideContent h2 a:hover, #content h3 a:hover, #wideContent h3 a:hover, #content h4 a:hover, #wideContent h4 a:hover {
	color: #9b1444;
}
#content p, #content li, #wideContent p, #wideContent li {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	color: #383639;
}
#content a, #wideContent a {
	color: #9b1444;
	text-decoration: underline;
}
#content a:hover, #wideContent a:hover {
	color: #999999;
}



/* ------- Sidebar styles --------- */
#main #sidebar {
	float: left;
	position: relative;
	width: 210px;
	margin: 20px 0 15px 15px;
}
#sidebar .shadow {
	width:210px;
	background: url("../../images/globals/bg_dropshadow.png") bottom right;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#sidebar .module {
	width: 200px;
	background: url("../../images/globals/bg_modulearrow.gif") top left no-repeat #ffffff;
	border-top: 1px solid #006d73;
	padding-bottom: 10px;
}
#sidebar h5 {
	font: 2.2em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #006d73;
	margin: 12px 10px 2px 25px;
	line-height:1.0em;
}
#sidebar h5 a {
	color: #006d73;
	text-decoration:none;
}
#sidebar h5 a:hover {
	color: #84d3de;
	text-decoration:none;
}
#sidebar p {
	font: 1.1em Arial, Helvetica, sans-serif;
	margin: 0px 10px 0px 25px;
	color: #7b757b;
}
#sidebar p a {
	color: #7b757b;
	text-decoration:none;
}
#sidebar p a:hover {
	color: #383639;
}
#sidebar img {
	margin: 10px 0 5px 25px;
}
#sidebar .module-persistent {
	width: 200px;
	background-color: #ffffff;
	border-top: 1px solid #006d73;
	padding-bottom: 10px;
}
#sidebar .module-persistent h6 {
	font: 1.2em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #5f0754;
	margin: 12px 0px 0px 10px;
}
#sidebar .module-persistent p {
	font: italic 1.0em Georgia, "Times New Roman", Times, serif;
	color: #7b757b;
	margin: 10px;
}



/* ------- Footer styles --------- */
#footer {
	clear: both;
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #7b757b;
	margin-bottom: 30px;
}
#footer #badges {
	float: left;
	position: relative;
	width: 160px;
	margin: 0 15px 0 15px;
	border-top: 1px dotted #7b757b;
}
#badges .badge {
	border-bottom: 1px dotted #7b757b;
	padding: 4px 0px 4px 0px;
}
.badge img {
	padding: 0 3px 0 10px;
	vertical-align:middle;
}
.badge a {
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #7b757b;
	text-decoration:none;
}
.badge a:hover {
	color: #383639;
	text-decoration:none;
}
#footer #info {
	float: left;
	position: relative;
	width: 750px;
	padding: 10px;
	border-top: 1px dotted #7b757b;
}
#footer #infoLeft {
	float: left;
	width: 500px;
}
#footer #infoRight {
	float: left;
	width: 250px;
}
#footer p {
	font: 1.0em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-top: 0;
}
#footer p a {
	color: #383639;
	text-decoration:none;
}
#footer p a:hover {
	color: #9b1444;
	text-decoration: underline;
}



/* ------- Misc styles --------- */
.ruleWhite {
	clear: both;
	border: 0px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
	padding-top: 20px;
}
.clear {
	clear: both;
}
select, input, textarea {
	font: 1.1em Arial, Helvetica, sans-serif;
}

/* hack to fix anchor problem with them showing three underlined spaces after Collage upgrade */
.anchorGlyph {float:left;display:block;text-decoration:none;width:0; font-size:0;}
.anchorGlyph * {font-size:0; display:none;}


.registrationBox {
	background-color: #efefef;
	border:1px solid #383639;
	padding: 20px;
	color: #383639;
}
.error {
	background-color: #990000;
	color: #ffffff;
	font: 1.1em Arial, Helvetica, sans-serif;
	padding: 20px;
}
.warning {
	background-color: #9b1444;
	padding: 20px;
	color: #ffffff;
	font: 1.1em Arial, Helvetica, sans-serif;
}


/* ------- Table styles --------- */
table td {
		font: 11px Arial, Helvetica, sans-serif;
}
.listings td {
	border-top: 1px solid #dedfde;
}
.tableMaroon {
	background-color: #9b1444; 
	color: #ffffff;
	font: bold 12px 'Arial Narrow', Arial, Helvetica, sans-serif;
}
.tableMdMaroon {
	background-color: #d6bac6;
	color: #000000;
}
.tableLtMaroon {
	background-color: #efdfe7;
	color: #000000;
}
span.tblLabel {
	font: bold 11px Arial, Helvetica, sans-serif;
}
.tMaroon {
	background-color: #8d4260; 
	color: #ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding:5px;
}
.tMdMaroon {
	background-color: #e7bfd1;
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	padding:5px;
}
.tLtMaroon {
	background-color: #f9e0eb;
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	padding:5px;
}

/*--------------- Lightwindow --------------------*/
.backdrop {
	position:fixed !important;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index:50;
	display:none;
}

.box {
	position:fixed !important;
	top:15%;
	width:560px;
	height:440px;
	background:#ffffff;
	z-index:51;
	padding: 15px 0px 0px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 15px #444444;
	-moz-box-shadow:0px 0px 15px #444444;
	-webkit-box-shadow:0px 0px 15px #444444;
	display:none;
}

.close {
	position: absolute;
	top: -15px;
	right: -15px;
	/* works for IE
	top: 2px;
	left: 2px;*/
	width: 30px;
	height: 30px;
	background: transparent url('../../images/globals/btn_close.png') 0px 0px;
	cursor: pointer;
	z-index: 52;
}
