/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Georgia, Times New Roman, Serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}


.style1 {
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.WinnerHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0C3F6A;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #96C0E8;
	margin-right: 10px;
	margin-left: 10px;
}
.WinnersTable {
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

H1	{
	color: #440e0c; 
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	}	
		
H2	{	
	color: #003366; 
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
	border-bottom: solid 2 #990000;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		


A:link	{	
	text-decoration:	none;
	color:	#440e0c;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#440e0c;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#440e0c;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#440e0c;
	}
	
.text{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.errorText
{
	color: #cc6600;
	line-height: 16px;
	font: 12px/16px Georgia, "Times New Roman" , Times, serif;
	text-align: right;
	font-weight: bold;
}

.scrollDiv
{
    scrollbar-arrow-color: #000000; 
    scrollbar-base-color: #213C65; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-face-color: #BAD1EE;
    scrollbar-highlight-color: #7DB6E4; 
    scrollbar-shadow-color: #213C65;
    scrollbar-track-color: #213C65;   
    
	overflow:auto; 
	height:325px; 
	width:700px; 
	background-color:#FFFFFF;   
}

.areaLink{	
	font-size: 16px;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	color: #440e0c;
	text-decoration: none;
}

input
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

select
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
    }

.formText
{
	line-height: 16px;
	color: #000000;
	font: 12px/16px Georgia, "Times New Roman" , Times, serif;
	text-align: right;
}

.formField
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}


.formTextEntry
{
	line-height: 16px;
	color: #000000;
	font: 11px/15px Georgia, "Times New Roman" , Times, serif;
	text-align: left;
	border-top: #440e0c 1px solid;
	background-color: #F1E9CF;
}
.formTextSmall
{
	line-height: 13px;
	color: #000000;
	font: 11px/13px Georgia, "Times New Roman" , Times, serif;
	text-align: left;
}


.underLine
{
	border-bottom: gray 1px solid;
}

.tableHeader
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	color: #000000;
	border-bottom: #666666 1px solid;
	font-family: Georgia, "Times New Roman" , Times, serif;
	background-color: #F1E9CF;
	line-height: 9pt;
	text-align: left;
}

.btnOctoberfest
{
	background-color: #666699;
	height: 20px;
	width: 100px;
	color: White;
	border-left-color: #cc9966;
	border-bottom-color: #cc9966;
	border-top-style: double;
	border-top-color: #cc9966;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #cc9966;
	border-bottom-style: double;
	font-family: Georgia, Sans-Serif;
	font-size: 10px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.Pointer
{
    cursor:pointer;
}
