@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0 auto;	
	font-family:Arial, Helvetica, sans-serif;
}
.main-sec{
	padding:0px;
	margin:0 auto;
	width:1000px;
	}
	
.main-sec-ab{
	width:980px;
	float:left;
	background-color:#333;
	padding:10px;
	}
	
.main-sec-cd{
	width:980px;
	background-color:#ffffff;
	float:left;
	}
	
.breadcrum{
	width:970px;
	background-color:#3787ae;
	float:left;
	height:30px;
	padding-left:10px;
	height:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	text-transform:uppercase;
	line-height:30px;
	font-weight:bold;
	margin-bottom:10px
	}
	
.breadcrum a{
	color:#000000;
	text-decoration:none;
	}
	
.button{
	float:left;
	width:958px;
	margin-bottom:10px;
	margin-left:10px;
	min-height:600px;
	}
	
.button ul{
	float:left;
	width:970px;
	padding:0 0 0 10px;
	margin:0px;
	list-style:none;
	
	}
	
.button ul li{
	float:left;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	}
	
.button ul li a{
	background-color:#005f8c;
	width:180px;
	float:left;
	margin-right:10px;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	padding:10px;
	margin-bottom:10px;
	text-decoration:none;
	}
	
.button ul li a:hover{
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
	}
	
	.Maternal_Selected
	{
	    background-color:Red;
	    color:#FFF;
	}
	    
	.Neonatal_Selected
	{
	  background-color:Red;
	    color:#FFF;
	}
	
	
	
#MainContent_filearea {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 3px 6px 2px;
    height: 150px;
    overflow: auto;
    position: absolute;
    right: 211px;
    top: 294px;
    width: 328px;
    display:none;
}

.closebtn,.openfile
{
    margin: 3px 6px 0; 
}
 
	
	
	
	
	
	
	
	
	
	