@charset "utf-8";
/* CSS Document */

	#wrap
	{
	width:910px;
	text-align:left;
	}
	#listbox{
	left:0px; top:30px; width:900px; height:20px;
	}
	.appbox
	{
	position:absolute;
	top:165px;
	left:0px;
	font-family:arial;
	}
	
	.appbox div
	{
	background-color:#666666;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	height:15px;
	width:900px;
	padding:5px;
	}
	
	.appbox table
	{
	width:910px;
	font-weight:bold;
	text-align:left;
	font-family:arial;
	font-size:12px;
	}
	
	.appbox th
	{
	padding: 3px;
	background-color:#666666;
    font-family:arial;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	margin: 2px;
	border-bottom: 1px solid #FF9900;
	}
	
	.appbox tr 
	{
	font-weight:normal;
	}
	
	.hover
	{
	color: #FF9900;
	}
	
	.appbox .rowhover
	{
	background-color: #CCFFCC;
	}
	
	.rowSelected
	{
	background-color: #CC3300;
	}
	
	.rowHover
	{
	background-color: #00FFCC;
	}
	
	.even td
	{
	background-color: #CCCCCC;
	padding: 3px;
	}
	
	.odd td
	{
	background-color: #999999;
	padding: 3px;
	}
	a {font-family:arial; font-size:12px; text-decoration:none; color:#000000;}
    a:hover {color:#FF9900; text-decoration:none;}
	form{
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	}
	select {
	font-family:arial;
	font-weight:bold;
	font-size:12px;
 	background-color:#666666;
	color:#FFFFFF;
	}
	.gentext{
	font-family:arial;
	font-size:12px;
	color:#000000;
	}