/*  
CSS Code and Design copyright 2008 to Sullivan+Wolf Design. All Rights Reserved. 
Copying and/or re-using this code, its sub-code or derivatives without written permission is a violation of copyright law.
Visit us at SullivanandWolf.com
 */

.rowHEADER {
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 6px;
	font-weight: bold;
font-size:smaller;

}
.rowFIRST {
	background-image: url(../input-shadow.gif);
	background-repeat: no-repeat;
	background-position: -6px 0px;


}
.rowA {
	color: #006600;
	background-color: #eaeaea;
	display: block;
	float: left;
	width: 812px;
	_width: 750px;
	height: 20px;
	font-size: .8em;
	padding-left: 12px;
	font-weight: bold;
}
.rowB {
	color: #000000;
	background-color: #F2F0EA;
	padding-left: 4px;
}

#tableLINES {
	font-size: .7em;
	background-color: #FFFFFF;
	width: 500px;
}

#tableLINES  td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.copyright {
	font-size: .7em;
	color: #666666;
	padding-left: 12px;
	width: 813px;
	_width:825px;

}
.inputbox {
	background-image: url(assets/input-shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	font-size: 100%;


}
.smalltext {
	font-size: 70%;
	font-weight: normal;
}
.boldtext { font-size: 100%; font-weight: bold; color: #990000; }