/** Table styles **/

table.listStyle {
	width: 100%;
	color: #666666;
	background-color: #e7e7e7;
	border-spacing: 1px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.listStyle td,
table.listStyle th { padding: 4px; }

table.listStyle thead th {
	text-align: center;
	background: #cccccc;
	color: #666666;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #cc0000;
	border-left: 1px solid #ffffff;
}

table.listStyle h2 {
	padding: 0px 0px 0px 7px;
	font-size : 16px;
	color: #CC0000;		
}

table.listStyle thead a:link, table.listStyle thead a:visited {
	text-decoration: none;
	vertical-align: middle;
}

table.listStyle thead a:hover { text-decoration: none; }

table.listStyle thead td img, table.listStyle thead th img { vertical-align: middle; }

table.listStyle tbody th { font-weight: bold; }

table.listStyle tbody tr { background-color: #ffffff;  text-align: left; }

table.listStyle tbody tr:hover { background-color: #cccccc;} 


/*
table.listStyle tbody tr.row1 { background: #333333; border-top: 1px solid #ffffff; }

table.listStyle tbody tr.row0:hover td,
table.listStyle tbody tr.row1:hover td { background-color: #ffd ; }
*/
table.listStyle tbody tr td { height: 25px; background: #ffffff; border: 1px solid #ffffff; }
/*
table.listStyle tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }
*/
table.listStyle tfoot tr { text-align: center;  color: #333333; }
table.listStyle tfoot td,
table.listStyle tfoot th { background-color: #f3f3f3; border-top: 1px solid #999999; text-align: center; }

table.listStyle td.order { text-align: center; }
table.listStyle td.order span { float: left; display: block; width: 20px; text-align: center; }


/* For AIR */
table.air {
	width: 100%;
	color: #fff;
	background:none;
	border-spacing: 1px;
}

table.air td, table.air th { padding: 4px; }

table.air thead th {
	text-align: center;
	background: none;
	color: #fff;
	border-bottom: 1px solid #eeeeee;
}

table.air td {
	border-bottom: 1px solid #eeeeee;
}

table.air td a, table.air td a:link, table.air td a:visited { color:#9fc927; text-decoration:none;}
table.air td a:hover { color:#fff; text-decoration:none;}



/* For batch_edit */
table.batchEdit {
	border-collapse: collapse;
	background: #ffffff;
	border: 1px #cccccc solid;
	width:100%;
}

table.batchEdit tr th { 
	border-collapse: collapse;
	background: #d4d4d4;
	border: 1px solid #999999;	
	padding: 1px;
	color: #666666;
	text-align: center;
}

table.batchEdit td{ border: 1px solid #999999;	padding: 1px;text-align: center; }
