a{text-decoration: none; color: #003366;cursor:pointer;}
A:hover{text-decoration:underline; color: #FF3399;}
body,TD{font-size:13px;word-break:break-all;}	/* 字体大小 */
/*body{background:#CCFF99;margin:0px 10px;}/* 背景颜色 */
body{ background:url('bg.gif');margin:0px 10px;}/* 背景颜色 */
table{text-align:left;}	/* 表格对齐方式 *


input,select,textarea /* 表单 */
{
background-color : #EFEFEF ; /*背景色彩*/
border-color: #006600; 
border-style: dotted; 
border-width: 1px
}



/* 页眉 */
/* .CommonHeader{width:100%; margin: 0 auto;}*/
.CommonHeader{width:951px;margin: 0 auto;}

/* 顶部 CSS 设置 START */
.CommonTop {
	background:url('header.jpg') repeat;
	height:210px;
	position:relative;
	color: #00CC33;
}
.CommonTop a{color: #000000;} 

/*.CommonTop .CommonTopLogo {
	top:0;
	left:0;
	width:291px;
	height:86px;
	padding-top: 0px;
	padding-left: 0px;	
	position: absolute;
	text-align:left;
	background:url(logo.gif) no-repeat;
	background-position:center;
	cursor:pointer;
}
*/

.CommonTop .CommonTopBanner {
	top:0;
	right:0;
	padding-top: 20px;
	padding-right: 10px;
	position:absolute;
	text-align:right;
}

.CommonTop .CommonTopFrameText {
	bottom:0;
	left:0;
	padding-left: 10px;
	padding-bottom: 3px;
	position:absolute;
}

.CommonTop .CommonTopMenuText {
	bottom:0;
	right:0;
	padding-right: 10px;
	padding-bottom: 3px;
	position:absolute;
}

/* 顶部 CSS 设置 END */


/* 标签 */
.TagList { width:100%;padding:9px;}
.TagList li {float:left; list-style-type:none; width:14%; padding:3px 0; display:inline;}

/* 内容区设置 */
.CommonBody {
	background: #ffffff;
	padding-top: 10px; 
	padding-bottom: 5px;
	padding-left: 10px; 
	padding-right: 10px;
	text-align:center;
}

/* 导航条设置 */
.CommonBreadCrumbArea {
	padding-top: 0px;
    padding-left: 15px;
	padding-right:0px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	height: 20px;
	background:none;
}

/* 搜索按钮 */
.SearchButton{ width:78px;height:24px;color:#FFF;background:url(search_btn.gif) no-repeat;border:0;cursor:pointer;font-size:14px;font-weight:bold}

/*class="SearchButton"*/

/* 列表TABLE */
.CommonListArea{background-color: #99CC33;margin-top: 5px;border: 1px solid #666666;}

/* 列表标题 */
.CommonListTitle{background:url('list_bg.png') repeat;color:#FFFFFF;font-weight:bold;}
.CommonListTitle a{color:#FFFFFF;}

/* 列表页眉 */
.CommonListHeader{background:#EFEFEF;color:#000000}

/* 列表单元格 */
.CommonListCell{background-color: #FFFFFF;}
.CommonListCellChecked{background-color: #FFFFCC;}

/* 用户 */
.UserList { width:100%;}
.UserList li {float:left; list-style-type:none; width:10%; padding:3px 0; display:inline;}


/* 友情链接 */
.LinkList { width:100%;}
.LinkList li {float:left; list-style-type:none; width:11%; padding:3px 0; display:inline;}


/* 底部设置 */
.CommonFooter {
	padding-top: 10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background:#99FF66;
	border-top:none;
	color:#000000;
	text-align:center;
	width:100%;
	height:45px;
}
.CommonFooter li {float:left; background:#99FF66; list-style-type:none; padding:3px 0; display:inline; line-height:1.5}
.CommonFooter a{color:#000000;}

