/* 
CSS Reset
From Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul 
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}

/* End reset */


/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
html 
{ 
	/*overflow: hidden; */
}

html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	font:12px Tahoma,Verdana,"Dejavu Sans",sans-serif;
}

body 
{
	background-color:#CEDFCE;
	margin: 10px;
}

h1,h2,h3,h4,h5,h5,
label, strong,
.bold
{
	font-weight:bold;
	line-height:1.2em
}

em,i
{
	font-style:italic;
}

h1,h2,h3,h4,h5,h5
{
	margin:5px 0;
}

h1
{
	font-size:24px;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:17px;
}

h4
{
	font-size:13px;
}

ul
{
	list-style:disc;
}

ol
{
	list-style: decimal;
}

ul, ol
{
	margin-left:30px;
}

li
{
	margin-top:4px;
	margin-bottom:4px;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

.sprite
{
	background:url(../images/small_icons.png);
}

#page
{
	margin:0 auto;
	text-align:center;
	width:1155px;
}

#header,#tips_notice,#main,#footer,#tab_toolbar
{
	text-align:left;
}

#header,#tips_notice
{
	clear:both;
	display:block;
}

#main, #listing_main
{
	-moz-box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	background-color:#FFFFFF;
	border: 2px solid #464646;
	position: relative;
	height:720px;
}

#listing_main
{
	-moz-box-shadow:0;
	-webkit-box-shadow:0;
	box-shadow:0;
	height:auto !important;	
}

#listing_details
{
	text-align:left;
}

#map 
{
	margin: 25px 3px 3px 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 690px;
	border: 1px solid #aaa;
}

#listing_container, #listing_details
{
	margin:10px auto;
	width:1120px;
}

#map_container 
{
	margin-right: 350px; 
	position: relative;
	height: 100%;
}

/* hacking up the zoom slider tick marks to be more visible and on light or dark canvas */
#map_zoom_slider .dijitRuleMark
{
	width: 10px !important;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #000000 !important;
}

#fis_text_container
{
	background:#666666;
	margin:2px 3px 0 300px;
	position: relative;
	height: 708px;
	overflow: hidden;
}
#fis_county_select {
    font-size: 1.2em;
    margin: 1em auto auto 2em;
    width: 15em;
}
ul#fis_toc_tree {
    list-style: none;
}
#fis_toc_tree li {
    font-size: 1.2em;
    margin: auto auto 2em auto;
}
#fis_toc_tree a {
    margin: 0.5em 1em auto auto;
}

#fis_message {
    margin: auto 1em;
}

#faq_toc
{
	border:1px solid #AAAAAA;
	height:712px;
	font-size:12px;
	left:0px;
	line-height:18px;
	margin:3px 0 3px 1px;
	padding:0 10px;
	overflow:auto;
	position:absolute;
	top:0;
	width:290px;
}

#faq_text, #fpl_text
{
	height:708px;
	font-size:12px;
	line-height:18px;
	overflow:auto;
	padding:0 15px;
}
#faq_text {
    margin:2px 0 0 310px;
}

#fis_text
{
	background: #666666 url(../images/page_drop.png) repeat-y scroll 50% 50%;
	font:12px Helvetica,Tahoma,Verdana,"Dejavu Sans",sans-serif;
	margin:3px auto;
	top:1px;
	width:660px;
	padding:5px 30px;
	position:relative;
	min-height:696px;
	height:auto !important;
	height:696px;
}

div#fis_text_bottom
{
	background-color:#292929;
	bottom:0;
	margin:0 25px 0 25px !important;
	padding:0;
	position:absolute;
	width:610px;
}

#_loading
{
	-moz-border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	-moz-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.5);
	box-shadow:0px 0px 4px 2px rgba(0,0,0,0.5);
	border-radius:0px 0px 8px 8px;
	background:#185510;
	border-style:solid;
	border-color:#FFC042;
	border-width:0 2px 2px;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	height: 1.3em;
	padding: 10px;
	position: fixed !important;
	top:0px;
	left:50%;
	text-align:center;
	width: 130px;
	z-index:99999;
}

