body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: arial;
	color: #000;
	background-color : #fff;
	/*background-color : #f1f1f1;*/
}
html, body, #wrapper {
	min-height:100%;
	width:100%;
	height:100%;
}
html>body, html>body #wrapper {
	height:auto;
}
#wrapper{
	position:absolute;
	top:0;
	left:0;
}
.line {
	border-top: 1px dashed;
	border-top-color : #86A4BF;	
	background-color: #cccccc;	
}		
a:link { color: #036; }
a:visited { color: #066; }		
a:hover, a:active {
	color: #fff;
	background-color: #036;
}		
div#banner {
	color: #000000;
	background-color: #cccccc;
	background-image: url(../graphics/white_grey.jpg);
	background-repeat:repeat-y;
}		
div#banner h1 {
	padding-right: 0px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 160%;
	padding-bottom: 0.2em;
	margin: 0px;
	padding-top: 0.2em;
}
div#banner h2 {
	padding-right: 0px;
	padding-left: 0.5em;
	font-weight: normal;
	font-size: 100%;
	padding-bottom: 0.6em;
	margin: 0px;
	padding-top: 0em;	
}
div#container {
	/* background-image: url(../graphics/bk_blue.jpg);
	background-repeat: repeat-y; */
}		
div#container2 { }		
div#navigation {
	float: left;
	width: 120px;
	padding-top: 30px;
	font-size: 80%;	
}
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color : #efefef;	
}

/* navigation rollover */
div#navigation a {
	display: block;
	/*color: #000000;*/
	color: #006699;
	width: 114px;
	padding: 3px 3px;
	text-decoration: none;
}
div#navigation a:hover 	{
	background-color: #999999;
	color: #ffffff;
}
/* See http://www.hicksdesign.co.uk/personal/experiments/cssnav/faq.html */
body#home a#homenav,
body#setup a#setupnav,
body#graphics a#graphicsnav,
body#products a#productsnav, 
body#categories a#categoriesnav, 
body#testing a#testingnav,
body#emailall a#emailallnav,	
body#emailsome a#emailsomenav,
body#emailtest a#emailtestnav,
body#transactions a#transactionsnav,
body#downloads a#downloadsnav,
body#sales a#salesnav,
body#csv a#csvnav,
body#password a#passwordnav,
body#backup a#backupnav,
body#restore a#restorenav
{
	color: #fff;
	background: #a6c0d8;
	/*background: #dee3e7;*/
}
div#contentsmall{
	margin-left: 125px;
	margin-right: 0px;
	line-height: 120%; 
	font-size: 70%;	
}
div#contentfull{
	margin-left: 10px;
	margin-right: 10px;
	line-height: 120%; 
	font-size: 75%;	
}
div#content {
	margin-left: 150px;
	margin-right: 10px;
	line-height: 120%; 
	font-size: 75%;		
}
div#content h2, div#contentfull h2, div#contentsmall h2 {
	font-size: 180%;
	color: #000000;
	margin: 0;
	padding-top: 30px;	
	padding-bottom: 1em;
	font-weight: bold;
}
div#content h3, div#contentfull h3, div#contentfull h3 {
	border-top: #bacbdb 1px solid;
	font-weight: bold;
	font-size: 130%;
	margin: 0px;
	color: #000000;
	line-height: 1.3em;
	padding-top: 0.5em;
}
div#content li {
	list-style-image: url(../graphics/redbullet.gif);
	margin-left: 10px;
}
div#content .lightgrey, div#contentfull .lightgrey, div#contentsmall .lightgrey {
	/*background-color: #eeeeee;*/
	background-color: #efefef;
}
div#content .lightblue, div#contentfull .lightblue, div#contentsmall .lightblue {
	background-color: #a6c0d8;
}
div#content .darkblue, div#contentfull .darkblue, div#contentsmall .darkblue {
	background-color: #197bab;
}
div#content .red {
	color: #ff0000;
}
.tableline {
border-right: #000000 1px solid;	
}
.tablelight {
background-color: #dae3f0;
}
.tabledark {
background-color: #c5d3e7;
}
.tableoutline {
/*background-color: #dae3f0; use this to get rid of cellspacing */
border-right: #006699 2px solid;
border-top: #006699 2px solid;
border-left: #006699 2px solid;
border-bottom: #006699 2px solid;
}
.tableoutlinepaypal {
border-right: #006699 1px solid;
border-top: #006699 1px solid;
border-left: #006699 1px solid;
border-bottom: #006699 1px solid;
}
.orangetitle {
	color : #ffcc00;
	/*color : #ffa34f;*/
	font-size: 110%;
	/*font-weight: bold;*/
}
/*div#content .inputsubmit, div#contentfull .inputsubmit {
color: #000000;
background-color: #cccccc;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-weight: bold;
font-size: 100%;
}*/
div#content .inputbox, div#contentfull .inputbox {
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
}
#cleardiv {
	clear: both;
	height: 1em;
}
div#topnav {
	width: 100%;
	/*margin: 0;*/
	padding: 0 0 0 0px;
	color: #ffffff;
	background-color: #000000;
	text-align: left;			
}
div#footer {
	position: absolute;
	bottom: 0;
	width:100%;
	clear: both;
	padding: 0 0 0 0;
	border-top: 1px solid #999;
	text-align: left;
	/*background-color: #0066CC;*/
	background-color: #a6c0d8;	
	color: #ffffff;	
	font-size: 80%;
}
div#footer a {
	color: #ffffff;
	text-decoration: none;	
}
div#footer_images {
	position: absolute;
	bottom: 0;
	width:100%;
	clear: both;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #999;
	text-align: left;
	color: #ffffff;			
}

#items_list tr.item_row:hover { background:#ffff99; }
