ul.tabbar {
	display: none; /* This is important so the tabbar won't be shown if JavaScript is not available. */
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.tabbar li {
	
	display: block;
	float:left;
	margin-right:2px;
	width:157px;
	_width:157px;
	height:18px;
	line-height:18px;
}
.tabbar a {
	display: block;
	background-color: #CCCCCC;
	/*height:18px;*/
/*	width:145px;
	_width:142px;*/
	/*line-height:18px;*/
	font-size: 14px;
	text-align:center;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:0px;
	text-decoration: none;
	cursor: pointer;
	background:url(../images/btn.jpg) ;
}
.tabbar a:hover {
	background-color: #e4e4e4;
	color: #dd0000;
	text-decoration: underline;
	text-align:center;
	background:url(../images/btn_o.jpg);
}
.tabbar a:visited{
	color: #FFFFFF;
}
#boxes {
	clear: both;
	width: 475px;
	padding: 0px 0 5px;
}
#boxes div {
	margin-bottom: 1em;
	border: 1px solid #bdd2e7;
	background-color:#f0f7ff;
	padding: 0.4em 0.8em;
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2863a5;
	background: #f0f7ff url(../images/qsfbgr8.gif) no-repeat;
}
.wrap_tbl table {
	
}
.wrap_tbl table table {
	background:none;
}
.wrap_tbl {
	background:none;
}
input {
	border:#7f9db9 1px solid;
}
input.search {
	border:none;
}
#boxes div a {
	color:#2863a5;
	text-decoration:none;
	font-size:10px;
}
#boxes div a:hover {
	text-decoration:underline;
}
div#boxes ul {
	clear: left;
	margin:0px;
	padding:0px;
}
div#boxes li {
	list-style:none;
	float:left;
	display:block;
	margin: 3px 3px 3px 0;
	padding:0px;
}
div#boxes li#title {
	width:115px;
}
div#boxes li#full_search {
	clear:left;
}
#search {
	float:right;
}
#boxes td {
	padding:3px;
}
.wrap_tbl td {
	padding:0px;
}
.wrap_tbl td td {
	padding:3px;
}
a.last, a.last:hover {
	border-bottom: #bfd4e7 1px solid;
}
