@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #DCDBEB;
    color: #000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
p {
    margin: 0
}
a {
	color: #006FB4; /* customize based on color scheme - current tab*/
}
a.rounded-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 5px 7px;
    margin: 0 0 0 0.25em;
}
a.rounded-button:active, a.rounded-button:hover {    
    background: #BFE3F7; /* #66bdeb customize based on color scheme - lighter nav color */
	color: #000000;
}
.form-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 4px 7px;
    margin: 0 0 0 0.25em; 	
}
.clearall {
	clear: both;
}
.title {
	font: 24px bold Verdana, Arial, Helvetica, sans-serif;
}
.subtitle {
	font: 18px bold Verdana, Arial, Helvetica, sans-serif;
}
.sectionhead {
	font: 18px bold Verdana, Arial, Helvetica, sans-serif;
	color: #009;
}
.text11 {
	font-size: 11px;	
}
.text12 {
	font-size: 12px;	
}

/*page definitions*/
#container {
	background: #DCDBEB url(../images/content_bg.png) repeat-y center;	
	min-width: 1000px;

}
#content {
	width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
	background-color: #fff;
}
#masthead {
	height: 155px;	
    background-color: #fff;
}
#logo {
	float: left;
	width: 720px;
}
#topleft {
	float: left;
	width: 230px;
	padding-top: 10px;
    padding-left: 40px;	
}
#toptab {
	font-size: 85%;
	text-transform: uppercase;
	width: 224px;
	padding: 0px 0px;
	margin-top: 75px; /* 10 padding + 37 mcafee + 30 height here */
	height: 30px;
	background-color: #ececec;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius: 10px;		
}
#toptab a {
	color: #00F000;
}

#toptab div {
	float: left;
	padding: 0 6px;	
	padding-top: 10px;
	text-align:center;
}

#topnav {
	padding-left: 12px; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	color: #ffffff;
	background-color: #000000;  
}

#topnav a {text-decoration: none; color: #ffffff;}

.label {
	line-height: 1.2em;
}

/* validation related */
td.field input.error, td.field select.error, div.field {
    border: 2px solid red;
    background-color: #FFFFD5;
    margin: 0px;
    color: red;
}
label.error {
    display: block;
    color: red;
    font-style: italic;
    font-weight: normal;
}
.error span, .errorcheckboxes span {
    color: red;
}
/* countdown style */
.lcdstyle{ /*Example CSS to create LCD countdown look*/
	color:#000;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 3px;
}

.lcdstyle em { /*Example CSS to create LCD countdown look*/
	font-size: 80%;
	letter-spacing: -0.05em;
	color: #999;
	font-style:normal;
}

/* slideshow related */
#slideshow {
    position:relative;
    height: 280px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.regbox {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e6e5ec;
    background-color: #ececec;
	padding: 6px; 
	width: 300px;
	line-height: 28px;	
	-moz-box-shadow: 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
	-khtml-box-shadow: 2px 2px 6px #ccc;	
	box-shadow: 2px 2px 6px #ccc;		
}

/* scroll box */
div.vertical_scroller{
	position: relative;
	height: 300px;
	width: 94%;
	display: block;
	background-color: #ffffff;
	overflow:hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 0px 6px;
}
div.scrollingtext{
	position: absolute;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
    width: 94%;
}

/*large countdown*/
.countdown_div {
	color: #FFF;
	padding: 10px 20px; 
	height: 91px; 
	border: 1px solid #333
}
.countdown_hours {
	font-size: 4em;
	font-weight: bold;
	float: left;
	text-align: center;
	padding-right: 0.4em;
}
.countdown_time {
	font-size: 3em;
	font-weight: bold;
	float: left;
	text-align: left;
	padding-top: 0.15em;
}
.countdown_label {
	font-size: 0.3em;
}
.countdown_over {
	font-size: 3em;	
	text-align: center;
	padding-top: 0.5em;
}

#systempage {
	background-color: #fff;
}


/* leader board large and search display begin */
#leaderboard {
	padding-left: 10px;
}

#leaderboard a.rounded-button {
    background-color: #006fb4;
    border: 0 none;
    /*border-radius: 6px;*/
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
	-khtml-box-shadow: 2px 2px 6px #ccc;	
	box-shadow: 2px 2px 6px #ccc;	
	
	
    color: white;
    font-size: 90%;
    margin: 0 0 0 0.25em;
    padding: 5px 7px;
    text-decoration: none;
}

.participants {
	padding: 8px;	
}

.participants ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;	
}

.participants ul:after {
	clear: both;
	content: " ";
	display: table;
}

.participants li {
	box-sizing: border-box;
	padding: 12px 8px;	
	float: left;
	width: 246px;
	position: relative;	
}

.participant_box {
	box-sizing: border-box;
	/*width: 246px;*/
	padding: 14px;	
	background: none repeat scroll 0 0 white;
	border: 1px solid #e6e5ec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
	-khtml-box-shadow: 2px 2px 6px #ccc;	
	box-shadow: 2px 2px 6px #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

.participant_box_photo {
	box-sizing: border-box;
	text-align: center;
	height: 200px;
	overflow: hidden;		
}

.participant_box_name {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 17px;
	overflow: hidden;
	font-weight: 700;
	padding-bottom: 3px;	
}

.participant_box_name a {
	text-decoration: none	
}

.participant_box_label {
	text-align: center;
	height: 16px;
	overflow: hidden;
	margin-bottom: 9px;
}
/* leader board large and search display end */


