﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: 宋体, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: Black;
}

a, a:link
{
    color: #004482;
    text-decoration: none;
}
a:visited
{
}
a:hover
{
    color: orange;
}
a:active
{
}

a img
{
    border: 0px;
    vertical-align: middle;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 2em;
}

ul.inline,
ul.inline li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset select,
fieldset iniput
{
	width: 200px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="date"] {
border:1px solid #CCCCCC;
width:200px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="number"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


.cform input[type="text"].longtext
{
    width: 100%;
    border: 1px solid #CCC;
}
input[type="text"].shorttext
{
    width: 100px;
    border: 1px solid #CCC;
}
input[type="date"].shorttext
{
    width: 100px;
    border: 1px solid #CCC;
}
input[type="password"].shorttext
{
	width: 140px;
    border: 1px solid #CCC;
	}
.cform textarea
{
	width: 100%;
    border: 1px solid #CCC;
}
select
{
	border: 1px solid #CCC;
	}
.cform select
{
	width: 204px;
}
select.shortselect
{
	width: 100px;
}

table
{
	border-collapse:collapse;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.field-validation-error span
{
    display:none !important;
}

.field-validation-error img
{
    width:16px;
    height:16px;
    border: 0;  
    vertical-align:top;  
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/****************/

.sys-template 
{
    display:none;
    visibility:hidden;
}

.onlinecount
{
    color: #004482;
    font-weight:bold;
}

.ConditionText
{
    width:600px !important;    
}