﻿/*table
{
	font-size: 12px;
    height: 14px;
    width: 7%;
}*/
ul, dl, dt, dd
{
	margin: 0;
	padding: 0;
	border: 0px;
	list-style: none;
}
body
{
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
}
/*图片边界为0*/
img
{
	border: 0px;
}
form
{
	margin: 0px;
}
/*超链接样式*/
a:Link, a:visited
{
	color: #000060;
	text-decoration: none;
}
a:hover, a:active
{
	color: #F10082;
	text-decoration: none;
}
a.a_red:Link, a.a_red:visited
{
	color: #FF0000;
	text-decoration: none;
}
a.a_red:hover, a.a_red:active
{
	color: #F10082;
	text-decoration: none;
}
a.a_green:Link, a.a_green:visited
{
	color: #00cc33;
	text-decoration: none;
}
a.a_green:hover, a.a_green:active
{
	color: #F10082;
	text-decoration: none;
}
a.a_blue:Link, a.a_blue:visited
{
	color: #0F87FF;
	text-decoration: none;
}
a.a_blue:hover, a.a_blue:active
{
	color: #F10082;
	text-decoration: none;
}
a.a_purple:Link, a.a_purple:visited
{
	color: #6633FF;
	text-decoration: none;
}
a.a_purple:hover, a.a_purple:active
{
	color: #F10082;
	text-decoration: none;
}
a.a_white:Link, a.a_white:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.a_white:hover, a.a_white:active
{
	color: #483d8b;
	text-decoration: none;
}
a.a_gray:Link, a.a_gray:visited
{
	color: #a9a9a9;
	text-decoration: none;
}
a.a_gray:hover, a.a_gray:active
{
	color: #F10082;
	text-decoration: none;
}
a.a_black:Link, a.a_black:visited
{
	color: #000000;
	text-decoration: none;
}
a.a_black:hover, a.a_black:active
{
	color: #F10082;
	text-decoration: none;
}
a.a_orange:Link, a.a_orange:visited
{
	color: #FF7700;
	text-decoration: none;
}
a.a_orange:hover, a.a_orange:active
{
	color: #F10082;
	text-decoration: none;
}
a.a_yellow:Link, a.a_yellow:visited
{
	color: #DDF00A;
	text-decoration: none;
}
a.a_yellow:hover, a.a_yellow:active
{
	color: #FF7700;
	text-decoration: none;
}
/*文字颜色*/
.orange
{
	color: #FF7700;
}
.red
{
	color: #FF0000;
}
.green
{
	color: #00cc33;
}
.blue
{
	color: #0F87FF;
}
.purple
{
	color: #6633FF;
}
.silver
{
	color: #C0C0C0;
}
.white
{
	color: white;
}
.yellow
{
	color: #DDF00A;
}
/* 输入控件 */
.inputText1
{
	font-size: 12px;
	padding: 3px 2px 0px;
	height: 10px;
	background-image: url('../images/input_1.gif');
	background-repeat: repeat-x;
	background-color: white;
	border: #afafaf 1px solid;
	width: 159px;
}
/* 普通按钮 */
.inputButton1
{
	font-size: 12px;
	padding: 1px 2px 0px;
	height: 18px;
	background-image: url(../images/button_1.gif);
	background-repeat: repeat-x;
	border: #646b91 1px solid;
	background-color: white;
	cursor: hand;
}
.inputButton1:hover
{
	background-image: url(../images/button1_hover.gif);
	background-repeat: repeat-x;
	background-color: white;
	border: #dd8448 1px solid;
}
/* 文件选择控件 */
.file1
{
	font-size: 12px;
	padding: 3px 2px 0px;
	background-image: url(../images/input_1.gif);
	background-repeat: repeat-x;
	background-color: white;
	border: #afafaf 1px solid;
}
/* 下拉列表 */
.select1
{
	position: relative;
	top: 1px;
	font-size: 12px;
	height: 19px;
}
/*多选框*/
.checkbox1
{
	width: 14px;
	height: 14px;
}
/* 内容框 */
.textArea1
{
	font-size: 12px;
	padding: 3px 2px 0px;
	background-image: url(../images/input_1.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	border: #afafaf 1px solid;
	overflow: auto;
}
/*修复连续英文字符溢出*/
.fixed
{
	table-layout: fixed;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow:inherit;
}
/*翻页控件样式*/
.pageControls
{
	text-align: center;
}
.pageControls span
{
	color: #ff6347;
}
/*自定义页面*/
.nopage, .norecord, .nologin, .error, .custom
{
	width: 100%;
	height: 100%;
	float: left;
}
.nopage, .norecord, .nologin, .error, .custom
{
	margin-top: 50px;
}
.nopage div, .norecord div, .nologin div, .error div, .custom div
{
	font: 12px;
	width: 410px;
	height: 120px;
	left: 50%;
	margin-left: -205px;
	position: relative;
	background-repeat: no-repeat;
}
.nopage span, .norecord span, .nologin span, .custom span
{
	margin-left: 220px;
	margin-top: 70px;
	float: left;
}
.nopage a, .norecord a, .nologin a, .custom a
{
	margin-left: 150px;
	margin-top: 8px;
	float: left;
}
.nopage div
{
	background-image: url(../images/nopage.gif);
}
.norecord div
{
	background-image: url(../images/norecord.gif);
}
.nologin div
{
	background-image: url(../images/nologin.gif);
}
.error div
{
	background-image: url(../images/error.gif);
}
.custom div
{
	background-image: url(../images/custom.gif);
}
.custom div span
{
	width: 260px;
	margin-left: 120px;
	margin-top: 65px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: maroon;
}
.custom div a
{
	margin-left: 220px;
	font-weight: bold;
	font-size: 20px;
}
/* 模态窗口*/
.dragobj
{
	position: absolute;
	z-index: 1000;
}
.dialog
{
	position: absolute;
	background-color: #A4B6D7;
}
.dialog tbody
{
	background-color: #E4E8EF;
}
.dialog .title
{
	background-image: url(/app_themes/images/admin/title.gif);
	font-size: 9px;
	color: white;
	font-weight: bold;
	font-family: Verdana;
}
.dialog .text
{
	background-color: #E4E8EF;
	font-size: 12px;
	line-height: 18px;
	border: white 3px double;
}
.dialog_table
{
	text-align: center;
	width: 100%;
}
.dialog_mask
{
	position: absolute;
	z-index: 999;
	width: 4px;
	height: 4px;
	left: 0px;
	top: 0px;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background-color: black;
}
/* 进度条 */
.loading
{
	position: absolute;
	z-index: 998;
	width: 100px;
	height: 24px;
	cursor: default;
	background-color: white;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	border: gray 3px double;
	background-position: 8px center;
	vertical-align: baseline;
	text-align: center;
	line-height: 24px;
	text-indent: 20px;
	color: #404050;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
}
