﻿/* ===============================总体样式=============================== */
body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
}
div, form, img, ul, ol, li, dl, dt, dd
{
	padding: 0;
	border: 0;
	margin: 0;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}
table, td, tr, th
{
	font-size: 12px;
}

.imput_login
{
	width: 100px;
	height: 18px;
	background: #f1f1f1 url(../../images/input-bg.gif);
	padding: 1px;
	border: 1px solid #1e699d;
}
.imput_key
{
	width: 60px;
	height: 18px;
	background: #f1f1f1 url(../../images/input-bg.gif);
	padding: 1px;
	border: 1px solid #1e699d;
}

/* 通用字体样式 ------ */
A:link
{
	color: #000000;
	text-decoration: none;
	line-height: 170%;
}
A:visited
{
	color: #000000;
	text-decoration: none;
}
A:hover
{
	color: #ff0000;
	text-decoration: underline;
}
A:active
{
	color: #ff0000;
	text-decoration: none;
}

.Red12
{
	color: #ff0000;
	text-decoration: none;
}
.Red12 a:link
{
	color: #ff0000;
	text-decoration: none;
}
.Red12 a:visited
{
	color: #ff0000;
	text-decoration: none;
}
.Red12 a:hover
{
	color: #000000;
	text-decoration: underline;
}

.white12
{
	color: #ffffff;
	text-decoration: none;
}
.white12 a:link
{
	color: #ffffff;
	text-decoration: none;
}
.white12 a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.white12 a:hover
{
	color: #000000;
	text-decoration: underline;
}

.org12
{
	color: #ff9600;
	text-decoration: none;
}
.org12 a:link
{
	color: #ff9600;
	text-decoration: none;
}
.org12 a:visited
{
	color: #ff9600;
	text-decoration: none;
}
.org12 a:hover
{
	color: #000000;
	text-decoration: underline;
}

.green12
{
	color: #005599;
	text-decoration: none;
}
.green12 a:link
{
	color: #005599;
	text-decoration: none;
}
.green12 a:visited
{
	color: #005599;
	text-decoration: none;
}
.green12 a:hover
{
	color: #000000;
	text-decoration: underline;
}

.Red12_2
{
	color: #9f1a1a;
	text-decoration: none;
}
.Red12_2 a:link
{
	color: #9f1a1a;
	text-decoration: none;
}
.Red12_2 a:visited
{
	color: #9f1a1a;
	text-decoration: none;
}
.Red12_2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

.Red14
{
	color: #ff0000;
	text-decoration: none;
	font-size: 14px;
}
.Red14 a:link
{
	color: #ff0000;
	text-decoration: none;
}
.Red14 a:visited
{
	color: #ff0000;
	text-decoration: none;
}
.Red14 a:hover
{
	color: #000000;
	text-decoration: underline;
}


