/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 76%;
	color: #000;
	text-align: center; /* making IE5 submit */
}

h1 {
	font-family: georgia, times, serif;
 	font-size: 2.0em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

h2 {
	font-family: georgia, times, serif;
 	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2px;
	
}

h3 {
	font-family: georgia, times, serif;
 	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2px;
}

h4 {
	font-family: georgia, times, serif;
 	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2px;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

a {
	color: #FF0000;
}

a img {
	border: none;
}

.mainContent {
	padding: 0 12px 0 12px;
	text-align: left;
}


.mainContent table a:link {color: #FF0000;}
.mainContent  table a:visited {color: #FF0000;}
.mainContent  table a:hover {color: #FF0000;}
.mainContent  table a:active {color: #FF0000;}
.mainContent  table a:focus{color: #FF0000;}


.mainContent  table caption {
	padding: 18px 2px 15px 2px;
	color: #cfcfcf;
	background-color: inherit;
	font-weight: normal;
	text-align: center;
}

.mainContent  table{
	/*border: 1px solid #333;*/
	background-color: #FFCC66;
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	}
.mainContent  table tr td{
	padding-left: 6px;
	padding-top: 9px;
	text-align:center;
	}
.mainContent  table thead th{
	background-color: #FFCC66;
	font-weight: bold;
	text-align:center;
	padding: 16px 9px;
	color:#592C16;
	border: 1px solid #333;
	}
.mainContent  table tbody tr th{
	background-color: #fff;
	font-weight: normal;
	padding: 6px 9px;
	background-color: #FFCC66;
	}
.mainContent table tbody td{
	border: 1px solid #000000;	
	text-align: center;
	padding: 3px;
}

.mainContent table td.formLabel {
	text-align: right;
	font-weight: bold;
}

.mainContent table td.formLabel-left {
	text-align: left;
	font-weight: bold;
}


.mainContent  table tfoot td {
	border-top: 1px solid #000000;
	font-weight:bold;
	color:#592C16;
	padding: 16px 9px;
}
.mainContent table tfoot th {
	border-top: 1px solid #000000;
	font-weight:bold;
	color:#592C16;
	padding: 16px 9px;
}

.mainContent ul li{
	margin-left: 8px;
	padding: 0;
	text-align: left;

}

.mainContent ol li{
	margin-left: 8px;
	padding: 0;
	text-align: left;

}

.scoresTable table{
    background-color: #FFcc66;
    width: 100%;
    border-collapse: collapse;
	padding: none;
}
.scoresTable td{
    text-align: center;
	border: 1px solid #000000;
}



.formBox table a:link {color: #FF0000;}
.formBox  table a:visited {color: #FF0000;}
.formBox  table a:hover {color: #FF0000;}
.formBox  table a:active {color: #FF0000;}
.formBox  table a:focus{color: #FF0000;}


.formBox  table caption {
	padding: 18px 2px 15px 2px;
	color: #cfcfcf;
	background-color: inherit;
	font-weight: normal;
	text-align: center;
}

.formBox  table{
	/*border: 1px solid #333;*/
	background-color: #FFCC66;
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	}
.formBox  table tr td{
	padding-left: 6px;
	padding-top: 9px;
	text-align:center;
	}
.formBox  table thead th{
	background-color: #FF6600;
	font-weight: bold;
	text-align:center;
	padding: 6px 6px;
	color:#000;
	border: 1px solid #333;
	}
.formBox  table tbody tr th{
	background-color: #fff;
	font-weight: normal;
	padding: 6px 9px;
	background-color: #FFCC66;
	}
.formBox table tbody td{
	border: 1px solid #000000;	
	text-align: left;
	padding: 3px;
}

.formBox table td.formLabel {
	text-align: right;
	font-weight: bold;
}

.formBox table td.formLabel-left {
	text-align: left;
	font-weight: bold;
}

.formBox table td.sectionHeader {
	text-align: center;
	font-weight: bold;
}


.formBox  table tfoot td {
	border-top: 1px solid #000000;
	font-weight:bold;
	color:#592C16;
	padding: 16px 9px;
}
.formBox table tfoot th {
	border-top: 1px solid #000000;
	font-weight:bold;
	color:#592C16;
	padding: 16px 9px;
}


.formBox table h2{
  padding-top: 6px;
  padding-bottom: 8px;
}

.formBox ul li{
	margin-left: 8px;
	padding: 0;
	text-align: left;

}

.formBox ol li{
	margin-left: 28px;
	padding: 0;
	text-align: left;

}


.countdown table {
    background-color: #FFcc66;
    width: 100%;
		
}


/* STRUCTURAL STYLES */

#container {
	background: #fff;
	width: 950px;
	margin: 0 auto;
}

* { padding: 0; margin: 0; }
ul {
	margin: 5px;
	padding: 0;
	text-align: left;
	}

#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 62px;
 margin: 10px 10px 0px 0px;
 background: #ff9900;
 background: url(../images/header.png) no-repeat center center;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 
 background: #9F9F9F;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 /*background: #F2F2E6;*/
 
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 
 width: 668px;
 display: inline;
}

#fullwidth { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 /*background: #F2F2E6;*/
 
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 1px;
 
 width: 868px;
 display: inline;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 /* background: #BD9C8C;*/
 /*background: #ff9900;*/
 background: #F2F2E6;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}


#menu8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu8 {
	width: 200px;
	margin: 0px;
	border-style: solid;
	border-color: #656556;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu8 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu8 li a:link, #menu8 li a:visited {
	color: #656556;
	display: block;
	background:  url(../images/menu_button.gif);
	padding: 8px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #474739;
	background:  url(../images/menu_button.gif) 0 -32px;
	padding: 8px 0 0 20px;
	}	

/*  Accepted team main menu
*/
#menu9 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu9 {
	width: 200px;
	margin: 0px;
	border-style: solid;
	border-color: #656556;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #656556;
	display: block;
	background:  url(../images/accepted_team_menu_button.gif);
	padding: 8px 0 0 20px;
	}
	
#menu9 li a:hover {
	color: #474739;
	background:  url(../images/accepted_team_menu_button.gif) 0 -32px;
	padding: 8px 0 0 20px;
	}

#listBevel, #listTable {
	position: absolute;
	z-index: 2;
	border: 1px solid #989898;
	top: 85px;
	left: 227px;
	right: 37px;
	height: 270px;
	min-width: 654px;
}

/* @group List Table Headers */

#listTableHeaders {
	position: absolute;
	z-index: 3;
	top: 85px;
	left: 227px;
	right: 37px;
	height: 18px;
	min-width: 654px;
	border: 1px solid #989898;
	overflow: hidden;
	overflow-y: scroll;
}

.tableHeaderShadow {
	background: url(/images/interface/bevel_shadow.png) repeat-x;
	position: fixed;
	height: 5px;
	top: 105px;
	right: 53px;
	left: 228px;
	min-width: 639px;
}

#scrollBarCoverContainer {
	position: fixed;
	z-index: 5;
	top: 86px;
	left: 228px;
	right: 38px;
	height: 0;
	min-width: 654px;
	font-size: 11px;
	border: 1px none #989898;
	text-align: right;
}

#scrollBarCoverUp {
	background: url(/images/interface/list_header_bg.png) repeat-x;
	width: 14px;
	height: 18px;
	border-left: 1px solid #e5e5e5;
	float: right;
}

table#entryListHeaders th img.sortArrow {
	float: right;
}

table#entryListHeaders th a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 18px;
}

table#entryListHeaders th:hover {
	background-position: 0 -18px;
	cursor: default;
}

