@CHARSET "ISO-8859-1";

#topMenu {
	font-size: 90%;
	margin-left: 300px;
}

#elearntabs {
	position: relative;
	line-height: normal;
	border: none;
	margin-top: 2px;
	margin-left: 3px;
	width: 100%;
}
.landingheaderimagetext
{
	background-color: #343D7C;
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
}
.questionheader
{
    background-color: #343D7C;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

.questiontext
{
	background-color: #909CBD;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	height:30px;
	padding-left:5px;
}

.textcolor
{
 color:#444444;
font-size: 12px; width: 102px; font-weight: 900px;
}
.textcolorregistration
{
 color:#3A3A3A;
font-size: 14px; width: 102px; 
}
.textcolorlogin
{
 color:#213A7C;
font-size: 14px; width: 102px; font-weight: bold;
}
.answertext
{
  background-color: #D3D8E5;
  color:#000000;
  font-weight:bold;
  font-size:12px;
}
a.questionlink:link
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

a.questionlink:visited
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

a.questionlink:hover
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

a.questionlink:active
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}


.rowtext
{
	font-weight:bold;
	color:#646464;	
	cursor:pointer; 
	text-decoration:underline;
}
a.rowlink_button:link
{
	font-weight:bold;
	color:#3468A4;
	cursor:pointer;
	text-decoration:underline;
}

a.rowlink_button:visited
{
	font-weight:bold;
	color:#3468A4;
	cursor:pointer;
	text-decoration:underline;
}

a.rowlink_button:hover
{
	font-weight:bold;
	color:red;
	cursor:pointer;
	text-decoration:underline;
}

a.rowlink_button:active
{
	font-weight:bold;
	color:#3468A4;
	cursor:pointer;
	text-decoration:underline;
}

a.resourcetext:link
{
	font-weight:bold;
	color:#646464;	
	word-spacing: normal;
	max-width: 180px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}


a.moduletext:link
{	
	color: #878A8F;
	text-decoration: none;
	word-spacing: normal;
	max-width: 160px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}

a.moduletext:viisted
{	
	color: #878A8F;
	text-decoration: none;
	word-spacing: normal;
	max-width: 150px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}

a.moduletext:hover
{	
	color: #878A8F;
	text-decoration: none;
	word-spacing: normal;
	max-width: 150px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}
a.moduletext:active
{	
	color: #878A8F;
	text-decoration: none;
	word-spacing: normal;
	max-width: 150px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}
a.resourcetext:visited
{
	font-weight:bold;
	color:#646464;
	word-spacing: normal;
	max-width: 200px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}

a.resourcetext:hover
{
	font-weight:bold;
	color:#646464;
	word-spacing: normal;
	max-width: 200px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}

a.resourcetext:active
{
	font-weight:bold;
	color:#646464;
	word-spacing: normal;
	max-width: 200px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}
a.rowtext:link
{
	font-weight:bold;
	color:#646464;	
}

a.rowtext:visited
{
	font-weight:bold;
	color:#646464;
}

a.rowtext:hover
{
	font-weight:bold;
	color:#646464;
}

a.rowtext:active
{
	font-weight:bold;
	color:#646464;
}


.rowDoneText
{
	font-weight:bold;
	color:blue;
}

.rowheader
{
	font-weight:bolder;
	font-size:14px;
	color:#343D7C;
	text-align:left;
	background-color:#E9F8FF;
}
.alternatingRow
{
  background-color: #D3D8E5;
  height: 30px;
  padding-left:2px;
  text-align:left;
}
.itemRow
{
  background-color: #FFFFFF;
  height: 30px;
  padding-left:2px;
  text-align:left;
}
/* IE6 Only */
* html #elearntabs {
	position: relative;
	line-height: normal;
	border-bottom: 1px solid #195b95;
}

/*html>body #elearntabs{
position:absolute;
margin-left:300px;
font-size:90%;
margin-top:42px;
line-height:normal;
}*/
#elearntabs ul {
	list-style-type: none;
	margin: 0;
	margin-left: 0px; /*Left offset of entire tab menu relative to page*/
	padding: 0;
}

#elearntabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#elearntabs a {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	float: left;
	background: url(../images/glowtab-left.gif) no-repeat left top;
	margin: 0;
	margin-right: 1px; /*spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}

#elearntabs a span {
	float: left;
	display: block;
	background: url(../images/glowtab.gif) no-repeat right top;
	padding: 7px 20px 8px 10px;
	font-weight: normal;
	/*color:#195b95;*/
	color: #1e3851;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#elearntabs a span {
	float: none;
}

/* End IE5-Mac hack */
#elearntabs a:hover span {
	color: #FFF;
}

