/* General Style Info */
body {
	color: #565656;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
#container {
	text-align: left;
	width: 817px;
	margin: auto;
	background-color: #FFFFFF;
}
#top
{
	height: 95px;
	padding-top: 5px;
}

#topmenu
{

	height: 47px;
}
#nav-login
{
	position: absolute; 
	top: 5px; 
	left:740px; 
	display: inline;
}
.heading
{
    color: #c63800;
	font-size:120%;
	font-weight:bold;
}



a {
	color: #0035AD;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
a:hover {
	background-color: inherit;
	color:#0035AD;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
a img {
	border:none;
}


div.hrule
{
	margin-top: 2px 13px 0px 11px;;
	border-top:1px solid #7E8185;
	height: 1px;
}
h1 {
	color: #000000;
	font-size: 140%;
	margin: 0px 0px;
	font-weight: bold;
}
h2 {
	color: #0035AD;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}
h3 {
	color: #C89548;
	font-size: 12px;
	margin: 0px 0px;
	font-weight: bold;
}
h4 {
	color: #822A8F;
	font-weight: bold;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	font-size: 100%;
}



.col_3
{
	float: left;
	width: 280px;
	display: inline;
	
}
.col_1_2
{
	width: 600px;
	float: left;
	display: inline;
}


.white
{
	color: #ffffff;
}
.blue
{
	color: #0033CC;
}
.gray
{
	color: #999999;
}
.black
{
	color: #000000;
}
.orange
{
	color: #FF9900;
}
.green
{
	color: #5E9E00;
}
.english
{
	font-family: Arial, Helvetica, sans-serif;
}

.banner{
    width: 163px;
	height: 116px;
	background-image: url(../img/banner2.jpg);
}
#footer
{
	border-top: 7px solid #4D84E5;
	background-color: #082E75;
	color: #FFFFFF;
}
.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
}


.mt8{margin-top: 8px;}
.mt2{margin-top: 2px;}
.mt3{margin-top: 3px;}
.mb3{margin-bottom: 3px;}
.mb8{margin-bottom: 8px;}
.ml5{margin-left: 5px;}
.ml8{margin-left: 8px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}


.fl
{
	float: left;
	display: inline;
}

.fr
{
	float: right;
	display: inline;
}





/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
text-decoration:none;
}

/* Scaffold View */

/*
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}

*/


dl {
	margin: 0;
	
}

dl dt {
	float:left;
	width:120px;
	padding:4px;
	margin:1px;
	background:#006998;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, "Times New Roman", Times, serif;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

dl dd {
	padding:4px;
	float: left;
	margin: 1px ;
	clear: right;
	width: 350px

} 



/* Forms */
form {
	clear: both;
	margin-right:0px;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
}

fieldset legend {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
/*	margin-bottom: 1em;
	padding: .5em; */
	vertical-align: text-top;
}
form div.input {
	color: #444;
	margin: 5px 0px 0px 0px; 
}
form div.required {
/*	font-weight: bold; */
}
form div.required label {
	padding: 0px 0px 0px 14px;
	background-image:url(../img/icon_star.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px; 
}

form div.submit {
	border: 0;
	clear: both;
	margin: 10px 0px 0px 2px;
	width: 63px;
}
label {
/*	display: block; */
	font-size: 105%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
/*	display: block; */
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 5px;
	width: 95%;
	border: 1px solid #CCCCCC;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	background-color:#0035AD;
	color:#FFFFFF;
	font-weight:bold;
}

/* Notices and Errors */
#authMessage{
	margin: auto;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	background-color: #D72917;
}

#flashMessage{
	margin: auto;
	color: #3A4E93;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	background-color: #FBF3BE;
}

div.error-message {
	clear: both;
	color: #CC3300;
	font-size: 90%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

input.form-error
{
	border: 1px solid #FF6600; 
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}
.note{
	color: #FF9900;
	font-style: italic;
}


.blue-box-bg
{
	background:transparent url(../img/box-middle-bg.jpg) repeat-x scroll 0 0;
	border-top:1px solid #FFFFFF;
	height:26px;
}
.blue-box-title
{
	background: transparent url(../img/box-end-tall.jpg) no-repeat scroll right top;
}
.blue-box-content
{
	background: transparent url(../img/box-front-tall.jpg) no-repeat scroll left top;
	height:24px;
	padding: 2px 0px 0px 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.blue-box-content h2
{
	margin: 0px; padding: 0px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}


.blue-box-body
{
	padding: 5px;
	border: 1px solid #BAC8E3;
}



/*- Menu 3--------------------------- */
.menu3
{

}
.menu3 ul 
{
        list-style: none;
        margin: 0;
        padding: 0;
		
}

.menu3 li a 
{
	/*voice-family: "\"}\"";
    voice-family: inherit;*/
    height: 22px;
	color: #0035AD;
    display: block;
    padding: 4px 0 0 10px;
	text-decoration:none;
}

.menu3 li a:hover 
{
	/*voice-family: "\"}\"";
    voice-family: inherit;*/
    height: 22px;
	color: #0035AD;
    display: block;
    padding: 4px 0 0 10px;
	text-decoration:underline;
}



/*.menu3 li a:link, .menu3 li a:hover 
{
	color: #0035AD;
    display: block;
    padding: 4px 0 0 10px;
	
}
for right menu
.menu3 li a:hover, .menu3 li #current 
{
	color:#ffffff;
    padding: 4px 0 0 10px;
	background-color: #0035AD;
	font-weight: bold;
	text-decoration:none;
}*/



/*- Menu Tabs F--------------------------- */
#tabsF 
{
	font-size:93%;
	line-height:normal;
}
#tabsF ul 
{
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
#tabsF li 
{
	display:inline;
	margin:0;
	padding:0;
}
#tabsF a 
{
	float:left;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
}
#tabsF a  
{
	float:left;
	display:block;
	padding:7px 35px 6px 31px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0035AD;
	font-weight: bold;
	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span { float:none; }
/* End IE5-Mac hack */
#tabsF a:hover  
{
	color:#FFF;
}

/*for top menu*/

#tabsF a:hover 
{
	/*background-color: #0035AD;*/
	float:left;
	display:block;
	padding:7px 35px 6px 31px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0035AD; 
	font-weight: bold;
	text-decoration:underline;
}
#tabsF a:hover span 
{
	background-color: #0035AD;
}
#tabsF #currentm a 
{
	background-color: #0035AD;
}
#tabsF #currentm a  
{
	background-color: #0035AD;
	color:#FFF;
}

#listofc
{
	display:block;
	padding:7px 2px 6px 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #0035AD;
	text-align:left;
}


.home11
{
  width:570px; margin-right:10px; margin-left:5px; text-align:justify
}

.home22
{
  width:227px;
}

.homecontent
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align:justify;
}

.footerlink
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	
}
div.borderbgDiv
{
	background-color: #F9FCFC; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.pagetitle {
	color: #0035AD;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}

.infotile {
	color: #0035AD;
	font-size: 14px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

.namedr
{
    color: #0035AD;
	font-size: 14px;
}