/*
San Francisco Vikings Soccer League 2008
*/

img {
border: none;
}

.text_fields_menu {
	font: 80% Arial, sans-serif;
	color: #ffffff;
	font-weight:800;
	}

.text_header {
	font: 100% Arial, sans-serif;
	color: #ffffff;
	font-weight:800;
	}

.text_white {
	font: 80% "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #ffffff;
	}
	
.text_white_italic {
	font: 80% "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #ffffff;
	font-style:italic
	}
	
.text_white_small {
	font: 70% Arial, sans-serif;
	color: #ffffff;
	font-weight:800;
	margin: 2;
	padding: 2;
	}
	
.text_black {
	font: 80% "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color:#000;
	}
	
.text_black_large {
	font: 120% Arial, sans-serif;
	color:#000;
	font-weight:900;
	margin: 2;
	padding: 2;
	}
	
.text_black_small {
	font: 70% Arial, sans-serif;
	color:#000;
	font-weight:800;
	margin: 2;
	padding: 2;
	}
	
.text_black_table {
	font: 90% Arial, sans-serif;
	color:#000;
	font-weight:800;
	margin: 2;
	padding: 2;
	text-align:center;
	line-height: 150%
	}
	
.text_black_title {
	font: 150% Arial, sans-serif;
	color:#000;
	font-weight:900;
	margin: 2;
	padding: 2;
	text-align:center;
	}	
	
.text_blu {
	font: 85% Arial, sans-serif;
	color:#0066cc;
	font-weight:800
	}
	
.text_grey_large {
	font: 120% Arial, sans-serif;
	color:#999;
	font-weight:900;
	margin: 2;
	padding: 2;
	}
	
.text_grey_medium {
	font: 100% Arial, sans-serif;
	color:#333;
	font-weight:900;

	}
		
.text_red {
	font: 85% Arial, sans-serif;
	color:#FF0000;
	font-weight:800
	}
	
.text_red_small {
	font: 70% Arial, sans-serif;
	color:#FF0000;
	font-weight:800
	}	
	
.text_right_header {
	font: 65% Arial, sans-serif;
	color: #ffffff;
	font-weight:600;
	margin: 0;
	padding: 0;
	}	
	
.text_right {
	font: 70% Arial, sans-serif;
	color: #ffffff;
	font-weight:800;
	margin: 0;
	padding: 0;
	line-height:140%;
	}	
	
.text_right_fieldsgreen {
	font: 90% Arial, sans-serif;
	color:#00CC33;
	font-weight:800;
	margin: 0;
	padding: 0;
	}

.footer {
	font: 65% Arial, sans-serif;
	font-weight:700
	}

h1, h2, h3, h4, h5 {
	font: Arial, sans-serif;
	color: white;
	}

a:hover {
	text-decoration: underline;
	}

a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #cccccc;
}
a:active {
	color: #999999;
}

/* ------------------
 styling for vikings tables 
   ------------------   */

#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	margin: 5px;
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #FF0000;
	background: #ffffff;
}
#one-column-emphasis td
{
	padding: 10px 12px;
	color: #ffffff;
	border-top: 1px solid #e8edff;
	background: #ffffff;
}
.oce-first
{
	background: #ffffff;
	border-right: 5px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}