﻿body 
{
	background-image: url("/img/bodybg.jpg");
	background-repeat: repeat-x;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: white;
}

a:hover
{
	text-decoration: none;
	color: #cddff7;
}

#container
{
	position: relative;
	top: 10px;
	margin: 0 auto;
	margin-top: 0;
	width: 850px;
}
.login
{
	position: relative;
	left: 780px;
	top: 5px;
	width: 80px;
	font-size: 11px;
	color: White;
}

.header
{
	position: absolute;
	height: 116px;
	width: 850px;
	background-image: url("/img/toolbg.jpg");
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	
}

#topmenubar
{
	position: absolute;
	top: 92px;
	left: 350px;
	height: 20px;
	width: 500px;
}

.topmenudiv
{
	font-weight: bold;
	font-size: 11px;
	float: left;
	margin-left: 14px;
}

#vtool
{
	position: absolute;
	top: 111px;
	width: 165px;
	border-style: solid;
	border-width: 1px;
	border-color: #033071;
	border-top-style: none;
	border-right-style: none;
	background-repeat: repeat-y;
	background-image: url("/img/vtoolbg.jpg");
	z-index: -1;
}

.vlinkbuttons
{
	font-size: 15px;
}

.content
{
	position: absolute;
	background-color: White;
	top: 118px;
	left: 166px;
	width: 684px;
	border-style: solid;
	border-width: 1px;
	border-color: #033071;
	border-top-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.footer00
{
	position: relative;
	width: 683px;
	height: 18px;
	background-color: #064baa;
	color: White;
	font-size: 10px;
	border: solid;
	border-color: Black;
	border-width: 1px;
}

.footer01
{
	position: relative;
	top: -18px;
	left: 433px;
	height: 20px;
	width: 250px;
	margin-left: 5px;
}

.footer02
{
	position: relative;
	top: 2px;
	height: 20px;
	margin-left: 5px;
}

.InputLabel
{
	text-align: right;
}
