html{
	width:100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
	background:#f3f6f7;
	color:#333333;
}
body {
	margin 10;
}	
a{ 
	color:#003366; 
	font-family: sans-serif;
	text-decoration:none;
	font-size: 1em;
	}
a:hover{
	text-decoration:underline;
	}


h3 {
	text-decoration:bold;
	font-size: 1em;
	color: black; 
	margin-left: 4px
	}	
	
h4 {
	text-decoration:bold;
	font-size: 1.1em;
	color:darkblue; 
	margin:0px 3px 3px 0px;
	}
	
h5 {
	text-decoration:bold;
	font-size: 1em;
	color: grey; 
	margin:0px 3px 3px 4px;	
	}	
	
.main_cont{
	width:100%;
	margin:0;
	/*border:1px solid #999999;*/
	margin-top:0px;
	height:auto;
}

.left_cont{
	width:180px;
	/*border:1px solid #999999;*/
	float:left;
	height:auto;
	}
.middle_cont{
	width:450px;
	/*border:1px solid #999999;*/
	float:left;
	margin-left:10px;
	margin-right:10px;
	height:auto;
}

.middle_cont i{
	line-height:18px;
}
.right_cont{
	margin-left:555px;
}
.webkit .right_cont{
	margin-left:655px;
}
.ie .right_cont{
	margin-left:655px;

}
.ie7 .right_cont{
	left:210px;
	right: 10px;
}
.chrome .right_cont{
	margin-left:655px;
}
.right_cont{
	/*border:1px solid #999999;*/
	font-size: 1.1em;
	position:fixed;
	float: right;
	top: 20px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:50px;
	margin-left:450px;	
	overflow: auto;
	height: 100%;
	margin-left:655px;
}

.right_cont i{
	line-height:18px;
}

.clr{
	
	clear:both;
}

.summary {
	padding: 3px;
	line-height:1.1em;	
	background-color: white;
}

.summary:hover {
	background-color: #FFFFDD;
}
	
#logo{
	background:url(../images/logo.png) no-repeat;
	height:108px;
	margin-left:7px;
	float: left;
	width: 173px;
}


.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000000;
	width: 130px;
	height: 20px;
	background: #fff url(../images/search_icon.png) no-repeat right center;
	margin-left:12px;
	margin-top:75px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	background-color: white !important;
	color: #666;
	font-size: 11px;
	padding: 4px 4px 0px 10px;	
}


/* ############# Round corner css ##########*/
.t {background:#fff url(../images/hline.png) 0 0 repeat-x;}
.b {background: url(../images/hline.png) 0 100% repeat-x}
.l {background: url(../images/vline.png) 0 0 repeat-y}
.r {background: url(../images/vline.png) 100% 0 repeat-y}
.bl {background:url(../images/b_left.png) 0 100% no-repeat}
.br {background: url(../images/b_right.png) 100% 100% no-repeat}
.tl {background: url(../images/t_left.png) 0 0 no-repeat}
.tr {background: url(../images/t_right.png) 100% 0 no-repeat; padding:5px; } 

.content_area_top {
	background:#fff url(../images/hline.png) 0 0 repeat-x; 
	width: 450px;
}

/* ############### Left nav menu  ############# */
.left_nav{
	width: 165px; 
}

.left_nav .headerbar{
	font: bold;
	font-size: 1.1em;
	color: #fff;
	/*background: #68a5cd;*/
	margin-bottom: 10px; 
	padding: 4px 0 4px 10px; 
}

.left_nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; 
}

.left_nav ul li{
	padding-bottom: 2px;
}

.left_nav ul li a{
	color: #003366;
	margin: 0;
	display: block;
	line-height: 1.2em;
	padding-top: .6em;
	padding-left: 0px; 
	text-decoration: none;
	font: bold;
	font-size: 1.0em;
	/*border-bottom: 1px solid #dadada;*/
	
}
.left_nav ul li a:visited{
	color: #29639f;
}

.left_nav ul li a:hover{ 
	color: #003366;
	background:#eceeec;
}

/* -------------- Top menu start here--------------- */
#menu{
		margin:0;
		padding:0;
		width:450px;
		margin-left:0px;
			height:25px;

	}
#menu li{
	display:block;
	float:left;
	border-width:0 2px 0 2px;				
	background: lightgrey; 
	height:25px;
	margin:0 1px 0 0;
	
}
#menu li a{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	padding:7px 10px;
	height:20px;
					
}
#menu li a:hover{
	color:#fff;
	background: grey;
	height:11px;	
}
	
/* ########### Top menu end here ########################## */

/* --------------- Footer start here ------------- */

#footer{
	margin-top:20px;
	border-top:1px solid #ccc;
  padding:10px 0px 10px 20px; 
  font-size:0.9em; 
  color:#333333; 
  line-height:18px;
  text-align:center;
}


/*############ Middle Text display start here Admin Login #################*/
.left_nav1{
	width:450px; 
	padding: 4px 4px 4px 4px;
}

.left_nav1 .headerbar{
	font: bold 14px 
	color: #fff;
	background: #68a5cd;
	margin-bottom: 10px; 
	padding: 4px 0 4px 10px; 
}

.left_nav1 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; 
	
}

.left_nav1 ul li{
	padding-bottom: 2px; 
}

.left_nav1 ul li a{
	color: #003366;
	background: url(../../images/bullet_arrow.gif) no-repeat;
	margin:0 10px 0 10px;
	display: block;
	padding: 2px 0;
	padding-left: 19px; 
	text-decoration: none;
	font: bold 11px 
	border-bottom: 1px solid #dadada;
	
}
.left_nav1 ul li a:visited{
	color: #29639f;
}

.left_nav1 ul li a:hover{ 
	color: #003366;
	text-decoration:underline;
}




