/* Styles used in any NCAA Tournament Page */

/* Default Font and Size */
* 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}

/* Standard Strong */
strong
{
	font-weight:bold;
}

/* Headers */
h1
{
	font-size:200%;
	font-weight:bold;
	color:#3788b8;
}

h2
{
	font-size:115%;
	font-weight:bold;
	color:#3788b8;
}

/* body With Background Image */
body.bgimage
{
	background-image:url('../img/floor1.jpg');
	width: 1115px;
	margin: auto;
}

/* body Without Background Image */
div.noimage
{
	background-color:#FFFFFF;
}

/* Default Table on Index Page */
table.main
{
	width:1115px;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	border-collapse:collapse;
	padding:0px;
}

table.main th
{
	background-color:#286485;
	font-size:200%;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:10px;
}

/* Table Properties Used in Most Subpages */
table.subpage
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	padding:2px;
}

table.subpage th
{
	background-color:#286485;
	text-decoration:none;
	font-size:115%;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

/* Styles Used in Forms */
table.subpage td.fieldlabel 
{
	text-align:right;
	white-space:nowrap;
}

table.subpage td.fieldentry 
{
	white-space:nowrap;
}

table.subpage td.picktitle
{
	font-size:150%;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

table.subpage td.picktitle a:link, table.subpage td.picktitle a:visited, table.subpage td.picktitle a:hover
{
	font-size:150%;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

input.fieldinput, select.fieldinput, textarea.fieldinput
{
	border-right: #C0C0C0 1px solid; 
	border-top: #C0C0C0 1px solid; 
	border-left: #C0C0C0 1px solid; 
	border-bottom: #C0C0C0 1px solid; 
	background-color: #a4d2eb;
}

table.subpage td.instructions
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

input.formbutton
{
	background-color:#a4d2eb;
	text-align:center;
}

/* Table Properties Used for Data */
table.data
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #888888;
	border-collapse:collapse;
	padding:2px;
}

table.data th
{
	background-color:#a4d2eb;
	border:1px solid #888888;
	font-size:80%;
	color:#000000;
	text-decoration:none;
}

table.data tr.oddrow
{
	background-color:#E0E0E0;
	font-size:75%;
}

table.data tr.evenrow
{
	background-color:#E9E9E9;
	font-size:75%;
}

table.data tr.oddrow:hover, table.data tr.evenrow:hover
{
	background-color:#c4f2fb;
}

table.data td
{
	border:1px solid #888888;
	padding:2px;
}

table.data td a:link, table.data td a:visited, table.data td a:hover
{
	text-decoration: none;
	color: #000000;
	display:block;
}

/* Page Footer */
div.footer
{
	text-align:center;
	font-size:75%;
	font-weight:bold;
}

/* Styles used in any Report page generated by Turbo Tourney */

.title 
{
	font-size:115%;
	background-color:#286485;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

.asoftitle
{
	color:#ffffff;
	font-size:90%;
}

.subtitle
{
	font-size:0px;
	color:#ffffff;
}

.datatable
{	
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	padding:2px;
}

th
{
	font-size:80%;
	color:#000000;
	font-weight:bold;
	text-align:center;
	background-color:#a4d2eb;
}

.datatable td, .datatable th
{
	border:1px solid #888888;
	padding:2px;
}

.oddrow 
{
	font-size:75%;
	color:#000000;
	background-color:#e9e9e9;
}

.evenrow 
{
	font-size:75%;
	color:#000000;
	background-color: #e0e0e0;
}

.footer 
{
	font-size:11px;
	color:#000000;
}
