body
{
 Font-family: Arial, Verdana, Helvetica;
 font-size: 9pt;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 margin: 0px;
}

#bodyDefault
{
	/* background-image: url(Images/DefaultBackground.jpg); */
	width: 1024px;
	height: auto;
	background-repeat: no-repeat;
}

#divMainLeft
{
	width: 190px;
	height: auto;
	float: left;
	top: 0px;
}

#divMainCenter
{
	width: 643px;
	height: auto;
	float:none;	
}

#divMainRight
{
	width: 190px;
	height: auto;
	float:left;
}

#divMainLogo
{
	padding-top: 5px;
	padding-left: 25px;
}

.CompanyColorBackground
{
	background-color: #0869ce;
}

.CompanyColor
{
	color: #0869ce;
}

.CompanyColor2Background
{
	background-color: #86afda;
}

.PageHeaderTitle
{
	color: #ffffff;
	font-size: 14px;	
	font-weight: bold;
}

#TableMain
{
	width: 99%;
}

a, a : visited
{
	color: #0869ce;
	text-decoration: none;
}

.TopNavigation
{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	background: #aaaaaa;
}

.welcomeMenu
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.welcomeMenu
{
	list-style: none;
}

ul.welcomeMenu li
{
	background: #EEE;
	margin: 0 0 1.5em 0;
}

.welcomeMenu h2
{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: .4em;
	margin: .5em 0 .5em 0;
	background-color: #AAA;
}

.welcomeMenu h2 a { color: black; text-decoration: none; }

.welcomeMenu h2 a:hover { text-decoration: underline; }

.welcomeMenu ul
{
	margin: 0em 0 1.25em 1em;
	padding: 0 1em 1.25em 1em;
	list-style: square;
}

.welcomeMenu ul li
{
	margin: 0 0 .75em 0;
	padding: 0;
}

.TableInformationPage
{
	width: 85%;
	margin: auto;
}
.TableInformationPageForProject
{
	width: 65%;
	margin: auto;
}

.PageTitle
{
	font-weight: bold;
	font-size: 20px;
}

.TableFilterHeader
{
	font-weight: bold;
	background-color: #cccccc;
	height: 20px;
}

.TableFilterData
{
	font-weight: bold;
	background-color: #eeeeee;
	height: 20px;
}

.TableDataListing
{
	background: #efefef;	
}

.TableTitles
{
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	height: 25px;
	font-size: 14px;
}

.TableDataListCell
{
	padding-left: 5px;	
	height: 20px;
}
.TableDataListCell
{
	padding-left: 5px;	
	height: 20px;
}

.ErrorMessage
{
	color: Red;	
	font-weight: bold
}

.ConfirmationMessage
{
	color: Green;	
	font-weight: bold;
}
.LoginTable
{
background-color: #66CCFF; 
border-color: White; 
border-style: solid; 
border-width: 2px; 
font-weight: bold
}

