﻿a
{
	color: #bd0010;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

body
{
	font-size: 13px;
	font-family:  Sans-Serif, Verdana, Arial;
	text-align: center;
	background-color: #707070;
	overflow-y: scroll;
	height: 100%;
	text-align: left;
}

#content
{
	padding: 5px;
	width: 720px;
	min-height: 400px;
	text-align: left;
	float: right;
	margin-left: 15px;
	margin-right: 5px;
	font-size: 13px;
}

.editableText
{ 
	background-color:Transparent;
}

.error_text
{
	color: red;
}

#bottom
{
	width: 964px;
	background-color: #fff;
	height:0px;
	position:relative;
	margin: 0 auto;
}

#footer
{
	width: 964px;
	background-color: #000;
	height:32px;
	text-align: left;
	color:#fff;
	padding-right:8px;
	text-align:right;
	font-size:11px;
	margin: 0 auto;
	position:relative;

}

#footer a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:none;
}

h3
{
	font-size: 16px;
	color:#bd0010;
	font-weight: bold;	
}

h4
{
	color: #bd0010;
	font-size: 14px;
	font-weight: bold;	
}

h5
{
	color: #fff;
	font-size: 14px;
	font-weight: lighter;	
}

#header
{
	width: 960px;
	height:235px;
	position:relative; top: -60px;
}

#logo
{
	float: left;
	position: relative;	
	z-index: 1;
}

#loginBox
{
	width: 220px;
	height: 160px;
	float: right;
	color: #FFFFFF;
	position: relative;
	left: 10px;
	top: -5px;
	background-image: url('../images/login-bg.png') ;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 5px;
}

.loginBoxContent
{
	text-align: left;
	font-weight: bold;
	margin: 15px 15px 15px 15px;
}

.loginError
{
	color: #ffffff;
	font-size: 10px;
}

.iButton
{
	color: #ffffff;
	font-weight: bold;
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
	border: none;
	background-color: Transparent;
	width:112px;
	height: 48px;
}

img
{
	border-width: 0px;	
}

#main
{
	width: 960px;
	min-height: 400px;	
	background-color: #fff;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-y;
}

.sidebarBackground
{	
	float: left;
	width: 190px;
	min-height: 400px;	
	padding:  6px 0px 6px 6px;
	text-align: left;
}

#sidebar a
{
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #fff;
	text-decoration: underline;
}

#sidebar .menulevel0
{
	
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;	
}

#sidebar .menulevel1
{
	color: #fff;
	padding-left: 15px;	
	font-size: 12px;
	line-height: 12px;
}

#subheader 
{	
	width: 958px;
	height: 30px;
	background-color:#e59ca3;	
	border: solid 1px #f7aab2;
	margin-top: 6px;
	margin-bottom: 6px;
}

td
{
	padding:2px;
}

#time{	
	position: relative;
	padding-left: 6px;
	top: 8px; 
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: inline;
}

.title
{
	font-size: 16px;
	font-weight: bold;
	font-family:Arial,Verdana,Sans-serif;
	color: #bd0010;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#top
{
	width: 960px;
	height: 55px;
	margin: 0 auto;
	position:relative;
}

#toplinks
{
	float: right;
	position:relative; bottom: -30px; 
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
}

#toplinks a 
{
	color: #ffffff;
	text-decoration: none;
}

#wrapper
{
	padding: 6px 6px 6px 6px;
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto;
	position:relative;

}
