



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;
}

h3 {
font-size: 1.2em;
}

a {line-height:1.4em;}
a:link {color:#bca71d;}
a:visited {color:#bca71d;}
a:hover {color:#e01b22;}
a:active {color:#bca71d;}

.navText {text-decoration:none;font-size:12px;font-weight:bold;line-height:1.4em;}
.navText:link {color:#888888;}
.navText:visited {color:#888888;}
.navText:hover {color:#000000;}
.navText:active {color:#cc0000;}

#content {margin: 10px; font-size: 1em; width:95%;}
	
.footerText {font-size:9px;line-height:14px;}
a.footerText {color:#0077c2;}
a.footerText:hover {color:#ffc731;}




/* FOLLOING ARE STYLE FOR TABLE - Set the main table bgcolor to #D8DFE5 */

.pagenumber {
text-align: right;
width: 99%;
}

.pagenumber-center {
font-size: .85em;
font-weight: bold;
text-align: center;
width: 99%;
}
/* table title text color */
.color-title {
background-color: #bbb79f;
}

/* table title bgcolor */
.table-title {
color: #ffffff;
font-weight: bold;
padding: 2px;
margin-left: 1px;}

/* red text */
.redText {
color: #ff0000;
}

/* green text */
.greenText {
color: #339900;
}

/* table title text color */
.color-title2 {
background-color: #bbb79f;
}
/* table title bgcolor */
.table-title2 {
color: #e01b22;
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;
}

/* All form elements are within the definition list for this example */
dl {
    font:normal 12px/15px Arial;
    position: relative;
    width: 450px;
}
dt {
    clear: both;
    float:left;
    width: 180px;
    padding: 4px 0 2px 0;
    text-align: right;
}
dd {
    float: left;
    width: 200px;
    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 */
/* tutorial */
.cssnav_practiceexam { 
position: relative;
background-image: url(../common/practiceexam_over.gif);
background-repeat: no-repeat;
display: block;
width: 132px;
height: 72px;
margin: 0; 
padding: 0; 
}

.cssnav_practiceexam a {
display: block;
width: 132px;
height: 72px;
float: left;
}

.cssnav_practiceexam img {width: 132px; height: 72px; border: 0; }
.cssnav_practiceexam a:hover {visibility:visible}
.cssnav_practiceexam 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: 132px;
height: 72px;
margin: 0; 
padding: 0; 
}

.cssnav_myresults a {
display: block;
width: 132px;
height: 72px;
float: left;
}

.cssnav_myresults img {width: 132px; height: 72px; border: 0; }
.cssnav_myresults a:hover {visibility:visible}
.cssnav_myresults a:hover img{visibility:hidden}