table#entryListHeaders th {
	background: url(/images/interface/list_header_bg.png) repeat-x;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #a5a5a5;
	text-align: left;
	padding: 0 5px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 18px;
	width: 42%;
	font-size: 11px;
	line-height: 1.6em;
	text-shadow: #fff 0 1px 0;
}
table#entryListHeaders th + th {
	width: 32%;
}

table#entryListHeaders th.selectedHeader {
	text-shadow: #d8e6ff 0 1px 0;
	background-image: url(/images/interface/list_header_selected.png);
	border-left-color: #c2d4f2;
}

#listTable {
	background-color: #fefefe;
	top: 104px;
	height: 251px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 11px;
	border-collapse: collapse;
}

table#entryList {
}

table#entryList td {
	width: 42%;
}

span.truncateText {
	display: block;
	height: 18px;
	overflow: hidden;
}

tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	border-right: 1px hidden #cbd1d8;
	padding: 1px 5px;
	height: 18px;
	line-height: 1.6em;
	margin: 0;
	border-left-style: hidden;
	border-left-width: 1px;
}

tbody.scrollContent tr.alternateRow {
	background: #eaf2ff;
}

tbody.scrollContent tr.selectedRow td {
	background: url(/images/interface/selected_row.png) repeat-x;
	color: #fff;
	border-right-style: hidden;
}

table#entryList td + td {
	width: 32%;
}

tbody.scrollContent tr:hover, tbody.scrollContent tr.alternateRow:hover {
	background-color: #d8e7ff;
	cursor: default;
}	
