/* Designed by W. Chen, Created 2006-02-09, Modified 2007-03-03 */

@import url(./common.css);
#wrapper {
	width: 770px;
	margin: 0 auto;
	border:solid 1px #737373;
}
li.outside {
	list-style: none url(images/arrow.gif) outside;
	margin: 2px 0 2px 12px;
}
div.expand {
	margin: 3px 0;
	clear: both;
}
div.summary {
	margin: 5px 10px;
	display: none;
}
/*-- header style --*/
#header {
	width:100%;
	background: #737373;
}
#headerlogo {
	float: left;
	height:71px;
}
#headerlogo img {
	border: none;
	width: 285px;
	height: 71px;
}
#menu_user {
	float: right;
	padding: 10px 10px 0 0;
	text-align:right;
}
#menu_user input#uname {
	width:8px;
}
#menu_user input#pass {
	width:80px;
}
.longinlabel {
	color:#ffffff;
}
#menu_user .user_commander {
	margin-left: 3px;
}
#menu_user .user_commander a {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
/*FF/IE6/IE7*/
#navbar {
	float: left;
	width:770px;
	height:27px;
	padding: 0px;
	background: url(images/navbar_bg.gif) left repeat-x;
}
* html #navbar {
	float: left;
	width:770px;
	height:27px;
	padding: 0px;
	background: url(images/navbar_bg.gif) top left repeat-x;
	margin:-2px 0px 0px 0px;
}
* +html #navbar!important {
float: left;
width:770px;
height:27px;
padding: 0px;
background: url(images/navbar_bg.gif) top left repeat-x;
}
/*FF/IE6/IE7*/
ul#menu_header {
	float: left;
	margin:1px;
	padding:0px;
	list-style: none;
}
* html ul#menu_header {
	float: left;
	margin:1px 0px 0px 0px;
	list-style: none;
}
* +html ul#menu_header!important {
float: left;
margin:1px 0px 0px 0px;
list-style: none;
}
ul#menu_header li {
	padding:0px;
	margin:0px;
	float: left;
	font-size: 14px;
	font-weight:bold;
	background: #339933
}
ul#menu_header a {
	display: block;
	padding: 0px 0.85em;
	line-height: 25px;
	color:#e7f8fd;
	text-decoration:none;
}
ul#menu_header a:hover {
	background: url(images/navigation_over.gif) top left repeat-x;
}
ul#menu_header li.first {
}
ul#menu_header li.first a {
	padding: 0 1.9em;
}
ul#menu_header li.div_line {
	width:1px;
	height:25px;
	background:#ffffff;
}
ul#menu_header li.header_margin {
	width:20px
}
ul#menu_header li.current {
	margin:0px;
	height:26px;
	background: #9b9b9b;
}
ul#menu_header li.current a {
	color:#ffffff;
}
ul#menu_header li.current a:hover {
	background: none;
}
/*FF/IE6/IE7*/
#sitesearch {
	float: right;
	width:200px;
	height:25px;
}
* html #sitesearch {
	float: right;
	width:200px;
	height:25px;
}
* +html #sitesearch!important {
float: right;
width:200px;
height:25px;
}
#sitesearch form {
	margin:0px;
	padding:0px;
}
#sitesearch input {
	float: left;
	margin:1px;
	padding:0px;
}
/*FF/IE6/IE7*/
#sitesearch input.searchtext {
	width:120px;
	height:15px;
	margin: 4px 5px 1px 20px;
}
* html #sitesearch input.searchtext {
	width:120px;
	height:15px;
	margin: 4px 5px 1px 20px;
}
* +html #sitesearch input.searchtext!important {
width:120px;
height:15px;
margin: 4px 5px 1px 20px;
}
/*FF/IE6/IE7*/
#sitesearch input.submit {
	margin: 1px 0px 0px 5px;
}
* html #sitesearch input.submit {
	margin: 1px 0px 0px 10px;
}
* +html #sitesearch input.submit!important {
margin: 1px 0px 0px 10px;
}
/*-- subnav style --*/
#subnav {
	margin:0;
	padding:0;
	background: url(images/submenu.jpg) bottom left repeat-x;
}
#subnav a:link {
	color: #1f62bd;
}
#subnav a:visited {
	color: #1f62bd;
}
#subnav a:hover {
	color: #0188de;
}
#subnav a:active {
	color: #0188de;
}
ul#submenu {
	margin:0;
	padding: 5px 0 0 30px;
	list-style: none;
}
* html ul#submenu {
	margin:0px;
	padding: 5px 0 0 30px;
	list-style: none;
}
* +html ul#submenu!important {
margin:0;
padding: 5px 0 0 30px;
list-style: none;
}
ul#submenu li {
	margin:0;
	float: left;
	font-weight: bold;
}
* html ul#submenu li {
	margin:0;
	float: left;
	font-weight: bold;
}
* +html ul#submenu li!important {
margin:0;
float: left;
font-weight: bold;
}
ul#submenu a {
	float: left;
	display: block;
	padding: 0 1em;
	text-decoration:none;
}
div#hbar {
	clear:both;
	width:100%;
	font-size:0px;
	padding:1px 0;
	margin:3px auto 0;
	background: url(images/subnavline.jpg) top left no-repeat;
}
#breadcrumbs {
	margin:0;
	padding: 1px 0 7px 42px;
	color: #1f62bd;
}
* html #breadcrumbs {
	margin:0;
	padding: 1px 0 7px 42px;
}
* +html #breadcrumbs!important {
padding: 1px 0 7px 42px;
}
/*-- main style --*/
#maintable {
	width:100%;
}
/*div.blockTitle { padding: 3px 5px 3px 10px; background-color: #D8D8D8; font-size: 13.333px; font-weight: bold;}
div.blockContent { padding: 5px 3px 5px 3px;}*/

