﻿/*
与实现特效相关的样式
*/
/*
圆角----------------------------------------------------------------------------------------------------------
*/
/*
兼容性最好的圆角--------------
*/
.div_tl
{
	height: 3px;
	width: 3px;
	float: left;
	background-image: url(../../App_Images/corner/tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.div_tm, .div_bm
{
	height: 3px;
	background-color: #d5e4f7;
	float: left;
}
.div_cc
{
	background-color: #d5e4f7;
	width: 100%;
	height: 100%;
	padding: 5px;
}
.div_tr
{
	height: 3px;
	width: 3px;
	float: left;
	background-image: url(../../App_Images/corner/tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.div_bl
{
	height: 3px;
	width: 3px;
	float: left;
	background-image: url(../../App_Images/corner/bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.div_br
{
	height: 3px;
	width: 3px;
	float: left;
	background-image: url(../../App_Images/corner/br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*
圆角--------------
*/
.TL, .BL, .TR, .BR
{
	width: 5px;
	height: 5px;
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 9999;
}

.TL
{
	top: 0;
	left: 0;
	background-image: url(../../App_Images/corner/grey_whitestroke_tl.png);
}
.BL
{
	bottom: 0;
	left: 0;
	background-image: url(../..c/App_Images/corner/grey_whitestroke_bl.png);
}
.TR
{
	top: 0;
	right: 0;
	background-image: url(../../App_Images/corner/grey_whitestroke_tr.png);
}
.BR
{
	bottom: 0;
	right: 0;
	background-image: url(../../App_Images/corner/grey_whitestroke_br.png);
}

/*
无图片实现圆角--------------
*/
div.RoundedCorner
{
	background: #d4e5f7;
}
div.RoundedCorner_Gray
{
	background: #E8E8E8;
}

div.RoundedCorner b.rtop, div.RoundedCorner b.rbottom, div.RoundedCorner_Gray b.rtop, div.RoundedCorner_Gray b.rbottom
{
	display: block;
	background: #FFF;
}
div.RoundedCorner b.rtop b, div.RoundedCorner b.rbottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #d4e5f7;
}
div.RoundedCorner_Gray b.rtop b, div.RoundedCorner_Gray b.rbottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #E8E8E8;
}
div.RoundedCorner b.r1, div.RoundedCorner_Gray b.r1
{
	margin: 0 5px;
}
div.RoundedCorner b.r2, div.RoundedCorner_Gray b.r2
{
	margin: 0 3px;
}
div.RoundedCorner b.r3, div.RoundedCorner_Gray b.r2
{
	margin: 0 2px;
}
div.RoundedCorner b.rtop b.r4, div.RoundedCorner b.rbottom b.r4, div.RoundedCorner_Gray b.rtop b.r4, div.RoundedCorner_Gray b.rbottom b.r4
{
	margin: 0 1px;
	height: 2px;
}

/*
baidu圆角--------------
*/
.box1
{
	background-color: #D4E5F7;
	position: relative;
	zoom: 1;
	width: 100%;
}
.box1 .tl, .box1 .tr, .box1 .bl, .box1 .br
{
	width: 5px;
	height: 5px;
	position: absolute;
	background: url(../../App_Images/corner/corner.jpg) no-repeat;
	overflow: hidden;
}
.box1 .cc
{
	height: 100%;
	padding: 5px;
}
.box1 .tl
{
	left: 0;
	top: 0;
}
.box1 .tr
{
	right: 0;
	top: 0;
	background-position: 0 -5px;
}
.box1 .bl
{
	left: 0;
	bottom: 0;
	background-position: 0 -10px;
}
.box1 .br
{
	right: 0;
	bottom: 0;
	background-position: 0 -15px;
}
.box2
{
	border: 1px solid #d4e5f7;
	position: relative;
	zoom: 1;
	width: 100%;
	background-color: White;
	height: 100%;
}
.box2 .tl, .box2 .tr, .box2 .bl, .box2 .br
{
	width: 6px;
	height: 6px;
	position: absolute;
	background: url(../../App_Images/corner/corner_2.jpg) no-repeat;
	overflow: hidden;
}
.box2 .cc
{
	height: 100%;
	padding: 0px 5px 0px 5px;
}
.box2 .tl
{
	left: -1px;
	top: -1px;
}
.box2 .tr
{
	right: -1px;
	top: -1px;
	background-position: 0 -6px;
}
.box2 .bl
{
	left: -1px;
	bottom: -1px;
	background-position: 0 -12px;
}
.box2 .br
{
	right: -1px;
	bottom: -1px;
	background-position: 0 -18px;
}

/*
图片阴影----------------------------------------------------------------------------------------------------------
*/
.img-shadow
{
	float: left;
	background: url(../../App_Images/shadow/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../App_Images/shadow/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
/*
文字阴影----------------------------------------------------------------------------------------------------------
*/
.p-shadow
{
	width: 90%;
	float: left;
	background: url(../../App_Images/shadow/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../App_Images/shadow/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	height: 100%;
}

.p-shadow-div
{
	background: none !important;
	background: url(shadow2.gif) no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
	height: 100%;
}

.p-shadow-p
{
	color: #777;
	background-color: #fff;
	font: italic 1em georgia, serif;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
	height: 100%;
}
/*
tab风格----------------------------------------------------------------------------------------------------------
*/
/*
tab css 0(blue)--------------
*/
.tab-main-0
{
	border: solid 1px #296cbd;
	float:left;
	margin:0px;
}
/*title*/
.tab-main-0 .divtitle
{
	background: url(../../App_Images/tab/bg4tabheader_0.png) repeat-x 0 -500px;
	border-bottom: solid 1px #296cbd;
}
.tab-main-0 .divtitle .title
{
	color: #fff;
}
.tab-main-0 .divtitle a
{
	color: #fff;
}

/*tab*/
.tab-main-0 .ui-tabs .ui-tabs-nav
{
	background: #296cbd;
}
.tab-main-0 .ui-tabs .ui-tabs-nav li
{
	color: #fff;
	border: 1px solid #2a6bbb;
	background: url(../../App_Images/tab/bg4tabheader_0.png) repeat-x 0 -500px;
}
.tab-main-0 .ui-tabs .ui-tabs-nav li a
{
	color: #fff;
}
.tab-main-0 .ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background-position: 0 -550px;
}
.tab-main-0 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
	color: #2d6ac7;
}
.tab-main-0 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover
{
	color: #2d6ac7;
}
/*
tab css 1(gray)--------------
*/
.tab-main-1
{
	border: solid 1px #636880;
}
/*title*/
.tab-main-1 .divtitle
{
	background: url(../../App_Images/tab/bg4tabheader_0.png) repeat-x 0 -300px;
	border-bottom: solid 1px #296cbd;
}
.tab-main-1 .divtitle .title
{
	color: #2d6ac7;
}
.tab-main-1 .divtitle a
{
	color: #2d6ac7;
}

/*tab*/
.tab-main-1 .ui-tabs .ui-tabs-nav
{
	background: #f0f0f0;
}
.tab-main-1 .ui-tabs .ui-tabs-nav li
{
	color: #fff;
	border: 1px solid #636880;
	background: url(../../App_Images/tab/bg4tabheader_0.png) repeat-x 0 -300px;
}
.tab-main-1 .ui-tabs .ui-tabs-nav li a
{
	color: #b6b6b6;
}
.tab-main-1 .ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background-position: 0 -550px;
}
.tab-main-1 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
	color: #2d6ac7;
}
.tab-main-1 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover
{
	color: #2d6ac7;
}
.tab-main-1 .ui-tabs-panel
{
	background-color :#fff;	
}
/*
tab css 2(smoke)--------------
*/
.tab-main-2
{
	border: solid 1px #959595;
}
/*title*/
.tab-main-2 .divtitle
{
	background: url(../../App_Images/tab/bg4tabheader_2.png) repeat-x 0 -1150px;
	border-bottom: solid 1px #296cbd;
}
.tab-main-2 .divtitle .title
{
	color: #1D1F3C;
}
.tab-main-2 .divtitle a
{
	color: #1D1F3C;
}

/*tab*/
.tab-main-2 .ui-tabs .ui-tabs-nav
{
	background:#cbcbcb url(../../App_Images/tab/bg4tabheader_2.png) repeat-x 0 -1150px;
}
.tab-main-2 .ui-tabs .ui-tabs-nav li
{
	color: #ae070e;
	border: 1px solid #959595;
	background:url(../../App_Images/tab/bg4tabheader_2.png) repeat-x 0 -1200px;
}
.tab-main-2 .ui-tabs .ui-tabs-nav li a
{
	color: #b6b6b6;
}
.tab-main-2 .ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background-position:0 -1250px;
}
.tab-main-2 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
	color: #616161;
}
.tab-main-2 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover
{
	color: #616161;
}
.tab-main-2 .ui-tabs-panel
{
	background-color :#fff;	
}
/*
tab css 3(azury)--------------
*/
.tab-main-3
{
	border: solid 1px #7E9ADA;
}
/*title*/
.tab-main-3 .divtitle
{
	background: url(../../App_Images/tab/bg4tabheader_0.png) repeat-x 0 -450px;
	border-bottom: solid 1px #2a6bbb;
}
.tab-main-3 .divtitle .title
{
	color: #3A5187;
}
.tab-main-3 .divtitle a
{
	color: #3A5187;
}

/*tab*/
.tab-main-3 .ui-tabs .ui-tabs-nav
{
	background: #7E9ADA;
}
.tab-main-3 .ui-tabs .ui-tabs-nav li
{
	color: #8B98B5;
	border: 1px solid #7E9ADA;
	background: url(../../App_Images/tab/bg4tabheader_0.png) repeat-x 0 -450px;
}
.tab-main-3 .ui-tabs .ui-tabs-nav li a
{
	color: #8B98B5;
}
.tab-main-3 .ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	background-position: 0 -550px;
}
.tab-main-3 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
	color: #2d6ac7;
}
.tab-main-3 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover
{
	color: #2d6ac7;
}
.tab-main-3 .ui-tabs-panel
{
	background-color :#fff;
}
/*
Tab Public Setting
*/
.tab-main-0, .tab-main-1, .tab-main-2, .tab-main-3
{
	width: 99%;
	overflow: hidden;
	position:relative;
}
.ui-tabs-panel
{
	height: 160px;
	width: 100%;
	padding-left: 10px;
	overflow: hidden;
}

.divtitle
{
	height: 24px;
	margin-bottom: 4px;
}
.divtitle .title
{
	float: left;
	padding: 6px 0 0 9px;
	font-size: 14px;
	line-height: 16px;
}
.divtitle .more
{
	float: right;
	font-size: 12px;
	padding: 6px 10px 0px 0px;
}
.divtitle a
{
	text-decoration: none;
}
.divtitle a:hover
{
	text-decoration: underline;
}
.ui-tabs .ui-tabs-nav
{
	margin: 0px;
	width: 100%;
	height: 28px;
	padding-left: 4px;
}
.ui-tabs .ui-tabs-nav li
{
	float: left;
	font-size: 14px;
	line-height: 24px;
	border-left: none;
	text-align: center;
	padding: 2px 10px 0px 10px;
}
.ui-tabs .ui-tabs-nav li a
{
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	border-bottom: none;
	height: 25px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover
{
	text-decoration: underline;
}

.ui-tabs-panel ul
{
	list-style: none;
}

.ui-tabs-panel ul, .ui-tabs-panel ul li, .ui-tabs-panel ul li img
{
	margin: 0;
	padding: 0;
}
.ui-tabs-hide
{
	display: none !important;
}