/* CSS Document for Relay Rumble \ GREAT WEST DIVISION 
   Default Style Sheet */

/* Framework */
body {
	margin: 0;
	padding: 0;
	background-color: #ECE7F1;
	background-image: url(../images/rr_body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	}

#frame {
	margin: 0 auto;
	width: 1036px;
	background-image: url(../images/rr_content_bg.png);
	background-repeat: repeat-y;
	}

#header {
	margin: 0 auto;
	width: 1036px;
	height: 150px;
	}

#headerAdmin {
	margin: 0 auto;
	width: 1036px;
	height: 150px;
	}

div#trainer {
	height: 150px;
	width: 1036px;
}

#menu {
	margin: 0 auto;
	width: 1002px;
	height: 60px;
	}

#contentFrame {
	width: 1036px;
	background-image: url(../images/rr_content_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	}

#content {
	padding: 10px 12px;
	}

#homeContainer {
	}

#backPageContainer {
	/*background-image: url(../images/rr_back_page_bg.png);
	background-repeat: repeat-y;
	background-position: center;*/
	}
	
#backPageContainer2 {
	/*background-image: url(../images/rr_back_page_bg2.png);
	background-repeat: repeat-y;
	background-position: center;*/
	}
	
#fullColumn {
	width: 1000px;
	margin: 0 14px;
	float: left;
	}

#leftColumn {
	width: 182px;
	margin: 0 8px;
	float: left;
	}
	
#rrsMessage {
	width: 592px;
	padding: 12px 4px;
	background-color: #FFFFFF;
	}

#middleColumn {
	width: 600px;
	margin: 0 8px;
	float: left;
	background-color: #E2DBE9;
	}
#middleColumnTop {
	width: 600px;
	height: 10px;
	margin: 0;
	background-image: url(../images/rr_home_mid-top_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	}

#middleColumnBottom {
	width: 600px;
	height: 10px;
	margin: 0;
	background-image: url(../images/rr_home_mid-bot_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	}

#rightColumn {
	width: 182px;
	margin: 0 8px;
	float: right;
	}	

#bigRightColumn {
	width: 780px;
	margin: 0 8px 0 0;
	padding-left: 25px;
	float: left;
	}

#mainContent {
	margin-bottom: 24px;
	}

#photos {
	width: 580px;
	margin: 0 auto;
	background-image: url(../images/rr_photos_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	}

#photosTop  {
	width: 580px;
	height: 10px;
	margin: 0;
	background-image: url(../images/rr_photos_top_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#photosBottom  {
	width: 580px;
	height: 10px;
	margin: 0;
	background-image: url(../images/rr_photos_bot_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	}

#footer {
	margin: 0 auto;
	width: 1036px;
	height: 130px;
	background-image: url(../images/rr_footer_bg.png);
	background-repeat: no-repeat;
	}

#staffButton {
	position: relative;
	left: 12px;
	bottom: 20px;
	}

#subFooter {
	margin: 0 auto 50px;
	width: 1036px;
	color: #330066;
	font-size: 12px;
	}

/* Basic Text Elements */
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
	color: #330066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

h4 {
	text-transform: none;
	font-size: 15px;
	}

p {
	color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	margin: 12px 0;
	}

blockquote {
	margin-left: 15px;
	margin-right: 7px;
	}

a, a:visited {
	color: #330066;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #999999;
	}

.council {
	color: #330066;
	text-align: center;
	}

.photos {
	margin-left: 8px;
	}

p.council {
	font-size: 12px;
	line-height: 125%;
	}

p.council a {
	text-decoration: none;
	}

.relayU {
	color: #330066;
	text-align: center;
	}

p.relayU {
	font-size: 11px;
	}

hr {
	height: 1px;
	margin-top: 24px;
	margin-bottom: 24px;
	border: none;
	border-top: 1px solid #C7B9D5;
}

/* Custom FOOTER Text Elements */
p.copyrightBig {
	margin: 0 12px;
	color: #330066;
	font-size: 12px;
	font-weight: bold;
	}

