﻿body 
{
	font-family:Tahoma, Sans-Serif;
	font-size:9pt;
}

#header
{
	position:absolute;
	left:0px;
	top:0px;
	height:135px;
	width:100%;
	background-image: url('../images/bg-main.jpg');
	background-repeat:repeat-x;
}

#header .titlebackground
{
	position:absolute;
	top:10px;
	left:50px;
	width:760px;
	height:144px;
	background-image: url('../images/bg-header.jpg');
	background-repeat:no-repeat;
}

#header .titletext
{
	position:absolute;
	top:20px;
	left:30px;
	font-size:14pt;
	font-weight:bold;
	color:#ffffff;
}

#header .subtitle
{
	position:absolute;
	font-size:12pt;
	color:#ffffff;
	top:75px;
	left:30px;
}

#content
{
	position:absolute;
	left:70px;
	top:160px;
	width:720px;
	
}

#loginandout
{
	position:absolute;
	top:85px;
	left:700px;
	z-index:1000;
}

#loginandout a
{
	color:#ffffff;
	text-decoration:none;
}

#loginandout a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#menu
{
	position:absolute;
	top:122px;
	left:80px;
	float:left;
	width:100%;
}

#menu a
{
	text-decoration:none;
	font-size:10pt;
	color:#006797;
}

#menu a:hover
{
	text-decoration:underline;
	font-size:10pt;
}

#username
{
	position:absolute;
	top: 10px;
	left:800px;
}

.item
{
	float:left;
	width:120px;
}

/*******************************************************************************
Form Data Pages CSS
********************************************************************************/
.form
{
	border: solid 1px #006797;
	padding:5px 5px 5px 5px;
}

.form Row
{
	width:100%;
	clear:both;
	float:left;
}

.Label
{
	float:left;
	width:120px;
}

.Value
{
	float:left;	
	width:500px;
}

.Input
{	
	font-size:10pt;
}

.fieldset
{
	background-color:#eff3fb;
}