#elearntabs .current a { /*Selected Tab style*/
	background-position: 0 -39px;
	/*Shift background image up to start of 2nd tab image*/
}

#elearntabs .current a span { /*Selected Tab style*/
	background-position: 100% -39px;
	/*Shift background image up to start of 2nd tab image*/
	color: #FFF;
}

#elearntabs a:hover { /*onMouseover style*/
	background-position: 0% -39px;
	/*Shift background image up to start of 2nd tab image*/
}

#elearntabs a:hover span { /*onMouseover style*/
	background-position: 100% -39px;
	/*Shift background image up to start of 2nd tab image*/
}

p.iepara {
	/*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
	padding-top: 1em;
}

a.mainNavLink {
	text-decoration: none;
	color: #f0f1e9;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a.mainNavLink:hover {
	text-decoration: underline;
	color: #f0f1e9;
}

a.mainNavLink:visited {
	text-decoration: none;
	color: #f0f1e9;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a.mainNavLink:link {
	text-decoration: none;
	color: #f0f1e9;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a.mainNavLink:active {
	text-decoration: none;
	color: #f0f1e9;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.footer1 {
	position: relative;
	width: 100%;
	background-color: #1b5d97;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 50px;
	color: #fffff1;
	margin-left: 1px;
	font-size: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #484743;
	margin-top: 0px;
	float: left;
}

.textBox {
	border: 1px solid #999A94;
	width: 120px;
	font-size: 11px;
	margin-bottom: 2px;
}

.smbutton {
	background-color: #BEBFB6;
	color: black;
	border-style: groove;
	font-size: 11px;
	height: 20px;
	width: auto;
}

.labelWht {
	font-size: 11px;
	color: #FFF;
	font-style: normal;
	vertical-align: top;
	text-align: right;
}

a.menuLink {
	text-decoration: none;
	font-size: 11px;
	color: black;
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat left center;
	border: none;
	border-style: none;
}

/*a.menuLink:visited{text-decoration: none;color: #185A94;}*/
a:menuLink :active {
	color: yellow;
}

/*a:menuLink:hover {font-size: 150%;color:white;}*/
a.menuLink:hover {
	text-decoration: Underline;
	color: black;
	font-size: 100%;
}

.menuLinkAct {
	text-decoration: none;
	font-size: 12px;
	color: #185A94;
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat left center;
	font-weight: bold;
}

a.exit {
	text-decoration: none;
	font-size: 12px;
	color: #1B5D97;
	padding-left: 10px;
	background: url(../images/exit_bullet.gif) no-repeat left center;
	font-weight: bold;
}

a.exit:visited {
	text-decoration: none;
	color: #1B5D97;
}

a.exit:hover {
	text-decoration: Underline;
	color: #1B5D97;
}

a.menuLink1 {
	text-decoration: none;
	color: blue;
}

a.menuLink1:visited {
	text-decoration: none;
	color: blue;
}

a.menuLink1:hover {
	text-decoration: Underline;
	color: blue;
}

a.menuLink2 {
	text-decoration: underline;
	color: #050505;
	word-spacing: normal;
	max-width: 200px;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
	cursor:pointer;
}

a.menuLink2:visited {
	text-decoration: underline;
	color: #050505;
	cursor:pointer; 
}

a.menuLink2:hover {
	text-decoration: none;
	color: #354963;
	cursor:pointer; 
}

a.mainNavLink {
	text-decoration: none;
	color: #F0F1E9;
	font-weight: normal;
	padding: 5px;
}

a.mainNavLink:visited {
	text-decoration: none;
	color: #F0F1E9;
}

a.mainNavLink:hover {
	text-decoration: underline;
	color: #F0F1E9;
}

a.subNavLink {
	text-decoration: none;
	color: #1B5D97;
	font-weight: bold;
	padding: 10px;
}

a.subNavLink:visited {
	text-decoration: none;
	color: #1B5D97;
}

a.subNavLink:hover {
	color: #CC0000;
	background-color: #1B5D97;
	color: #F0F6FF;
}

.subNavLinkAct {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}

.breadCrum {
	text-decoration: none;
	color: #999999;
	padding-left: 15px;
	height: 20px;
}

a.breadCrumLinks {
	text-decoration: none;
	color: #3468A4;
	padding-right: 2px;
}

a.breadCrumLinks:visited {
	text-decoration: none;
	color: #3468A4
}

a.breadCrumLinks:hover {
	text-decoration: underline;
	color: #CC0000;
}

.breadCrumLinksAct {
	text-decoration: none;
	color: #3468A4 padding-right : 2px;
}

a.courseLinks {
	text-decoration: none;
	color: #333;
	padding-right: 2px;
}

a.courseLinks:visited {
	text-decoration: none;
	color: #333;
}

a.courseLinks:hover {
	text-decoration: underline;
	color: #CC0000;
}

.headingBGround {
	background-color: #F0F6FF;
	border: thin double #B3BFD0;
	margin: 3 3 3 3;
}

body {
	font-family: Arial, Helvetica, sans-serif, Latha;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	background-color: #FFF;
}

.mandatory {
	color: red;
	font-size: 16px;
}

#topm {
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 475px;
	height: 23px;
	width: auto;
	min-width: 107px;
	z-index: 100;
	font-weight: bold;
	text-align: center;
	background-image: url(/images/bck.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100%;
}

#topmcon {
	padding-top: 38px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 13px;
	color: black;
	font-weight: bold;
	margin-top: 15px;
	vertical-align: middle;
}

