body {
	background-image : url("/images/backRepeat.jpg");
	background-position : top;
	background-repeat : repeat-x;
	background-color : #FFFFFF;
	color:gray;
	font:normal 12px tahoma,arial,helvetica;
}
P {
	color:gray;
	font:normal 1.2em tahoma,arial,helvetica;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
TD {
	color:gray;
	font:normal 12px tahoma,arial,helvetica;
}

TH {
	font-size:0.9em;
	color:black;
	background-color:#c4c4c4;
	padding:2px;
}

DIV.indent {
	margin-top:10px;
	margin-left:20px;
}

.title {
	font : normal 1.5em arial,helvetica;
	color : #FF6204;
}

.subtitle {
	font : normal 1.3em arial,helvetica;
	color : #FF6204;
}

.nav { font:normal 13px tahoma;color:#B6B6B6;text-align:center;}
#nav {
	width:1009px;	
	height:47px;
	padding-left:15px;
	background-image: url("/images/nav_left.jpg");
	background-repeat:repeat-x;
}
#nav .elem {
	float: left;
	text-align:left;	
}

.middleMain {
	
}
.imgGallery {
	border:solid 3px gray;	
}
.errorMsg {
	border:solid 1px red;
	background-color:white;
	width:400px;
	height:50px;
	font:normal 1.3em arial;
	color:red;
	padding:10px;
	clear:both;
	position:static;
}

.homePageImage {
	border-bottom:solid 5px #969495;
	border-right:solid 3px #B0B0B0;
	border-top:solid 1px #B0B0B0;
	border-left:solid 1px #B0B0B0;
}

.bottomNav {
	background-image : url("/images/bottom_nav.gif");
	background-position : top;
	background-repeat : repeat-x;
	font: normal 15px tahoma;
	color:#B6B6B6;
	text-align:center;
	vertical-align:middle;
	
}
.boxHeader{
	background-image : url("/images/box_top.gif");
	background-position : top;
	background-repeat : repeat-x;	
	text-align:center;
	font:normal 15px tahoma;
	color: white;
	height:42px;
	width:100%;
	overflow:hidden;
	padding-top:8px;
		
}
.boxOuter {
	border:solid 1px #C1CBCE;
	background-color:white;
	vertical-align:top;
}
.box {
	border:solid 1px #C1CBCE;
	background-color:white;
}
.boxContents {
	padding:5px;
} 
.rowHeader {
	background-color:white;
	font:normal 12px tahoma,arial,helvetica;
	color:#5C5B5B;
	padding:7px;
	border-bottom:solid 1px #C1CBCE;
}
.rowOdd {
	background-color:#E5EFF2;
	font:normal 12px tahoma,arial,helvetica;
	color:#5C5B5B;
	border-bottom:solid 1px #C1CBCE;
	padding-top:6px;
	padding-bottom:6px;
	padding:3px;
}
.rowEven {
	background-color:white;
	font:normal 12px tahoma,arial,helvetica;
	color:#5C5B5B;
	border-bottom:solid 1px #C1CBCE;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:2px;
	padding:3px;
}
.rowOdd2 {
	background-color:#E5EFF2;
	font:normal 13px tahoma,arial,helvetica;
	color:#5C5B5B;
	padding-top:6px;
	padding-bottom:6px;
	padding:3px;
}
.rowEven2 {
	background-color:white;
	font:normal 13px tahoma,arial,helvetica;
	color:#5C5B5B;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:2px;
	padding:3px;
}
.titleOrange {
	font:normal 16px tahoma,arial,helvetica;
	color:#FF6204;		
}
.bottom {
	background-color: #FFFFFF;
	color: #8B8B8B;
	font: normal 11px tahoma,arial;
}
.blue11 {
	color:#003d69;
	font:normal 11px tahoma,arial,helvetica;
}
.blue12 {
	color:#003d69;
	font:normal 11px tahoma,arial,helvetica;
}
.blue13 {
	color:#003d69;
	font:normal 11px tahoma,arial,helvetica;
}
.blue14 {
	color:#003d69;
	font:normal 11px tahoma,arial,helvetica;
}
.gray11 {
	color:gray;
	font:normal 11px tahoma,arial,helvetica;
}
.gray12 {
	color:gray;
	font:normal 12px tahoma,arial,helvetica;
}
.gray13 {
	color:gray;
	font:normal 13px tahoma,arial,helvetica;
}
.gray13Bold {
	color:gray;
	font:bold 13px tahoma,arial,helvetica;
}
.gray14 {
	color:gray;
	font:normal 14px tahoma,arial,helvetica;
}
.gray14Bold {
	color:gray;
	font:bold 14px tahoma,arial,helvetica;
}
.gray15 {
	color:gray;
	font:normal 15px tahoma,arial,helvetica;
}
.gray16 {
	color:gray;
	font:normal 16px tahoma,arial,helvetica;
}
.gray17 {
	color:gray;
	font:normal 17px tahoma,arial,helvetica;
}
.playerBox{
	padding:5px;
	visibility:hidden;
	border:solid thin black;
	position:absolute;
	top:0px;
	left:70px;
	background-color:white;
	width:200px;
}

