/* CSS Document */
body{
	font-family:Verdana; 
	font-size: 11px;
	margin:0;
	background-color:#bcccd6;
}

table{
	font-family:Verdana; 
	font-size: 11px;
}
a:link 
{
	color: #000000; 
	font-family:Verdana; 
	font-size: 11px;
	text-decoration:none;
}
a:visited 
{
	color: #000000; 
	text-decoration:none;
}
a:hover 
{
	color: #FF9933; 
	text-decoration:none;
}

.top_btn{
	width:200px;
	height:25px;
	background:#FFFFFF;
	text-align:center;

}

.top_time{
	width:200px;
	height:25px;
	float:left;
	font-family:Verdana; 
	font-size:10px;
	color:#999999;
	background:#FFFFFF;
	text-align:center;
}

.nav{
	width:600px;
	height:50px;
	float:left;
}


.top_holder{
	width:200px;
	float:left;
	height:50px;
}

.heading{
	font-family:Arial; 
	font-size: 15px;
	color:#3A68BD;
	font-weight:bold;
}

.datagrid_col-1{
	width:150px; 
	height:25px; 
	background-color:#e5ecf6; 
	color:#333333; 
	font-weight:bold; 
	text-align:left;
	padding-left:5px;
}

.datagrid_col-2{
	width:150px;
	height:25px; 
	background-color:#e5ecf6; 
	color:#333333; 
	font-weight:bold; 
	text-align:left;
	padding-left:5px;
}

.delete{
	width:150px;
	height:25px; 
	background-color:#e5ecf6; 
	color:#333333; 
	font-weight:bold; 
	text-align:left;
	padding-left:5px;
}