/** Font Style **/
.word_break {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.f11 {
	font-size: 13px;
}
.f12 {
	font-size: 13px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 13px;
}
.f15 {
	font-size: 13px;
}
.f16 {
	font-size: 13px;
}

.msfont {
	font-family: '微软雅黑';
	font-weight: bold;
}

.english_word {
	font-family: 'georgia';
	font-size: 16px;
	font-weight: bold;
	color: #219026;
}

.bg-v1 {
	background: url('/style/v1/images/whiteBg.png');
}

.text {
	line-height: 1.6;
	text-indent: 26px;
	word-break:break-all;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h6 {
	font-size: 24px;
	font-family: '华文新魏';
}

h5 {
	line-height: 14px;
	font-size: 14px;
}

h4 {
	line-height: 18px;
	font-size: 18px;
}

h3 {
	line-height: 24px;
	font-size: 24px;
}

h2 {
	line-height: 32px;
	font-size: 30px;
}

h1 {
	line-height: 36px;
	font-size: 36px;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.impt {
	color: #FF0000;
	margin-right: 3px;
}

/** User Style **/

.user {
	color: #995f28;
	cursor: pointer;
	text-decoration: none;
}

.user:hover {
	text-decoration: underline;
}

/** Table Style **/

.table {
	border-spacing: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.table th {
	background: #f3efb7;
}

.table td,.table th {
	padding: 5px 10px;
	border-spacing: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/** Login Style **/
.login_panel .title {
	padding: 5px 15px;
	display: block;
    height: 30px;
    line-height: 30px;
    color: #333333;
    font: 16px/14px '微软雅黑', 'georgia';
    font-weight: bold;
}

.login_panel .inputarea {
	overflow: hidden; 
	padding: 5px;
}

.login_panel .inputarea .laber {
	padding: 8px; 
	text-align: right;
}

.login_panel .inputarea .value {
	height: 100%;
}

.login_panel a.login_btn {
	display:block; 
	height: 51px; 
	width: 232px; 
	line-height: 51px; 
	background: url('/style/v1/images/login_panel_btn.jpg');
	background-position: 0px 0px;
}

.login_panel a.login_btn:hover {
	background-position: 0px 51px;
}


/** 表情 **/
.expression {
	line-height: 16px;
	height: 16px;
	width: 16px;
	display: block;
	background: no-repeat url('/images/expression.gif');
}

/** Link Style **/
.static_link {
	color: #000000;
	text-decoration: none;
}

.static_link:hover {
	text-decoration: none;
}

.link {
	color: #000000;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.red {
	color: #ff0000;
}

.black {
	color: #000000;
}

.blue {
	color: #0000ff;
}

.green {
	color: #68a53d;
}

.yellow {
	color: #efd266;
}

.pink {
	color: #e27f9f;
}

.c333 {
	color: #333333; 
}

.c666 {
	color: #666666; 
}

.c888 {
	color: #999999;
}

.c999 {
	color: #999999;
}

.cBBB {
	color: #bbbbbb;
}

.cCCC {
	color: #cccccc;
}

.cDDD {
	color: #dddddd;
}

.cEEE {
	color: #eeeeee;
}

.cFFF {
	color: #ffffff;
}

/** Img Style **/
.img {
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

/** Title Style **/

.c-sectitle-2 {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333333;
    font: 16px/14px '微软雅黑', 'georgia';
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
}

.c-sectitle-2 span {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-bottom: -2px;
    border-bottom: 2px solid #e5e5e5;
}

.c-sectitle-2 span.title {
    border-bottom: 2px solid #631d5c;
}

.c-sectitle-2 span.tab {
	font-size: 14px;
	cursor: pointer;
	padding: 0px 10px;
	background: #f1f1f1;
	margin-right: 5px;
	border-bottom: 2px solid #999999;
}

.c-sectitle-2 span.curr {
	color: #631d5c;
	background: #ffffff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 2px solid #631d5c;
	border-bottom: none;
}


/** Table Simple **/
table.simple {
	width: 100%;
	border: 0;
	border-spacing: 0;
	padding: 0;
}

table.simple thead {
	font-family: '微软雅黑';
	color: #631d5c;
}

table.simple td {
	text-align: center;
	vertical-align: middle;
}

.inputradio {
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
}

.inputradio input {
	line-height: 20px;
	width: 16px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	vertical-align: -1px;
	_vertical-align: -2px;
}

label {
	cursor: pointer;
}

/**
	Video Style
**/

.a-video {
	position: relative;
}

.a-video img {
	position: relative;
}
.a-video s {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/images/vi_3.png');
	background-position: center center;
	background-repeat: no-repeat;
}