/*---------------------------------------全局定义-------------------------------------*/
table { width: 100%;}
table td { vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
div#content { padding: 5px; text-align: left;}
div#content td { padding: 3px;}
hr {
	color: #F6CFC3;
	height: 1px;
}
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
	color: #666666;
	font-size: 12px}
a { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px; text-decoration: underline; color: #006699; font-style: normal}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

input { font-family : Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal;}
textarea {font-family: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;background-color : transparent; font-weight : bold; border-color : #000000;  border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px;}
select {font-family: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;font-weight : bold;background-color:#F5F5F5; } 
img { border: 0;}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: disc inside;}
/*---------------------------------------基本定义-------------------------------------*/
.frame{	width: 750px;}
.frame2{width: 750px; border: solid 1px #999999;}
.odd { background-color: #FFFFFF;padding:3px;}
.outer { background-color: #999999; padding:3px; }
.even {
	background-color: #FFFFFF;
	padding: 3px;
}
th {
	background-color: #b4d2eb;
	text-align: left;
	padding: 3px;
	color: #666666;
}
.head {
	padding: 3px;
	font-weight: bold;
	background-color: #ffffff;
}
.foot {
	background-color: #F6F8FA;
	padding: 3px;
	text-align: center;
	color: #666666;

}
.footer {
	border-top: 3px solid #999999;
	background-image: url("onepixeled.jpg")
	height: 29px;
	text-align: center;
	color: #666666;
}
/*---------------------------------------代码引用-------------------------------------*/
div.errorMsg { background-color: #d0eed0; text-align: center; border-top: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #d0eed0; color: #000000; text-align: center; border-top: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}

/*---------------------------------------用户菜单-------------------------------------*/
.-------------- menu{}
td#usermenu a {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	line-height: 15px;
	text-decoration: none;
	background-color: #cfe4f3;
	border-bottom:  solid 1px #B1CFE0;
}
td#usermenu a:hover {
	color: #ffffff;
	background-color: #B1CFE0;
}

td#usermenu a.highlight {
padding-left: 30px;

}

/*---------------------------------------主要菜单-------------------------------------*/
td#mainmenu a {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	line-height: 15px;
	text-decoration: none;
	background-color: #cfe4f3;
	border-bottom: solid 1px #B1CFE0;
}
td#mainmenu a:hover {
	color: #ffffff;
	background-color: #B1CFE0;
}
td#mainmenu a.menuTop {
	text-decoration: none;
}
td#mainmenu a.menuMain {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	line-height: 15px;
	text-decoration: none;
	background-color: #cfe4f3;
	border-bottom: solid 1px #B1CFE0;
}

td#mainmenu a.menuSub {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	line-height: 15px;
	text-decoration: none;
	background-color: #cfe4f3;
	border-bottom: solid 1px #B1CFE0;
}
/*---------------------------------------区块定义-------------------------------------*/
.block_table{ width: 100%}
.left_block_table { width: 176px;}
.right_block_table { width: 176px;}
.cc_block_table { width: 98%; }
.cl_block_table { width: 96%; }
.cr_block_table { width: 96%; }
.content_table { width: 98%; }
/*---------------------------------------左 区 块-------------------------------------*/
.--------------- left{}
.left_block {
	width: 176px;
	padding-top: 20px;
}
.left_block_title {

	font-size: 11px;
	margin-left: 9px;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
	background-color: #006b9f;
	background-repeat: no-repeat;
	width: 176px;
	height: 26px;
}
.left_block_content {
	border-right: solid 1px #999999;
	background-color: #cfe4f3;
	width: 176px;
}
/*---------------------------------------右 区 块-------------------------------------*/
.-------------- right{}
.right_block{
	width: 160px;
}
.right_block_title {
	color: #666666;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 30px;
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;

}
.right_block_content {
	padding: 4px;
	line-height: 20px;
	width: 160px;
}
/*---------------------------------------中央区块-------------------------------------*/
.-------------- conter{}
.conter_block{
	padding-left: 30px;
	padding-right: 37px;
}
.conter_block_title {
	font-weight: bold;
	padding-top: 4px;
	padding-left: 20px;
	width: 160px;
	height: 14px;
	border: 1px solid #999999;
	background-color: #b4d2eb;
}
.conter_block_content {
	padding: 8px 4px;
	background: #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.cc_block_title {
	font-weight: bold;
	padding-top: 4px;
	padding-left: 20px;
	width: 160px;
	height: 14px;
	border: 1px solid #999999;
	background-color: #b4d2eb;
}
.cc_block_content {
	padding: 8px 10px;
	background: #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	line-height: 20px;
}

