body {
	background-color: #ffffff;
	margin: 0;
	background-repeat: repeat-x;
	padding:0px;
	}

body, td, th, input, select, textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Header section
------------------------------------------------------------------*/

#header {width: auto;		background:url(../default/images/bg2.png);	}
#headerinner {width: 960px;	margin: auto;	height: 90px; }
#logo { width: 180px; 	height: 70px;  background:url(../default/images/logo.png); background-repeat:no-repeat;  float:left;}

#people {	width:730px;	height: 24px;	float:right;	padding: 6px 10px 9px 0; }


#people ul { 	list-style: none; 	float: left;	margin: 0;	padding: 0;	margin-left:20px;}

#people li {
	float: left;
	margin-left: 3px;
}

#people li a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
}

#people li a:hover {
	color:#D7F38C;
}



#people a {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
}

#people a:hover {
	color: #D7F38C;

}

#nav {
	width: 620px;
	padding: 0px;
	float:right;
	margin-top: 20px;
	height: 32px;
	

}
#nav-tabs {
	list-style: none;
	float: left;
	margin: 0;
	margin-right:0px;
	padding: 0;
	margin-left:20px;
}

#nav li {
	float: left;
	margin-left: 0px;
}

#nav-tabs li a {
	display: block;
	width: 132px;
	height: 18px;
	padding: 8px 5px 5px 5px;
	background-image: url("../default/images/nav-tab.png");
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
	margin-left:2px;
}

#nav-tabs li a:hover, #nav-tabs li a.current {
	background-image: url("../default/images/nav-tab-over.png");
	color:#4b5c92;
}

/* Body section
------------------------------------------------------------------*/

#container {width: auto; background-image:url(../default/images/bg3.png); background-repeat:repeat-x; text-align:left;}
#container2 {width: 960px;	margin: auto; padding-top:30px;}

#content-container {
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	padding: 2px 0px 0px 0px;
	min-height:550px;
	overflow:auto;
	
	background-repeat:repeat-x;
}

#content-surround {
	width: 100%;
	margin: 0 auto;
		}



#content-surround-header {
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 10px 0 0px;
	height: 32px;

}

#content-surround-header h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 10px;
}

#content-surround-header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#content-surround-main {
	color: #FFFFFF;
	width:670px;
	float:left;
	padding: 0px;
	margin-left:20px;
	
	}

#content-surround-main h3 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

#content-surround-main-in {
	color: #666666;
	margin-bottom: 0px; 	
	background-repeat: no-repeat; 	
	background-position: center top;	
}

#content-surround-bottom {
	background-color: #a0bddf;
	height:20px;
	margin:0px;
	color:#FFFFFF;
	font-size:11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:center;
	position:relative;	
}

#login-form-surround {
	width: 320px;
	
	float: left;
}

#login-form-surround a {
	color: #FFFFFF;
}

#login-form-surround a:hover{
	color: #ECF1F9;
}

#login-form-surround h2 {
	color: #FFFFFF;
	font-size: 18px;
}

#helpbox{
	width:98%; 	background-color:#E7F3D6; border: 2px solid #CCE8AD; padding:5px 5px 5px 10px;
}


div.dashboard-sections {
	color: #666666;
	padding: 10px;
	margin-bottom: 15px;
}

div.dashboard-sections-blue {
	border: 2px solid #AEC7E6;
	color: #666666;
	background-image: url("../default/images/dashboard-section.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
}

div.dashboard-sections-blue a {
	color: #ECF1F9;
	text-decoration: underline;
}

div.dashboard-sections-blue a:hover{
	color: #DFE9F4;
	text-decoration:none;
}




div.dashboard-sections h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

div.dashboard-sections h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

div.dashboard-sections p {
	margin-bottom: 0;
	font-size: 12px;
}

div.dashboard-sections a {
	color: #76B522;
	text-decoration: none;
}

div.dashboard-sections a:hover{
	color: #99DC3F;
}





#ds-left {
	width: 680px;
	margin-right: 0px;
	float:left;
}

#ds-right {
	
	float: right;
	margin-left: 0px;
}

div.iwantto {
	border: 1px solid #7EA6D6;
	color: #666666;
	background-color: #3570AB;
	padding: 10px;
	margin-bottom: 15px;
	height:350px;
}

div.iwantto h4 {
	font-size: 18px;
	margin-bottom: 5px;
	color:#FFFFFF;
}

div.iwantto h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

div.iwantto p {
	margin-bottom: 0;
	font-size: 12px;
}

div.iwantto a {
	color: #76B522;
	text-decoration: none;
}

div.iwantto a:hover{
	color: #99DC3F;
}

div.iwantto h5 {
	font-size: 14px;
	margin-bottom: 5px;
	color:#6091CC;
}

