/**************************************************
* * 子页面样式
* * 2009-3-10
* **************************************************
* * msn:danxinju@hotmail.com
* * author:淡新举
***************************************************/
/*oToday部分*/
.content-top {
	width:1024px;
	height:500px;
	background:url(../../images/mahjong/repeat_header.jpg);
}
.content-mid {
	width:1024px;
	background:url(../../images/mahjong/repeat_bg.jpg);
	background-repeat:repeat-y;
}
.content-bot {
	width:1024px;
	height:155px;
	background:url(../../images/mahjong/repeat_bottom.jpg);
}

.content-top span {
	display:block;
	float:left;
}
.content-top .left {
	padding-left:360px;
	padding-top:12px;
	color:#CBBEA2;
}
.content-top .right {
	padding-left:0px;
	padding-top:5px;
}

/*左侧菜单部分*/
#content .menu {
	font-family:"微软雅黑";
	font-size:13px;
	font-weight:bold;
	color:#153917;
	width:175px;
	height:400px;
	background:url(../../images/mahjong/left_ylc.jpg) no-repeat;
	background-position:8px 0px;

	padding-top:42px;

	margin-top:15px;
	*margin-top:25px;
	margin-left:85px;
	overflow:hidden;
}
#content .menu li {
	line-height:35px;
	margin-top:10px;
	*margin-top:13px;
	cursor:pointer;
}
#content .menu li a {
	color:#153917;
	display:block;
	
	margin-top:5px;
	padding-left:50px;

	width:132px;
	height:38px;
}
#content .menu li a:hover {
	background:url(../../images/mahjong/menu_on.jpg);
	text-decoration:none;
}


#ad_panel {
	padding:4px;
	background:#E2DBC9;
}

/*页内容部分*/
.content-mid .wrap {
	width:650px;
	position:relative;
	left:280px;
	top:-450px;
}

/*内容顶部导航部分*/
.content-mid .wrap .textNav {
}
.content-mid .wrap .textNav span {
	display:block;
	float:left;
}
.content-mid .wrap .textNav .m-left {
	background:url(../../images/mahjong/i8_tip.jpg);
	width:210px;
	height:47px;
}
.content-mid .wrap .textNav .m-right {
	padding-top:30px;
	padding-left:220px;
	color:#999966;
}
.content-mid .wrap .textNav .m-right a {
	color:#999966;
}

/*内容中间导航部分*/
.content-mid .wrap table {
	width:620px;
	font-family:"黑体";
}

.content-mid .wrap table .g_rule_text {
	font-family:微软雅黑;
	font-weight:bold;
	font-size:150%;
	color:#A8774F;
}
.content-mid .wrap table .g_ol {
	font-family:微软雅黑;
	font-weight:bold;
	font-size:14px;
	color:#666467;
}
.content-mid .wrap table .g_ol li {
	line-height:25px;
	cursor:pointer;
}
.content-mid .wrap table .g_ol .foc {
	color:#E57E31;
}

/*选项卡部分*/
.content-mid .wrap .tab {
	width:500px;
	height:28px;
	margin-left:120px;
	background:url(../../images/mahjong/half_line.jpg) no-repeat;
	background-position:280px 22px;
}
.content-mid .wrap .tab li {
	float:left;
	width:95px;
	height:23px;
	padding-top:2px;
	text-align:center;

	background:url(../../images/mahjong/tab_pic.jpg);
	background-position:95px 0;

	font-weight:bold;
	font-size:12px;
	color:#ffffff;

	cursor:pointer;
}
.content-mid .wrap .tab li.foc {
	background:url(../../images/mahjong/tab_pic.jpg);
	background-position:-2px 0;
}

/*文章样式部分*/
.content-mid .wrap .g_content {
	color:#282828;
	line-height:22px;
	margin-left:120px;
	padding-right:20px;
}
.content-mid .wrap .g_content p {
	text-indent:24px;
}
.content-mid .wrap .g_content h1 {
	color:#C86400;
	font-size:22px;
}
.content-mid .wrap .g_content h2 {
	color:#C86400;
	font-size:20px;
}
.content-mid .wrap .g_content h3 {
	color:#C86400;
	font-size:18px;
}
.content-mid .wrap .g_content h4 {
	color:#C86400;
	font-size:16px;
}
.content-mid .wrap .g_content h5 {
	color:#C86400;
	font-size:14px;
}
.content-mid .wrap .g_content h6 {
	color:#C86400;
	font-size:12px;
}

.content-mid .wrap .g_content table {
  width: 100%;
  margin-bottom: 10px;  
  font-family:"宋体", sans-serif;
  line-height: 150%;
  border-collapse: collapse;
  background-color:#F6F1E7;
}
.content-mid .wrap .g_content table th,
.content-mid .wrap .g_content table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}
.content-mid .wrap .g_content thead th {
  background-color:#F6F1E7;
  font-size:13px;
  color:#CC9966;
  border-top: 1px solid #E3D7BC;
  border-right: 1px solid #E3D7BC;
}
.content-mid .wrap .g_content tbody tr.dark {
  background-color: #FFFFFF;
}
.content-mid .wrap .g_content thead th ,
.content-mid .wrap .g_content tbody td {
  border-bottom: 1px solid #E3D7BC;
  border-left: 1px solid #E3D7BC;
}
.content-mid .wrap .g_content tbody .bod {
  border-right: 1px solid #E3D7BC;
}
