﻿html
{
	 overflow-x:hidden;
}

body.container
{
	margin: 0;
	background-color: #ffffff;
	color: #666666;
	background-image: url("../images/background-body.png" );
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: left;
	padding: 5px 10px 5px 10px;
	overflow-x:hidden;
}

body.content
{
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	color: #666666;
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: left;
	padding: 0 10px 5px 10px;
	overflow-x:hidden;
}

/*******************page container style BEGIN**********************/

.wrapper
{
	width:960px;
	margin:0 auto 0 auto;
}

.page
{
	width: 100%;
	height: 200px;
}

.page #container
{
	width: 100%; 
	height: 100%;
}

.page #container .pageframe
{
	vertical-align:top;
}

.page #container #iframecontainer
{
	width: 100%; 
	height: 100%; 
	overflow-x:hidden;
}

.page #container .pageframe .content 
{
	width:940px;
	height:100%;
	background-image:url("../images/background-content.png");
	background-repeat:no-repeat;
	background-position:left top;
	background-color:transparent;
	padding:10px 10px 0 10px;
	text-align:justify;
}

/*******************page container style END**********************/

/*******************header style BEGIN**********************/

.content-page-header h2
{
	color: #333333;
	font-size: 120%;
	background-image: url("../images/content-page-header.png");
	background-repeat:no-repeat;
	background-position: left top;
	padding: 9px 0 4px 24px;
	margin:0;
}

.content-page-header img
{
	display:block; margin:4px 0 0 0;
}

h4
{
	color: #444444;
	font-size: 100%;
	background-image:url("../images/container-header.png");
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 16px;
	margin:0 0 6px 0;
}
/*******************header style END**********************/

/*******************A tag style BEGIN**********************/
a:link
{
	color: #dd3409;
	text-decoration: none;
}

a:visited
{
	color: #dd3409;
	text-decoration: none;
}

a:visited:hover
{
	color: #dd3409;
	text-decoration: underline;
}

a:hover
{
	color: #dd3409;
	text-decoration: underline;
}

a:active
{
	color: #dd3409;
	text-decoration: underline;
}

a img
{
	border-style: none;
}
/*******************A tag style END**********************/

/*******************A tag especially for refresh style BEGIN**********************/
a.refresh:link
{
	color: blue;
	text-decoration: underline;
}

a.refresh:visited
{
	color: blue;
	text-decoration: underline;
}

a.refresh:hover
{
	color: blue;
	text-decoration: underline;
}

a.refresh:active
{
	color: blue;
	text-decoration: underline;
}
/*******************A tag especially for refresh style END**********************/

/*******************header style BEGIN**********************/
.header
{
	width: 100%;
}

.header .left
{
	width: 8px;
	height: 39px;
	background-image: url("../images/background-nav-left.gif" );
	background-repeat: no-repeat;
	background-position: left;
}

.header .right
{
	width: 8px;
	height: 39px;
	background-image: url("../images/background-nav-right.gif" );
	background-repeat: no-repeat;
	background-position: right;
}

.header .center
{
	height: 39px;
	background-image: url("../images/background-nav-bg.gif" );
}

.header.subnav .center
{
	height: 25px;
	background-image: url("../images/background-subnav-bg.gif" );
	font-size: 9pt;
	cursor: default;
	text-align:right;
}

.header.subnav .left
{
	height: 25px;
	width: 6px;
	background-image: url("../images/background-subnav-left.gif" );
	background-position: left;
	background-repeat: no-repeat;
}

.header.subnav .right
{
	width: 6px;
	height: 25px;
	background-image: url("../images/background-subnav-right.gif" );
	background-position: right;
	background-repeat: no-repeat;	
}
/*******************header style END**********************/

/*******************footer style END**********************/
.footer
{
	width: 100%;
}

.footer .left
{
	width: 7px;
	height: 32px;
	background-color: #ffffff;
	background: #ffffff url("../images/background-footer-left.png" ) no-repeat left top;
	clear:both;
}

.footer .center
{
	width: auto;
	height: 32px;
	background-color: #ffffff;
	background: #ffffff url("../images/background-footer-bg.png" ) top;
	text-align:center;
}

.footer .right
{
	width: 7px;
	height: 32px;
	background-color: #ffffff;
	background: #ffffff url("../images/background-footer-right.png" ) no-repeat right top;
	clear:both;
}

.copyright
{
	color: #ffffff;
	padding-top: 7px;
	text-align: center !important;
}
/*******************footer style END**********************/

/************AJAX Loading浮动层的样式 BEGIN****************/
#progressMask
{
    background-color : gray;
    filter : alpha(opacity=70);
    opacity : 0.7;
    position : absolute;
    top : 0px;
    left : 0px;
}

#progressDialog
{
    position : absolute;
    padding-left : 5px;
    padding-right : 5px;
}
/************AJAX Loading浮动层的样式 END****************/

/************红色字体 BEGIN****************/
.red
{
	color: Red;
	font-size:9pt !important;
	font-family:Verdana;
}
/************红色字体 END****************/

/************ Print Mode Style BEGIN****************/
@media print
{
	.nonprint
	{
		display:none;
	}
	
	.printonly
	{
		display: block;
	}
}

@media screen
{
	.printonly
	{
		display: none;
	}
}
/************ Print Mode Style END****************/

/************ Table with 2 columns Style BEGIN****************/
.table2col
{
	width: 100%;
}

.table2col .c1
{
	width: 25%;
	padding-top: 4px;
	text-align:right;
	border-right:1px solid #cccccc;
}

.table2col .c1, .table2col .c2
{
	border-bottom:1px solid #cccccc;
	padding:2px;
}

/************ Table with 2 columns Style END****************/

