﻿/* Contains static styles for the "Main" HTML page, including the toolbar and footer*/
.fullWidth {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
}
.scroll {
	overflow: auto;
}
.bar {
	height: 24px;
	padding-left: 8px;
	padding-top: 6px;
	font: 12px Arial;
	font-weight: bold;
	color: #006495;
}
.headerBorder {
	height: 26px;
	top: 0;
	border-top: 1px solid #767875;
	border-bottom: 1px solid #767875;
}
.header {
	border-top: 1px solid #FFFFF4;
	background: #DFDBD0;
	border-bottom: 1px solid #F5F1E5;
}
.centralArea {
	top: 28px;
	bottom: 28px;
	text-align: center;
}
.footerBorder {
	height: 26px;
	bottom: 0;
	border-top: 1px solid #7F7E7D;
	border-bottom: 1px solid #7F7E7D;
}
.footer {
	height: 24px;
	border-top: 1px solid #969389;
	border-bottom: 1px solid #D9D6CC;
	background: #c1beb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #c1beb4 0%, #b9b6ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1beb4), color-stop(100%,#b9b6ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1beb4 0%,#b9b6ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1beb4 0%,#b9b6ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1beb4 0%,#b9b6ad 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c1beb4 0%,#b9b6ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1beb4', endColorstr='#b9b6ad',GradientType=0 ); /* IE6-9 */
}
.separator{
	width: 1px;
	height: 24px;
	background: #BEBEBE;
	margin-top: -2px;
	margin-left: 8px;
	margin-right: 8px;
}
.zoomButton{
	width: 20px;
	font: 24px Arial;
	line-height: 19px;
	color: #696969;
	padding: 0px;
}
.fitButton{
	width: 20px;
	padding: 2px;
}
.depressed{
	background: #BEBEBE !important;
}
.gradient{
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #e8e8e8 81%, #ececec 82%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(81%,#e8e8e8), color-stop(82%,#ececec), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e8e8e8 81%,#ececec 82%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#e8e8e8 81%,#ececec 82%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#e8e8e8 81%,#ececec 82%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#e8e8e8 81%,#ececec 82%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
button{
	height: 20px;
	border: 1px solid #9E9E9E;
	font: 12px Arial;
	color: #595959;
}
button::-moz-focus-inner{
	padding: 0;
	border: 0
}
#toolBox{
	position: absolute;
	top: 2px;
	right: 6px;
	font: 12px Arial;
	color: #595959;
}
#fitIcon{
	height: 14px;
	width: 14px;
	background: url(images/fit-to-window.png) no-repeat;
	background-size: 14px 14px;
}
#toolBox div{
	float: left;
}
#zoomLabel{
	margin-top: 3px;
	margin-right: 6px;
}
#searchBox{
	height: 16px;
	width: 200px;
	border: 1px solid #9E9E9E;
	padding-left: 3px;
	font: 12px Arial;
	color: #595959;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
#searchButton{
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 6px;
}
#OPRTFrame{
margin-top: 20px;
}


.ie8 .zoomButton{
	display: none;
}
.ie8 .fitButton{
	display: none;
}
.ie8 .separator{
	display: none;
}
.ie8 #zoomLabel{
	display: none;
}
ul.ui-autocomplete
{    
	font-size: 11px!important;
	font-weight: normal!important;
	display: block;
}