@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4f5c62;
	line-height: 1.5;
}

#keepalive
{
	position: absolute:
	top:20 ;
	left:20 ;
}

/*outer div contains everything*/
#outercontainer {
	width: 998px;
	border: solid #e1e1e1 1px;
	margin:auto;
	height: auto;
	display: block;
}

#noprint {
	display:none ;
}


#centralpanel {
	width: 715px;
	float: left;
	margin-left: 22px;
}
.boxone {
	width:233px;
	float:left;
}
.boxtwo {
	width:228px;
	float:left;
	margin-left: 10px;
}
.boxthree {
	width:233px;
	float:left;
	margin-left: 10px;
}


#dashboard {
	width: 327px;
	background-color:#f6f7f7;
	float:left;
	font-size: 0.8em;
	color: #2c3437;
	margin: 10px 10px 0 0;
}

#dashboard .status{
	border-left: 1px solid #CCCCCC;
}
#rightcol {
	float:right;
	width: 219px;
	margin-left: 12px;
}

#lefttextboxholder{
	width: 219px;
	clear:both;
	float:left;
	padding-left: 25px;
	margin:100px 0 0 0;
}
#lefttextbox{
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: center;
}
#lefttextbox h1{
	font-size: 1.6em;
	font-weight: normal;
}
#lefttextbox h2{
	font-size: 1.6em;
	color: #8cc63f;
	font-weight: normal;
}




/**************************FOOTER*/
#footer {
 border-bottom: 1px dotted #CCCCCC;
 border-top: 1px dotted #CCCCCC;
  margin: 10px;
 font-size: 0.8em;
 clear:both;
 width: 998px;
 padding: 6px 0;
 text-align:center;
 float:left:
	}
	
#footer a {
	color: #4f5c62;
}

#footer a:hover {
	color: #8cc63f;
}
#footer p {
	margin: 0;
}

/***************************/



/***************************top banner divs/	

/*contains blue bar, logos and top menu*/
#topdiv {
	height: 117px;
	background-image: url(img/bluebar.gif);
	background-repeat: repeat-x;
	float:left;
	width: 998px;
	padding:0;
}

/*contains all 3 top menu elements*/
#topmenuholder {
	float:left;
	width: 450px;
	margin: 28px 0 0 20px;
	font-size: 0.85em;
	padding:0;
}
	
/*contains main menu*/
#topmenu {
	float:left;
	clear: both;
	margin: 10px 0;
	width: 450px;
}
#topmenu, #topmenu a {
	color: #FFFFFF;
}

#topmenu a:hover {
	color: #99CC00;
}
/*contains candidate home etc*/
#topmenuadditional {
	float:left;
	clear: both;
	width: 450px;
	padding:0;
}
#topmenuadditional, #topmenuadditional a {
	color: #FFFFFF;
}

#topmenuadditional a:hover {
	color: #99CC00;
}
/*contains green login text*/
#login {
	float:left;
	font-weight: bold;
	clear: both;
	width: 450px;
}
#login, #login a {
	color: #99CC00;
}

#login a:hover {
	color: #ffffff;
}
/***************************/




/***************************/
/*side menus*/
/***************************/
/*side menus*/
#side {
	float: left;
	width: 255px;
}

#side h2{
	margin: 5px 0 5px 10px;
	font-size: 1.1em;
	color: #ffffff;
	background-color: #b0c0c7;
	padding: 3px;
}
/*upper side menus*/
.sidenav {
	list-style-image:url(img/arrow_bullet.jpg);
	float:left;
	padding-left: 25px;
	margin:0;
	width: 230px;
	background-color: #ffffff ;
}

.sidenav a {
	display:block;
	text-decoration: none;
	padding: 3px 3px;
	border-bottom: 1px dotted #CCCCCC;
	color: #16098d;
	font-weight: bold;
	margin:0px;
}

.sidenav a:hover {
	background-color:#8cc63f;
	color:#FFFFFF;
}

/*sub menus*/

.submenu {
	font-size: 0.8em;
	list-style-image:none;
	list-style-type:none;
	display:block;
	margin-left:0px;
	color: #8cc63f;
	background-color: #eff2f3;
	padding-left: 0;
}
.submenu li a {
	color: #4f5c62;
	padding-left: 20px;
}

.selected {
	background-color: #dae0e3;
}


	
/***************************/
.mL {display:none; margin-bottom:10px;}
.mLinitial {margin-bottom:10px;}
.mH {cursor:pointer;}

