﻿body
{
	margin: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	color: #232323;
	background-color: #dffcf3;
}

header,
footer,
nav,
section {
    display: block;
}
h2
{
	font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 10px;
	color: #006666;
}

a:link
{
	font-size: 12px;
	font-style: normal;
	color: #008080;
	 text-decoration:none;
}
a:hover
{
	font-size: 12px;
	color: #FF0000;
	font-style: normal;
	text-decoration:none;
}
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/*----------- 用户登录 输入框 -------------------*/
.userLogin
{
	font-size: 12px;
	font-style: normal;
	padding-left: 5px;
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
	ime-mode:disabled;
}

.main_iframe
{
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 800px;
	height: 550px;
	padding-left:5px;
}
.lblShowHelp
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 10px;
	cursor: help;
}
.HelpText
{
	font-size: 14px;
	color: #800000;
	background-color: #FFFFCC;
	border-style: none;
	padding: 5px;
	width: 500px;
	height: auto;
	top: 40px;
	position: absolute;
	line-height: 30px;
}
.InfoText1
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.lbl_remark
{
	font-weight:bolder;
	color: #0000FF;
}