/*-- leftcolumn --*/
#leftcolumn {
	width: 218px;
	background: #ffffff;
}
td#leftcolumn {
	vertical-align: top;
}
div.blockLeft {
	margin:10px 0px;
	padding: 10px 0px 0px 0px;
	color:#000000;
	background: url(images/blockLeft_bg.gif) top left repeat-y;
}
div.blockLeft .blockleftTitle {
	width:180px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background: #bdbdbd;
	height:20px;
}
.blockleftTitle .blockTitle {
	float:left;
}
.blockleftTitle .blockTitleMore {
	float:right;
	font-weight:normal;
	letter-spacing: 3px;
}
.blockleftTitle .blockTitleMore a {
	color:#339933;
	text-decoration:none;
}
.blockleftTitle .blockTitleMore a:hover {
	color:#5cc151;
}
.blockleftTitle .blockTitleMore a:visited {
	color:#339933;
}
.blockleftTitle .blockTitleMore active {
	color:#5cc151;
}
div.blockLeft .blockleftContent {
	margin: 10px 15px 10px 10px;
}
div.blockLeft .blockLeft_footer {
	margin:0px;
	height:5px;
	background: url(images/blockLeft_footer.gif) bottom left no-repeat;
}
/*-- centercolumn --*/
td#centercolumn {
	vertical-align: top;
	height:270px
}
#centercolumn {
	background: #ffffff;
}
/*-- center (top) Center column --*/
#centerCcolumn {
	padding:10px 10px 0px 10px;
}
#centercolumn th {
	vertical-align: middle;
}
div.blockcenter {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.blockCenterTitle {
	margin: 0px;
}
div.blockCenterTitle .blockTitle {
	float:left;
	padding: 10px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	width:80px;
}
div.blockCenterTitle .blockTitleMore {
	margin-right: 5px;
	font-size: 12px;
	font-weight:normal;
	letter-spacing: 3px;
	background:url(images/blocakCenterH4.gif) right no-repeat;
}
div.blockcenter .blockCenterContent {
	margin: 0px;
	padding: 10px;
	border-right:solid 1px #737373;
	border-bottom:solid 1px #737373;
	border-left:solid 1px #737373;
}
/*-- center (top) Left column --*/
#centerLcolumn {
	width: 260px;
	vertical-align: top;
	padding:0px 0px 0px 10px;
}
/*-- center (top) Right column --*/
#centerRcolumn {
	width: 260px;
	vertical-align: top;
	float:right;
	padding:0px 10px 0px 10px;
}
/*-- center (bottom) Center column --*/
#bottomCcolumn {
	padding:0px 10px;
}
/*-- center (bottom) Left column --*/
#bottomLcolumn {
}
/*-- center (bottom) Right column --*/
#bottomRcolumn {
}
/*-- right column --*/
#rightcolumn {
	width: 200px;
	background: #DEEFFD url(images/rightcolbg.jpg) top left repeat-y;
}
td#rightcolumn {
	vertical-align: top;
}
div.blockTitleRight {
	margin:3px;
	padding: 5px 5px 5px 20px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: #339933;
	float:right clear;
}
div.blockContentRight {
	margin: 10px;
}
div.blockTitleRight .blockTitle {
	float:left;
}
div.blockTitleRight .blockTitleMore {
	float:right;
	margin-right: 8px;
	font-size: 12px;
	font-weight:normal;
	letter-spacing: 3px;
}
div.blockTitleRight .blockTitleMore a {
	color:#e7f8fd;
}
div.blockTitleRight .blockTitleMore a:hover {
	color:#94ff94;
}
/*-- content --*/
div#content {
	padding:10px 10px 0px 10px;
}
.article-title {
	color:#013584;
}
/*-- footer style --*/
#footer_line {
	margin: 0px;
	padding: 0;
	height:20px;
	color:#e7f8fd;
	background: #737373;
}
#footer {
	margin: 0 auto;
	padding: 0;
	height:80px;
	text-align: center;
	color:#e7f8fd;
	background: #ffffff;
}
#footer a {
	color:#737373;
}
#menufooter {
	height: 24px;
	margin:0;
	padding: 2px 0 0 263px;
}
#xoopsfooter {
	margin:10px;
	color:#737373;
	font-size:12px;
	line-height:16px;
}
ul#menu_footer {
	float: left;
	margin:0px;
	padding: 5px;
	list-style: none;
}
ul#menu_footer li {
	float: left;
	font-size: 14px;
	font-weight:bold;
}
ul#menu_footer li.div_line {
	margin:2px 5px;
	width:1px;
	height:10px;
	background:#737373;
}
ul#menu_footer a {
	display: block;
	float: left;
	padding: 0 0.7em;
	line-height: 24px;
	text-decoration:none;
}
ul#menu_footer a:hover {
	color:#bbf4fc;
	text-decoration:none;
}
/*-- comment --*/
td.head a {
	font-weight:bold;
	color:#013584;
}
td.head a:hover {
	color:#0188de;
}

