
.sqltable{
	
	font-size:1em;
	margin-top:2ex;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/table-head.gif) repeat-y top left;
	background-color: #D49104;
	width:100%;
	_width:96%;
	
}

th.sqltabhead{
	color: white;
	font-size: 1em;
	height:4ex;
}

.sqltabhead_action{
	color: black;
	font-size: 1em;
	height:4ex;
}


.sqltabevenline{
	padding:0 0 0 0;
	font-size: 1em;
	height: 3.5ex;

	background-image: url(../images/table-td-bg.png);
	background-repeat:repeat-x;

}

.sqltabevenlinehover {
	padding:0 0 0 0;
	font-size: 1em;
	height: 3.5ex;
	background-image: url(../images/table-td-hover-bg.png);
	background-repeat:repeat-x;	
}

.sqltabevenline> td{
}


.sqltabevenlinehover > td{
	background-color: transparent;
	background-image: url(../images/table-td-hover-bg.png);
}



.sqlhref{
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
}

.sqlhref:hover{
	cursor:pointer;
	font-weight:bold;
	color:#DD0000;
}

.sqlhref_delete{
	color:#FF0000;
	text-decoration:none;
}

.sqlhref_delete:hover{
	cursor:pointer;
	color:#000000;
}

.sqlsumline{
	font-weight:bold;
	text-align:right;
}

.sqldivider{
	display:none;
	/*color:#FF0000;
	background-color:#FF0000;
	height:1px;	*/
}



