/*Global definitions*/

body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#61769d;
	background-image:url(../siten/images/site_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#657b98;
	font-size:14px;
}
h1, h2, h3, h4, h5{
	text-align:left;
	margin:10px 0 10px 10px;
	padding:0;
	font-weight:bold;
}
form{
	margin:0;
}
h1{
	font-size:22px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:12px;
}
h5{
	font-size:10px;
	color:#FF0000;
}
p{
	text-align:left;
	font-size:12px;
	margin:0 0 6px 0;
	padding:0 0 0 10px;
}
img{
	border:none;
}
.hr{
	clear:both;
	background:#ff0000;
	margin:4px 0;
	padding:0;
	width:100%;
	height:2px;
}
.hr2{
	background:#ff0000;
	margin:4px 0;
	width:100%;
	height:2px;
}
a, a:visited{
	color:black;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#ff0000;
}
/*end*/

/*Site framework definitions*/
.container{
	position:relative;
	margin:0 auto;
	height:auto;
	width:860px;
	clear:both;
}
.body{
	position:relative;
	margin:0 auto;
	height:auto;
	width:840px;
	padding:0 5px 0 5px;
	background-image:url(../siten/images/site_content_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.splash_menu{
	position:relative;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.splash_menu a{
	position: absolute;
	display: block;
	float: left;
	width: 15%;
	font-size: 24px;
	color:#455b78;
	font-weight: bold;
}
.splash_menu a:hover{
	color:#859bb8;
}
.footer{
	background:url(../siten/images/footer_bg.jpg) top center no-repeat;
	width: 850px;
	height: 230px;
	padding-top: 45px;
}
.footer, .footer a, .footer a:visited{
	color:#fde80f;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}
.footer a:hover{
	color:#ffffff;
}
.subhead{
	text-align:left;
	background:url('../siten/images/list_bg.png') right repeat-y #83badb;
	padding:3px 10px;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:5px auto;
}

/*end*/

/*Subordinate page rules*/
.mainpanel{
	padding-left:10px;
	width:628px;
	text-align:left;
	vertical-align:top;
}
.list{
	display:block;
	padding:2px 5px;
	text-align:left;
	height:auto;
	margin:2px 0;
	/*background:url('../images/site/menu_item_bg.png') left repeat-y; */
}
.list:hover{
	background:#0073a1 !important;
}
.login{
	display:block;
	position:absolute;
	top:5px;
	right:10px;
	padding:2px 5px;
	margin:2px 0;
	color: #657b98;
	z-index:1;
}
.login a{
	color: #657b98;
}
DIV.copyright{
	color: #fff;
	font-size: 11px;
	padding-bottom: 5px;
	margin-top: -40px;
}
.list_sub{
	display:block;
	padding:3px 0 3px 27px;
	height:auto;
	background:url('../siten/images/subnav_line.gif') left no-repeat;
}
.list_sub_final{
	display:block;
	padding:3px 0 3px 27px;
	height:auto;
	background:url('../siten/images/subnav_line_last.gif') left no-repeat;
}
.bodytable{
	width:100%;
	padding:0;
	margin:0;
}
TABLE.form_body{
  background-color:#dce5f1;
}
TABLE.event_info{
  background-color:#dce5f1;
}
.form_notes{
	background-image:url(../siten/images/list_bg.png);
	background-repeat:repeat-y;
	background-position:right;
	border-right:1px solid #ff0000;
}
.form_notesep{
  background-color:#609ec1;
  color:#edf8ff;
  text-align: center;
  font-weight:bold;
}
.form_buttons{
	background-color:#edf8ff;
	margin:5px 0;
	padding:10px 3px;
	text-align:center;
}
FIELDSET{
	border: 0;
	padding: 0;
}
FIELDSET DIV.field{
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}
FIELDSET DIV.nl{
	clear: left;
}
FIELDSET DIV.err{
	color:#f00;
}
FIELDSET>DIV.field {
    FLOAT: left;
}
FIELDSET DIV.lfield {
  MARGIN-BOTTOM: 4px;
  PADDING-RIGHT:20px;
  MIN-WIDTH: 80%;
  FLOAT: left;
  WHITE-SPACE: nowrap;
}
FIELDSET DIV.lfield LABEL {
  TEXT-ALIGN: left;
  CLEAR: left;
  FLOAT: left;
}
FIELDSET DIV.password LABEL {
  CLEAR: left;
  FLOAT: left;
  MARGIN: 0;
  WIDTH: 8em;
}
DIV#password INPUT, DIV#password SELECT {
  MARGIN-LEFT: 1em;
}
DIV#lfield INPUT, DIV#lfield SELECT {
  FLOAT: right;
  CLEAR: right;
}

/*end*/

/*Other stuff*/
.subnav{
	padding:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	color:black !important;
}
.subnav td{
	border:none !important;
}
.subdesc div{
	margin:10px;
	border:1px solid #f00;
	padding:5px;
}
.eventcontent{
	color:#000000;
}
.eventcontent table{
	width:auto;
}
.eventcontent p, .eventcontent h1, .eventcontent h2, .eventcontent h3{
	padding:0;
}
.eventcontent img{
	margin:3px;
}
.tdarker{
	/*background:url(../images/site/bg_10perc_black.png); */
}
.results{
	cursor:default;
	padding:3px;
/*	background:url('../siten/images/alogo_sm_bg_white.gif') center center no-repeat #fde7cc; */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#FFFFFF;
}
.sidebar{
	border:1px solid #f58800;
}
.results td{
	border-top:1px solid #efefef;
	padding:2px 2px;
	color:black;
}
.results .link{
	cursor:pointer;
}
.results .canceled{
	background:url(../siten/images/bg_50perc_white.png) !important;
}
.results .canceled font{
	color:#CCCCCC !important;
}
.results .link:hover{
	color:black;
	background-color:#aec1da;
}
.results thead tr, .results thead tr:hover{
	background-color:#657b98;
	font-weight:bold;
	color: #ffffff;
}
.results thead td, .results tfoot td{
	border:none !important;
}
.results tfoot tr, .results tfoot tr:hover{
	background-color:#657b98;
	color: #ffffff;
}
.results thead A, .results thead td, .results thead A:hover{
	color:#ffffff;
	font-weight:bold;
}
.results tfoot A, .results tfoot td, .results tfoot A:hover{
	color:#ffffff;
}
.results tfoot .listleft{
	cursor:pointer;
	background-image:url(../siten/images/lt_arrow_left.png);
	background-position:left center;
	background-repeat:no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.results tfoot .listright{
	cursor:pointer;
	background-image:url(../siten/images/lt_arrow_right.png);
	background-position:right center;
	background-repeat:no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.results A{
  font-weight:normal;
  color:#000000;
}
.registerhref{
	display:block;
	background:#f58800;
	border:solid #153a4f;
	border-width:1px 2px 2px 1px;
	width:125px;
	text-align:center;
	color:black;
	cursor:pointer;
	padding:2px 10px;
	margin-left:6px;
}
.registerhref:hover{
	background:#ffd49e;
	color:black;
}
/*end*/

/*Splash page stuff*/
.index .results{
	background:none !important;
	text-align:left;
	padding:0;
	margin:0;
}
.index .results td{
	border-bottom:1px solid #8dc5e6;
}
.index .results tr{
	background:url(../siten/images/bg_50perc_white.png);
}
.index .results .link:hover{
	background:url(../siten/images/bg_30perc_206e81.png);
}
.index .results tfoot td{
	border:none;
	background:white;
}
.index .results tfoot a{
	color: #c00;
	font-weight: bold;
}
.index .results thead tr{
	background:url(../siten/images/bg_40perc_black.png) !important;
	border-bottom:1px solid #8dc5e6 !important;
	background:white;
}
.index .results .null, .index .results .null *{
	border:none !important;
	background:none !important;
	padding:0 !important;
}
/*end*/
DIV.contact{
  background: url('/images/prod_synopses_bk.png') top right repeat-y;
  padding: 5px;
  position: relative;
  margin-bottom: 5px;
}
DIV.contact h3{
/*  line-height: 0; */
  margin: 0;
}
DIV.contact A.contact {
  position: absolute;
  right: 5px;
}
DIV.backbutton{
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 30px;
}
DIV.backbutton A{
  position: absolute;
  right: 0px;
  padding: 5px;
  padding-right: 40px;
  cursor:pointer;
  background-image:url('http://cache.athleteslounge.com/siten/images/arrow_right.png');
  background-position:right center;
  background-repeat:no-repeat;
  font-weight: bold;
  font-size: 16px;
}

