body {
	font-family:Verdana,Tahoma;
	line-height:17px;
	background:#BBBBBB;
	background: rgb(120,120,120);	
	/*background:#000;*/	
	text-align:center;
	margin: 3px;
	padding: 0px;
	color: #444444;
	font-size: 10px;
}
html, body {
	height: 100%;
}
table {
	/*color: #fff;*/
}
a, a:visited{
	color:#027BAA;
	text-decoration: none;
	font-size: 10px;
}
a:hover, a:active{
	color:black;
	text-decoration: none;
	font-size: 10px;
}
#spybox {
	width: 2px;
	height: 2px;
	padding: 0px;
	margin: 0px;	
	position: absolute;
	top: 2px;
	right: 2px;
	filter:alpha(opacity=50);
	opacity:.50;
	overflow:hidden;
	/*
	width: 200px;
	height: 200px;
    	background-color:white;
	 */
}
#container {
	width: 1000px;
	min-height: 800px;	
	_height: 98% !important;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: white;
	position:relative;
	/*border: 1px solid #000;*/    
}
#top {
	height: 58px;
	/*border-bottom: 3px solid RGB(230,230,230);*/
	background-color: #EEEEEE;
	background: rgb(255,147,46);
	/*background-color:#000;*/
	background: rgb(120,120,120) url("pic/bg.png") no-repeat;	
	/*overflow: hidden;*/
	/*color: #fff;*/
}
#top a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#top a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	/*background-color: rgb(246,144,30);*/
	/*border: 1px solid rgb(246,144,30);*/	
}
#content {
	margin: 10px 0 10px 0;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}
.fix {
	clear: both;
	height: 0px;
	border: 1px solid white;
}
#bottom {
	height: 10px;
	background: rgb(120,120,120) url("pic/bg.png") no-repeat bottom;
}
.silverbox
{ 
	margin:0px;
	padding:0px;
	width: 100%;
	height: 100%;
  	position: absolute;
	background-color: black;
	filter:alpha(opacity=40);
	opacity:.40;
	color: black;
}
.combobox
  { 
  	margin:0px;
  	padding:0px;
  	width: 1px;
  	height: 1px;
  	overflow:auto;
  	position: absolute;
  	z-index: 99;
  	background-color: white;
  	border: 1px solid black;
  }
  
.combobox_close
  { 
  	margin:0px;
  	padding:0px;
  	width: 37px;
  	height: 37px;
  	position: absolute;
  	z-index: 100;
  	/*background-color: white;*/
  	/*border: 1px solid black;*/
	background: url("pic/combo_close.png") no-repeat bottom;
  }

.infobox
  { 
	text-align: left;
  	right:10px;
	top: 120px;
  	margin:0px;
  	padding:8px;
  	background-color: #FFFF66;
  	position: absolute;
  	z-index: 99;
  	border: 1px solid gray;
  }

.favorite
  { 	
	position: absolute;
	z-index: 299;
	background-color: white;
	text-align: left;
  	left: 110px;
	top: 50px;
  	margin:0px;
  	padding:8px;
  	border: 1px solid gray;
  	/*width: 100px;*/
  	/*height: 500px;*/
  	white-space:nowrap;
  }
  
.favorite a, .favorite a:visited
{
	color:#027BAA;
	text-decoration: none;
	font-size: 12px;
}
.favorite a:hover, .favorite a:active
{
	color:black;
	text-decoration: none;
	font-size: 12px;
}
  
.page_name
{ 
	font-size: 15px;
	font-weight: bold;
	line-height:22px;
	color: #fff;
	/*color: rgb(246,144,30);*/	
}
.page_title
{ 
	font-size: 13px;
	font-weight: bold;
	color: navy;
	color: rgb(246,144,30);	
}
