/** CSS style file for SQFT Forms. */

/* tables for query forms */
/* Note: here and below, we use six digits, since some users had problems with the three digit short forms */

div.sqform{
   padding: 0px;
   background-color: #EEEEEE;
   border: 1px solid #999999;
}

div.sqresult{
   padding: 3px;
   padding-left: 5px;
   padding-right: 5px;
   background-color: #FFFFFF;
}


table.sqform{
   background-color: #EEEEEE;
   border: 1px;
}

table.sqform th{
   background-color: #EEEEEE;
   text-align: left;
}

table.sqform td{
   background-color: #EEEEEE;
   padding: 1px;
   padding-left: 5px;
   padding-right: 5px;
   text-align: left;
   vertical-align: top;
}

input.fsubmit {
        border: 0px;
        background-color: #ffeeaa;
}

/* -------------------------------------------------------
Author: Mya Leigh
Theme: A Warm, Fall Table - Easy to Read
URL: http://www.myaleigh.com 
 ------------------------------------------------------- */

#sqf table {
	border: 5px solid red;
	border-collapse: collapse;
        font: 120% "Verdana", Arial, Helvetica, sans-serif;
        background-color: #ffeeaa;
	padding: 4px;
}


#sqf td {
        font: 100% "Verdana", Arial, Helvetica, sans-serif;
        border: 3px solid #ffee22;
        background-color: #fffce1;
        color: #101011;
        padding: 4px;
}

#sqf td.submit {
        border: 2px solid black;
        background-color: #ffeeaa;
        text-align: center;
}


#sqf th {
        border-top: 1px solid #84785e;
        font-weight: normal;
	padding-left: .75em;
}

#sqf tr {
	padding: .75em;
}

#sqf caption {
        caption-side: top;
	text-align: left;
	font-size: 150%;
        font-style: italic;
        font-weight: bold;
	padding: 0.5em;
        background-color: #ffeeaa;
	color: #000;
}

/* ----- Changes odd row to fffce1 */

#sqf tr.odd {
	background-color: #fffce1;
	color: #101011;
}

/* ----- Changes row color to a24116 for those browsers that support tr:hover */

#sqf td:hover, td.odd:hover {
	background-color: #a24116;
	color: #ffffff;
}

/* ----- Changes link color to 101011 */

#sqf table a:link {
	color: #101011;
	text-decoration: none;
}

#sqf table a:visited {
	color: #101011;
	text-decoration: none;
}

#sqf table a:hover, table a:active {
	text-decoration: underline;
}

/* ----- Changes link color to white for those browsers that support the tr:hover */

#sqf tr:hover a:link, tr.odd:hover a:link {
	color: #ffffff;
}

#sqf tr:hover a:visited, tr.odd:hover a:visited {
	color: #ffffff;
}