p.copyrightSmall {
	margin: 0 12px;
	color: #330066;
	font-size: 10px;
	}

p.designedBy {
	margin: 0 12px;
	color: #330066;
	font-size: 10px;
	float: right;
	}

#subFooter a, #subFooter a:active, #subFooter a:visited {
	color: #330066;
	text-decoration: none;
	}

#subFooter a:hover {
	text-decoration: underline;
	}


/* Other Custom Styles */
#pacesettersList {
	margin: 20px auto;
	padding: 25px;
	width: 70%;
	border: 2px solid #FFD250;
	background-color: #FFF7DF;
	background-image: url(../images/stars.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#pacesettersList p {
	font-size: 16px;
	margin: 16px;
	line-height: 150%;
	}

#pacesettersList h4 {
	font-style: italic;
	text-transform: uppercase;
	}

/* Registration Form Styles */
form {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#fieldset-Registration {
	width: 725px;
	border: 1px solid #B0A8D2;
	background-color: #F1EFF7;
	background-image: url(../images/wand_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#fieldset-Login {
	width: 725px;
	border: 1px solid #B0A8D2;
	background-color: #F1EFF7;
	}

#tab-Registration, #tab-Login {
	background-color: #B0A8D2;
	}
	
#fieldset-Personal {
	width: 725px;
	border: 1px solid #003399;
	background-color: #D1DAED;
	background-image: url(../images/wand_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#tab-Personal {
	background-color: #003399;
	}
	
#fieldset-Relay {
	width: 725px;
	border: 1px solid #CC0033;
	background-color: #F6D1DA;
	background-image: url(../images/wand_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#tab-Relay {
	background-color: #CC0033;
	}	
	
#fieldset-Summit {
	width: 725px;
	border: 1px solid #FFD250;
	background-color: #FFF7DF;
	background-image: url(../images/wand_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#tab-Summit {
	background-color: #FFD250;
	}	
		
.panes {
	float: left;
	width: auto;
	/*
	width: 0;
	display: none;
	*/
}

.panes div {
	width: 600px;
}

.formlabel {
	font-size: 13px;
	font-weight: bold;
	color: #330066;
	}

.formnote {
	border: 1px dotted #330066;
	background-color: #E2DBE9;
	margin: 10px;
	padding: 15px;
	font-size: 12px;
	color: #333333;
	}

.formnote p {
	color:#333333;
	}
	
.panes div.formnote {
	width: 400px;
}

.formrequired {
	color: #005DAB;
	font-size: smaller;
	}
	
.formerror {
	color: red;
	font-size: smaller;
	}

label, .required, .errors {
	font-size: 13px;
	font-weight: bold;
	color: #330066;
}
.required {
	color: #005DAB;
}
.errors {
	color: red;
}
ul.errors {
	list-style: none;
}
fieldset {
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px solid #999;
}
fieldset div {
	padding: 0;
	padding-bottom: 10px;
}
ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 600px;
	z-index: -1;
}
ul.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0;
}
ul.tabs a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
	font-weight: bold;
}
ul.tabs a.active {
	background-color: #B0A8D2;
}

ul.tabs a:hover {
	background-color: #330066;
	color: #fff;
	cursor: pointer;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	/*background-color: #B0A8D2;*/
	cursor: default;
	color: #fff;
}



dt {
	margin-top: 14px;
	}

/* Misc Other Styles */
.club1000 {
	margin: 8px !important;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	}
	
.admin table, table.admin {
	border-color: #000;
	border-width: 0 0 1px 1px;
	border-style: solid;
    border-spacing: 0;
    border-collapse: collapse;
	}
	
.admin td, td.admin, .admin th, th.admin {
	border-color: #000;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	}

#rrs_details blockquote {
	margin-top: 0;
	margin-bottom: 0;
	}
	
#rrs_details p {
	margin-top: 4px;
	margin-bottom: 4px;
	}
	
#rrs_details h5 {
	margin-top: 12px;
	margin-bottom: 2px;
	}

#quote {
	font-size: 11px;
	}
