/* CSS Document */

body{
	margin:0px; 
	font: normal 11px Tahmoma, "Times New Roman", Times, serif;
	}
#wrapper{margin:0px; padding:0px; width:100%; }
#header{
	height:82pt; width:100%; border:0px solid #000; overflow:hidden;
}
#topheader{
	width:100%;
	height:40pt;
	background:#000;
	overflow:hidden;
}

#logo{
	background:#000 url(../images/logo.png) no-repeat right; 
	height: 40pt;
	overflow:hidden;
	width: 5%;
	float:left;
}
#logotxt{
	text-align:left;
	color:#8BD3E5;
	font:bold 15pt Tahoma,Arial, Helvetica, sans-serif;
	width:95%;
	float:right;
	overflow:hidden;
	height:40pt;
	padding:21px 0px 0px 0px;
}
#shortcuts{
	height:19pt;
	width:100%;
	padding:0px;
	background: url(../images/shortcuts_bg.png) repeat-x;
	overflow:hidden;
}

#shortcuts ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#shortcuts li {
	height:13pt;
	margin-right:5px;
	padding-top: 4px;
	width:5%;
	border-right:1px solid maroon;
	white-space:nowrap;
	text-align:center;
	font:bold 12px Tahoma,Arial, Helvetica, sans-serif;
	overflow:visible;
	display: block;
	float: left;/* move all main list items into one row, by floating them */
	position: relative;/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;/* thus we need to apply explicit z-index here... */
}

#shortcuts li a:active,
#shortcuts li a:visited,
#shortcuts li a{
	color:#000000; font-weight:normal;
}

#shortcuts li a:hover{color:#A9DED9;}

#tabs{
	height:25pt;
	width:99%;
	margin:0px auto;
	background:url(../images/tabs_bg.png) repeat-x bottom;
	padding:5px auto;
	
}

.submenu a,.submenu a:active,.submenu a visited{
	text-decoration:none;
	color:#000;
}

.submenu a:hover{
	text-align:none;
	color:#31ABCE;
}

#textbox{
	border:1px solid #5AB1AA; /*#C2DBDD;*/
	border-top:0px;
	margin:0px auto;
	width:99%;
	overflow:hidden;
	min-height:400px;
	min-width:800px !important;
}

#leftmenu{
	border:1px solid #5AB1AA;
	border-top:0px;
	width:100%;
}

#cover{
	border:1px solid #5AB1AA;
	border-top:0px;
}

#cover2{
	border:1px solid #ACD2BC;
}

.gen_head{
	border-top:1px solid #5AB1AA;}
	
.gen_other_head{
	border-top:1px solid #5AB1AA;
}

.gen_head{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	border-bottom:1px solid #5AB1AA;
	background: #A9DED9 url(../images/art.jpg) left center no-repeat;
	padding-left: 20px;
	height:20px;
	overflow:hidden;
	width:100%;
}

.gen_subhead{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	text-align:right;
	border:0px;
	background: #EAF1ED;
	padding-left: 20px;
	height:20px;
	overflow:hidden;
	width:100%;
}

.gen_head_div{ 
	line-height:25px;
}

#sidebar{
	width:18%;
	overflow:hidden;
	float:left;
	margin:9px 0PX 0PX 6PX;
	border:0px solid maroon;
}

#content{
	width:80%;
	overflow:hidden;
	float:right;
	min-height:200pt;
	margin:9px 9PX 10PX 0PX;
}

.labee{ gcolor="#D1E9E6"
}
#footer{
	width:99%;
	margin:0px auto;
	background:#FFF url(../images/footer.jpg) repeat-x top;
	font: normal 11px Tahoma, "Times New Roman", Times, serif;
	text-align:center;
	padding:14px 0px 5px 0px;;
}

.lable{ background-color:#D1E9E6;
}
.edit_bg{ background-color:#EEF9F8;

}
.save_button{ background: url(../images/shortcuts_bg.png) repeat-x; height:21; width:100px;
}
.table_bg{
  border:1px  solid #D1E9E6;


}
#rowfliper{text-decoration:none;}

.list_header{
    background-color:#D1E9E6; 
	}
	
.line_input{border-top-width: 0px;
      border-left: 0px;
      border-right: 0px;
      border-bottom: 1px solid #888888;
      width:160px;
      vertical-align:middle;
      height:14px;
 }
 
 
 /* below css are for the list of values  */	  
	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
	  