/* SQLTABLE related stuff */

.sqltable {
border:1px solid #D80;
border-left: 10px solid #FC0;
border-spacing:1px;
background-color:white;
width: 100%;
}
.sqltable tr, .sqltable td { margin:0px; padding:0 2px; vertical-align:top; }
.sqltable th, .sqltable th a { background-color:black; color:white; }
.sqltable th a { display:block; padding-bottom:2px; text-decoration:none; height:100%; }
.sqltable th:hover, .sqltable th a:hover { color:white; background-color:#800; }
.sqltablerow { background-color:#FFF4D4; }

/*
.sqltablerowon:hover, .sqltablerowoff:hover {
	background-color: #C0C8EE;
}
*/

/* .sqltablerowactive { background-color:#C0C8EE; } */
.sqltablerowactive { background-color:#FC0; }
.sqltablenavigation { text-align: left; }