table.qrecTable  Th {
	border-bottom: 1px solid #AEB0A8;
	height: 23px;
	color: white;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	background: #1b5d97;
	border-right: 1px solid #CED0C5;
}

#companyInfoWrapper {
	width: 93%;
	margin: auto;
	text-align: justify;
	margin-top: 10px;
}

html>body #companyInfo #companyInfoWrapper #titleBotLine {
	background: url(../images/dot_hz.gif) bottom repeat-x;
	width: 100%;
	height: 1px;
	margin-top: 0;
}

.titleBold {
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/arrow_title.gif) left center no-repeat;
	padding-left: 15px;
}

.news li {
	font-weight: bold;
	font-size: 1em;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 15px;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}

#more {
	float: right;
	padding: 5px;
}

#moreBox {
	float: right;
	background: #FFF;
	width: 100%;
	margin-top: 12px;
}

html>body #moreBox {
	float: right;
	background: #FFF;
	width: 100%;
	margin-top: 0;
}

#more {
	float: right;
	padding: 5px;
}

html>body #more {
	float: right;
	padding: 5px;
}

.moreLink {
	font-size: 1.1em;
	color: #d57531;
	background: url(../images/arrow_more.gif) left center no-repeat;
	padding-left: 18px;
}

#rateStatus {
	float: left;
	clear: both;
	width: 100%;
	height: 20px;
}

#rateMe {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#rateMe  {
	float: left;
	list-style: none;
}

#rateMe  a:hover,#rateMe .on {
	background: url(../images/star_on.gif) no-repeat;
}

#rateMe a {
	float: left;
	background: url(../images/star_off.gif) no-repeat;
	width: 12px;
	height: 12px;
}

#ratingSaved {
	display: none;
}

.saved {
	color: red;
}

#elearn_container {background: #6E77A6; margin:1px;}

.elearn_top, .elearn_bottom 
{
	display:block; 
	background:#FFFFFF; font-size:1px;
}
.elearn_b1, .elearn_b2, .elearn_b3, .elearn_b4 
{
	display:block; 
	overflow:hidden;
}
.elearn_b1, .elearn_b2, .elearn_b3 
{
	height:1px;
}
.elearn_b2, .elearn_b3, .elearn_b4 
{
	background:#6E77A6; 
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;
}
.elearn_b1 
{
	margin:0 5px; background:#6E77A6;
}
.elearn_b2 
{
	margin:0 3px; border-width:0 2px;
}
.elearn_b3 
{
	margin:0 2px;
}
.elearn_b4 
{
	height:2px; margin:0 1px;
}

.elearn_content 
{
	display:block;
	border:0 solid #6E77A6;
	border-width:0 1px;
	padding: 4px;
	background:#6E77A6;
	color:#fffff;
}
a.footerLink{
   font-weight: bolder;
   color:white;
   text-decoration:underline;
   }
a.footerLink:visited{
      font-weight: bolder;
   color:white;
   text-decoration:underline;
   }
a.footerLink:link{
   font-weight: bolder;
   color:white;
   text-decoration:underline;
   }
   
a.footerLink:active{
   font-weight: bolder;
   color:white;
   text-decoration:underline;
   }
   
a.footerLink:hover{
   font-weight: bolder;
   color:white;
   text-decoration:underline;
   }

td.answer{
border-bottom-width:2px;
border-bottom-color: #D3D8E5;
border-bottom-style:solid;
text-align:left;
valign:center;
width:20px;
}

td.answerpqright{
border-right-width:2px;
border-right-color: #D3D8E5;
border-right-style:solid;
border-bottom-width:2px;
border-bottom-color: #D3D8E5;
border-bottom-style:solid; 
width:300px;
}

td.questionpqleft{
width:135px;
text-align:left;
valign:center;
}

td.questionpqright{
color:#213A7C;
text-align:left;
font-weight:bold;
}

input.ce{

}