/************ Table with 4 columns Style BEGIN****************/
.table4col
{
	width: 100%;
	
}

.table4col .c1
{
	width: 12%;
	padding:2px;
	padding-top: 4px;
	text-align:right;
}





.table4col .c2
{
	padding:2px;
	width: 38%;
}
/************ Table with 4 columns Style END****************/

/************ Table with 6 columns Style BEGIN****************/
.table6col
{
	width: 100%;
}

.table6col .c1
{
	width: 10%;
	padding: 4px 2px 2px 2px;
	text-align:right;
}

.table6col .c2
{
	width: 23%;
	padding:2px;
}

.table6col .span
{
	padding:2px;
}
/************ Table with 6 columns Style END****************/

/************ Table as datalist with undefined columns Style BEGIN****************/
table.datalist, .gridview
{
	width:100%;	
	border-right:solid 1px #cccccc;
}

.gridview .gridviewheader a
{
	text-decoration:underline;
	/*color: #dd3409 !important;*/
}

table.datalist th, .gridview .gridviewheader
{
	text-align: center;
	padding: 2px 2px 2px 2px;
	border:solid 1px #cccccc;
	background-color: #F8F8F8;
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	border-right-style:none;
	line-height: 23px;
}

table.datalist td, .gridview .gridviewitem
{
	border:solid 1px #cccccc;
	color: #333333;
	font-size: 1em;
	border-right-style:none;
	border-top-style:none;
	padding:2px !important;
	vertical-align:middle;
}
/*add by squall*/

.mytr
{
	font:9px; 
}


.gridview .gridviewitem.center
{
	text-align:center;
}

.gridview .gridviewheader a
{
	color: #444444;
}

/************ Table as repeater list with undefined columns Style END****************/

/************ Alternative Row BEGIN****************/
tr.alternative
{
	background-color: #f0f0f0;
}

tr.item
{
	background-color: white;
}

tr.firstrow
{
	background-color: #C4FFFC;
}
/************ Alternative Row END****************/

/******************* textbox BEGIN**********************/
input.textbox150
{
	width: 150px;
	border: 1px solid #cccccc;
}

input.textbox280
{
	width: 280px;
	border: 1px solid #cccccc;
}

textarea.readonly, input.readonly
{
	background-color:#f0f0f0;
}

textarea.textarea
{
	width: 94%;
	height: 60px;
	border: 1px solid #cccccc;
}
/******************* textbox END**********************/


/************ASP分页控件样式 BEGIN****************/
.pager
{
	margin-top: 4px;
	width: 100%;
	text-align: right;
	font-size: 9pt;
}

.pager a, .pager a:hover, .pager a:active, .pager a:visited
{
	text-decoration: none;
	color: #dd3409;
}

.pager span
{
	margin: 0 0 0 6px;
}
/************ASP分页控件样式 END****************/

/************ Link Button Style BEGIN****************/
a.linkbutton
{
	display:inline-block;
	background-image: url("../controls/button/button_normal.png");
	background-position:top left;
	background-repeat:no-repeat;
    color: #333333;
    border-style:none;
	cursor: hand;
	text-decoration: none;
	height: 19px;
	margin:auto;
	width: 80px;
	padding-top: 5px;
	margin-top:4px;
	margin-bottom:4px;
	text-align:center;
}

a.linkbutton:hover
{
	display:inline-block;
	background-image: url("../controls/button/button_active.png");
	background-position:top left;
	background-repeat:no-repeat;
    color: #333333;
    border-style:none;
	cursor: hand;
	text-decoration: none;
	height: 19px;
	margin:auto;
	width: 80px;
	padding-top: 5px;
	margin-top:4px;
	margin-bottom:4px;
	text-align:center;
}
/************ Link Button Style END****************/

/************ UL LI Style BEGIN****************/
ul
{
	margin: 0 0 0 12px;
	list-style-type: none;
}

li 
{
	background: url("../images/bullet.gif");
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 12px;
	padding-top: 5px;
}

/************ UL LI Style END****************/

/************ MessagePanel Style BEGIN****************/
.messagepanel.error
{
	color: #ff0000;
	background: #FFFFCC;
	border: 1px dashed #dd3409;
	padding: 10px 8px 8px 8px ;
	font-weight: bold;
	margin:5px;
}

.messagepanel.warning
{
	color:#0000ff;
	background:#FFFFCC;
	border: 1px dashed #0000ff;
	padding: 10px 8px 8px 8px ;
	font-weight: bold;
	margin:5px;
}

.messagepanel.confirm
{
	color: #333333;
	border: 1px dashed #0000ff;
	padding: 10px 8px 8px 8px ;
	font-weight: bold;
	margin: 5px;
	background-image: none;
	background-color: #f0f8ff;
}

/************ MessagePanel Style END****************/

/******************* ValidateCalloutExtendar BEGIN **********************/
.validatorcalloutextender
{
	background-color: lemonchiffon;
}

.ajax__validatorcallout_error_message_cell
{
	font-size: 9pt !important;
	font-weight: bold;
}
/******************* ValidateCalloutExtendar END **********************/

/************Flash Uploader Float Dialog BEGIN****************/
.modalpopup
{
    background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	height:480px;
	overflow-y:auto;
	overflow-x:hidden;
}

.modalpopupheader
{
	background-color:#dddddd; 
	font-size:9pt; 
	border: solid 1px gray; 
	color: black
}

.modalpopupheader .label
{
	font-weight:bold;
	color: black;
	padding: 4px;
}

.modalpopupheader .button
{
	padding: 4px;
}

.modalbackground
{
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalpopupfiletypes { margin-top: 4px; }
.modalpopupfiletypes .modalpopupfiletypes_label{}
/************Flash Uploader Float Dialog END****************/