/* styles are divided between three stylesheets layout.css, design.css, typography.css */
/* navigation styles are contained solely within typography.css */
/* CSS Document */

body{
	background: #F2F2F2;
}


#siteContainer{
	border:1px solid #ffd300;
	background: #ffffff;
}


#branding {
	border: none;
}


#wrapper{
	background:url(/zone/Images/its/bodywrap.gif) repeat-y;
	border-bottom: #ffd300 1px solid;
}

#mainContent{
	border-left: #ffd300 1px solid;
	border-right: #ffd300 1px solid;
	background:url(/zone/Images/its/main_bg.gif) no-repeat;
}

#mainContent img{
	margin: 5px;
	border: #ffd300 1px solid;
}

#secondaryContent{
	text-align: center;
}


.imageBreaker{
	border-bottom: 1px solid #ffd300 !important;
	padding-bottom:10px;
	margin-bottom:10px;
}

#site-info{
	background:#ffffff;
}

hr { 
	border:none; 
	border-bottom: dotted 2px #c4c4bd; 
	width:100%; 
	background-color:#ffffff; 
	color: #ffffff; 
	margin-bottom:15px; 
	margin-top:20px;
}



.floatright{ 
	float: right; 
	margin-left:10px; 
	margin-bottom:5px;
}

.floatleft, .floatleft img{ 
	float: left; 
	margin-right:10px; 
	margin-bottom:5px; 
	border:0px;
}



table.registration {
	border: 1px solid #015a94;
	margin:0px 0px 15px;
}
.registration th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 2px 4px;
	border: 1px solid #015a94;
}
.registration td {
	text-align: left;
	vertical-align: top;
	padding: 2px 4px;
	border: 1px solid #015a94;
}
.registration td.numeric {
	text-align: right;
}
td.iconic {
	text-align: center;
}
.registration td.early,.registration th.early  {
	background: #D7FFB0;
}


table.sponsorship

{
	border: 1px solid #015a94;
	margin:0px 0px 15px;
	width:550px;
}

.sponsorship th {	
	text-align: left;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#015a94;
	font-weight: bold;
	vertical-align: top;
	padding: 2px 4px;
	border: 1px solid #015a94;
	background-color:#FFEA83;
	
	}
	
	.sponsorship td {	
	text-align: left;
	vertical-align: top;
	padding: 2px 4px;
	border: 1px solid #015a94;
	background-color:#fff;
	
	}
	
table.warmwelcome

{
	border: 1px solid #015a94;
	margin:0px 0px 15px;
	width:500px;
}

.warmwelcome th {	
	text-align: left;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#015a94;
	font-weight: bold;
	vertical-align: top;
	padding: 2px 4px;
	border: 1px solid #015a94;
	background-color:#FFEA83;
	
	}
	
	.warmwelcome td {	
	text-align: left;
	font-size:1em;
	vertical-align: top;
	padding: 2px 4px;
	border: 1px solid #015a94;
	background-color:#fff;
	
	}	



#mainContent .registration .iconic img {
	border: 0 solid #FFFFFF;
}
.registration thead th {
	background-color: #015a94;
	color: #ffffff;	
}

#mainContent img.noBorder {
	border: none;
}


.noBorder {
	border: none;
}

.zoneheaderodd {
	background-image:url(../images/zone_bg.gif);
	/*padding:5px 0 5px 0;*/
	padding: 3px 5px 2px 5px;
}
.zoneheadereven {
	/*background-image:url(../images/zone_bg.gif);*/
	/*padding:5px 0 5px 0;*/
	padding: 3px 5px 2px 5px;
}


ul {
	list-style-type: disc;
}


div.paraRight ul {
	width: 500px;
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
}



div.paraRight ul li{
	display:block;
	width: auto;
	height: 86px;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	border-bottom: 1px solid #015a94;
}



div.paraRight ul li span {
	left: 0;
	width: 160px;
	float:left;
	margin: 0 20px 10px -10px;
}



div.paraRight ul li p{
	width: auto;
	margin-top: 2px;
	padding:0;
}


.redHighlight {
	color:#ff0000;
}


/* used on the preReg form */
.spamCatcher {
display:none;
}


#mainContent .error_msg {
	border:solid 1px #ff0000;
	padding:5px;
	margin:5px;
	color:#ffffff;
}