#_loading
{
	position: absolute;
}

#_loading img
{
	margin:-6px 0 0 0;
}

p.fis_figure
{
	text-align:center;
}

.infip_icon
{
	background:url(images/ui-icons_ffffff_256x240.png);
	cursor:pointer;
	display:inline-block;
	height:12px;
	margin-right:5px;
	width:12px;
}

.chart
{
	background-position:-34px -176px;
}

.disk
{
	background-position:-100px -114px;
}

.down
{
	background-position:-224px -48px;
}

.up
{
	background-position:-192px -48px;
}

.window
{
    background-position:-48px -80px;
}

#geocode
{
	margin:5px;
	width:330px;
}

#geocode h3
{
	margin:0;
}

#geocode input
{
	width:300px;
}

#locate_address
{
	margin:5px;
}

div#layer_toolbar
{
	position:absolute;
	top:20px;
	right:20px;
	border:1px solid black;
	background-color:#FFFFFF;
	width:250px;
	z-index:99;
}

div#layer_toolbar_head
{
	line-height:1.7em;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#CC0033;
	text-align:center;
	font-weight:bold;
}

div#layer_toolbar_body
{
	padding:5px;
}

/* ==================
FIS Text related CSS
================== */

div#fis_text p
{
	margin-top:1em;
}

div#fis_text ol
{
	margin-left:20px;
	margin-right:40px;
}

div#fis_text ol li
{
	padding:5px 0px;
}

#fis_text div, #fis_text p
{
	margin: 0 30px 10px 30px;
}

div#fis_text table
{
	width:90%;
	margin: 10px auto;
}

div#fis_text table thead tr
{
	color:#FFFFFF;
	background-color:#666666;
}

div#fis_text table tbody tr td
{
	text-align:center;
}

div#fis_text table tbody tr
{
	border: 1px solid black;
}

/* ==================
end FIS Text 
================== */

h2.parent_section, h3.sub_section
{
	text-align:left;
}

.error_status, .email_error
{
	background:#C10000;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	text-align:center;
}

#fis_toc
{
	border:1px solid #AAAAAA;
	height:712px;
	left:0px;
	margin:3px 0 3px 1px;
	overflow:auto;
	position:absolute;
	top:0;
	width:290px;
}

#sidebar 
{
	border: 1px solid #aaa;
	height: 712px;
	margin: 3px 1px 3px 0;
	overflow: auto;
	position: absolute;
	right: 0; 
	top: 0;
	width: 340px;
}

.listitem
{
	border: 1px solid #B22222;
	border-left: 6px solid #B22222;
	font-size:12px;
	height:auto;
	margin:4px;
	padding:3px;
}

.listitem h3
{
	margin:0;
	padding:0;
	text-decoration:underline;
    display: inline;
}

div.bottom_expander
{
	border:none;
	background:#333333;
	height:0.4em;
	line-height:0.4em;
}

p.bfe_form_title
{
	font-weight:bold;
	font-size:14px;
}

div.hidden_bfe_form
{
	cursor:default;
	padding:3px;
}

input.metadata, textarea.metadata
{
	width:100%;
}

div.item_tools
{
	float:right;
}

/* ==================
Layer selector panel
================== */

.mark img.hover
{
	background-position:0 -20px;
}

.mark img.active
{
	background-position:0 -40px;
}

.mark img.active_hover
{
	background-position:0 -60px;
}

.mark img.disabled
{
	background-position:0 -80px;
}

.mark img
{
	background:transparent url(../images/checkbox.png) no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	height:20px;
	vertical-align:middle;
	width:60px;
	margin:5px;
}

/* hide two layers... see index.php for commentary */
#layer_effective_xs, #layer_idnr_rfe_points
{
	display: none;
}

/* ==================
end of Layer Selector CSS
================== */

