/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins,
small, strike, strong, sub, sup, tt,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #666;
	font-family: sans-serif;
}
h1 { margin: 10px 2px; }
a {
	text-decoration: none;
	padding: 1px 2px;
}
a:hover { text-decoration: underline; }

#header {
	width: 1002px;
	margin: 8px auto 2px auto;
	position: relative;
}
#bix-logo {	float: left; }
#filter-menu {
	float: left;
	margin: 16px 0 0 15px;
	padding: 1px;
	font-size: 0.76em;
}
#thinking {
	display: none;
	float: right;
	margin: 16px 10px 0 0;
}
#user-ident {
	float: right;
	margin: 16px 15px 0 0;
	padding: 1px;
	font-size: 0.76em;
}
#nav-menu { 
	float: right;
	margin: 10px 0 0 0;
}
#nav-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav-menu ul li { 
	float: left;
	font-size: 0.76em;
	margin: 0px 1px;
	padding: 1px;
}
#nav-menu ul li a { 
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0px 2px;
	padding: 3px;
	text-decoration: none;
	color: #666666;
}
#nav-menu ul li a:hover {
	background-color: #a6a6a6;
	color: white;
}

#content {
	clear: both;
	border-top: 1px dashed #787160;
	background-color: #F5F5F3;
	padding: 0 0 40px 0;
}

#footer {
	width: 875px;
	font-size: 0.7em;
	color: #999999;
	margin: 10px auto;
	padding-bottom: 100px;
}

/* Utility Styles */

br.clear, div.clear { 
	display: block !important;
	float: none !important; 
	clear: both !important; 
	line-height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 0px !important;
	height: 0px !important;
}

.pointer { cursor: pointer; }

label.disabled { color: #8c8c8c; }

#login_form_cont div.form_fields {
	width: 350px;
	float: left;
}

#login_form_cont div.notcompat {
	float: right;
	width: 40ex;
}

#login_form_cont {
	margin-top: 3px;
	padding: 20px 50px;
	border-top: 2px solid red;
}

/* 'edit filters' page formatting */

.progressbar {
	border: 1px solid black;
	width: 200px;
	float: right;
	clear: left;
}

.progress-label {
	font-size: .65em;
	font-weight: bold;
	float: right;
	margin-right: -12.5em;
	padding-top: .4em;
	color: #333;
}

/**********************************/

.form_row {
	clear: both;
	padding: 8px;
}

.form_row_cont {
	padding: 8px 8px 8px 130px;
	background-color: white;
	border: 1px solid #ccc;
}

.form_row_label_cont {
	float: left;
	width: 130px;
}

.form_button {
	margin: 10px 0px 10px 150px;
}

.error-message {
	color: red;
}

.forgot_pass_link {
	font-size: 12px;
}

.forgotpass_blurb {
	width: 600px;
	padding: 20px 50px;
}

#forgotpass_form_cont {
	margin-top: 3px;
	padding: 20px 50px;
	border-top: 2px solid red;
}

#footer a {
	color: #caaae5;
}

.empty {
	font-style: italic;
	text-align: center;
	background-color: gray;
	color: white;
}

/* Table Sorting */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table thead th.headerSortUp { 
	background-image: url(/static/images/asc.gif);
	background-color: #cfccc8;
	color: black;
}

table thead th.headerSortDown {
	background-image: url(/static/images/desc.gif);
	background-color: #cfccc8;
	color: black;
}

th.header {
	text-align: left;
	margin: 0px;
	padding: 2px 18px 2px 4px;
	cursor: pointer;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/static/images/sortable.gif);
}
input.datefield { text-align: right; }
input.hidden { display: none !important; }

/* Datepicker */

div.ui-datepicker {
	line-height: 1em;
	font-size: 10pt;
}

/* Options */

#options-wrapper { 
	padding: 0px 0px 7px 0px;
	border-bottom: 2px solid white;
}
#options {
	width: 800px;
	margin: 7px auto 0px auto; 
	font-size: 0.70em;
}
#options div {
	float: left;
	margin: 2px;
	width: 255px;
	line-height: 3.5ex;
}
#options div label, #options div select, #options div input {
	display: block;
	float: right;
	margin: 0px;
}
#options label {
	text-align: right;
	padding: 0px 4px 0px 4px;
}
#options select { 
	font-size: 85%; 
	width: 160px;
}
#options select.thin {
	width: 105px;
}
#options div.thin { width: 210px; }
#options div.thinner { width: 150px; }
#options div.thin input {
	height: 1.9ex;
	line-height: 1.9ex;
	width: 100px;
}

div#exporter {
	width: 40px;
	float: right;
	text-align: right;
}

.textright { text-align: right; }
