﻿body
{
	height: 100%;
	margin: 0px;
    font-size: 14px;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    background-image:url('/images/Background.gif');
	background-repeat:repeat-y;
}

.Template
{
	margin: 0 auto;
	width: 1000px; 
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color:#FFFFFF;
}

#TopBar {
	height: auto;
	padding-top: 10px;
}

#PageHeading {
	width:670px;
	height:50px;
	color: #CC0000;
	font-size: 20px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

#Header {
	height: auto;
	padding-top: 15px;
	text-align:center;
}

#SiteNavigation {
	height: 55px;
}

#SiteNavigation .NetworkBar {
	width:980px;
	height: 55px;
	margin: 0 auto;
	text-align:center;
	background-repeat:repeat-x;
	background-image: url(../Images/ButtonBackground.gif);
}

#SiteNavigation .NetworkBar .NetworkTab {
	float: left;
	height: 55px;
	width:110px;
	padding: 0px 5px 0px 0px;
	text-transform: uppercase;
}

#SiteNavigation .NetworkBar .Divider {	
	background-image: url(../App_Themes/Default/Images/ButtonDivider.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	width: 1px;
	height: 55px;
	float:left;	
}

#SiteNavigation .NetworkBar a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#SiteNavigation .NetworkBar a:visited {
    color: #FFFFFF;
}

#SiteNavigation .NetworkBar a:hover {
	color: #FFFF00;
	text-decoration:underline;
}

#Wrapper 
{
	display: table;
	height: auto;
	
	/*
	display:table-cell;
	margin: 0 auto;
	*/
}

#NavIndicator{
	height: 20px;
}

#LeftColumn {
	width:330px;
	height: auto;
	padding-left:3px;
	float:left;
}

#CenterColumn {
	width:330px;
	height: auto;
	padding-left:3px;
	float:left;
}

#RightColumn {
	width:330px;
	height: auto;
	padding-left:3px;
	float:left;
}

#MenuColumn {
	width:210px;
	height: auto;
	padding-left:17px;
	float:left;
}

#MainColumn {
	width:730px;
	height: auto;
	padding-left:15px;
	float:left;
	border-left: solid 1px #CCCCCC;
}

#BaseSpacer {
	height: 30px;
}

.MenuItem
{
	color: #333333;
	height:28px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.MenuItem a {
	color: #000000;
	text-decoration: none;
}

.MenuItem a:visited {
    color: #666666;
	text-decoration: none;
}

.MenuItem a:hover {
	color: #CC0000;
	text-decoration:underline;
}

#Footer {
	height: 50px;
}

a:link
{
    /**color: #8A3700;**/
}

a:visited
{
    color: #CC0000;
}

a:hover
{
    text-decoration: none;
    color: #FF0000;
}

a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:12px;
}

.TableHeader{
	padding-left:10px;
	min-height:25px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: solid 1px #666666;
}

.TableRow{
	padding: 3px 0px 3px 10px;
	min-height:21px;
	border-bottom: solid 1px #EAEAEA;
}

.oddLine
{
	background-color:#EFEFEF;
	white-space:nowrap;
	text-decoration:none;
}

.evenLine
{
	background-color:#FAFAFA;
	white-space:nowrap;
	text-decoration:none;
}

.oddLineScratched
{
	background-color:#EFEFEF;
	white-space:nowrap;
	text-decoration:line-through;
}

.evenLineScratched
{
	background-color:#FAFAFA;
	white-space:nowrap;
	text-decoration:line-through;
}
