/* new applyed css */
.header
{
	background-image: url(../images/banner_detail.gif); BACKGROUND-REPEAT: repeat-x;
	}
.infotitle
{
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #1465CA;
	}
.edittdhead
{
	background-color: #C6E0F9;
	text-align: center;
	width: 80px;
	 
	}
.edittdbody
{
	background-color: #F1F8FE;
	text-align: left;
	}
.edittable
{
	border: #d9d9d9 1px solid;
	background-color: #f7f7f7;
	width: 94%;
	}
.tdhead
{
	color: #1465CA;
	font-weight:bold;
	border: 1px solid #fff;
	text-align:left;
	}
.tdbody
{
	color: #666;
	text-align:left;
	border: 1px solid #fff;
	}
.list
{
	width: 94%;
	}
.altlistline
{
	text-align: center;
	background-color: #F1F8FE;
	}
.markline
{
	text-align: center;
	background-color: #ddd;
	}
.overlistline
{
	text-align: center;
	background-color: #C6E0F9;
	}
.sltlistline
{
	text-align: center;
	background-color: #C6E0F9;
	}
.listline
{
	text-align: center;
	background-color: #fff;
	}
.listheader
{
	text-align: center;
	background-color: #6DB4EC;
	font-weight: bold;
	}
input button, input submit
{	
	height:25px;
	width:60px;
	}
td
{
	font-size: 12px;
	height: 25px;
	overflow-x:hidden;
    table-layout: fixed;
    word-break:  break-all;
    word-wrap:break-word;
	}
.normaltextbox {
	border: 0px;
	border-bottom: 1px solid #666;
	height: 25px;
	width: 120px;
	padding-top: 2px;
	background-color: #F7F7F0;
}
.csstextbox
{
	border: 0px;
	height: 25px;
	width: 120px;
	background-color:White;
}
.disabledbox
{
	border: 0px;
	border-bottom: 1px solid #666;
	height: 25px;	
	
	padding-top: 2px;
	background: #cccccc;
	}
.textarea
{
	border: 1px solid #666;
	width: 428px;
	padding-top: 2px;
	background-color: #F7F7F0;
	}	
textarea
{
	border: 1px solid #666;
	width: 428px;
	padding-top: 2px;
	background-color: #F7F7F0;
	}
select
{
	width: 120px;
	}
.button {
	height: 25px;
	/* width: 60px; */
	padding-top: 2px;
	background-color: #F7F7F0;
	border: 1px solid #4989e9;
}

.alert 
{
	color:Red;
	}
	
.Message
{
	border: 1px dotted #eee;
	background-color: #fff0f0;
	height: 25px;
	display: block;
	}
body
{
	font-family: "Arial", "ËÎÌå";
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-position: bottom;
	scrollbar-face-color: #6DB4EC; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #ffffff;
	scrollbar-dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}
.hide 
{
	display: none;
}

hr {COLOR: #DCE0E5; HEIGHT: 1px;}

A:link  {
    text-decoration:    underline;
    color:  blue;
}

A:visited   {
    text-decoration:    none;
    color:  blue;
}

A:active    {
    text-decoration:    underline;
    color:  blue;
}

A:hover {
    text-decoration:    underline;
    color:  darkred;
}

.current
{ 
  color: #996;
  font-weight:bold;
  font-size:13px;
}
.prints
{
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-COLLAPSE: collapse; 
	BORDER-BOTTOM-STYLE: none;
	border-Color:"#000000" ;
	}
	.HyperLink
{
	font-weight:bold;
	padding-top: 10px;
	font-size:14px;
	display:block;
	border: 1px solid #B1C3D7;
	text-decoration:    none;
    color:  #2B5686;
    background-color:#f0f0f0;
    text-align:center
	}
#ChartEmpty
{
display:block;
border: solid 1px gray;
background-color: Yellow;
text-align: center;
font-weight:bold;
vertical-align: middle;
line-height :150%;
}