  
/*tableStyle*/
table.tableStyle{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

table.tableStyle thead td{
/*	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #aaaaaaff;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040; 
	height:16px;
	vertical-align:middle;
	text-align:center;
	filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#aaaaaaff');*/
  margin-top:7px;
    border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #CCC;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040; 
	height:18px;
	vertical-align:middle;
	text-align:center;
}
.tableStyle tbody tr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color: #fafafa; 
    height:11px;
}
 .tableStyle tbody tr td {
	border-bottom: 1px solid #9CF;
	border-top: 0px;
	border-left: 1px solid #9CF;
	border-right: 0px;
	text-align: left;
	text-indent: 3px;
	color: #404040;
	height:20px;
    vertical-align:middle;
}
.tableStyle tbody tr:hover {
	 background-color:#FF6;
	 cursor:Arrow;
}

.tableStyle tfoot tr td{
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #CCC;
	text-align: left;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040; 
	height:1px;
}
/*tableStyle*/

/*tableInputStyle*/
table.tableInputStyle{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	border: 0px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

table.tableInputStyle tbody tr{
	height:25px;
}

table.tableInputStyle tr.showBottomLine td{
	border-bottom: solid 1px #DFDFDF; 
}
 
/*tableConditionStyle*/
.tableConditionStyle{
	
	}
.tableConditionStyle  tr{
	height:18px;
}