div.box {
	border: 1px solid #7EA6D6;
	color: #666666;
	background-color: #FFFFFF;
	padding: 6px;
	margin-bottom: 10px;
	height: 300px;
}

	.box ul {
		margin:0 0 0 5px;
		padding:0;
	}
	.box li {
		list-style: none;
		display: inline;
		margin:0;
		padding:0;
		color:#333333;}

	.box ul li a {
		list-style: none;
		display: block;
		float: left;
		width: 190px;
		font-size: 11px;
		margin: 4px 0px 3px 0;
		border-bottom: 1px solid #E5E5E5;
		padding: 3px 0 3px 0;
		line-height: 1em;}
		

div.module {
	margin-top: 3px;
	width:240px;
	min-height:500px;
	float:left;
	color: #666666;
	background-image: url(../default/images/bg-sidebar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	

	
	
}

div.module ul {
	border-top: solid 1px #e4e4e4;
	padding: 0px;
	margin: 0px;
	list-style: none;
	width:230px;
}
div.module ul li a {
	display: block;
	border-bottom: solid 1px #e4e4e4;
	color: #6091CC;
	margin: 0 0 5px;
	padding: 0 0 5px 0px;


}
div.module ul li a:hover {
	color: #32b7db;
}
div.module ul li.selected a {
	
	color: #32b7db;
	font-weight: 600;
}

div.module td {
	
	
	}



#welcome {
	width:630px;
	color: #464646;
	padding: 10px;
	float:left;



	
}

#welcome td {
}

#welcome a {
	
	color:#464646;
}

#welcome a:hover {
	color: #4b6caf;
	text-decoration: none;
}

#welcome_tr {
	width:260px; height:140px; margin-top:20px; float:left; margin-left:70px; font-size:14px;
}

.welcome_bl {
	margin:30px 0 30px 0;
	float:left;
	
}

div.welcome_bl a:hover{
	color: #0066cc;
}

div.welcome_bl a:visited {
	color: #0066cc;
}

div.welcome_bl a:active{
	color: #0066cc;
}



div.view-sections {
	border: 2px solid #AEC7E6;
	color: #666666;
	background-image: url("../default/images/dashboard-section.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
	width:700px;

}

div.view-sections h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

div.view-sections h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

div.view-sections p {
	margin-bottom: 0;
	font-size: 12px;
}

div.view-sections a {
	color: #76B522;
	text-decoration: none;
}

div.view-sections a:hover{
	color: #99DC3F;
}



#view-container {
	width: 800px;
	padding: 0px;
	margin: 0 auto;

	background-position: top center;
	background-repeat: no-repeat;

}

#view-surround-header {

	background-position: top center;
	background-repeat: no-repeat;

	padding: 10px 10px 0 15px;
	height: 35px;
}

#view-surround-header h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 10px;
}

#view-surround-header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#view-surround-main {
	background-color: #346FAA;
	padding: 25px;
	color: #FFFFFF;
	background-image: url("../default/images/rounded-top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	
}

#content-surround-main h3 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.cng_pass_width {
	width:128px;
}
.module a.green_box_link_color {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#27C54A;
}
.module a.green_box_link_color:hover{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#27C54A;
}
#people a.green_box_link_color {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#D7F38C;
}
#people a.green_box_link_color:hover{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#D7F38C;
}

.ra {
	text-align:right;
}
.white_brdr_div {
	width:1px;
	background:#fff;
	height:53px;
	float:left;
	margin-left:-2px;
}
.white_brdr_div_hei {
	width:1px;
	background:#fff;
	height:20px;
	float:left;
	margin-left:-2px;
}
.fltlft {
	float:left;
}
fltrht {
	float:right;
}

ul#module-menu
{	margin: 0px 0 0 0;
	padding: 0px 0 0 0px;
	line-height: normal;
	overflow: visible;

	

}

ul#module-menu li
{
    list-style: none;
    height: 30px;
		
}


ul#module-menu li a
{
    color: #808080;
    display: block;
    font-size: 1em;
    padding: 5px 15px 0 20px;
    height: 24px;
    border-bottom: solid 1px #e4e4e4;
	width:240px;width:240px;
}


	/* Footer
------------------------------------------------------------------*/
#footer {
	width: auto; background:url(../default/images/bg-footer.gif) 0 0;
}
#footer_contents {width: 960px;	margin: auto;	height: 80px;}	
#footer a:link {color: #666666; text-decoration: none;}
#footer a:visited {color: #666666;	text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer_left {	float: left;	line-height: 15px; margin-left:0px; margin-top:10px; color:#666666;}
#footer_right {	float: right; text-align:right; margin-right:20px; margin-top:10px;}

/* NOT NEEDED?
------------------------------------------------------------------*/
#dashboard-tabs {
	list-style: none;
	float: left;
	margin: 0;
	margin-right:10px;
	padding: 0;
	background-color:#00FFCC;
}

#dashboard-tabs li {
	float: left;
	margin-left: 0px;
}

#dashboard-tabs li a {
	display: block;
	width: 115px;
	height: 20px;
	padding: 10px 5px 5px 5px;
	background-image: url("../default/images/dashboard-tab-over.jpg");
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
}

#dashboard-tabs li a:hover, #dashboard-tabs li a.current {
	background-image: url("../default/images/dashboard-tab.jpg");
}
