/* General Page Sytles */
body {
/*	background-image: url(/assets/images/Grass-Background.jpg);
*/	background-color: #001e3e;
	margin: 0px auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}	

.footer {
	background-image: url(/assets/images/footer.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 995px;
}	

/* Page Layout Styles */
.left-column-shadow {
	background-image: url(/assets/images/shadow-left.png);
	background-repeat: repeat-y;
}

.right-column-shadow {
	background-image: url(/assets/images/shadow-right.png);
	background-repeat: repeat-y;
}

.divider-line {
	background-image: url(/administration/assets/images/divider-line.png);
	background-repeat: repeat-x;
}	

.news-highlight {	
	background-image: url(/assets/images/news-highlight.jpg);
	background-repeat: no-repeat;
}	

.news-highlight-main {	
	background-image: url(/assets/images/news-highlight-main.jpg);
	background-repeat: no-repeat;
}	

.news-highlight-off {
	background-color: #FFFFFF;
}	

.player-background {
	background-color: #ffffff;
}

.player-background:hover {
	background-color: #c7cee1;
}

/* Form Styles */
.input-select {
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #333333; 
}

.input-select-on {
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #042751;
	padding: 4px 5px; 
	color: #333333; 	
}

.input-text {
	height: 16px; 
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #333333; 
}

.input-text-on {
	height: 16px; 
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #042751;
	padding: 4px 5px; 
	color: #333333; 	
}

.input-textarea {
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #333333; 
}

.input-textarea-on {
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #042751;
	padding: 4px 5px; 
	color: #333333; 	
}

.input-coords {
	height: 16px; 
	width: 24px;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #333333; 
}

.input-coords-on {
	height: 16px; 
	width: 24px;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #042751;
	padding: 4px 5px; 
	color: #333333; 	
}

.input-image {
	height: 16px; 
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #333333; 
}

.input-image-on {
	height: 16px; 
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #042751;
	padding: 4px 5px; 
	color: #333333; 	
}

/* Generic Text Styles */
.white {
	color: #FFFFFF;
}	

.red {
	color: #FF0000;
}	

.grey {
	color: #666666;
}	

.green {
	color: #009900;
}

a {
	color: #0000FF;
	text-decoration: underline;
}		

a:visited {
	color: #0000FF;
	text-decoration: underline;
}		

a:hover {
	color: #0000FF;
	text-decoration: underline;
}		

/* News Text Styles */
.news-headline {
	color: #000000;
	text-decoration: none;
}

a.news-headline{
	color: #000000;
	text-decoration: none;
}

a.news-headline:visited{
	color: #000000;
	text-decoration: none;
}

a.news-headline:hover{
	color: #000000;
	text-decoration: underline;
}

.news-headline-main {
	text-decoration: none;
}

a.news-headline-main{
	text-decoration: none;
}

a.news-headline-main:visited{
	text-decoration: none;
}

a.news-headline-main:hover{
	text-decoration: none;
}	