#links { 
			 display:none;
}
#contact {
	width: 400px;
}

.header { background-color: #999; color: #fff;; }
.header td { padding: 3 px; }

.hilite { background-color: #f00; color: #fff; }

.odd_row { background-color: #fff; }
.even_row { background-color: #cfcfcf; }


#AuthorizeNetText { display: none; }
.AuthorizeNetSeal { border: solid #ddd 1px; }


body {
	margin: 0px;
	font-family: Bitstream Vera Sans, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #555;
	background-color: #fff;
}

h2 {
	color: #bbb;
	margin-bottom: 0px;
	font-size: 13pt;
}

h3 {
	margin-bottom: 0px;
	font-size: 11pt;
}

h4 {
	margin-bottom: 0px;
	font-size: 9pt;
}


td {
	font-size: 8pt;
}

form {
	margin: 0px 0px 0px 0px;
}

#login {
	position: absolute;
	top: 3px;
	left: 210px;
	z-index: 100;
	background-image: url(/images/top_bg.jpg);
	background-repeat: repeat-x;
}

#login .username {
	width: 93px;
	height: 19px;
	border: 0px;
	font-size: 10px !important;
	padding: 16px 9px 0px 10px;
	background-image: url(/images/login_form/username.jpg);
	background-repeat: no-repeat;
}

#login .password {
	width: 93px;
	height: 19px;
	border: 0px;
	font-size: 10px !important;
	padding: 16px 9px 0px 10px;
	background-image: url(/images/login_form/password.jpg);
	background-repeat: no-repeat;
}

#login .login_button {
	width: 58px;
	height: 35px;
	border: 0px;
	background-image: url(/images/login_form/login.jpg);
	background-repeat: no-repeat;
	margin-top: 3px;
}

#login .login_button:hover {
	background-image: url(/images/login_form/login_.jpg);
}

#login a {
	color: #f00;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}


#header {
	background-image: url(/images/top_bg.jpg);
	background-repeat: repeat-x;
	color: #999;
}

#navigation {
	position: fixed;
	top: 95px;
	bottom: 0px;
	left: 0px;
	width: 190px;
	background-color: #efefef;
	padding-right: 10px;
	overflow: auto;
}

#navigation a {
	text-decoration: none;
	color: #f00;
	font-size: 8pt;
	font-weight: bold;
}

#navigation a:hover {
	color: #f66;
}

#navigation_handle {
	position: fixed;
	padding: 0px;
	margin: 0px;
	top: 95px;
	bottom: 0px;
	left: 192px;
	width: 8px;
	border: 1px ridge #ccc;
	border-top: 0px;
	border-bottom: 0px;
	color: #caa;
	font-weight: bold;
	font-size: 12px;
	background-color: #f1efef;
	text-align: center;
	overflow: hidden;
}

#navigation_handle:hover {
	background-color: #e1dede;
	color: #fff3f3;
}

#navigation li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: -30px;
}

#module {
	padding: 7px;
	position: fixed;
	top: 95px;
	right: 0px;
	bottom: 0px;
	left: 210px;
	overflow: auto;
}

#footer {
	margin-top: 25px;
	padding: 3px;
	font-size: 8pt;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

#notes {
	background-color: #eee;
	margin-top: 15px;
	margin-bottom: 15px;
}

.lightrow {
	background-color: #fff;
}

.lightrow:hover {
	background-color: #fee;
}

.darkrow {
	background-color: #eee;
}

.darkrow:hover {
	background-color: #edd;
}



form, .form {
	font-size: 7pt;
}

form div {
	padding: 1px 3px 1px 1px !important;
	margin-bottom: 1px !important;
}

form div input, form div textarea, form div select, .form div select {
	display: block;
	width: 100%;
	font-size: 8pt;
	border: 1px #ccc solid !important;
}

.form div {
	padding: 0px;
	margin-bottom: 0px;
}

.form div input {
	display: inline;
	font-size: 8pt;
	border: none;
	width: 75%;
}




.button {
	border: 2px outset #ccc !important;
}
.button:hover {
	border: 2px solid #ccc !important;
}
.button:active {
	border: 2px inset #ccc !important;
}