.edit_fwdt_report, .edit_profile_report
{
	height:12px;
	width:15px;
}

span.fis_setup img
{
	height:15px;
	width:15px;
}

#sidebar_tools
{
	height:auto;
}
#sidebar_tools p 
{
    padding: 0.5em;
}
.show_report_help
{
	background-position:-20px -37px;
	cursor:pointer;
	display:inline-block;
	height:16px;
	width:16px;
}

img.edit_bfe, img.delete_bfe, img.edit_fwdt_report, 
img.edit_discharge_report, img.edit_fis_report,img.edit_profile_report
{
	background:url(../images/small_icons.png);
	cursor:pointer;
	margin:0 3px;
}

#current_county
{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FFFFFF;
	border: 3px solid #B22222;
	bottom: 0px;
	left: 0px;
	float: left;
	position: absolute;
	z-index: 99;
}

#current_county p
{
	padding:0px;
	margin:3px;
	font-size:13px;
}

img.edit_bfe,img.edit_fwdt_report,img.edit_discharge_report,
img.edit_fis_report,img.edit_profile_report
{
	background-position:-15px 0px;
}

img.delete_bfe
{
	background-position:0px 0px;
	height:12px;
	width:12px;
}

#sidebar p 
{
	margin:0px;
}

#poi_list 
{
	list-style: none;
	padding: 0;
	margin: 0;
	height:auto;
	overflow:auto;
}

#sidebar_tabs
{
	background-color:#FFFFFF;
	color:#000000;
	height:625px;
}

.rfe_item
{
	line-height:18px;
}

#rfeinfo
{
	line-height:18px;
	margin:0 7px;
}

#showhidedoc {
    color: silver;
}
/* Couple styles to fix up the accordion */
#rfeinfo h3 {
    padding-left: 2.2em;
}
#rfeinfo.ui-accordion .ui-accordion-content {
    height: 370px;
}
#rfeinfo p {
    margin-bottom: 0.5em;
    padding 1em;
}

.top_panel
{
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-box-shadow:0 2px 2px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,0.5);
	box-shadow:0 2px 2px 1px rgba(0,0,0,0.5);
	border-radius:0 0 6px 0;
	background-color:#FFFFFF;
	border:3px solid #333333;
	border-top:none;
	display:none;
	height:150px; /* was 210px with layer_effective_xs & layer_idnr_rfe_points shown */
	margin:0;
	padding:0;
	width:270px;
	z-index:99;
}

#help_panel, .about_rfes
{
	cursor:help;
}
img.help_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 2em;
}

.top_panel p, .top_panel div, .top_panel ul
{
	margin:0 auto;
	padding:0;
}

.top_panel ul
{
	margin-left:20px;
}

.panels_slider
{
	height:1.6em;
	margin:0;
	padding:0;
	width:500px;
	z-index:99;
}

.download
{
	background:url(images/icons/silk/package_down.png);
	display:inline-block;
	height:16px;
	margin:-4px 0;
	width:16px;
}

h2.rfe_title
{
	margin:0px 0px 0px 5px;
	text-align:center;
}

#charter_panel
{
	background-color:#CDCDCD;
}

#rfe_determ_ready
{
	background-color:#B22222;
	border-width:2px;
	border-color:#B22222;
	border-style:solid none;
	color:#FFFFFF;
	height:4em;
	text-align:center;
}

span.about_rfes
{
	display:inline-block;
	float:right;
	margin-top:5px;
}

#layers_drop,#options_drop
{
	float:right;
	width:500px;
	position:absolute;
	right:0;
	z-index:99;
}

.slide_button
{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-box-shadow:0 2px 2px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,0.5);
	box-shadow:0 2px 2px 1px rgba(0,0,0,0.5);
	border-radius:0 0 4px 4px;
	background-color:#B22222;
	color: #fff;
	font-weight: bold;
	height: 1.6em;
	line-height: 18px;
	margin: 0 auto 0 5px;
	padding: 2px 10px 4px 10px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	z-index:99;
}

