@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	/*background:#fff url(../images/ZA101834595.JPG) no-repeat center center fixed;*/
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#361d02;
}
h1 {
	font-weight:normal;
	margin:0;
	padding:0;
}
a {
	color:#039;
	text-decoration:none;
}
a:hover {
	color:#039;
	text-decoration:underline;
}
table.main {
	border-collapse:collapse;
	border:1px solid #c5c5c5;
	background:#FFF;
}
.msoff {
	float:left;
}
.main th {
	background:#eb3c00;
	padding:5px;
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
}
.main td {
	padding:5px;
}
.main td.title {
	background:#19bead;
	font-weight:bold;
	padding-left:20px;
	font-size:15px;
	
}
.main tr:hover {
	background:#eefad3;
	
}
.head h1 {
	padding-top:25px;
	color:#515151;
}
.copy {
	text-align:center;
	font-size:11px;
}
input[type="button"], input[type="submit"] {
	vertical-align:middle;
	border:solid 1px #c6c6c6;
	padding:1px 7px 2px 7px;
	color:#000 !important;
	margin:0;
	background:#fff url(../images/button_silverbg.gif) left 1px repeat-x;
	white-space:nowrap;
	cursor:pointer;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
	text-transform:uppercase;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background:#fff url(../images/button_silverbg_over.gif) left 1px repeat-x;
}
input[type="button"] {
	padding:1px 7px 2px 7px !important
}
input[type="button"]:hover {
	text-decoration:none !important;
	color:#000 !important;
	border:solid 1px #8c8c8c
}

/* Result page css start */
.resultSection{
	position: relative;
    width: 1226px;
    height: 768px;
    overflow: hidden;
    margin: 0 auto;
}
.resultOfficeLogo{
	width:248px;
	height:74px; 
	background:#fff url(../images/ms2013.jpg) left 1px repeat-x;
}
.resultPageLogo{
	width:158px;
	height:120px; 
	background:#fff url(../images/home-logo.gif) left 1px repeat-x;
}
/* Result page css end */

/* Quiz Header Start*/

#header-quiz-top{
	background: #0d5d7e;
    min-height: 25px;
    width: 100%;
    text-align: left;
    padding: 0px 0 5px 0px;
    z-index: 100;
}

#header-quiz-top-new{
	position: fixed;
	top:-32px;
	width:100%;
	font-size:13px;
	padding-top:4px;
	height:28px;/*padding-left:120px;*/
	z-index:100;
	background:#0d5d7e;
}
/* Quiz Header End*/