﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin:10px;
	margin-top:30px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;

}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}

p + p {
	padding-top: 1.25em;
}

ul, ol {
   padding-left: 24px;
}

.Title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #6C0000;
}

.MedTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}


.SubTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #6C0000;
}

.smallTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-style: italic;

}

.b {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;

}

.winnersTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;

}


.u {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}


.bu {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.goldtext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC9900;
}

.whitetext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;

}

.bluetext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	font-style: italic;
}

a {
color: #336699; }

a:hover {
color: #6c0000; }


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Ariel;
color: #FFFFFF;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

/* Data Controls */
.DataList, .DataGrid, .DataListLoose {
   width: 100%;
}

.DataList td, .DataList td {
   vertical-align: top;
}

.DataList .Items {
   width: 49%;
}
.DataList .AlternateItems {
   width: 49%;
   background-color: #F5F5DC;
}

.DataList .HalfCol {
   width: 49%;
}
.DataListLoose .OneThird {
   width: 33%;
}
.DataListLoose .OneThirdAlternate {
   width: 33%;
   background-color: #F5F5DC;
}

.DataGridLoose {
   table-layout: auto;
   border: 1px solid #000000;
   padding: 1px 2px 1px 2px;
}
.DataGridLoose .HeaderStyle td {
   background-color: #6C0000;
   color: #fefefe;
   font-weight: bold;
	vertical-align: middle;
}
.DataGridLoose .HeaderStyleNone td {
   display: none;
}
.DataGridLoose .Items {
   /*vertical-align: middle;*/
}
.DataGridLoose .AlternateItems {
   background-color: #F5F5DC;
}

.DataGrid {
   table-layout: fixed;
   border: 1px solid #000000;
   padding: 1px 2px 1px 2px;
}
.DataGrid .HeaderStyle td {
   background-color: #6C0000;
   color: #fefefe;
   font-weight: bold;
   text-align: center;
	vertical-align: middle;
}
.DataGrid .HeaderStyleNone td {
   display: none;
}

.HeaderStyle, .HeaderStyle td, .HeaderStyle a {
   background-color: #6C0000;
   color: #fefefe;
   font-weight: bold;
	vertical-align: middle;
   /*text-align: center;*/
}
.HeaderStyle a:hover {
   color: #fefefe;
   text-decoration: none;
}

.outline {
	border: thin solid black;
}