body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif,"宋体";
	font-size:12px;
}
a:link {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
td {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif,"宋体"
}
.M {
	font-size:14px;
}
.MX {
font-size:14px;font-weight:bold;
}
.toolbar{padding-left:10px;height:30px;}

#pageTitleArea{border-bottom:#fafafa 1px solid;font-size:14px;font-weight:bold;padding:10px 5px;background-color:#3f5661;color:#FFF;}
.barsArea{background-color:#e1e9ec;border-bottom:2px solid #96b1bc;padding:10px 5px;}
.contentTitlePanel{border:1px solid #CCC;margin:5px;padding:3px;background-color:#ebdeab;font-weight:bold;}
#buttonArea{padding:20px;text-align:left;background-color:#e1e9ec;border-top:2px solid #96b1bc;margin-top:20px;}
.button{height:36px;width:120px;}
.validationSummary{border:1px solid #eee27b;background-color:#fdfde8;margin:10px;padding:5px;}

.CommonLinkButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	line-height: normal;
	white-space: nowrap;
}

.CommonLinkButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonLinkButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonLinkButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonLinkButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}
.clear{ clear: both; font-size:1px; width:1px; visibility: hidden;}

.formTable{border-collapse: collapse;width:100%;}
.formTable td{border: 1px solid #CCCCCC;background:#E3F8D8;padding:0px;}

.formTable .headerRow td{background:#FFF979;padding:8px 3px;}

.formTable input{height:22px;padding-top:6px;padding-left:3px;padding-right:3px;margin:0px;}
.formTable input,.formTable select{border:0px;background:#E3F8D8;font-size:14px;}

.formTable .cellFocus{background:#ffffff;}
.formTable .cellFocus input,.formTable .cellFocus select{background:#ffffff;}

.formTable .deleteRow td{border: 1px solid #CCCCCC;background:#ff0000;}
.formTable .deleteRow input,.formTable .deleteRow select{background:#ff0000;}

.suggest{
 	position:absolute;
 	background:#fff;
 	width:150px;
 	display:none;
 	border: #828790 1px solid;
 	}
 
.suggest div{
 	background:#fff;
 	color:#000;
 	padding-left:4px;
 	cursor:hand;
 	text-align:left;
 	border:#fff 1px solid;
 	}
 
.suggest div.over{
 	color:#fff;
 	background:#3399ff;
 	border:#cc6600 1px dotted;
 	}
 	
 	/*以下是模态对话框的CSS*/
.ModalDialog_div, .ModalDialog_iframe {
	position:absolute;
	left:0px;
	top:0px;
}

.ModalDialog_div {
	z-index:99;
	background-color:#000000;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.ModalDialog_iframe {
	z-index:98;
	filter:alpha(opacity=0);
	opacity:0;
}

.ModalDialog_node {
	position:absolute;
	z-index:100;
	left:300px;
	top:100px;
	width:400px;
	height:auto;
	border:#CCC 2px solid;
	background-color:#F0FAFF;
}

.ModalDialog_content {
	width:100%;
	height:400px;
	font-size:12px;
	overflow:auto;
}
.ModalDialog_titlediv
{
    font-size:14px;
    border-bottom:1px solid #CCC;
    font-weight:bold;
    background:#336699;
    color:#fff;
    padding:5px;
}
.ModalDialog_titlediv a{color:#fff;}
.ModalDialog_titlediv a:hover{color:#ccc;}

.ModalDialog_bars
{
    background:#EAEAEA;
    border-top:1px solid #CCC;
}
.ModalDialog_tool
{
    padding:5px;
    font-size:12px;
    float:left;
}
.ModalDialog_button
{
    padding:5px;
    font-size:12px;
    float:right;
}
/*以上是模态对话框的CSS*/
.hackbox{clear:both;visibility:hidden;height:0;overflow:hidden;}

        table.gridview
        {
	        border-width:1px 0px;border-style:solid;border-color:DarkGray;
	        width:100%;
	        border-collapse:collapse;
        }
        table.gridview tr th
        {
	        border-width:1px 0px;border-style:solid;border-color:DarkGray;
	        padding:5px;
	        background-color: LightSlateGray;
	        font-size: 12px;
	        color:#FFF;
        }
        table.gridview tr td
        {
	        border-width:1px 0px;border-style:solid;border-color:DarkGray;
	        font-size: 12px;
	        padding: 5px;
        }

        .pager{padding:20px;text-align:center;}

       .inputtable
        {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #ccc;
            background: #efefef;
        }
        .inputtable td
        {
            border: 1px solid #ccc;
            padding: 5px 3px;
        }
        .inputtable td td
        {
            border-width: 0px;
            padding: 2px;
        }
        .labeltd
        {
            width: 120px;
        }
        .inputtd
        {
        }
