﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #D6DFBA;
    background: transparent url('background_tile.gif') repeat scroll 0 0;
}

ul
{
    list-style-type: none;
    padding: 0px;
}

a
{
    color:#1B75BC;
    text-decoration:none;
}

a:hover
{ 
    color:#1B75BC; 
    text-decoration:underline;
}

a:visited
{
    color:#1B75BC;
}

div#panelWrapper
{
    background-color: White;
    width: 984px;
    /*height: 585px; 2012-08-08 */
    margin: auto;
    padding: 10px;
    border-radius: 18px;
}

div#header
{
    height: 80px;
    font-size: 36px;
    border-bottom: 1px solid #225028;
    margin-bottom: 10px;
    background-image: url('../../images/Header-984x80px.png');
}

div#footer {
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  right: 240px;
  width: 500px;
}

div#content
{
    /*height: 500px;*/
    height: 100%;
}

div#MainContent_TabContainerCalculator_body, div#MainContent_tabContainerLookups_body
{
  height: 457px;
  overflow: auto;
}

.HelpLinks
{
    float: right;
    font-size: 14px;
}

.HelpLinks a
{
    margin-left: 20px;
}

div#About
{
    height: 477px;
    overflow: auto;
    border: 1px solid #999999;
    padding: 8px;
    border-radius: 0px 0px 10px 10px;
}

div#About ul
{
    margin-left:20px;
}

.panelDownload
{
    margin: 8px 0px 8px 0px;
}

.panelDownload a
{
    padding: 2px;
    margin-right: 30px;
    position: relative;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	color:#333;	
	background:#d4d0c8 url(/images/bg_btn.gif) repeat-x;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #AAA;
    -webkit-box-shadow: 1px 1px 2px #AAA;
    box-shadow: 1px 1px 2px #AAA;
    width: 70px;
    font-size: 12px;
    text-decoration: none;
}

.panelDownload a:hover
{
	border-top:1px solid #777;
	border-left:1px solid #777;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#333;
	background:#d4d0c8 url(/images/bg_btnOver.gif) repeat-x;
	cursor:pointer;
}

.Directions
{
    font-size:large;
    font-weight: bolder;
    padding-bottom: 5px;
}

.ThreeColumnHeader
{
    font-size: larger;
    font-weight: bold;
    padding-bottom: 10px;   
}

.ThreeColumnLeft
{
    width: 300px;
    float: left;
    margin-right:5px;
    display: table-cell;
}

.ThreeColumnCenter
{
    width: 300px;
    float: left;
    margin: 5px;
    padding: 5px;
}

.ThreeColumnRight
{
    width: 300px;
    float: left;
    margin: 5px;
    padding: 5px;
}

.Map
{
    background-position: left top;
    width: 659px;
    height: 395px;
    border: 1px solid gray;
    background: url('../../images/State.jpg');
    background-repeat: no-repeat; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*display: table-cell;*/
    background-attachment: scroll;
    overflow: hidden;
}
/*
.Map img, svg
{
    clear: both;
}
*/
.lookupTable
{
    border: 1px solid black;
    border-collapse: collapse;
}

.lookupTable td, .lookupTable th
{
    border: 1px solid black;
    text-align: left;
    padding: 2px;  
}

.OneColumn
{
    margin: 5px;
    padding: 5px;
}

select#MainContent_TabContainerCalculator_tabWhere_lbArea
{
    margin-top: 10px;
    height: 340px;
    width: 298px;
}

.Loading
{
    position:relative;
    margin-top: -300px;
    margin-left: 300px;
    float: left;
    z-index:10001;
    text-align: center;
    width: 300px;
    background-color:White;
    padding:20px;
    border-radius: 10px;
	border: 1px solid #AAA;
    -moz-box-shadow: 4px 4px 5px #777;
    -webkit-box-shadow: 4px 4px 5px #777;
    box-shadow: 4px 4px 5px #777;
}

