/*  
CSS Code and Design copyright 2005 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 {
	font-size: smaller;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 6px;
	font-weight: bold;

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


}
.rowA {
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 4px;
	background-repeat: no-repeat;

}
.rowB {
	color: #000000;
	background-color: #C8BDA8;
	padding-left: 4px;

}

.tableLINES {
	border-top-width: 0px;
	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: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	background-color: #CCCCCC;
}

.copyright {
	font-size: 9px;
	color: #666666;
}
.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;
}
.tag1 {
	font-size: 120%;
	font-weight: bold;
	color: #526012;

}
.hideit {display:none;}
.showit {display:visible;}