@charset "utf-8";
/* CSS Document */


body{
	
	background-color:#09F;	
	margin:0px;	
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
	font-family:tahoma;
	font-weight:normal;
	font-variant:normal;
}


#mainDiv{
	
	margin:0px;
	position:fixed;
	top:5px;
	left:5px;
	width:96.5%;
	height:93%;
	overflow:auto;	
	border-radius:10px;
	border:2px solid #000;	
	padding:10px;
	padding-right:20px;
		
}

	
.inner_div{
	
	border:1px solid #fff;
	border-radius:10px;
	padding:10px;
	
}

#lefti{
	
	position:inherit;
	margin:0px;
	top:14%;
	width:20%;
	height:82%;
	display:inline;	
	padding:10px;
	border-radius:10px;
	overflow:auto;
	
}

#righti{
	
	position:inherit;
	right:10px;
	width:70%;
	height:82%;
	padding-right:20px;
	display:inline;
	border-radius:10px;
	
}


#footer{
	position:fixed;
	bottom:-1px;
	color:#FFF;
	width:100%;
	text-shadow:10px;
	text-align:center;
	font-family:tahoma;
	font-weight:bold;
	font-stretch:normal;
	font-size:10pt;	
}

#menus li{
	padding:5px;
	font-weight:bold;
	font-size:10pt;	
	cursor:pointer;
}

#menus li ul li:hover{
	padding:5px;
	color:#fff;	
	cursor:pointer;
}

.input_style{	
	border:1px solid #000;
	font-family:verdana;
	font-weight:normal;	
}

.button{
	
	padding:5px;
	color:#000;
	border:1px solid #000;
	font-family:tahoma;
	font-weight:bold;
	font-size:10pt;
	border-radius:5px;
	box-shadow:2px 2px 2px 2px;	
	cursor:pointer;	
}

#tds{
	
	text-align:right;
	font-weight:bold;
	font-size:10pt;
	font-family:verdana;		
}

#tdss{
	
	padding-left:30px;	
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#notification{
	cursor:pointer;
	cursor:hand;
}