html, body 
{
	background-color:#C8EBFA;
	color:#323232;
	font-family:Verdana;
	line-height:15px;
}


div#container 
{
	text-align:left;
}

body, a, table 
{
	font-size:11px;
}


div#top_left h1
{
	font-size:24px;
	font-weight:normal;
	color:rgb(255, 101, 156);
	line-height:30px;
}




h2
{
	font-size:17px;
	font-weight:normal;
	color:rgb(255, 101, 156);
}


div#ncv_logout a
{
	background-image:url('/training/application/web/img/empty-btn.jpg');
	text-align:center;	
	text-decoration:none;
	color:white;
	font-size:14px;
	font-weight:bold;
}

div#content 
{
	border-bottom:1px solid #9ADDF7;
}


#msgbox
{
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	border-color:#FFB32F;
	color:#FFB32F;
}

#msglist
{
	color:#FFB32F;
}

#msglist a
{
	color:#FFB32F;
}


.active
{
	display:block
}

.hidden
{
	display:none;
}

.invalid
{
	border-style:solid;
	border-width:2px;
	border-color:#FF5B4F;
	border-color:#FFB32F;
}



div#footer
{
	text-align:center;
}

div#footer span a
{
	text-decoration:none;
	color:#003299;
	margin-top:5px;
}

span.bold
{
	font-weight:bold;
}