.popupActionBox {
	position:absolute;
	top:25;
	visibility:hidden;
	width:450;
	background-color:#FFFFFF;
	border:solid 3px #FF6204;
	padding:3px;
}

.formLeft {
	float:left;
	padding:0px;
	
}

.formRight {
	float:right;
	padding:0px;
}
/** 
FORM
**/
fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0; 
	border: none; 
}  
legend {  
	margin-left: 1em;  	 
	font-weight:normal;
	font-size:1.4em;  
}  
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}  
fieldset li {  
	padding-bottom: 1em;  
}  
fieldset.submit {  
	border-style: none;  
}
fieldset legend {
	color : #FF6204;
}

label {    
	float: left;    
	width: 10em;    
	margin-right: 1em;    
	text-align: right; 
	font-size:1.2em; 
}

fieldset fieldset {      
	margin-bottom: -2.5em;      
	border-style: none;      
	background-color: transparent;      
	background-image: none;      
}      
fieldset fieldset legend {      
	margin-left: 0;      
	font-weight: normal;   
	font-size:1.2em;   
	color:gray;
}  

/* POP UP FORM */
.popupForm {  
	margin: 1.5em 0 0 0;  
	padding: 0; 
	border: none; 
}  
.popupForm legend {  
	margin-left: 1em;  	 
	font-weight:normal;
	font-size:1.1em;  
}  
.popupForm ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}  
.popupForm li {  
	padding-bottom: 1em;
	margin-left:-3em;  
}  
.popupForm.submit {  
	border-style: none;  
}
.popupForm legend {
	color : #FF6204;
}

.popupForm label {    
	float: left;    
	width: 10em;    
	margin-right: 1em;    
	text-align: right; 
	font-size:1.0em; 
}

.popupForm fieldset fieldset {      
	margin-bottom: -2.5em;      
	border-style: none;      
	background-color: transparent;      
	background-image: none;      
}      
.popupForm fieldset fieldset legend {      
	margin-left: 0;      
	font-weight: normal;   
	font-size:1.2em;   
	color:gray;
}
/*END POPUP FORM*/
    
fieldset fieldset ol {      
	position: relative;      
	top: -1.5em;      
	margin: 0 0 0 11em;      
	padding: 0;      
}      
fieldset fieldset label {      
	float: none;      
	width: auto;      
	margin-right: auto;      
}


fieldset label:after {
	content: ":";
}

input:focus,
select:focus,
textarea:focus {
	background-color: #fff8c7;
}



#faqQuestions {
	border: solid 1px gray;
	padding:0px;
	margin:10px;
}
#faqQuestions ol li {
	font: normal 1.15em tahoma,arial,helvetica;
	padding:2px;
	
}

#faqAnswers ol li {
	font:normal 1.15em tahoma,arial,helvetica;
	color: black;
}
#faqAnswers ol li div{
	font:normal 1.1em tahoma,arial,helvetica;
	color: gray;
	padding-bottom:15px;
}
#previousPlayer {
	display:none;
}
#previousPlayerTable {
	width:90%;
	border-collapse:collapse;
	border:solid 1px black;
}
#previousPlayerTable td {
	padding:3px;
	font-size:0.9em;
}

.popupEdit {
	border: solid thin #999;
	width:300px;
	position:absolute;
	left:-300px;	
	background-color: #fff;
	visibility:hidden;
}

