body { font-family: sans-serif; }
img { border: none }
select { border: 1px solid #777; }
input[type='text'], input[type='password'] { border: 1px inset; }
a { text-decoration: none; }
body.full { margin: 0; }
fieldset { margin-top: 0.5em; }
.colored, a:link, a:visited, a:active, a:hover { color: #d00; }
.hidden {display: none; }
#from_date, #to_date { float: left; }
#notice, #error-notice {
	position: absolute;
	background-color: #ff9;
	border: 1px solid #aa0;
	color: #444;
	font-size: 12pt;
	font-weight: bold;
	padding: 0.2em;
}
#error-notice {
	background-color: #f99;
	border: 1px solid #a77;
}
#select_section { text-transform: uppercase; }

#account {
	font-size: 8pt;
	margin-bottom: 2px;
}
#account a { text-decoration: none; }
.header .search-and-advanced-menu { padding-top: 2px; position: relative; z-index: 1; }
#menu-handle.open { background-image: url(/images/up.png); }
#foldmenu {
	border: 1px solid #666;
	position: absolute;
	top: 8px;
	left: 180px;
	width: 23em;
}
#foldmenu.withpdf { left: 200px; }
#menu-handle {
	background: #ddd url(/images/down.png) no-repeat scroll center;
	padding: 5px;
}
#menu {
	background-color: #efefef;
	border: 1px solid #666;
	display: none;
	margin-top: 4px;
	padding: 0.3em;
	position: absolute;
	width: 33em;
	z-index: 8000;
}
#menu.open { display: block; }
.options {
	font-size: 12pt;
}
.options a {
	color: inherit;
	font-size: 8pt;
	padding-top: 2pt;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
.options .selected { background-color: #cacaca; }
#menu iframe {
	border: none;
	width: 100%;
	height: 600px;
}

.pdf-download { display: inline; vertical-align: middle; margin-right: 2px; }
.pdf-download img { vertical-align: middle; }
button.search {
	background: #eee url(/images/apply.png) no-repeat;
	border: 1px outset #eee;
	width: 26px;
	height: 22px;
}
div.navigation {
	display: none;
	position: absolute;
	top: 0.3em;
	left: 370px;
}
#account {
	margin-top: 0.5em;
}
#window {
	position: absolute;
	background-color: #ddd;
	border: 1px solid #888;
	left: 5%;
	top: 6%;
	width: 90%;
	z-index: 40000;
}
#window table {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
#window .title {
	background: #f1f1f1 url(/images/windowbg.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #bbb;
	cursor: default;
	font-weight: bold;
	font-size: 14px;
	height: 22px;
}
#window .title td {
	padding-left: 3px;
}
#window .title .close {
	position: absolute;
	top: 3px;
	right: 3px;
}
#window .content {
	height: 100%;
}
#window iframe {
	border: none;
	width: 100%;
	height: 100%;
}