.Red14b
{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.Red14b a:link
{
	color: #ff0000;
	text-decoration: none;
}
.Red14b a:visited
{
	color: #ff0000;
	text-decoration: none;
}
.Red14b a:hover
{
	color: #000000;
	text-decoration: underline;
}

.grey12
{
	color: #7c7c7c;
	text-decoration: none;
	font-size: 12px;
}
.grey12 a:link
{
	color: #7c7c7c;
	text-decoration: none;
}
.grey12 a:visited
{
	color: #7c7c7c;
	text-decoration: none;
}
.grey12 a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.black14
{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.black14 a:link
{
	color: #333;
	text-decoration: none;
}
.black14 a:visited
{
	color: #333;
	text-decoration: none;
}
.black14 a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.black14b
{
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.black14b a:link
{
	color: #333;
	text-decoration: underline;
}
.black14b a:visited
{
	color: #333;
	text-decoration: underline;
}
.black14b a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

/* 列表循环样式1 ------ */
.list1Col
{
	clear: both;
	margin-left: 3px;
}
.list1Col li
{
	font-size: 12px;
	list-style-type: none;
	padding-left: 15px;
	line-height: 23px;
	background: url(../../images/i1.gif) no-repeat left;
	border-bottom: 1px dashed #ccc;
	float: left;
	width: 190px;
}
/*
.list1Col li a:link {color:#333; text-decoration: none;}
.list1Col li a:visited {color:#333; text-decoration: none;}
.list1Col li a:hover {color:#333; text-decoration: underline;}
*/

.list2Col
{
	clear: both;
	margin-left: 3px;
}
.list2Col li
{
	font-size: 12px;
	list-style-type: none;
	padding-left: 15px;
	line-height: 23px;
	background: url(../../images/i3.gif) no-repeat left;
}
.list2Col li a:link
{
	color: #333;
	text-decoration: none;
}
.list2Col li a:visited
{
	color: #333;
	text-decoration: none;
}
.list2Col li a:hover
{
	color: #333;
	text-decoration: underline;
}

.list3Col
{
	clear: both;
	margin-left: 8px;
}
.list3Col li
{
	font-size: 12px;
	list-style-type: none;
	padding-left: 10px;
	line-height: 23px;
	background: url(../../images/i2.gif) no-repeat left;
	float: left;
	width: 200px;
}
.list3Col li a:link
{
	color: #333;
	text-decoration: none;
}
.list3Col li a:visited
{
	color: #333;
	text-decoration: none;
}
.list3Col li a:hover
{
	color: #333;
	text-decoration: underline;
}

.list4Col
{
	clear: both;
	margin-left: 3px;
}
.list4Col li
{
	font-size: 12px;
	list-style-type: none;
	padding-left: 15px;
	line-height: 23px;
	background: url(../../images/icon2.gif) no-repeat left;
}
.list4Col li a:link
{
	color: #005599;
	text-decoration: none;
}
.list4Col li a:visited
{
	color: #005599;
	text-decoration: none;
}
.list4Col li a:hover
{
	color: #333;
	text-decoration: underline;
}

/* 通用定位表格样式 ------ */
.label5
{
	width: 780px;
	height: 5px;
	margin-left: 8px;
	float: left;
}


/* 通用表格样式 ------ */
.tab0
{
	border-left: 1px solid #c7c8ca;
	border-right: 1px solid #c7c8ca;
	background-color: #FFFFFF;
	padding: 3px;
}
.tab_white
{
	height: 16px;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #b6b6b6;
	padding: 4px;
}
.tab_gray
{
	height: 16px;
	background-color: #f6f6f6;
	border-bottom: 1px dashed #b6b6b6;
	padding: 4px;
}
.tab_pic
{
	border-bottom: 1px solid #333;
	padding: 2px;
}

/* 按钮样式 ------ */
.button
{
	border-right: #4e3500 1px solid;
	padding-right: 1px;
	border-top: #4e3500 1px solid;
	padding-left: 1px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#ffc000);
	border-left: #4e3500 1px solid;
	cursor: hand;
	color: black;
	padding-top: 1px;
	border-bottom: #4e3500 1px solid;
}





.grayBackGround1
{
	border-bottom: dotted 1px #999999;
	list-style-type: none;
	padding-left: 20px;
	line-height: 22px;
	background: #F6F6F6 url(../../images/i4.gif) no-repeat 5px 6px;
}
.whiteBackGround1
{
	border-bottom: dotted 1px #999999;
	list-style-type: none;
	padding-left: 20px;
	line-height: 22px;
	background: url(../../images/i4.gif) no-repeat 5px 6px;
}

.grayBackGround2
{
	border-bottom: dotted 1px #999999;
	list-style-type: none;
	padding-left: 20px;
	line-height: 22px;
	background: #F6F6F6 url(../../images/i5.gif) no-repeat 5px 5px;
}
.whiteBackGround2
{
	border-bottom: dotted 1px #999999;
	list-style-type: none;
	padding-left: 20px;
	line-height: 22px;
	background: url(../../images/i5.gif) no-repeat 5px 5px;
}

.picFriend
{
	margin-top: 3px;
}



.b_list
{
	padding-left: 20px;
}
.b_list ul
{
	width: 500px;
}
.b_list li
{
	list-style-type: none;
	line-height: 21px;
	width: 500px;
	border-bottom: 1px dashed #ccc;
	color: #333333;
}
.b_list dl
{
	width: 500px;
}
.b_list dt
{
	line-height: 21px;
	width: 500px;
	margin: 3px;
	color: #333333;
}
.b_list dd
{
	text-align: center;
	width: 500px;
	line-height: 22px;
}
