﻿.Container
{
	padding: 0;
	margin: 0;
}

.Container li
{
	list-style-type: none;
}

.Node
{
	background-image: url(img/i.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 18px;
}

.IsRoot
{
	margin-left: 0;
}

.IsLast
{
	background-image: url(img/i_half.gif);
	background-repeat: no-repeat;
}

.ExpandOpen .Expand
{
	background-image: url(img/expand_minus.gif);
}

/* closed is higher priority than open */
.ExpandClosed .Expand
{
	background-image: url(img/expand_plus.gif);
}

/* highest priority */
.ExpandLeaf .Expand
{
	background-image: url(img/expand_leaf.gif);
}

.Content
{
	min-height: 18px;
	margin-left: 18px;
	overflow: hidden;
}

* html .Content
{
	height: 18px;
}

.Expand
{
	width: 18px;
	height: 18px;
	float: left;
	margin:auto;
	position:relative;
}

.ExpandOpen .Container
{
	display: block;
}

.ExpandClosed .Container
{
	display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand
{
	cursor: pointer;
}

.ExpandLeaf .Expand
{
	cursor: auto;
}

.ExpandLoading
{
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(img/expand_loading.gif);
}

.text80
{
	font-family: Verdana;
	font-size: 7pt;
	text-align: right;
	width: 80px;
	border: solid 1px black;
}

.text30
{
	font-family: Verdana;
	font-size: 7pt;
	text-align: right;
	width: 30px;
	border: solid 1px black;
}

.text80
{
	font-family: Verdana;
	font-size: 7pt;
	text-align: right;
	width: 80px;
	border: solid 1px black;
}

.gcd-ctl
{
	font-family: Verdana;
	font-size: 10pt;
	border: solid 1px black;
}

.select80
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	width: 80px;
	border: solid 1px black;
}

.select120
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	width: 120px;
	border: solid 1px black;
}

.dscr
{
	position: absolute;
	margin-left: 240px;
	white-space:nowrap;
}

.dscr120
{
	position: absolute;
	margin-left: 120px;
	white-space:nowrap;
}

.dscr-filter
{
	position: absolute;
	margin-left: 440px;
	white-space:nowrap;
}

header
{
	display: block;
	height: 90px;
	border-radius:75px 0px 0px 0px / 45px 0px 0px 0px;
}

footer
{
	display: block;
	height: 50px;
	font:bold 8pt Verdana;
}

aside
{
	width: 128px;
	float: left;
	background: #d3d3d3;
}

article
{
	margin-left: 130px;
	display: block;
	background: #d3d3d3;
}

.menubtn
{
	width: 118px;
	height: 28px;
	display: block;
	background: url(img/menuback.png) repeat-x;
	margin-bottom: 1px;
	font-family: Verdana;
	color: #696969;
	font-size: 8pt;
	cursor: pointer;
}

.menubtn:hover
{
	background: url(img/menuhover.png) repeat-x;
}

.mt
{
	border: 0;
	width: 100%;
	height: 100%;
}
.mtd
{
	text-align: center;
	vertical-align: middle;
}

body
{
	margin: 0;
	padding: 0;
	min-width: 1180px;
	font-family: "PT Serif Caption" , serif;
	font-size:10pt;
	background: #e3e2dd;
}

.page
{
	width: 1070px;
	min-height:600px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius:75px 0px 0px 0px / 45px 0px 0px 0px;
}

.wrapper
{
	float:left;
	position:relative;
	margin:auto;
	margin-top:85px;		
}

.login-form
{
	font: normal 10pt Verdana;
    position: relative;
    width: 450px;
    height: 275px;
    border-bottom-right-radius: 50px 25px;
    border-top-left-radius: 50px 25px;
    background-color: #808080;
}