.conter_content {
	background: #ffffff;
}


/*---------------------------------------模组定义-------------------------------------*/
/*---------------------------------------评    论-------------------------------------*/
.-------------- com{}
.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 12px; color: #333333; font-weight:bold; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #333333; font-weight:bold; font-size: 12px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 12px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}
/*---------------------------------------新闻消息-------------------------------------*/
.-------------- news{}
.item {}
.itemHead {
	color: #666666;
	padding: 2px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #666666;
	font-size: 14px;
	text-transform: uppercase;
}
.itemInfo {
	text-align: right;
	padding: 3px;
	color: #999999;
}
.itemTitle a {font-size: 14px; font-weight: bold; background-color: transparent;}
.itemTitle a:hover {font-size: 14px; font-weight: bold; background-color: transparent;}
.itemPoster {}
.itemPostDate {}
.itemStats {}
.itemBody {text-align: left}
.itemText {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 1.5em;
}
.itemText:first-letter {}
.itemFoot {
	text-align: right;
	padding: 3px;
	color: #999999;
}
.itemAdminLink {}
.itemPermaLink {}
td#flashlocal {
}
td#logoimg {
	background-image: url("logoimg.gif");
}
td#preenchemenu {
	background-color: #006b9f;
}
td#butmenu1 {
	background-color: #006b9f;
}
td#butmenu1 a {
	color: #006b9f;
	display: block;
	height: 18px;
	background-image: url("butmenu1.gif");
}
td#butmenu2 {
	background-color: #006b9f;
}
td#butmenu2 a {
	color: #006b9f;
	display: block;
	height: 18px;
	background-image: url("butmenu2.gif");
}
td#butmenu3 {
	background-color: #006b9f;
}
td#butmenu3 a {
	color: #006b9f;
	display: block;
	height: 18px;
	background-image: url("butmenu3.gif");
}
td#butmenu4 {
	background-color: #006b9f;
}
td#butmenu4 a {
	color: #006b9f;
	display: block;
	height: 18px;
	background-image: url("butmenu4.gif");
}
td#butmenu5 {
	background-color: #006b9f;
}
td#butmenu5 a {
	color: #006b9f;
	display: block;
	height: 18px;
	background-image: url("butmenu5.gif");
}
td#butmenu6 {
	background-color: #006b9f;
}
td#butmenu6 a {
	color: #006b9f;
	display: block;
	height: 18px;
	background-image: url("butmenu6.gif");
}
td#b_menu {
	background-image: url("images/b_menu.gif");
	height: 19px;
}
td#b_coluna {
	background-image: url("images/b_coluna.gif");
	height: 19px;
}
td#top1{
	background-image: url("top1.gif");
	height: 9px;
}
td#top2{
	background-image: url("top2.jpg");
	height: 9px;
}
td#img1{
	background-image: url("imgbuscar.gif");
	vertical-align: middle;
	padding-right: 3px;
}
td#img1 form{
	
}
td#imgbusca{
	background-image: url("imgbusca.jpg");
}
td#menu1{
	background-image: url("menu1.jpg");
}
td#menu2{
	background-image: url("menu2.jpg");
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding-bottom: 4px;
}
td#menu2 a{
	color: #2c4a5f;
	font-size: 10px;
	text-decoration: none;
}
td#menu2 a:hover{
	color: #497a9e;
}
td#menu3{
	background-image: url("menu3.jpg");
}
td#menu4{
	background-image: url("menu4.jpg");
}
td#imgbusca form.format {
	padding-right: 5px;
}
table#format{
	background-color: #ffffff;
}
td#format{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 20px;
}
td#format2{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 7px;
	padding-top: 10px;
}
td#format2 a.link{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

td#logos {
	width: 183px;
	height: 93px;
	background-image: url("logos.jpg");
}
td#logos2 {
	width: 183px;
	height: 93px;
	background-image: url("logos2.jpg");
}
td#info {
	background-image: url("menufoot.gif");
	width: 187px;
	height: 25px;
}
td#bottom{
	background-image: url("foot.gif");
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
td#menufoot{
	background-image: url("menufoot.gif");
	width: 187px;
	height: 161px;
}
td#headmenu{
	background-image: url("headmenu.gif");
	width: 187px;
	height: 15px;
}
td#bullet{
	background-image: url("bullet.gif");
}
td#horzbar{
	background-color:#006B9F;
	vertical-align: middle;
	padding-left: 5px;
}
td#horzbar a{
	background-color:#006B9F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
/*---------------------------------------论    坛-------------------------------------*/
.------------- forum {}
