/* **************************************************************************** */
/*	Default Style sheet for novi-testing.com						*/
/* **************************************************************************** */

body {
	width: 100%;
	height: 100%;
	color: #666666;
	background: #FFFFFF url('/media/images/new/body-bkg.jpg') repeat-x left top;
	font-family:  Tahoma, Helvetica, Verdana,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
/* TEXT */
a:link {
	color:#666666;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#ff6a00;
}
a:active {
	color:#ff6a00;
}
input {
	background: #FFFFFF;
	font-size: 12px;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
select {
	background: #FFFFFF;
	font-size: 12px;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
textarea {
	background: #FFFFFF;
	font-size: 12px;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
/* NEW */
.wrapper {
	position: relative;
	width: 881px;
	z-index: 1;
}
.site-header,
.site-header .wrapper {
	height: 190px;
}
.site-header {
	position: relative;
	width: 100%;
	background: transparent url('/media/images/new/header.jpg') no-repeat left top;
}
.site-header h1 {
	display: none;
}
.mod_required_tests {
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
.mod_login {
	position: absolute;
	top: 80px;
	right: 0px;
}
.mod_login img {
	border: 0px none;
}
.mod_contacts {
	position: absolute;
	width: 520px;
	bottom: 20px;
	right: 0px;
}
.mod_contacts tr {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.nova-nav {
	float: left;
	clear: left;
	width: 180px;
	min-height: 450px;
}
.nova-nav table {
	border-collapse: collapse;
}
.nova-nav td {
	border: 4px solid #bcbec0;
}
.nova-nav td a {
	display: block;
	padding: 15px 10px;
	color: #1b75bc;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.nova-nav td.InActiveNav a {
	color: #ffffff;
	background-color: #1b75bc;
}
.nova-nav td a:hover {
	color: #1b75bc;
	background-color: #ffffff;
}
.nova-content {
	float: right;
	clear: right;
	padding: 20px 0px;
	width: 680px;
}
.site-footer {
	height: 51px;
	background: #bec0c2 url('/media/images/new/footer.jpg') no-repeat left top;
}
.site-footer .wrapper {
	height: 51px;
	text-align: right;
}
.site-footer .menu_bottom {
	color: #1b75bc;
	font-size: 14px;
	height: 51px;
	line-height: 51px;
}
.menu_bottom a {
	color: #1b75bc;
	text-decoration: none;
}
/* LEFTOVER */
.content {
	/*font-size: 80%;*/
}
.breadcrumbs {
	font-size: 11px;
}
.login {
	font-size: 11px;
}
.footer {
	font-size: 10px;
	color : #000000;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color : #FF0000;
}
hr {
	color : #CCCCCC;
}
h1 {
	font-size : 22px;
	font-style : normal;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
h2 {
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
h3 {
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
h4 {
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
h5 {
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
.PageTitle {
	color : white;
	font-size : 22px;
	font-style : normal;
}
th.PageTitle {
	margin: 5px;
	text-align : left;
	background-color: #6f6f6f;
}
/*.ActiveNav {
	color: #ffffff;
	text-align: right;
	height: 30px;
	background-image: url("/media/images/menu_button_act.jpg");
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
	MARGIN-RIGHT: 39px;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 28px;
}
a.ActiveNav:link {
	color: #ffffff;
	text-decoration: none;
}
a.ActiveNav:visited {
	color: #ffffff;
	text-decoration: none;
}
a.ActiveNav:hover {
	color: #ff6a00;
	text-decoration: underline;
}
a.ActiveNav:active {
	color: #ff6a00;
	text-decoration : none;
}
.InActiveNav{
	text-align: right;
	height: 30px;
	MARGIN-RIGHT: 39px;
	background-image: url("/media/images/menu_button.jpg");
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 28px;
}
a.InActiveNav:link {
	color: #666666;
	text-decoration: none;
}
a.InActiveNav:visited {
	color: #666666;
	text-decoration: none;
}
a.InActiveNav:hover {
	color: #ff6a00;
	text-decoration: underline;
}
a.InActiveNav:active {
	color: #ff6a00;
	text-decoration : none;
}
*/
.tahoma10 {
	font-size: 12px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
}
.orange {
	FONT-SIZE: 90%; COLOR: #ff6a00; FONT-FAMILY: Tahoma
}
.style1 {
	FONT-SIZE: 11px
}
.style2 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffef93
}
.style3 {
	COLOR: #94be94
}
.style4 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffffff
}
.style5 {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Tahoma
}
/*.menu_bottom {
	FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}*/
.style6 {
	FONT-WEIGHT: bold; COLOR: #cb0e0e
}
.style8 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma
}
/* Forms
================================================*/
form {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	clear : none;
}
#verticalForm textarea {
	display: block;
}
#verticalForm fieldset {
	display: block;
	margin: 0px 0px 3em 0px;
	padding: 0px 1em 1em 1em;
}
#verticalForm fieldset.radio {
	width: 15em;
	margin: 1em 0px 2em 0px;
}
#verticalForm fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
	height: auto;
}
#verticalForm fieldset.radio label {
	font-weight: normal;
}
#verticalForm input {
	display: block;
	width: 15em;
}
#verticalForm label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
#verticalForm label.first {
	padding-top: 1em;
}
#verticalForm select {
	display: block;
}
#verticalForm legend {
	color: #ffffff;
	font-size: 12pt;
}
/* Comparison Table
================================================*/
.testTable {
}
.testTable th {
	background:#0E5394 none repeat scroll 0% 0%;
	border:1px solid #DDDDDD;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:5px 12px;
	text-align:center;
	white-space: nowrap;
}
.testTable td {
	border:1px solid #DDDDDD;
	font-size:12px;
	padding:5px;
	white-space: nowrap;
	vertical-align: top;
	text-align:left;
}
.testTable th.cfirst {
	padding-left:8px;
}
.testTable td.cfirst, .testTable th.cfirst {
	text-align:left;
}
.testTable td.cfirst {
	padding-left:20px;
}
.testTable td.ctitle {
	background:#ECECEC none repeat scroll 0% 0%;
	font-size:12px;
	font-weight:bold;
	padding-left:12px;
	text-align:left;
}
.testTable tr.cprice td, .testTable tr.cfoot td {
	background:#C3DAF9;
	border:1px solid #DDDDDD;
	border-collapse:collapse;
	color:#083772;
	font-weight:bold;
	padding:5px 12px;
	vertical-align:top;
}
.testTable tr.cfoot td {
	background:#FFFFFF none repeat scroll 0% 0%;
	border-color:#FFFFFF;
	padding-left:2px;
	padding-right:2px;
}
.testTable tr.cfoot td a {
	margin-right:25px;
	margin-top:0pt;
}
.testTable tr.corder-note td {
	background: #EEEEEE none repeat scroll 0% 0%;
}
.testTable sup {
	font-size:10px;
	margin-left:3px;
}
.testTable-info {
	font-size:11px;
	padding:10px;
}
.thlink {
	color: #ffffff;
}
a.thlink:link {
	color: #ffffff;
	text-decoration: none;
}
a.thlink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.thlink:hover {
	color: #ff6a00;
	text-decoration: underline;
}
a.thlink:active {
	color: #ff6a00;
	text-decoration : none;
}

