@charset "utf-8";
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,img{margin:0;padding:0;}
*/
body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	background-color: #525252;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-family: Arial, Tahoma;
}
body.mceContentBody
{
	background-image:none;
	background-color:#FFF;
}
/*
ul{list-style-type:none;}
*/
fieldset,img{border:0;}
a{outline:none; text-decoration:none;}
a:hover{text-decoration:underline;}
/*
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
*/

/*
p { line-height:17px; font-size:13px; color:#666666; text-align:justify; margin-bottom:20px; font-weight:normal;}
*/

h1 { margin:0; color:#7c8187; font-size:23px; font-weight:normal; padding:0;}
h2 { margin:0; color:#7c8187; font-size:16px; font-weight:normal; padding:0;}

.top_navigation {
	background:url(../images/home_1.gif) no-repeat center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	padding:12px 0 8px 0;
}
a.top_navigation:hover {
	background:url(../images/home_11.gif) no-repeat center top;
	text-decoration:none;
}
.footer_background {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
}
.content_background {
	background-image: url(../images/content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.top_background {
	background-image: url(../images/top_bg_img.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.round_box_background {
	background-image: url(../images/box_bg_img.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
}
.left_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e4e4e4;
}
.right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
.left_navigation {
	font-family:Arial, Tahoma;
	background:url(../images/arrow.gif) no-repeat 4px 6px;
	padding: 0 0 0 20px;
	color:#444444;
	text-decoration:none;
	display:block;
	font-size:13px;
	font-weight:bold;
}
.left_navigation_active {
	font-family:Arial, Tahoma;
	background:url(../images/arrow.gif) no-repeat 4px 6px;
	padding: 0 0 0 20px;
	color:#CD0001;
	text-decoration:none;
	display:block;
	font-size:13px;
	font-weight:bold;
}

.bodytext{
	line-height:17px; 
	font-size:13px; 
	color:#666666; 	
	margin-bottom:20px; 
	font-weight:normal;
}

.txtbox
{
	color:#666666;
	border:solid 1px #7C8187;
	/*width:auto !important;*/
	font-size:11px;
	height: auto;
}

.btn
{
	color:#FFF;
	border:solid 1px #7C8187;
	background-color:#525252;
	width:auto !important;
	font-weight:bold;
	font-size:11px;
	height: 22px;
	vertical-align:middle;
}

.link{
	font-size:13px; 
	color:#666666; 
	text-align:justify; 
}


.pageno{
	line-height:20px; 
	font-size:18px; 
	color:#666666; 	
	font-weight:normal;
}
.left_title {
	font-family:Arial, Tahoma;
	padding: 6px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size:13px;
	font-weight:bold;
}

.course-content {
	font-size:13px;	
}

.welcome {
	font-size:13px; 
}

.compulsory-field
{
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}

.text-link{
	font-size:13px; 
	color:#666666; 
	text-decoration:underline;
}

.text-link:hover{
	font-size:13px; 
	color:#666666; 
	text-decoration:none;
}

.tblrow{	
	font-size:13px; 
	color:#666666; 	
}


/* CSS FOR ERROR & MESSAGES */
.msg-table { width:auto;margin:0px;clear:both;}
.tblmsg { color:#060; }
.tblerror { color:#F40000; }
.msg-td {padding:5px 5px 5px 32px; }
.msginfo {background:#F0FFF0 url(../admin/images/icons/ok.gif) no-repeat 7px 7px; border:solid 1px #00D700;}
.msgerror{background:#FFE8E8 url(../admin/images/icons/error.gif) no-repeat 7px 7px; border:solid 1px #FF0F0F}

/* CSS FOR ERROR & MESSAGES */

.footer-link{
	font-size:13px; 
	color:#666666; 
	text-decoration:none;
}

.footer-link:hover{
	font-size:13px; 
	color:#666666; 
	text-decoration:none;
}


.welcome-message {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: #000;
	margin: 0;
	margin-left: 10px;
	padding:0;
	height:30px;
}

h1.pagetitle {
	font-size: 120%;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	height:30px;	
	display:inline;
}

.footer_background{
	background-color:#525252;
}
.new_h4 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 28px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660033;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


/* START CSS FOR COURSE CONTENT */

.inside {
	padding: 0 1em;
	background-color: #FFFFFF;
}

h1.course-name {
	font-size: 120%;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.course-page-title {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660033;	
}

.course-title{
	font-weight: bold;
	line-height: 150%;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #336;
	display:inline;
}	

.course-glossary-link{
	font-size:13px; 
	color:#336; 
	font-weight:bold;
	text-decoration:underline;
}

.link-course-title{
	font-size:13px; 
	color:#444444; 
	text-align:justify; 

	border: 1px solid #E9E9E9;	
	padding: 2px 10px 1px 10px; 
	margin-top: 10px;	
}

.course-overview{
 	text-align:justify;
 }

.link-course{
	font-size:13px; 
	color:#444444; 
	font-weight:bold;
}

.link-module-title{
	font-size:13px; 
	color:#444444; 
	text-align:justify; 
	text-transform: uppercase;
	padding: 2px 10px 1px 10px; 
	margin-top: 10px;	
	line-height: 30px;
}

.page-title {
	color:#CC0000;
	font-size:115%;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform:uppercase;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660033;
}
.module-page-title {
	color:#CC0000;
	font-size:115%;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform:uppercase;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660033;
	padding-bottom:5px;
}
.course-title-module-box {
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:uppercase;

	background:#E9E9E9;
	border:1px solid #A8A8A8 !important;
	color:#CC0000;
	font-size:13px;
	margin-top:10px;
	padding:2px 10px 1px !important;
	text-align:justify;
	/*width:107px;*/
}
.course-title-box {
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
	background:#E9E9E9;
	border:1px solid #A8A8A8 !important;
	color:#444444;
	font-size:13px;
	margin-top:10px;
	padding:2px 10px 1px !important;
	text-align:justify;
}
.question-no{
	font-size: 105%;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	height:30px;	
	display:inline;

	border: 1px solid #E9E9E9;	
	padding: 2px 10px 1px 10px; 
	margin-top: 10px;		
}

.correct-answer {
	font-size:13px; 
	color:#009900;
}

.incorrect-answer {
	font-size:13px; 
	color:#FF0000;	
}

.course-result-type {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 28px;
	margin-bottom: 10px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660033;
}
.p-clear
{
	clear:both;
	margin:0px;
	line-height:0px;
	font-size:0px;
}
.cursor-pointer
{
	cursor:pointer;
}

.tblrow-white{	
	font-size:13px; 
	color:#444444; 	
	background-color:#FFFFFF;
}

.table-background{
	background-color:#e9e9e9;
}

/* END CSS FOR COURSE CONTENT */
