
body,table {margin: 0px;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:.95em; }
p {font-size: 1em;}

h1 {
font-size: 1.4em;
color: #000000;
font-weight: bold;
}

h2 {
font-size: 1.2em;
color: #744F88
}

h3 {
font-size: 1.2em;
}

a {line-height:1.4em;}
a:link {color:#744F88;}
a:visited {color:#744F88;}
a:hover {color:#B85B93;}
a:active {color:#B85B93;}

.navText {text-decoration:none;font-size:13px;font-weight:bold;line-height:1.4em;}
.navText:link {color:#744F88;}
.navText:visited {color:#744F88;}
.navText:hover {color:#B85B93;}
.navText:active {color:#B85B93;}

#content {margin: 20px; font-size: 1em; width:95%;}
	
.footerText {font-size:9px;line-height:14px;}
a.footerText {color:#0077c2;}
a.footerText:hover {color:#ffc731;}

.examtitle {color:#6e4483;font-weight:bold;font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;margin:5px 0 0 3px;}

.pagenumber {
text-align: right;
width: 99%;
}

.pagenumber-center {
font-size: .85em;
font-weight: bold;
text-align: center;
width: 99%;
}

.indent {
	text-indent: 35px
}

.faq_q {
font-size: 1em;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0;
padding-top: 0px;
padding-left: 0;
display: block; 
text-indent: 0em;
font-weight:bold;
}

.faq_a {
font-size: 1em;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0;
padding-top: 0px;
padding-left: 28px;
display: block; 
text-indent: 0em;
}

.author {
font-family: "Times New Roman", Times, serif;
font-style: italic;
color: #6E4483
}

/* table title text color */
.color-title {
background-color: #DADADA;
}

/* table title bgcolor */
.table-title {
color: #6E4483;
font-weight: bold;
padding: 2px;
margin-left: 1px;}

/* red text */
.redText {
color: #fe7b00;
}

/* green text */
.greenText {
color: #558e35;
}

/* table title text color */
.color-title2 {
background-color: #6E4483;
}
/* table title bgcolor */
.table-title2 {
color: #ffffff;
font-weight: bold;
padding: 2px;
margin-left: 1px;}

/* table title text color */
.color-title3 {
background-color: #b4e591;
}

/* table title bgcolor */
.table-title3 {
color: #558135;
font-weight: bold;
padding: 2px;
margin-left: 1px;}

/* table outside border color only used for box-type table like the one in search_questions.cfm */
.color-border {
background-color: #DDDDD5;
margin-bottom: 0px;
padding-bottom: 0px;
}

/* header bgcolor */
.color-header {
background-color: #ececec;
}

.color-header2 {
background-color: #f3f5f2;
}

.color-header3 {
background-color: #f3fcc1;
}

/* header text align left */
.colhead,th {
font-size : .9em;
font-weight : bold;
color: #444444;
text-align: left;
}

/* header text centered */
.colhead_center {
font-size : .9em;
font-weight : bold;
color: #444444;
text-align: center;
}

.colhead-center {
font-size : .9em;
font-weight : bold;
color: #444444;
text-align: center;
}

/* rows */
.color-row {
background-color: #ffffff;
vertical-align: top;
font-size:1.1em;
}	


/* rows */
.color-row2 {
background-color: #ffffff;
vertical-align: top;
font-size:1.1em;
}	

/* END OF STYLE FOR TABLE */


/* Apply flash Right to input item name*/
.formtitle {
color:#000000; 
margin-left: 5px;
text-align: right;
margin-right: 3px;
margin-top: 3px;
}

select {
font-family: tahoma,arial,Geneva,Helvetica,sans-serif;
display: inline;
}

label {
padding-left: 2px;
color: #000000;
}

.sup {
font-size: 10px;
}

.button {
margin:0;padding:0 1em;width:auto;overflow:visible;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.formbutton{
font:normal 14px verdana;
cursor:pointer;
border:outset 1px #999;
background:#fff;
color:#2f0d5d;
font-weight:bold;
padding: 2px 3px;
background:url(formbg.gif) repeat-x left top;
}

textarea {font: normal 13px Arial}

/* All form elements are within the definition list for this example */
dl {
    font:normal 12px/15px Arial;
    position: relative;
    width: 500px;
}
dt {
    clear: both;
    float:left;
    width: 100px;
    padding: 4px 0 2px 0;
    text-align: right;
}
dd {
    float: left;
    width: 370px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: none;
    padding: 10px 12px;
    background: #fac864 url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}

/* Button mouseover */
/* practice */
.cssnav_practiceexam { 
position: relative;
background-image: url(../common/practiceexam_over.gif);
background-repeat: no-repeat;
display: block;
width: 141px;
height: 70px;
margin: 0; 
padding: 0; 
}

.cssnav_practiceexam a {
display: block;
width: 141px;
height: 70px;
float: left;
}

.cssnav_practiceexam img {width: 141px; height: 70px; border: 0; }
.cssnav_practiceexam a:hover {visibility:visible}
.cssnav_practiceexam a:hover img{visibility:hidden}


/* mock */
.cssnav_mockexam { 
position: relative;
background-image: url(../common/mockexam_over.gif);
background-repeat: no-repeat;
display: block;
width: 141px;
height: 70px;
margin: 0; 
padding: 0; 
}

.cssnav_mockexam a {
display: block;
width: 141px;
height: 70px;
float: left;
}

.cssnav_mockexam img {width: 141px; height: 70px; border: 0; }
.cssnav_mockexam a:hover {visibility:visible}
.cssnav_mockexam a:hover img{visibility:hidden}

/* my results */
.cssnav_myresults { 
position: relative;
background-image: url(../common/myresults_over.gif);
background-repeat: no-repeat;
display: block;
width: 141px;
height: 70px;
margin: 0; 
padding: 0; 
}

.cssnav_myresults a {
display: block;
width: 141px;
height: 70px;
float: left;
}

.cssnav_myresults img {width: 141px; height: 70px; border: 0; }
.cssnav_myresults a:hover {visibility:visible}
.cssnav_myresults a:hover img{visibility:hidden}

/* 
Holiday Banner style
*/

div.boxsides {
	background:url(../common/content_bg_sides.png) repeat-y transparent;
}

div.h2 {
	width: 286px;
	height:14px; 
	background:url(../common/div_h2_bg.gif) repeat-x transparent;
}

h6{ margin:0px;
	padding:0px;
	border:0px;
}
h6{	color:#2e7d03; 
	font-size:20px; 
	display:block; 
	background:url(../common/h2_bg.gif) top left no-repeat transparent;
}
h6 span{
	padding:10px 10px 20px 10px; 
	background:url(../common/h2_span_bg.gif) top right no-repeat transparent; 
	display:block;
}

div.content {
	width: 286px;
	background:url(../common/content_bg_mid.png) bottom repeat-x transparent;	
	z-index:200
}

div.section {
	width: 286px;
	background:url(../common/section_bg_left.png) bottom left  no-repeat transparent; 
	font-size:13px;
}

div.section span{
	background:url(../common/section_bg_right.png) bottom right no-repeat transparent; 
	padding:15px 15px 3px 15px; 
	display:block;
}

div.section p{
	background:url(../common/leaf.gif) bottom right no-repeat transparent; 
	display:block;
}

h3 {
	color:#064c94; 
	font-size: 16px;
	margin-top:0
}	


#divrow2 {
float:right;
width:100%;
margin-right:0;
}

/*
Styles for Revision Advice 
*/

ol.RAdviceList {
padding-left:20px
}
ol.RAdviceList li {
margin-bottom:10px
}

.MDULogo_sidenav {
margin: 0px;
background:url(../common/mdulogo_sidenav.jpg) 0 0 no-repeat;
width: 100px;
height: 148px;
}
.hide {
display:none;
}