@charset "utf-8";
* {
	margin:0;
	padding:0;
	}

html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
	padding-left:
	}
	
html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	padding:0;
	margin:0;
	background: url(../images/bashboardbg.gif) repeat-x left top;
	}
	
#wrapper{
	margin:0 auto;
	width:1000px;
	
}

#main {
    overflow: hidden;
    height: auto;
	margin:0 auto;
	padding:0 0 30px 0;/*height of a footer*/
	border-right: 1px solid #d3d2cf;
	border-left: 1px solid #d3d2cf;
	background:url(images/pagebg.gif) repeat-x left top;
	background-color:#FFFFFF;
}

/* header........................*/
.logo{
	background:url(../images/dashboard1_logo.gif) no-repeat left top;
	height:75px;
}
.header {
	margin: 0px;
	height:100px;
}
/* Menu.................................*/
#menu						{height:23px;text-align:center; font-size:13px; margin:0 auto;}                   
#menu .topmenu-link			{color:#345363; padding:0 15px 0 15px; font-weight:bold; text-decoration:none;}
#menu .topmenu-link:hover	{color:#afc20e; padding:0 15px 0 15px; font-weight:bold; text-decoration:underline;}

/*client logo iso--------------------------------------------------------*/
.cont{
	width:720px;
	 margin:0 auto;
}
.cont .toprow{
	background:url(../images/topbackground.gif) repeat-x left top;
	width:720px; 
	height:7px;
	margin-top:10px;
	}
.cont .toprow div{
	background:url(../images/topleftcorner.gif) no-repeat left top;
	width:720px; 
	height:7px;
	}
.cont .toprow div div{
	background:url(../images/toprightcorner.gif) no-repeat right top;
	width:720px; 
	height:7px;
	}
.cont .bottomrow{
	background:url(../images/bottombackground.gif) repeat-x left bottom;
	width:720px; 
	height:7px;
	}
.cont .bottomrow div{
	background:url(../images/bottomleftcorner.gif) no-repeat left bottom;
	width:720px; 
	height:7px;
	}
.cont .bottomrow div div{
	background:url(../images/bottomrightcorner.gif) no-repeat right bottom;
	width:720px; 
	height:7px;
	}
.cont .content {
	width:702px;
	border-right: 1px solid #d6d2d2;
	border-left: 1px solid #d6d2d2;
	padding:8px;
	color:#5a6368;
	}
.clear{ clear:both;}


/*........................................boxlist*/
.box-list				{width:560px;margin:0 auto;padding:10px 0; float:left; color:#5a6368; margin-left:16px;}
.box-list ul			{width:630px;float: left; list-style: none; padding: 0;margin: 8px 0 0 7px;  font-weight:normal;  }
.box-list li h1			{font-size: 12px; line-height: 21px; background:url(../images/bullet2.gif) no-repeat left top; padding-left:10px; padding-bottom:3px; font-weight:normal;}
.box-list li h1 a 		{color:#565656;text-decoration:underline; font-weight:bold;}
.box-list li h1 a:hover {color:#d84519;text-decoration:underline;cursor:pointer;}

/* side menu...............................*/
.sidemenu	{ background:url(images/user_menu.JPG) no-repeat left top; height:317px; float:left; margin-top:10px; margin-left:20px;}
.round		{ width:360px;height:112px;}
.heading	{color:#345363; font-weight:bold; margin-top:15px; margin-left:15px;}
.image		{ background:url(images/audit.JPG) no-repeat left top; height:178px; float:left; margin-top:10px; margin-left:20px;}

/* boottom link.............................*/
.bottom-link {background:url(../images/footer-bg.gif) repeat-x left bottom; height:13px; }
.bottomenu{
	float:left;
	width:700px;
	text-align:left;
	padding:15px 5px 0 5px;
	}
.bottomenu-link			{ padding:0 10px 0 10px; color:#3e3f3f; text-decoration:none; }

.red-head h1			{font-size:12px; font-weight:normal; padding:8px; margin:0 auto; color:#d11a27; width:460px;}
.red-link				{color:#d11a27; text-decoration:none; margin:0 auto;}
.red-link:hover			{color:#d11a27; text-decoration:underline;}


