

body
{ 
    font-family: "Arial";
	font-size: 12px;
    background-color:#ffffff;
	margin-left:40px;
	margin-top:10px;
	color: #333333;
} 


/*----------------------------------new--------------------------------*/
.tabInfo
{
	border-top:1px solid  #990000; 
	border-left:1px solid  #dcdcdc;
	border-right:1px solid  #dcdcdc;
	border-bottom:1px solid  #dcdcdc;
	width:100%;
	
	/*cellspacing="0"*/
	border-collapse:collapse; 
    border-spacing:0; 
}

.tdTabTitile
{
	font-size:14px;
/*	width:120px;*/
	font-weight:bold;
	color:#ffffff;
}

.trTabHead td
{
	color:#000000;
	font-family:Arial;
	font-size:14px; 
	background-color:#d1d1d1;
	border:1px solid  #dcdcdc;
	text-align:center;
	
	/*cellpadding="0"*/
	padding: 0;
}
/*
.trTabTitleHead
{
	color:#000000;
	font-family:Arial;
	font-size:15px; 
	background-color:#d1d1d1;
}*/

.trTabContent td
{
	font-family:Arial;
	font-size:13px; 
	border:1px solid  #dcdcdc;
	text-align:center;
	
	/*cellpadding="0"*/
	padding: 3;
}
.trTabContent 
{ 
    background-color:#f4f4f4;
	color:#000000;
}  

.trTabConfigure td
{
	border-bottom:1px solid  #dcdcdc;
	font-family:Arial;
	font-size:13px; 
}
.trTabConfigure 
{ 
        background-color:#f4f4f4;
	color:#000000;
	border:1px solid  #dcdcdc;
} 

.trTabCfgHead
{ 
    background-color:#dcdcdc;
	border:1px solid  #dcdcdc;
	font-family:Arial;
	font-size:15px;
	color:#000000;
} 

.tabCfgArea
{ 
	border:2px solid  #006699;
	width:100%;
} 

.tabMainCfg
{
	border:1px solid  #f4f4f4;
	background-color:#f4f4f4;
	font-size:14px;
}

.tabCfgContent
{
	border:1px solid  #dcdcdc;
	width:100%;
	background-color:#f4f4f4;
	color:#000000;	
	font-family:Arial;
/*	text-align:right;*/
}
.tabCfgContent td
{
	border-bottom:1px solid  #dcdcdc;
	font-size:13px;	
}

.tabRecordList tr 
{ 
/*active line for ie*/
	event:expression(
		onmouseover = function()
		{
			this.style.backgroundColor = '#006699';
			for (var i = 0; i < this.cells.length; i++)
			{
				this.cells[i].style.color = '#ffffff';
			}
		},
		onmouseout = function()
		{
			this.style.backgroundColor = '#f4f4f4';
			for (var i = 0; i < this.cells.length; i++)
			{
				this.cells[i].style.color = '#000000';
			}
	
		}); 
}  
/*active line for firefox*/
.tabRecordList tr:hover{ 
  background:#006699; 
  color:#ffffff;
}

.tdOperation
{
	height:19px;
	width:78px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/help.gif);
	
}

.tdOperation a
{
	text-decoration :none;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
}

.btnNew
{
	cursor:hand;
}

.btnRemove
{
	cursor:hand;
}

.btnHelp
{
	cursor:help;
}


/*for firefox*/
input[type="text"] {
    border:1px solid  #b3b3b3;
	height:20px;
/*	width:60px;*/
}
input[type="password"] {
    border:1px solid  #b3b3b3;
	height:20px;
/*	width:60px;*/
}

/* For IE*/
input {
    border: expression(( type == "text" || type == "password") ? "1px solid #b3b3b3":"auto");
	height: expression(( type == "text" || type == "password") ? "20px":"auto");
/*	width: expression(( type == "text" || type == "password") ? "60px":"auto");*/
	font-family: expression(( type == "text" || type == "password") ? "Arial":"auto");
}

.noticeInfo
{
	border-top:1px solid  #990000; 
	border-left:1px solid  #f4f4f4;
	border-right:1px solid  #f4f4f4;
	border-bottom:1px solid  #f4f4f4;
	
	background-color:#f4f4f4;
	
	/*cellspacing="0"*/
	border-collapse:collapse; 
    border-spacing:0; 
}

.noticeInfo td
{
	font-family:Arial;
	font-size:16px;
}
/*add by liulihong 00113530*/
.table_title
{
	font-family:Arial;
	font-size:13px; 
	border:1px solid  #dcdcdc;
	text-align:center;
	
	/*cellpadding="0"*/
	padding: 3;
}
.td_style
{
	font-family:Arial;
	font-size:13px; 
	border:1px solid  #dcdcdc;
	text-align:center;
	
	/*cellpadding="0"*/
	padding: 3;	
}