.profilemessage
{
	background-color: #F3F4F9; 
	color: #213A7C; 
	font-weight: bolder; 
	font-size: larger; 
	border-width: 2px;
	border-color: #213A7C;
	border-style: solid;	
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-color: #213A7C;
	border-top-color: #213A7C;
	border-right-color: #213A7C;
	border-left-color: #213A7C;

}

.spiffy{
display:block;
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#E5E9F4;
}
.spiffy1{
border-right:1px solid #f3f5fa;
padding-right:1px;
margin-right:3px;
border-left:1px solid #f3f5fa;
padding-left:1px;
margin-left:3px;
background:#ebeef6;
}
.spiffy2{
border-right:1px solid #fcfcfd;
border-left:1px solid #fcfcfd;
padding:0px 1px;
background:#e9edf6;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #e9edf6;
border-left:1px solid #e9edf6;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #f3f5fa;
border-left:1px solid #f3f5fa;
}
.spiffy5{
border-right:1px solid #ebeef6;
border-left:1px solid #ebeef6;
}
.spiffy_content{
padding:5px;
background:#E5E9F4;
} 


.submitButton
{
	border: medium none ; 
	background-image: url(/images/submit_button.jpg); 
	height: 23px; 
	font-weight: bold; 
	font-size: small; 
	width: 75px; 
	cursor: pointer;
	
}

.cancelButton
{
	border: medium none ;
	background-image: url(/images/cancel_button.jpg);
	height: 23px; 
	font-weight: bold; 
	font-size: small; 
	width: 75px; 
	background-position: right; 
	cursor: pointer;
}

.submitdiv
{
float: left; 
width: 75px; 
margin-right: 10px; 
padding-left: 20px;
}

.canceldiv
{
float: left; 
width: 75px;
}
.logintext{

	border: 1px;
	border-color: #BCC6DA;
	border-width: thin;
	border-style: solid;
	margin: 0px; padding: 2px; width: 102px; background-image: url('/images/textboxbg.png'); height: 18px; background-repeat: repeat-x; font-size: medium;
	
}

.selecttext{
	font-weight: 400px;
	font-size: 11.5px;
}

.courselink
{
	font-size: 12px;
	color: #213A7C;
	text-decoration: none; 
	cursor: pointer;
}

.courselink:hover
{
	color: #213A7C;
	text-decoration: none; 
	cursor: pointer;
	font-weight:bold;
	
}
.coursebgimage
{
background-image: url('/images/bgcourselist.png'); 
background-repeat: repeat-x; 
background-position: left;
}

.coursebgimage:hover
{
	background-color: #FFFFFF;
}

.advertisebg
{
	/*background-image: url('/images/advertise_bg.png'); */
	background-repeat: repeat-x; 
	background-position: bottom; 
	border-color: gray; 
	border-width: thin;
	color: #000000;
	font-size: 12px;
}
.advertiseheading
{
	background-color: #FCFBFB;
	color: #213A7C;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

a.take{
cursor: pointer; 
color: blue; 
text-decoration: underline; 
font-weight: 700;
font-size: 11px;
background-color: #E9F8FF;
}
a.take:hover{
cursor: pointer; 
color: red; 
text-decoration: underline; 
font-weight: 700;
background-color: #E9F8FF;
}
.subscriber{
color: #213A7C; 
font-weight: bolder;
font-size: 14px; 
width: 250px; 
height: 45px; 
vertical-align: middle;
}
#newsletter{
border-color: #CBD6EA; 
border-style: solid; 
border-width: 2px;
}
.payment{
color:red;
font-size:14px;
position: absolute;
background-color: white;
}
#divCourseContent{
background-color:white;
width: 885px; 
border-top: none;  
}
#sampleContent{
background-color:white;
width: 900px; 
border-top: none;  
}
.footermain{
background-image:url(); 
height:21px; 
width:884px; 
background-color: #213A7C;
}
#copyright{
color:white; 
font-family: Arial, Helvetica, sans-serif,Latha; 
font-size:11px;
}
.powerby{
text-align:right;
color:white; 
font-family: Arial, Helvetica, sans-serif,Latha; 
font-weight:bolder; 
font-size:11px;
position:static; 
margin-left:495px;
}
#homelink{
width:237px; 
height:60px; 
position:absolute; 
left: 58px; 
top: 8px; 
cursor:pointer;
}
#banner{
background-color:#223A7C; 
width:100%; 
height:100%;
}
.sucess{
color:red;
font-size:14px;
position: absolute;
background-color: white;
}
#profiletable{
text-align: left;
margin-top:50px;
font-size: 12px; 
width: 400px;
}
.profilehead{
color: white;
background-color: ; 
color:#213A7C; 
height: 30px; 
font-size: 20px;
}
