﻿body
{
	background-color: #FFFFFF;
}
textarea, input[type*='password'], input[type*='text']
{
	background: white url(../Images/input.gif);
	background-repeat: no-repeat;
	border: 1px solid #A7A6AA;
	line-height: 20px;
	height: 20px;
}
input[type=submit], input[type=button], input[type=reset]
{
	background: url(../Images/btn_bg.gif) no-repeat;
	width: 100px;
	height: 27px;
	border: 0 none;
	cursor: pointer;
	overflow: hidden;
	color: White;
	font-weight: bold;
	background-size:cover;
}
.button
{
	background: url(../Images/btn_bg.gif) no-repeat;
	width: 74px;
	height: 27px;
	border: 0 none;
	cursor: pointer;
	overflow: hidden;
	color: White;
	font-weight: bold;
}
.input
{
	background: white url(../Images/input.gif);
	border: 1px solid #A7A6AA;
	line-height: 20px;
	height: 20px;
}
.resultDiv
{
	text-align: center;
	line-height: 25px;
	color: Red;
	border: 1px solid #ffd667;
	background-color: rgb(255, 252, 201);
	position: relative;
	height: 25px;
	margin: 5px 0;
}
.closeDiv
{
	position: absolute;
	cursor: pointer;
	border: 1px solid #909090;
	color: #909090;
	width: 10px;
	height: 10px;
	right: 5px;
	line-height: 10px;
	top: 6px;
}
#mailheader
{
	background: url(../Images/login_head.gif);
	height: 79px;
	position: relative;
}
#head_right
{
	background: url(../Images/login_head_right.gif) no-repeat center right;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#logo
{
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.iframeLoading
{
	background: white url(../Images/sys/iframeloading.gif) no-repeat center;
	height: 100px;
}
.tabs
{
	border-bottom: 1px solid #C8D3DE;
	margin-top: 5px;
	z-index: 0;
}
.tabs ul
{
	overflow: hidden;
	height: 27px;
	line-height: 25px;
	margin-bottom: -1px;
	z-index: 21;
}
.tabs li
{
	float: left;
	padding: 0px 10px;
	font-weight: bold;
	border: 1px solid #C8D3DE;
	background-color: #E8EDF0;
	margin-left: 5px;
	cursor: pointer;
	z-index: 333;
}
.tabs span, .tabs a:link, .tabs a:visited, .tabs a:active
{
	font-weight: bold;
	color: #333333;
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
}
.tabs .actived
{
	background-color: White;
	border-bottom: 1px solid White;
}
.tabs .functionButton
{
	float: right;
	padding: 0px 30px;
	width: auto;
}
.tabs .functionButton a
{
	float: left;
	margin-left: 10px;
	color: #333;
	border: dotted 1px #eee;
	padding: 0px 3px;
	background-color: #BCDAE5;
}

.tabContent
{
	height: 500px;
	padding: 5px;
}
.table, .tableEdit
{
	border-top: 2px solid #448DCA;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
.noTopBorder
{
	border-top: 1px solid #D4D4D4;
}
.FunctionURL a
{
	display: block;
}
.table td
{
	padding: 3px;
	color: #5F5F5F;
	line-height: 20px;
	border: 1px solid #D4D4D4;
}
.table th
{
	font-weight: bold;
	line-height: 25px;
	background: url(../Images/tb_head_bg.jpg) repeat-x;
	background-size:cover;
	border-left: 1px solid #D4D4D4;
	color: #275D96;
	text-align: left;
	padding: 0 0 0 3px;
}
.pagerRow
{
	background: url(../Images/tb_footer_bg.jpg) repeat-x;
	line-height: 33px;
}
.pagerRow table, .pagerRow span
{
	float: left;
}
.pagerRow span
{
	padding-left: 5px;
	line-height: 26px;
}
.pagerRow td
{
	border: none;
}

.tableEdit
{
	background-color: #F8FAFB;
}
.tableEdit th
{
	color: #275D96;
	text-align: right;
}
.tableEdit th, .tableEdit td
{
	border: 1px solid #D4D4D4;
	padding: 5px;
}

textarea[readonly], input[readonly]
{
	background-color: #F5F5F5;
}
.readonly
{
	background: none #CECECE !important;
	background-color: #F5F5F5;
}
