body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Trebuchet, Arial;
	background: url('images/BG.jpg') #64cad9 repeat-x;
}

select, input, textarea
{
	font-size: 12px;
	font-family: Trebuchet, Arial;
}

h1
{
	margin: 1px;
	margin-top: 0px;
	border-bottom: 1px solid silver;
	font-size: 24px;
	margin-bottom: 5px;
}

h2
{
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
}

h3
{
	margin: 1px;
}

.table_header td, .table_header th
{
	font-weight: bold;
	text-align: center;
	background: #cccccc;
}

#page
{
	width: 820px;
	margin: 0px auto;
}

#nav
{
	background: url('images/NavButtonBG.jpg') white repeat-x;
	position: relative;
	height: 80px;
}

#nav a:link, #nav a:visited
{
	color: black;
	text-decoration: none;
}

#nav a:hover
{
	color: #C30;
}

#nav ul
{
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin: 0px;
	padding:0px;
	position: relative;
	height: 100%;
}

#nav ul li
{
	display: inline;
	padding-left: 12px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid black;
}

#nav #aboutUsDiv
{
	background: url('images/NavButtonBG.jpg') white repeat-x;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

#nav #aboutUsDiv p
{
	margin: 2px;
}

#content
{
	background: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#news_div p
{
	margin: 0px;
	padding: 1px;
}

#news_content
{
	vertical-align: top; 
	background: #eeeeee; 
	padding: 4px;
	border-bottom: 1px solid silver;
}

.news_div
{
	padding: 5px;
	border-bottom: 1px solid silver;
}

.news_tab
{
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	padding: 2px;
	cursor: pointer;
}

.news_category
{
	font-size: 11px;
}

.news_title
{
	font-weight: bold;
}

.news_date
{
	font-size: 11px;
	color: #555555;
}

.newsHeaderRow td
{
	padding: 2px;
	padding-bottom: 0px;
}

.newsHeaderRow td a
{
	background-color: #999;
	display: block;
	padding: 6px;
	border: 1px solid #000;
	border-bottom: none;
}

.newsHeaderRow .currentCategory a
{
	background-color: #EEE;
}

#news-table-a
{
	width: 80%;
	border-collapse: collapse;
}
#news-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #66CCCC;
	border-top: 4px solid #339999;
	border-bottom: 1px solid #fff;
	color: #039;
}
#news-table-a td
{
	padding: 8px;
	background: #eeeeee;
	border-bottom: 1px solid #339999;
	border-right: 1px solid #339999;
	border-left: 1px solid #339999;
	color: #669;
	border-top: 1px solid transparent;
}
#news-table-a tr:hover td
{
	background: silver;
	color: #339;
}


.calendar_event
{
	background: #d1eeee;
	font-weight: bold;
	cursor: pointer;
}

.calendar_popup
{
	padding: 10px;
	border: 1px solid black;
	background: #eeeeee;
}

.calendar_popup p
{
	padding: 0px;
	margin: 1px;
}
.uefaclass{
width: 120px;
padding: 5px;
background-color: #FFFFFF;
border: 1px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.uefaclass a{
text-decoration: none;
target-new: window;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: #000000;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

#fullstats table
{
	border-spacing: 0px;
	border-collapse: collapse;
}

#fullstats table tbody td
{
	padding: 5px;
	text-align: center;
	border: 1px solid #CCC;
}

#fullstats table thead th
{
	padding: 15px;
	text-align: center;
	background-color: #CCC;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid #9A9A9A;
}