@charset "utf-8";
/* CSS Document */


ul.left-menu {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    list-style: outside none none;
    text-indent: 15px;
    width: 150px;
    background: #e6e6e6 none repeat scroll 0 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-width: 1px;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
	
	
}

ul.left-menu li {
    background: #e6e6e6 none repeat scroll 0 0;
    border-bottom: 2px solid #ddd;
    line-height: 30px;
    width: 150px;
	color: #000;
}

ul.left-menu li a {
    color: #000;
    display: block;
    text-decoration: none;
}

ul.left-menu li a:hover {
	
	background: #666 none repeat scroll 0 0;
    color: #fff;	
}

.nav_menu {
    float: left;
    width: 180px;
    height: 100% !important;
    display: block;
    clear: left;
}

.main-content {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
    float: left;
	line-height: 20px;
	margin-top:-10px;
    width: 530px;
}


li.overview {
 	border-bottom: solid 1px #666 !important ;
    background: #fff !important;
}

/*
.overview:hover  {
 	border-bottom: solid 1px #e6e6e6 !important ;
	padding-top:5px; 
	padding-bottom:5px;
	background: #666 none repeat scroll 0 0 !important;
    color: #000 !important;	

}
*/	

h1 {
	font-size:18px;}
	
h2 { 
	font-size:16px;}
	
h3 { 
	font-size:14px;}

table  {
	font-size:13px;
    line-height: 1.4375;
    vertical-align: top;
	border-spacing: 0px;
	}

td, th	{	
	border: 1px #CCCCCC solid;
    padding: 10px;
	}

