body {
	background-color:#90B0C0;
	color:white;
	font-family:futura,helvetica,arial,sans-serif;
	height:99%;
	margin:0px;
	padding:0px;
}

html {
	height:99%;
}

img {
	border:4px solid white;
}

.center {
	text-align:center;
}

.center-table {
	margin-left:auto;
	margin-right:auto;
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

.header-frame {
	border-bottom:solid 2px #333d46;
}

.sidebar-frame {
	border-right:solid 2px #333d46;
}

.footer-frame {
	border-top:solid 2px #333d46;
}

.header-left {
	float:left;
}

.header-right {
	float:right;
	text-align:right;
}

.header {
	background-image:url('../../assets/img/bricks00.gif');
	height:100px;
	margin:0px;
	padding:2px 5px 0px 0px;
}

.header img {
	margin-top:-5px;
}

.header h3 {
	padding:0px;
	margin:0px;
	font-size:40px;
	color:#ffffff;
}

.fda {
	padding:5px 5px 0px 0px;
	margin:0px;
	font-size:10px;
}

.header .menu {
	float:right;
}

.header .menu a	{
	color: #15196B;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
}

.header .menu span {
	background:white url(../../assets/img/button-bg.gif) repeat-x bottom left;
	border:1px solid #BCBCC9;
	float:left;
	padding:3px 0px;
	margin:0px 1px;
	display:inline-block;
}

.header .menu a:hover {
	color:#90B0C0;
}

.footer {
	text-align:center;
	font-size:11px;
	color:#163159;
}

.footer p {
	margin:2px 0px;
	padding:0px;
}

.webmaster {
	text-decoration:none;
	font-weight:bold;
	color:#163159;
}

.sidebar h3 {
	color:#16316a;
	font-family:futura,helvetica,arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:2px 0px 0px 5px;
	padding:0px;
}

.sidebar ul {
	margin-top:5px;
	margin-bottom:10px;
}

.sidebar li {
	margin-left:-10px;
}

.sidebar a {
	color:#16316a;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

.sidebar a:hover {
	color:#596a94;
}

.sidebar li {
	color:#16316a;
}

.content {
	width:99%;
	background-color:#384C6A;
	padding:5px;
}

.content a {
	color:white;
	text-decoration:none;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

.content h2 {
	text-align:center;
}

.content a:hover {
	color:#596a94;
}

.home {
	padding-top:20px;
	height:99%;
}

.home h2 {
	text-align:center;
	padding:0px;
	margin:5px;
}

.home h2 a {
	font-style:italic;
	text-decoration:none;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
}

.home p {
	text-align:center;
	padding:0px;
	margin:0px 0px 20px;
}

.dvheval-logo {
	text-align:center;
	margin-bottom:20px;
}

.error {
	color:red;
}

.left-form {
	float:left;
	margin:0px;
	padding:3px 5px 2px 0px;
	width:290px;
	text-align:right;
	clear:left;
}

.left-form span {
	margin-right:5px;
}

.submit {
	float:left;
	margin:0px;
	padding:3px 5px 2px 0px;
	width:290px;
	text-align:right;
	clear:both;
}

.right-form {
	margin-left:295px;
	text-align:left;
	padding:3px 0px 2px 0px;
}

.right-nav-overview {
	position:absolute;
	bottom:0px;
	right:0px;
}

.right-nav {
	float:right;
	background-image:url('../../assets/img/next.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:100px;
	height:35px;
	padding:15px 15px 0px 0px;
	text-align:right;
	margin:0px;
}

.left-nav {
	float:left;
	background-image:url('../../assets/img/prev.gif');
	background-repeat:no-repeat;
	background-position:left;
	width:100px;
	height:35px;
	padding:15px 0px 0px 15px;
	margin:0px;
}

.nav {
	height:20px;
	padding:0px;
	margin:0px;
	max-width:320px;
}

.right-dvheval {
}

.left-dvheval {
	width:500px;
	min-width:500px;
}

.dvheval {
	height:480px;
	width:99%
}

.table-data td {
	background-color: #3D4755;
	border:solid 2px #333D46;
	padding:5px;
	vertical-align:top;
}

.content table {
	margin:auto;
}

.report {
	text-align:center;
	font-weight:bold;
}

.highlight {
	background-image:url('../../assets/img/salinac/highlight.gif');
}

.or {
	font-size:12px;
}

.num {
	text-align:center;
}

.hidden {
	display:none;
}

.forum-error {
	height:20px;
	display:inline-block;
	background-color:#999999;
	color:#CD0A0A;
	padding-bottom:2px;
}

.icon-error {
	background-image:url(redmond/images/ui-icons_cd0a0a_256x240.png);
	background-position:0 -144px;
	width:16px;
	height:16px;
	display:inline-block;
}

.forum-error .icon-error {
	margin-top:2px;
}

.contact input[type=text] {
    width:325px;
}