#piv
{
	height:120px;
	overflow:auto;
}

.hidden
{
	display:none;
}

.center_text
{
	text-align:center;
}

.left_text
{
	text-align:left;
}

.right_text
{
	text-align:right;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.smaller
{
	font-size:10px;
}

#layer_options
{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#CACACA;
	width:400px;
	height:300px;
	border: 2px solid black;
	z-index:999;
	left:50%;
	margin-left:-200px;
	margin-top:-150px;
	position:absolute;
	top:50%;
}

#layer_options div#layer_options_handle
{
	padding: 3px;
	background-color: #F6A828;
	height:2em;
	width:394px;
	cursor:move;
	z-index:999;
}

#close_layer_options
{
	float:right;
	font-size:9px;
	font-weight:bold;
}

#toolbar 
{
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	border-radius:0 5px 0 0;
	box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	background-color:#FFFFFF;
	border: 1px solid black;
	position: relative;
}

/* holly hack for IE to get position:bottom right 
   see: http://www.positioniseverything.net/abs_relbugs.html
\*/
* html #toolbar 
{ 
	height: 1px; 
}
/* */

#tips_notice
{
	background:#FFFFFF;
	border-top: 1px dotted black;
	height:100px;
	text-align:center;
}

#sepor h3
{
	font-family:Georgia,Tahoma,Arial;
	font-style:italic;
	line-height:100px;
	margin:0 5px;
}

#county_jump
{
	width:170px;
	margin:0 10px;
}

#tips_text
{
	float:left;
	line-height:30px;
	width:560px;
}

#minimize
{
	background:#185510;
	border:1px solid black;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-size:9px;
	padding:4px;
	width:60px;
}

.cycle_box
{
	background-color:#CEDFCE;
	border:1px solid #185510;
	color:#185510;
	cursor:pointer;
	font-family:Georgia,Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	margin-left:1px;
	padding:1px 3px;
	text-align:right;
}

#tc
{
	height:47px;
}

#heading h1 
{
	color:#FFFFFF;
	background:#185510 url(../images/green_stripes.jpg) repeat-x;
	font: bold 30px "Museo 700",Helvetica,Tahoma,Arial,sans-serif;
	line-height:47px;
	margin: 0;
}

#hidden_heading
{
	background:#185510 url(../images/green_stripes.jpg) repeat-x;
	color:#FFFFFF;
	height:33px;
	float:left;
	width:100px;
}

#heading
{
	display:inline;
	float:left;
	height:47px;
	width:578px;
}

#logo
{
	height:47px;
	width:575px;
}

#footer
{
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	border-radius:0 5px 0 0;
	box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	clear:both;
	margin-top:10px;
	background:#FFFFFF;
	border: 1px solid black;
	height:50px;
	text-align:left;
}

#footer p
{
	margin:0;
	line-height:50px;
}

div.admin
{
	padding:5px;
	float:right;
}

div.special_tab
{
	padding: 0px !important;
	border-width: 4px 0 0 0 !important;
	height:320px;
}

div#tab_toolbar a
{
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:0 5px 0 0;
	background-color:#CEE1EF;
	color:#888888;
	display:inline-block;
	font-weight:bold;
	font-size:12px;
	padding:2px 10px 4px 10px;
	text-decoration:none;
	
}

div#tab_toolbar a.selected
{
	-moz-box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	box-shadow:0 0 3px 2px rgba(0,0,0,0.5);
	background-color:#464646;
	color:#FFFFFF;
}

div#tab_toolbar
{
	margin-top:15px;
	margin-left:5px;
}

.idnr_infotip
{
	-o-border-radius:10px;
	-moz-border-radius:12px;
	-webkit-border-radius:10px;
	-moz-box-sizing:border-box;
	-opera-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-moz-box-shadow:0 0 8px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 8px 4px rgba(0, 0, 0, 0.5);
	border-radius:10px;
	box-sizing:border-box;
	color:#fff;
	cursor:pointer;
	padding:5px;
	position:absolute;
	font-size:9pt;
	left:-100px;
	top:-100px;
	height:auto;
	width:auto;
	overflow:hidden;
	background-color:#000;
	border:4px solid orange;
	text-align:center;
	z-index:999;
}

#report_options
{
	border-top:4px solid #B22222;
	height:50px;
	text-align:center;
}

#export_report_options img,#export_pdf img
{
	background:url(../images/icons.png);
	cursor:pointer;
	height:54px;
	width:48px;
}

#export_report_options.active img
{
	background-position: 2px 0px;
}

#export_report_options.over img
{
	background-position: -48px 0px;
	width:51px;
}

#export_report_options.disabled img
{
	background-position: -99px 0px;
}

ul#sortable_report
{
	line-height:2em;
	list-style-type:none;
	text-align:left;
	margin: 2px;
	padding:2px;
}

/* ==================
eFARA Related CSS
================== */

.efara_step table
{
	width:100%;
}

.efara_step table td
{
	vertical-align:top;
}

.efara_review td
{
	width:33%;
}

.efara_step input
{
	width:75%;
}

.efara_step h3
{
	text-decoration:underline;
}

label.required
{
	color:#C10000;
}

.efara_breadcrumbs
{
	clear:both;
	height:50px;
	margin:0 auto 10px;
	width:790px;
}

.efara_breadcrumbs ul
{
	margin:0;
	padding:0;
}

.efara_breadcrumbs a
{
	color:#FFFFFF;
}

.efara_breadcrumbs strong
{
	display:inline-block;
	margin:8px 10px 0px;
}

.efara_breadcrumbs li
{
	background:#EBEBEB url(../images/breadcrumbs.gif) no-repeat scroll right top;
	color:#CCCCCC;
	float:left;
	font-size:0.8em;
	height:50px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:130px;
}

.efara_breadcrumbs li.current
{
	color:#FFFFFF;
	background-color:#C36615;
	background-position:right -50px;
}

.efara_breadcrumbs li.done
{
	color:#FFFFFF;
	background-color:#185510;
	background-position:right -150px;
}

.efara_breadcrumbs li.last_done
{
	color:#FFFFFF;
	background-color:#185510;
	background-position:right -100px;
}

.efara_breadcrumbs li.no_image
{
	background-image:none;
}

/* ==================
End of eFARA related CSS
================== */

ul#sortable_report li
{
	width:250px;
}

.ui-state-highlight
{
	background:#FFE45C;
	border: 1px solid #FED22F;
	height:22px;
	line-height:22px;
}

span.drag
{
	cursor:move;
	font-weight:bold;
}

.include,.exclude
{
	cursor:pointer;
	font-weight:bold;
	line-height:2em;
}

.include img, .exclude img
{
	background:url(../images/icons.png);
}

.include img
{
	background-position: -24px -105px; 
}

.exclude img
{
	background-position: -2px -105px; 
}

/* ==================
treeview css
================== */

.treeview, .treeview ul 
{ 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul 
{
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea 
{
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea 
{
	display: inline;
	float:none;
}

.treeview li 
{ 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected 
{
	background-color: #eee;
}

#treecontrol 
{ 
	margin: 1em 0; display: none; 
}

.treeview .hover 
{ 
	color: red; cursor: pointer; 
}

.treeview li 
{ 
	background: url(../images/treeview-default-line.gif) 0 0 no-repeat; 
}
.treeview li.collapsable, .treeview li.expandable 
{ 
	background-position: 0 -176px; 
}

.treeview .expandable-hitarea 
{ 
	background-position: -80px -3px; 
}

.treeview li.last 
{ 
	background-position: 0 -1766px; 
}
.treeview li.lastCollapsable, .treeview li.lastExpandable 
{ 
	background-image: url(../images/treeview-default.gif); 
}  
.treeview li.lastCollapsable 
{ 
	background-position: 0 -111px;
}
.treeview li.lastExpandable 
{
	background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea 
{ 
	background-position: 0;
}

.treeview-red li 
{ 
	background-image: url(../images/treeview-red-line.gif); 
}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable 
{ 
	background-image: url(../images/treeview-red.gif); 
} 

.treeview-black li 
{ 
	background-image: url(../images/treeview-black-line.gif); 
}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable 
{ 
	background-image: url(../images/treeview-black.gif); 
}  

.treeview-gray li 
{ 
	background-image: url(../images/treeview-gray-line.gif);
}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable 
{ 
	background-image: url(../images/treeview-gray.gif); 
} 

.treeview-famfamfam li 
{ 
	background-image: url(../images/treeview-famfamfam-line.gif); 
}
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable 
{ 
	background-image: url(../images/treeview-famfamfam.gif); 
} 
/* ==================
end of Treeview CSS
================== */


/* ==================
Uploadify CSS
================== */
.uploadifyQueueItem 
{
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}

.uploadifyError 
{
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel 
{
	float: right;
}

.uploadifyProgress 
{
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}

.uploadifyProgressBar 
{
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#fileQueue
{
	width: 400px;
	height: 300px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}

#upload-supporting-docs
{
	margin:0 auto;
	text-align:center;
	width:300px;
}

input.filebutton {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
}

.filebutton + label {
    font-size: 1.25em;
    color: white;
    background-color: #505050;
    background: #505050;
    display: inline-block;
    padding: .5em 2em;
    font-weight: normal;
}

.filebutton + label:hover {
    background-color: darkgreen;
}
.filebutton + label {
	cursor: pointer; /* "hand" cursor */
}

/* Fixes for IE < 8 */
@media screen\9 {
  .filebutton input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
/* ==================
End of Uploadify CSS
================== */

#ordinance_container
{
	height:200px;
	padding:0 4px;
}
#ordinance_data
{
    margin-top: .7em;
    line-height: 1.3em;
}

.bbd
{
	border-bottom:1px dotted black;
}

.toolbox
{
	display:inline-block;
	float:left;
}

#address_options
{
	margin-top:15px;
	width:97%;
}

#address_options th
{
	font-weight:bold;
}

#address_options th, #address_options td
{
	text-align:center;
}

.address_more_like
{
	font-size:10px;
	font-style:italic;
}

.form_example
{
	color:#666666;
	font-size:10px;
	font-style:italic;
}

.italic
{
	font-style:italic;
}

.grid_1 {width: 76px;}
.grid_2 {width: 172px;}
.grid_3 {width: 268px;}
.grid_4 {width: 364px;}
.grid_5 {width: 460px;}
.grid_6 {width: 556px;}
.grid_7 {width: 652px;}
.grid_8 {width: 748px;}
.grid_9 {width: 844px;}
.grid_10 {width: 940px;}
.grid_11 {width: 1036px;}
.grid_12 {width: 1132px;}
.column 
{
	margin: 0 10px 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row 
{
	width: 1152px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row 
{
	margin: 0 -10px 0 -10px;
	width: auto;
	display: inline-block;
}

/* ==========================
/* Start Table Styles */

.widefat
{
	border-collapse:collapse;
	margin:0 auto;
	width:1100px;
}

.widefat thead tr
{
	background:#404040;
	color:#FAFAFA;
}

.widefat thead th
{
	font-size:1.3em;
	font-weight:bold;
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
}

.widefat tbody tr
{
	height:4em;
}

.widefat tbody.compressed
{
	font-size:0.85em;
}

.widefat tr.even
{
	background:#E9EDF4;
}

.widefat tr.odd
{
	background:#D0D8E8;
}

.widefat td
{
	border-bottom:1px dotted #000000;
	text-align:center;
	vertical-align:middle;
}
.floodplain-use-table, .floodplain-use-table td {
    border: 1px solid black;
}