/* -----Start 主体元素---------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #0a84c1;
}
body, td, input, select,div,p,a {
	font-family: Arial,sans-serif,"";
	font-size: 12px;
	color: #333333;
}

img {
	border: 0;
}

a:visited, a:link {
	text-decoration:underline;
	color: #07438c;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color: #07438c;
	font-size:12px;
}

ul, li, ol, dl, dd, dt {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
form {
	margin: 0px;
	padding: 0px;
}


a.nav:visited, a.nav:link {	
   text-decoration: none;
	color: #fff;
	font-size:14px;
	font-weight:bold;
}
a.nav:hover {
	text-decoration: none;
	color: #ffff00;
	font-size:14px;
	font-weight:bold;
}

a.topnav:visited, a.topnav:link {	
   text-decoration: none;
	color: #cee6f3;
	font-size:12px;
}
a.topnav:hover {
	text-decoration:underline;
	color: #cee6f3;
}

.xline1{
background-image:url(/images/xline.gif); background-position:bottom; background-repeat:repeat-x;
}

.xline2{
background-image:url(/images/xline2.gif); background-position:bottom; background-repeat:repeat-x;
}

.textbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #707070;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #707070;
	background-image: url(/images/admin/textbox_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 16px;
	padding-top: 4px;
	padding-left: 3px;
	background-color: #FFFFFF;
}
.textarea  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #707070;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #707070;
	background-image: url(/images/admin/textbox_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 3px;	
}
/* -------End 主体元素--------- */

/* -----Start 布局元素---------- */
.hidden {
	display: none;
}
.x14{
font-size:14px;
}
.xbold{
font-weight:bold;
}

.justify{
text-align:justify;
font-size:12px;
}
.hackbox {
	border-top: 1px solid transparent !important;
	border-top: 0;
	clear: both;
}
.margintb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* -------End 布局元素--------- */

/* -------Start 字体样式------------ */
/*颜色*/
.xcc0000{
 color: #cc0000 !important;
}
.xcee6f3{
color:#cee6f3 !important;
}
.x004deb {
	color: #004deb !important;
	font-size:12px;
}
a.lx004deb:visited, a.lx004deb:link {
	color: #004deb !important;
	font-size:12px;
}
.x333333 {
	color: #333333 !important;
}
.x666666 {
	color: #666666 !important;
}
a.lx666666:visited, a.lx666666:link {
	color: #666666 !important;
}
a.lx666666:hover {
	color: #666666 !important;
	text-decoration:underline;
}

.x888888 {
	color: #888888 !important;
}
a.lx888888:visited, a.lx888888:link {
	color: #888888 !important;
}
a.lx888888:hover {
	color: #888888 !important;
	text-decoration:underline;
}

/*行距*/
.l100 {
	line-height: 100%;
}
.l130 {
	line-height: 130%;
}
.l160 {
	line-height: 160%;
}
/*样式*/
a.lxe60000:hover, a.lxff0000:hover, a.lxff6600:hover, a.lx005b75:hover, a.lx004deb:hover, a.lx5e2f01:hover, a.lx333333:hover, a.lx666666:hover, a.lx888888:hover {
	text-decoration: underline;
}
.xnormal {
	font-weight: normal;
}
/* --------End 字体样式------------ */

/* -------Start 错误提示------------ */
.error-pannel {
	background-color: #ffeded;
	border: 1px solid #ff9494;
	margin-top: 5px;
	margin-bottom: 15px;
}
.error-pannel dl {
	padding-bottom: 8px;
	padding-right: 20px;
}
.error-pannel dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #e60000;
	padding-top: 6px;
	padding-left: 24px;
	margin-bottom: 8px;
	color:#e60000;
}
.error-pannel dl dd {
	padding-left: 24px;
	line-height: 18px;
}
.error-pannel a {
	color: #e60000;
	text-decoration: underline;
}
/* -------End 错误提示------------ */

/* -------Start 信息提示------------ */
.info-pannel {
	background-color: #e3f9ff;
	border: 1px solid #6ccfeb;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	color:#004deb;
}
.info-pannel dl {
	padding-bottom: 8px;
	padding-right: 20px;
	text-align: left;
}
.info-pannel dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #004deb;
	padding-top: 6px;
	padding-left: 24px;
	margin-bottom: 8px;
	text-align: left;
}
.info-pannel dl dd {
	padding-left: 24px;
	line-height: 18px;
	text-align: left;
}
.info-pannel a {
	color: #004deb;
	text-decoration: underline;
}
/* -------End 信息提示------------ */

