body
{
	font-family:Tahoma;
	font-size:12pt;
	margin:0px;
}

.small
{
	font-family:Tahoma;
	font-size:8pt;
}

.medium
{
	font-family:Tahoma;
	font-size:10pt;
}

.moverblueback
{
	color: white;
	background-color: #095ba6;
	border-bottom: #003e89 1px solid;
}

.moverbluebackinv
{
	color: #095ba6;
	background-color: white;
	border-bottom: #003e89 1px solid;
}

.portaltable
{
	background-color: #095ba6;
	border: #003e89 2px solid;
	color:White
}

.portaltablecontent
{
	background-color:White;
	color:Black;
}

.movergreenback
{
	background-color: #095f3c;
	color: white;
	border-bottom: #00421f 1px solid;
}

.test
{
	color: #eae6be;
}

td
{
	font-family:Tahoma;
	font-size:12pt;
}

.header
{
	font-size:20pt;
	font-weight:bold;
}

.subheader
{
	font-size:14pt;
	font-weight:bold;
}

.highlight
{
	color: #eee8aa;
}

select
{
	font-family:Tahoma;
	font-size:10pt;
}

.darklinks
{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.darklinks:hover
{
	color:#ffd700;
}

.fixedheader
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:76px;
	overflow:auto;
}

.fixedheader2
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	overflow:auto;
}

.fixedmain
{
	padding:76px 0 20px 0;
}

.fixedmain2
{
	padding:48px 0 20px 0;
}

.fixedmaindetail
{
	padding:56px 0 20px 0;
}

.footer
{
	background-color: #095ba6;
	color: White;
	border-top: #003e89 1px solid;
}

.greenfooter
{
	background-color: #095f3c;
	color: white;
	border-top: #00421f 1px solid;
}

.fixedfooter
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	overflow:auto;
}

.fixedbody
{
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%;
	background:#eee;
	font-family:Tahoma;
	font-size:8pt;
	overflow:hidden;
}

.sectionheader
{
	font-family:Tahoma;
	font-size:11pt;
	font-weight:bold;
}

hr
{
	background-color: #ebebeb;
	color: #ebebeb;
}

.fieldtitle
{
	font-weight:bold;
}

input
{
	font-family:Tahoma;
	font-size:10pt;
}

textarea
{
	font-family:Tahoma;
	font-size:10pt;
}

.links
{
	color:#095ba6;
	text-decoration:underline;
}

.links:hover
{
	color:darkred;
}

.delete
{
	border: 0 none;
	width: 20px;
	background: transparent url('../images/delete.png');
}