div#actionButtons
{
    float:right;
    margin: -36px 10px 0 0;
}

.Action
{
    position: relative;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	color:#333;	
	background:#d4d0c8 url(/images/bg_btn.gif) repeat-x;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 2px #AAA;
    -webkit-box-shadow: 1px 1px 2px #AAA;
    box-shadow: 1px 1px 2px #AAA;
    width: 70px;
    margin-left: 5px;
    padding: 2px;
    font-size: 16px;
}

.Action:hover
{
	border-top:1px solid #777;
	border-left:1px solid #777;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#333;
	background:#d4d0c8 url(/images/bg_btnOver.gif) repeat-x;
	cursor:pointer;
}

.LabelBlack
{
    color: Black;   
    font-weight: normal;
}

.LabelRed
{
    color: Red;
    font-weight: bold;
}

.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:500px;
	border-radius: 10px;
	border: 1px solid #AAA;
    -moz-box-shadow: 4px 4px 5px #777;
    -webkit-box-shadow: 4px 4px 5px #777;
    box-shadow: 4px 4px 5px #777;
}

.modalPopup p {
    padding: 3px;
}

.modalPopup h3 
{
    font-weight:bold;
    margin-top:-1px;
    width:500px;
}

.modalCloseButton
{
    float:right;
    margin-top:-33px;
}

.Background
{
    position:relative;
    left:0;
    right:0;
    z-index:10;
    width:100%;
    height:100%;
    background-color:White;
    filter:alpha(opacity=40);
    opacity:0.4;
}

/* tabs */
.ajaxTab .ajax__tab_header a {color:Black;}
.ajaxTab .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(ajax__tab_header.gif) repeat-x bottom;height:21px;}
.ajaxTab .ajax__tab_outer {padding-right:4px;background:url(ajax__tab_outer.gif) no-repeat right;height:21px;}
.ajaxTab .ajax__tab_inner {padding-left:3px;background:url(ajax__tab_inner.gif) no-repeat;}
.ajaxTab .ajax__tab_default .ajax__tab_header {white-space: normal !important;}
.ajaxTab .ajax__tab_default .ajax__tab_outer {display: inline-block;}
.ajaxTab .ajax__tab_default .ajax__tab_inner {display: inline-block;}
.ajaxTab .ajax__tab_default .ajax__tab_tab {display:inline-block;overflow:hidden;text-align:center;}
.ajaxTab .ajax__tab_tab {height:13px;padding:4px;margin:0px;background:url(ajax__tab_tab.gif) repeat-x;}
.ajaxTab .ajax__tab_hover .ajax__tab_outer {cursor:pointer;background:url(ajax__tab_hover_outer.gif) no-repeat right;}
.ajaxTab .ajax__tab_hover .ajax__tab_inner {cursor:pointer;background:url(ajax__tab_hover_inner.gif) no-repeat;}
.ajaxTab .ajax__tab_hover .ajax__tab_tab {cursor:pointer;background:url(ajax__tab_hover_tab.gif) repeat-x;}
.ajaxTab .ajax__tab_active .ajax__tab_outer {background:url(ajax__tab_active_outer.gif) no-repeat right;}
.ajaxTab .ajax__tab_active .ajax__tab_inner {background:url(ajax__tab_active_inner.gif) no-repeat;}
.ajaxTab .ajax__tab_active .ajax__tab_tab {background:url(ajax__tab_active_tab.gif) repeat-x;}
.ajaxTab .ajax__tab_disabled { color: #A0A0A0;}
.ajaxTab .ajax__tab_disabled a { color: #A0A0A0;}
.ajaxTab .ajax__tab_disabled a:hover {cursor:default;}
.ajaxTab .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;border-radius: 0px 0px 10px 10px;}


.aspNetDisabled
{
    color: #C0C0C0;
}

.runParameters
{
    background-color: #EDF2D6;
    padding: 5px;
    cursor: pointer;
}
