* {
	margin: 0px;
	padding: 0px;
}

body, td, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

.button {
	border: 1px solid #BBBBBB;
	border-left-color: #EEEEEE;
	border-top-color: #EEEEEE; 
	background: url(../images/bg.jpg);
	padding: 0px 25px 0px 25px;
	background-repeat: repeat;
	font-weight: bold;
}

#header {
	width: 100%;
	height: 100px;
	text-indent: 20px;
}

.negative {
	color: #FF0000;
}

#error {
	width: 100%;
	font-weight: bold;
	color: #FF0000;
	display: block;
	text-align: center;
}

#content {
	min-height: 400px; /* For Firefox browsers */
	height:auto !important; /* For Gecko browsers */
	height: 400px; /* For IE */
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	border-collapse: collapse;
	text-align: left;
	padding: 5px;
}

#content table {
	width: 100%;
}

.odd {
	background-color: #F9F9F9;
}

.even {
	background-color: #D5D5D5;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
}

#login {
	display: inline;
	vertical-align: middle;
	position: relative;
	height: 100%;
}

#content_table {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	padding: 15px;
	padding-left: 45px;
	padding-right: 45px;
}

#footer, #footer a:visited {
	color: #000000;
	text-align: center;
	vertical-align: baseline;
}

/*	tabs */
#tab_container {width: 100%; height: 19px;}
#tab div {height: 19px;}
#tab{width: 100%; padding: 0px; margin: 0px; clear:both; height: 19px;}
#tab ul{margin:0; padding:0 0 0 8px; list-style:none; height:19px; }
#tab li{display:block; float:left; background:#f2f3f5 url(http://www.sanjuanaccounting.org/images/bg_nav_cnrl.gif) no-repeat; margin-right:2px; padding-left: 1px;}
#tab li div{display:block; float:left; margin:0; background:url(http://www.sanjuanaccounting.org/images/bg_nav_cnrr1.gif) no-repeat top right; padding-right:1px; }
#tab li a{display:block; float:left; font:10px verdana; font-weight:bold; color:#434343; white-space:nowrap; padding:3px 6px; margin:0; text-decoration:none; }
#tab li a:visited{color:#434343; text-decoration:none;}
#tab li a:hover{text-decoration: underline;}
#tab li.on{background:#F2F3F5 url(http://www.sanjuanaccounting.org/images/bg_nav_cnrl_on.gif) no-repeat; padding-left:3px; height: 19px;}
#tab li.on div{background:url(http://www.sanjuanaccounting.org/images/bg_nav_cnrr_on200.gif) top right no-repeat; padding-right:3px; height:19px;}
#tab li.on a{ text-decoration:none;}
#tab li.on a:visited{ text-decoration:none;}
#tab li.index{background:none;  }
#tab li.index div{background:none; }
#tab li.index a{color:#003DB8 ; font-weight:normal; }
#tab li.index a:visited{color:#003DB8 ; }
/*	end tabs */