/*	960 Grid System ~ Text CSS.  Learn more ~ http://960.gs/
	Licensed under GPL and MIT. */

/* Basic HTML */
body {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	background-color:#EEEEEE;
}
a {
	color:#75AF1D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
strong{
	font-weight:bold;
	/*color:#6C8799;*/
}

input{
	font-size:11px;
	border: solid 1px #6D8799;
	height:16px;
	padding:2px 3px 0;
}
blockquote {
	font-size:16px;
	font-weight:bold;
	color:#6C8799;
	font-style:italic;
}

/* Headings */
h1, h1 a {
	font-size:20px;
	font-weight:bold;
	color:#AD216A;
}
h2, h2 a {
	font-size:16px;
	font-weight:bold;
	color:#6C8799;
}
h3, h3 a {
	font-size: 16px;
	font-weight:bold;
	color:#AD216A;
}
h4, h4 a {
	font-size: 14px;
	font-weight: bold;
	color:#6C8799;
}
h4 a {
	color:#75AF1D;
	text-decoration:underline;
}
h4 a:hover {
	text-decoration:none;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color:#AD216A;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color:#6C8799;
}

/* listing */
ul li, ol li {
	background: url(../Images/UI/bg-li-red.gif) no-repeat scroll 8px 9px;
	line-height:1.7;
	list-style:none none outside;
	padding:0 0 0 18px;
}
ol li {
	background:none;
	list-style: decimal none inside;
	padding:0 0 0 8px;
}
/* box text styles */
.important{
	border:solid 1px #9BCF23;
	width:432px;
	padding:18px 18px 3px;
	margin:0 0 10px;
}
.useful{
	border:solid 1px #9BCF23;
	background-color:#F2F8DC;
	width:434px;
	padding:18px 18px 3px;
	margin:0 0 10px;
}
.quizContainer{
	background-color:#FFFFFF;
}
.form{
	border:solid 1px #D9E1E5;
	background-color:#E3EAEE;
	width:432px;
	padding:18px;
	margin:0 0 10px;
	font-size:11px;
}
.useful h3, .useful h4, .useful h5, .useful h6, 
.important h3, .important h4, .important h5, .important h6{
	color:#75AF1D;
}
.quizContainer h4 {
	color:#333;
	margin-bottom:10px;
}
.quizContainer img {
	margin: 12px 0;
}
span.quizCorrect
{
    font-weight:bold;
    font-size:14px;
    color:#AD216A;
}
span.quizIncorrect
{
    font-weight:bold;
    font-size:14px;
    color:#9BCF23;
}
.form h2, .form h3, .form h4, .form h5, .form h6, .form p, .form label, .form span{
	color:#6C8799;
}
.important ul li, .useful ul li{
	background: url(../Images/UI/bg-li-green.gif) no-repeat scroll 8px 9px;
}
.form label{
	display:block;
	padding:0 0 10px;
}
.form label span{
	float:left;
	display:block;
	width:100px;
	padding:2px 4px 0 0;
	text-align:right;
}

.form label span.err{
	/*padding:0 0 10px 105px; text-align:left; width:200px; margin:-8px 0 0 0; color:Red	*/
	display: block;
	color: Red;
	width: 200px;
	text-align: left;
	margin: -15px 0 5px 105px;
}
.form label span.noMarg{
	margin: -15px 0 5px 0;	
}
/* content index list styles*/
.listIndex ul li {
	background: url(../Images/UI/arrow-index.gif) no-repeat scroll 6px 7px;
}
.listIndex ul li a{
	color:#AD216A;
	text-decoration:none;
}
.listIndex ul li a:hover{
	text-decoration:underline;
}

.wofDetailMale ul li {
	background: url(../Images/UI/bg-li-blue.gif) no-repeat scroll 8px 9px;
}

.wofDetailFemale ul li {
	background: url(../Images/UI/bg-li-pink.gif) no-repeat scroll 8px 9px;
}

/* tables */
table{
	width:100%;
	margin:0 0 10px 1px;
}
table a{
	color:#75AF1D;
}
table tr th{
	background-color:#F2F8DC;
	color:#75AF1D;
	border:solid 1px #9BCF24;
	padding:4px 10px;
}
table tr td{
	border:solid 1px #9BCF24;
	padding:4px 10px;
}


p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote,
h1 {
	margin-bottom: 15px;
}
h2{
	margin-bottom: 10px;
}
h3, h4, h5, h6 {}


a.top, a.back{
	background: transparent url(../Images/UI/arrow-top.gif) no-repeat right 6px;
	padding:0 10px 0 0;
	font-size:12px;
	color:#6C8799;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
}
a.back{
	background: transparent url(../Images/UI/arrow-back.gif) no-repeat right 6px;
	margin:0 0 0 20px;
}
a.top:hover, a.back:hover{
	text-decoration:underline;
}
span.next{
	font-size:11px;
	color:#6C8799;
	float:right;
	display:inline;
}
span.next a{
	color:#AD216A;
}
