@charset "utf-8";

html {background-color: #b8bfc9;}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #b8bfc9;
	height: 100%;
}

img {
	border: 0px;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC
}

a:hover {
	color: #FF0000
}

a:active {
	color: #000000
}

#vmslogo {
	width: 189px;
	height: 100px;
}

div.logoHeader {
	height: 100px;
	width: 100%;
	background-color: white;
}

div.blueBar {
	width: 100%;
	background-image: url(../images/blue-nav.png);
	background-repeat: repeat-x;
	height: 31px;
	text-align: right;
	font-weight: bold;
	color: white;
	padding-top: 5px;
}

div.blueBar a {
	color: white;
	text-decoration: none;
	padding-right: 20px;
}

div.blueBar a:hover {
	text-decoration: underline;
}

table.content {
	width: 600px;
	background-color: white;
	margin-top: 30px;
	border: solid 1px black;
}

table.content td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

table.content td.key {
	font-weight: bold;
	text-align: right;
	width: 180px;
}

.changePasswordKey {
	height: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 0.9em;
	font-weight:bold;
}