/* -------Start 成功提示------------ */
.success-pannel {
	background-color: #e7ffd8;
	background-image: url(/images/admin/ico_success_1.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border: 1px solid #85d46a;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
.success-pannel dl {
	padding-bottom: 8px;
	padding-right: 20px;
	text-align: left;
}
.success-pannel dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #1b9000;
	padding-top: 6px;
	padding-left: 24px;
	margin-bottom: 8px;
	text-align: left;
}
.success-pannel dl dd {
	padding-left: 24px;
	line-height: 18px;
	text-align: left;
}
.success-pannel a {
	color: #1b9000;
	text-decoration: underline;
}
/* -------End 成功提示------------ */


/* -------End 帮助提示------------ */

/* -------Start 表格样式------------ */
.tablestyle1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
.tablestyle1 .head td, .tablestyle1 .head th  {
	background-color: #de4b00;
	background-image: url(/images/admin/table_titlebg_1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	text-align: center;
}
.tablestyle1 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.tablestyle1 .alternate {
	background-color: #eaeaea;
	background-image: url(/images/admin/table_tdbg_1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.tablestyle1 .edit {
	background-color: #dcdcdc;
}

.tablestyle1 a {
	color: #333333;
}

.tablestyle2 {
	border: 1px solid #dddddd;
}
.tdstyle1 {
	background-color: #EAEAEA;
	text-align: right;
	width: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
	font-weight: bold;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #dddddd;
	border-left-color: #FFFFFF;
}
.tdstyle2 {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #dddddd;
	border-left-color: #FFFFFF;
}

/* -------End 表格样式------------ */

/* -------Start 按钮样式------------ */
.buttonstyle1 {
	background-image: url(/images/admin/btn_bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 92px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 12px;
	color: #753a00;
}
.buttonstyle2 {
	background-image: url(/images/admin/btn_bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 122px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 12px;
	color: #753a00;
}
.buttonstyle3 {
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}
.buttonstyle4 {
	background-image: url(/images/admin/btn_bg3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 189px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 12px;
	color: #753a00;
}
/* -------End 按钮样式------------ */

.pager {
	padding: 20px;
}
.pager dd {
	float: left;
}
.pager dd a {
	display: block;
	margin-right: 4px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border: 1px solid #dddddd;
	color:#07438c;

}
.pager dd a:hover {
	color: #fff;
	background-color: #0a84c1;
	border: 1px solid #07438c;
}

.ctb1{
width:54px;
height:18px;
padding-top:4px;
text-align:center;
color:#09639d;
cursor:pointer;
background-image:url(/images/ctb-1.gif);
background-repeat:no-repeat;
}
.ctb11{
width:54px;
height:18px;
padding-top:4px;
text-align:center;
color:#fff;
cursor:pointer;
background-image:url(/images/ctb-1-1.gif);
background-repeat:no-repeat;
}

.ctb2{
width:42px;
height:18px;
padding-top:4px;
text-align:center;
color:#fff;
cursor:pointer;
background-image:url(/images/ctb-2.gif);
background-repeat:no-repeat;
}

.ctb22{
width:42px;
height:18px;
padding-top:4px;
text-align:center;
color:#09639d;
cursor:pointer;
background-image:url(/images/ctb-2-2.gif);
background-repeat:no-repeat;
}
.ctb3{
width:44px;
height:18px;
padding-top:4px;
text-align:center;
color:#fff;
cursor:pointer;
background-image:url(/images/ctb-3.gif);
background-repeat:no-repeat;
}

.ctb33{
width:44px;
height:18px;
padding-top:4px;
text-align:center;
color:#09639d;
cursor:pointer;
background-image:url(/images/ctb-3-3.gif);
background-repeat:no-repeat;
}

.ctb ul{ margin-left:3px;}

.ctb li{
margin-top:8px;
}

.ullist{ padding-top:10px; padding-top:0px\9;}

.ullist li{ height:18px; margin-bottom:3px;}