.gradient-v
{
    background: -moz-linear-gradient(top, #908a80, #d0ccc4);
    background: -webkit-linear-gradient(top, #908a80, #d0ccc4);
    background: -o-linear-gradient(top, #908a80, #d0ccc4);
    background: -ms-linear-gradient(top, #908a80, #d0ccc4);
    background: linear-gradient(top, #908a80, #d0ccc4);
}

.gradient-h
{
    background: -moz-linear-gradient(left, #908a80, #d0ccc4);
    background: -webkit-linear-gradient(left, #908a80, #d0ccc4);
    background: -o-linear-gradient(left, #908a80, #d0ccc4);
    background: -ms-linear-gradient(left, #908a80, #d0ccc4);
    background: linear-gradient(left, #908a80, #d0ccc4);
}

.glx-btn
{
	border: 1px solid #808080;
	font: normal 8pt Verdana;
	background-color: #cec8c4;
	padding: 5px 20px;
	text-align:center;
	min-width:80px;
}

.menu-btn
{
	padding:10px;
	display:block;
}

.glx-g-btn
{
	border: 1px solid #808080;
	font: normal 8pt Verdana;
	background-color: #cec8c4;
    background: -moz-linear-gradient(top, #908a80, #d0ccc4);
    background: -webkit-linear-gradient(top, #908a80, #d0ccc4);
    background: -o-linear-gradient(top, #908a80, #d0ccc4);
    background: -ms-linear-gradient(top, #908a80, #d0ccc4);
    background: linear-gradient(top, #908a80, #d0ccc4);
	padding: 5px 20px;
	text-align:center;
}

.glx-btn:hover
{
	background:none;
	background-color: #f0e6e0;
}

.glx-g-btn:hover
{
	background:none;
	background-color: #f0e6e0;
}

input.login
{
	padding: 5px;
	border: 1px solid #808080;
	border-radius:5px;
	font-size:14px;
	width:150px;
}

.ptr
{
	cursor:pointer;
}

.arrow
{
	cursor:default;
}

a, a:visited
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#383838;
}

a:hover
{
	color:#f0e6e0;
}

a#geocode_link:hover, a#upload_link:hover
{
	color:#804040;
}

a.glx-btn, a.glx-btn:visited, a.glx-btn:hover
{
	font: normal 8pt Verdana;
	color:#8b0000;
	text-decoration:none;
}

a.file, a.file:visited, a.file:hover
{
	font: normal 8pt Verdana;
	color:#00008b;
	text-decoration:none;
}

.logout
{
	color:#804040;
	margin-left:15px;
}

.logout:visited
{
	color:#804040;
}

.logout:hover
{
	color:#f0e6e0;
}

.req-form-data input
{
	width:120px;
	border: 1px solid #808080;
	font: normal 8pt MS Sans Serif
}
.req-form-data label
{
	vertical-align:middle;
}

.entity-list tr
{
	cursor:default;
	white-space:nowrap;
	background:#f0f0f0;
}

.entity-list tr.odd
{
	background:#e8e8e8;
}

.entity-list tr.sel
{
	background: #908A80;
	color: #f0f0f0;
}

.entity-list td
{
	padding:2px;
	border-left:1px solid #808080;
}

thead.arrow td
{
	color:#000;
	text-shadow: 1px 1px 1px #f0e6e0;
}

.caption
{
	display:block;
	margin:3px;
	background-color:#908A80;
	text-align:center;
	padding:2px;
	min-height:18px;
	color:White;
	font:normal 8pt Verdana;
	cursor:default;
}

#request, #req-list, #report-list, #data-report, #map-report, #summary-report, #site-summary-report, #help, #mail-report, #geocoding-tool
{
	position:absolute;
	background-color:#d0ccc4;
	border:1px solid #808080;
	font:normal 8pt MS Sans Serif;
	visibility:hidden;
	top:0px;
}

#batch-field-list
{
	background-color:#d0ccc4;
	border:1px solid #808080;
	font:normal 8pt MS Sans Serif;
	padding:2px;
	overflow:auto;
}
 
#request
{
	width:240px;
}

#req-list
{
	width:600px;
}

#geocoding-tool
{
	width:420px;
}

#report-list
{
	width:800px;
}

#data-report
{
	width:1000px;
}

#summary-report
{
	width:500px;
}

#site-summary-report
{
	width:700px;
}

#help
{
	width:1000px;
	height:700px;
}

#mail-report
{
	width:400px;
}

.glx-banner
{
    opacity:1;

    -webkit-transition: opacity 1.5s linear 0s;
    -moz-transition: opacity 1.5s linear 0s;
    -o-transition: opacity 1.5s linear 0s;
    transition: opacity 1.5s linear 0s;

    visibility:visible;
    background-color:#908a80;
    border:1px solid #808080;
    color:#f0f0f0;
    position: fixed;
    left: 300px;
    right: 300px;
    bottom: 100px;
    textAlign: center;
    padding: 10px 20px;
    border-radius: 5px;
    font: normal 10pt Verdana;
}

.maptable-outer
{
	padding: 0px; 
	width: 280px; 
	height: 520px; 
	overflow:auto;
	position:relative;
}

.sumtable-outer
{
	padding: 0px; 
	width: 100%; 
	height: 600px; 
	overflow:auto;
	position:relative;
}

.maptable-inner, .sumtable-inner
{
	background-color:#f0f0f0;
}
.maptable-table, .sumtable-table
{
	position:relative;
	width:100%;
	border-bottom:1px solid #808080;
	white-space:nowrap;
    background:#f0f0f0;
	cursor:default;
}
.maptable-header, .sumtable-header
{
	text-align:center;
}
.sumtable-column-0
{
	width:150px;
}
.maptable-header td, .sumtable-header td
{
	padding:5px;
	text-align:center;
    border-left:1px solid #808080;
    background: -moz-linear-gradient(top, #908a80, #d0ccc4);
    background: -webkit-linear-gradient(top, #908a80, #d0ccc4);
    background: -o-linear-gradient(top, #908a80, #d0ccc4);
    background: -ms-linear-gradient(top, #908a80, #d0ccc4);
    background: linear-gradient(top, #908a80, #d0ccc4);
    color:#000;
    text-shadow: 1px 1px 1px #f0e6e0;
}
.maptable-column-0
{
	width:20px;
}
.maptable-datarow td, .sumtable-datarow td
{
    padding:2px;
    border-left:1px solid #808080;
}
.maptable-datarow-odd, .sumtable-datarow-odd
{
	background:#e8e8e8;
}
.maptable-datarow-sel, .sumtable-datarow-sel
{
    background: #908A80;
    color: #f0f0f0;
}
.sumtable-datarow-merged
{
	font-weight:bold;
}

.navbutton, .toolbutton
{
	margin:3px;	
	padding:5px;
	border-radius:5px;
}

.navbutton:hover, .toolbutton:hover, .toolbutton-selected
{
	margin:2px;
	border:1px solid #808080;
}

.navbutton-selected, .toolbutton-selected
{
	background-color: #f0e6e0;
}

.map-report-selector
{
	position: absolute;
	margin-left: 90px;
	font-family: Verdana;
	font-size: 8pt;
	width:120px;
}

.ml-sel-filter
{
	font-weight:bold;
}

#hdr, #ctr, #ftr
{
	box-sizing: border-box;
}

#hdr, #ftr
{
	position:absolute;
	width:100%;
	z-index:100;
	left:0px;

	height:50px;
	border:3px solid red;
}

#ctr
{
	position:absolute; 
	left:0px; 
	top:50px; 
	bottom:50px; 
	width:100%; 
	border:3px solid blue;
}

#hdr
{
	top:0px;
}

#ftr
{
	bottom:0px;
}
