@charset "utf-8";

@import url("external/thumbnailviewer.css");

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0 7px 5px 7px;
}
.oneColLiqCtrHdr #header {
	background: #f9f9f9; 
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	border: 0;
}
.oneColLiqCtrHdr #header div, .oneColLiqCtrHdr #header div form table {
	display: inline;
}
.oneColLiqCtrHdr #header {
	font-size: 65%;
	min-height: 80px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 39%;
	float: left;
}
.oneColLiqCtrHdr #header #login {
	text-align:right;
	float: right;
	padding-top: 7px;
}
.oneColLiqCtrHdr #header #login #tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
}
.oneColLiqCtrHdr #header #login form input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #ddd;
	margin-right: 5px;
	padding: 3px;
}
.oneColLiqCtrHdr #header #login td { 
	text-align: left;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f9f9f9; 
	border-top: 1px solid #f1f1f1;
	margin-top: 5px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
}
.oneColLiqCtrHdr a img {
	border: 0;
}

#popup_container {
	background: #fff;
	padding: 30px;
	margin: 10px 0;
	text-align: left
}

#navlist
{
	margin: 0;
	float:right;
	clear:both;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #666;
	border-bottom: 4px solid #fafafa;
	padding-bottom: 3px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #ff6000;
	background: transparent;
	color: #ff6000;
}


/* MISC CLASSES */

.clear { clear:both; }
.hide  { display:none; }
.float_r { float: right; }
.float_l { float: left; }

.dotted_h {
	background: url(../images/css/dotted_h.gif) repeat-x bottom;
	clear: both;
	margin-top: 9px;
	margin-bottom: 9px;
	display: block;
	height: 1px;
	line-height: 1px;
	max-height: 1px;
}

.vert_spacer {
	width: 40px;
	background: url(../images/css/dotted_v.gif) repeat-y center top;
	float: left;
}

#generic_login_form {
	display: none;
}

.info_text {
	font-size: 10px;
	color: #999;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.resultset {
	width: 100%;
	clear:both;
}

.resultset a, .resultset a:hover {
	text-decoration:none;
}

.resultset th {
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}

.resultset tr td {
	padding: 4px 4px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.resultset tr:hover td {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	background: #f5f5f5;
}

.resultset_header {
	background: #fafafa;
	padding: 4px;
	border-top: 1px solid #eee;
}

.adjust_resultset {
	float: left;
}	

.navigate_resultset {
	float: right;
	margin-right: 15px;
}

.navigate_resultset p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.navigate_resultset img {
	margin-left: 10px;
	margin-right: 10px;
}

form.vert_form, form.horiz_form {
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 12px;
	margin-bottom: 10px;
}

form.vert_form label {
	float: left;
	width: 150px;
	font-weight: bold;
}

form.vert_form input, form.vert_form textarea, form.horiz_form select, form.horiz_form input, form.horiz_form textarea, form.horiz_form select {
	float: left;
	margin-bottom: 8px;
}

form.horiz_form label {
	float: left;
	width: 150px;
	font-weight: bold;
}

form.horiz_form textarea {
	width: 300px;
	height: 80px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	border: 1px solid #444;
	border-bottom: 2px solid #999;
	padding: 4px;
}

.major_highlight {
	font-size:140%;
	font-weight:bold;
	text-align:center;
	background:#f5f5f5;
	padding:10px;
}
.major_highlight:hover {
	background: #eee;
	cursor: pointer;
}

.error { background-color: #FFFF80; border: 1px solid #D7D700; color: #222; padding: 6px; }
.success { background-color: #E1FFE2; border: 1px solid #BDF1A5; padding: 6px; color:#366712; }
.hide { display:none; }

ol.standard_list, ul.standard_list {
	font-size: 80%;
}

ol.standard_list li, ul.standard_list li {
	margin-bottom: 4px;
	line-height: 20px;
}

ol.standard_list li a, ul.standard_list li a {
	font-weight: bold;