/***************************/



/***************************/
#loginholder {
	float:right;
	margin-left:10px;
	width: 219px;
}
#loginbox {
	background-image: url(img/greenbox_tile.gif);
	background-repeat: repeat-y;
	width: 219px;
	height:auto;
	float:left;
}
#loginbox input, label {
	font-size: 0.85em;
	clear:both;
}
#loginbox label {
	color: #FFFFFF;
	clear: both;
}
/***************************/

/***************************/
#breadcrumb {
	color: #4f5c62;
	border-bottom: 1px dotted #CCCCCC;
	width: 700px;
	float:left;
	margin-bottom: 12px;
	margin-top:0px;
	padding:0.4em 0;
}
#breadcrumb a {	
color: #4f5c62;
}
#breadcrumb a:hover {	
color: #8cc63f;
}
/***************************/


/*formatting styles*/
h1 {
	color: #16098d;
	font-size: 1.2em;
}
h2 {
	color: #16098d;
	font-size: 1em;
}
h3 {
	font-size: 1em;
}
h4 {
	color: #16098d;
}
.green {
	color: #8cc63f;
	font-size: 1.2em;
}
.blockheader {
	background-color: #16098d;
	color: #FFFFFF;
	padding: 0.2em;
}
#dashboard h1 {
	margin: 0;
}
#dashboard h2 {
	color: #6bb400;
	font-size: 1em;
	margin: 0;
}
#dashboard h3 {
	font-size: 1em;
	margin: 0;
	color: #16098d;
}
#dashboard .notstarted {
	color: #a6a6a6;
}
#dashboard .congrats {
	color: #6bb400;
}
#dashboard a:hover {
	color: #2c3437;
}
#dashboard a.completed
{
	text-decoration:none;
	color: #2C3437 ;
}

#dashboard a
{
	text-decoration:none;
}


#timebar {
	width: 303px;
	height: 37px;
	background-image:url(img/timebar.jpg);
	background-repeat: no-repeat;
}
#dashboard .padder {
	padding-top: 13px;
}

#dashboard h3 a {
	text-decoration:none;
	color: #16098d;
}


a {
	color: #c40000
}

a img {
	border: 0 ;
}

a:hover {
color: #2c3437;
}

ul {
	color: #16098d;
	list-style-image: url(img/green_bullet.gif);
}
ul a {
color: #16098d;
}
	
.intro {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	color: #16098d;
}

.padder {
	padding: 10px;
}

.right {
	float:right;
}
.left {
	float:left;
}
.divvy {
	border-bottom: 1px dotted #CCCCCC;
}
th {
	background-color: #8cc63f;
	color:#FFFFFF;
}
td {
	vertical-align:top ;
	border-bottom: 1px solid #8cc63f;
	font-size: 0.8em;
}
table table td {
	border: 0;
	font-size: 1em;
}
#dashboard td {
	border-bottom: none;
	font-size: 0.95em;
	vertical-align:top;
}

#revealer{
 background:#b4b4b4 ;
 cursor:pointer ;
 float:left ;
 position: relative;
 left:-20px;
}

.shaded{
 background:#C6D9F1;
}

.indent1{
	margin-left: 3em;
}

.feedback{
	margin-left:50px;
}

.faqq
{
	font-weight: bold ;
	font-size: 125% ;
}

.faiqq
{
	font-weight: bold ;
	font-size: 100% ;
	cursor:pointer;
}

.faiqa
{
	margin-left:1.5em;
	display:none;
}

.closer
{
	font-weight: bold ;
	color:red;
	cursor:pointer ;
	margin:5px;
	border:1px solid #CCC;
}

#popupintro {
	border:2px solid black;
	position:absolute;
	z-order:1;
	width:500px;
	background:white;
	padding: 5px ;
}

.pseudolink {
	color:#c40000 ;
	cursor:pointer ;
}

.plus {
	color:#00c400 ;
	cursor:pointer ;
}

.tab1 {
	position: absolute ;
	left: 60%;
}

.searchhi {
	background: yellow ;
}

.centredimg {
	display:block ;
	margin-left: auto ;
	margin-right: auto ;
}

/***************************certificate*/
.toptile {
background-image: url(img/certificate_toptile.jpg);
background-repeat: repeat-x;
width: auto;
height: 135px;
}

.bottomtile {
background-image: url(img/certificate_bottomtile.jpg);
background-repeat: repeat-x;
width: auto;
height: 135px;
}



/****************************/
