﻿.DefaultPinOffset {position:absolute;left:0px;top:-20px;}
.ActionButton 
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    border:  solid 1px #ccc;
    margin: 12px 0 0 16px;
    padding: 0px 10px;
    color: #606060;
    font-size: 8pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
    float:left; 
    cursor:pointer; 
    }
 .ActionButton:hover {color:#2180BC;}
    
.ButtonDisabled, .ButtonDisabled:hover {color: #ccc;}

.greenbutton 
{
    background: url(../images/greenbutton.png) no-repeat 0px 0px;
    color:#fff;
    width:63px;
    height:21px;
}

/* Taking this out because interferes with map as photo functionality
.ero .ero-body {width:200px!important;}
*/

.site-title {color:#ff0000}

/* Incidental, cosmetic button changes on VE dashboard (not crucial) */
/*
#MSVE_navAction_mapStyleCell.MSVE_RoadMapStyle #MSVE_navAction_RoadMapStyle,#MSVE_navAction_mapStyleCell.MSVE_AerialMapStyle #MSVE_navAction_AerialMapStyle,#MSVE_navAction_mapStyleCell.MSVE_HybridMapStyle #MSVE_navAction_HybridMapStyle{font-weight:bold;background-color:#FCE0E0;}
*/
/* Turn off the bird's eye availability notification on every map reload. */
#MSVE_obliqueNotification {visibility: hidden;} 



/********************************************
   Basic template modified from a template
   entitled "Envision" by E. Aligam at 
   www.styleshout.com
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #414142;
	background-image: url(../images/page_background_gradient.gif);
	background-repeat: repeat-x;
	font: 70%/1.6em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
	margin: 5px 0;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F89D1;
	background: inherit;
}
a:hover {
	color: #4F89D1;
	background: inherit;
	text-decoration: underline;
}

a.gridlist:hover {color:#B58001;}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;	
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #000;
}
h3 {
font-family:Verdana,arial;
font-size:12px;
font-weight:bold;
color:#000;
width:551px;
height:13.0pt;
float:none;
padding:3px 6px;
margin:8px 0 4px;
background-color:#C7DCE2;
}


img 
{
    border: none;
}

h1, h2, h3, p {
	padding: 6px 0 6px 6px;		
	margin: 0 0 6px;
	
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* start - table */

table {
	border-collapse: collapse;
}
th strong {
	color: #fff;
}
th {
	background: #ddd;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #444;
	text-align: left;
	border: 1px solid #444;
	/*border-bottom: solid 2px #FFF;*/
}
table.styled tr {
	height: 27px;
	margin: 5px;	

}
table.styled td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #ccc;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #efefef;
	
}
tr.row-b {
	background: #f8f8f8;
	
}

table.invisible, table.optionlist, table.invisible td, table.optionlist td,
.toolbar table, .toolbar td 
{
    border:none;
    margin:0;
    padding:0;
}

table.optionlist label
 {
    padding:0 6px;
}


table.thinline 
{
    border-color: #FFD97F;
    border-width: 0 0 1px 1px;
    border-style: solid;
    margin:0;
    line-height:14px;
}

table.thinline td 
{
    border-color: #FFD97F;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 3px;
}

table.thinline td.fieldname {background-color:#ffffcc;text-align:right;}
table.thinline td.subheading 
{
    background-color:#F6EAAC;
    text-align:left;
    font-weight:bold;
    color:#666;
    width:184;
    }


/* end - table */

/* form elements */

/*label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #09627C;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}*/
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #09627C;
	height:100px;
	display:block;
	color:#777;
}
.greenbutton { 
	font: bold 12px Arial, Sans-serif; 
	height: 19px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #2D7074 url(../images/greenbutton.png) repeat-x 0 0;
	border: solid 1px #2D7074;
}

.subhead 
{
    font: bold 11px Verdana, Arial, Sans-serif; 
    padding:0 3px 3px;
    margin:18px 0 0;
    color:#121212;
    border-bottom:solid 1px #ccc;
}

/********************************************
   ELEMENTS FOR COLLAPSING PANELS 
   (DATA PORTAL)
********************************************/ 

.trigger, .expandedarea {
	cursor:pointer;
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	border:solid 1px #bbb;
	margin:2px 0 0;
	text-transform:uppercase;
}		
	

.trigger {background:#efefef;}
.expandedarea  {background:#000;color:#fff}
.trigger:hover  {background:#C5E7F6;color:#000}

.show {
    position:static;
    display: table;
}
.hide {
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
	clear: both;
}

.subtlebuttons {
    width:100%;
    clear: both;	
	margin: 0 auto; 
	padding: 10px 4px;
	height: 26px;
	
}

.subtlebuttons ul {
	float: left;
	list-style: none;
	margin:0; padding:0;
}
.subtlebuttons ul li {
	display: inline;
}
.subtlebuttons ul li a {
	display: block;
	float: left;
	padding: 3px 6px;
	margin-left:8px;
	color: #aaa;
	background-color:#efefef;
	border:solid 1px #bbbbbb;	
	text-decoration: none;
}
.subtlebuttons ul li a:hover 
{
    background-color:#ffffd0;
    border-color:#2180BC;
    color:#2180BC;
  
}

#mapbuttons {	

	background:inherit;
	height: 24px;
	margin-left:20px;
}

#mapbuttons  a {

    background-color:#eaeeee;
    border:solid 1px #8AAEBA;
    color:#0000CC;
	display: block;
	float: left;
	line-height: 24px;
	margin-right:10px;
	padding: 0 8px;
	text-decoration: none;
}

#mapbuttons a:hover 
{
    color:#66090F;
	text-decoration: none;
    background-position: left bottom; 
    border-color:#C3131E; 
    background-color:#FCE0E0;
}

a.download, a.download:hover, a.download:active, a.download:visited 
{
    background:transparent url(../images/DownloadIcon.gif) no-repeat 8px 50%;
    padding:4px 0 4px 30px;
}
/****************************************************/

/********************************************
   PROGRESS PANEL
********************************************/ 
.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.progresscontainer
{
    width:130px;
    border: solid 1px #808080;
    
}
.progressheader
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #606060;
    font-size: 8pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}
.progressbody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
    text-align:center;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 788px;
	/*background: #ccc url(../images/content.jpg) repeat-y center top;*/
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	width: 758px;
	padding-left: 15px;
	padding-right: 15px;
	/*margin: 10px auto;*/
	background-color: #ffffff;
}

#content-wrap-aspx {
	clear: both;
	/*width: 758px;*/
	height: 100%;
	padding-left: 15px;
	/*padding-right: 15px;*/
	/*margin: 10px auto;*/
	background-color: #ffffff;
}

#header {
	position: relative;
	height: 131px;
	background: #caced1 url(../images/header2.gif) no-repeat center top;
	padding: 0;	
	color: #fff;	
}

#header-nola {
	position: relative;
	height: 131px;
	background: #caced1 url(../images/header-nola.gif) no-repeat center top;
	padding: 0;	
	color: #fff;	
}

#logo {
	position: absolute;
	margin: 0; padding: 0;
	height:72px;
	

	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 40px;	
}
#header h2#slogan, #header-nola h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #555;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 65px; left: 250px;		
}

/* header links */
#header #header-links, #header-nola #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a, #header-nola #header-links a {	
	color: #999;
	text-decoration: none;	
}
#header #header-links a:hover, #header-nola #header-links a {
	color: #1773BC;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #efefef url(../images/menu.jpg) no-repeat;	
	font: bold 12px/40px Tahoma, Verdana, Arial, Sans-serif;
	height: 40px;
	width: 790px;	
	
}

#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 18px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;	
	text-decoration: none;
	background: url(../images/sep.jpg) no-repeat 100% 100%;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#menu ul li#current a {	
	color: #fff;
}

/* Main Column */
#main {
	/*float: left;*/
	/*width: 555px;*/
	margin: 0;
	padding: 10px 0 18px 0; 
	/*display: inline;*/
}

#content-wrap-aspx #main 
{
    padding-right: 15px;
}

#main h1 {
	font: Bold 160% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666; 
	margin:2px 0 7px;
	padding: 5px; 	
	border-bottom: 1px solid #dfefef;
		
}

/*#main p 
{
    
    font: normal 1.1em/1.3em Verdana, Tahoma, Arial;
}*/

#main .leftcol 
{
    float:left;
    width:290px;
    padding:0;
    margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;
}

#main .rightcol
{
    float:right;
    width: 260px;
    margin-left:5px;
    margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;
    padding:0;
}

#main-left
{
    float: left;
    width: 560px;
}

.form_adminindex {
	color : #333;
	font-size : 12px;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

ul.home, ul.backarrow {list-style:none;margin:0;}
ul.home li {padding:2px 0;}
ul.backarrow li {padding:2px 0;border-top: 1px solid #dfefef;border-bottom: 1px solid #dfefef;}


ul.home li a {
    background: transparent url(../images/button.gif) no-repeat 0 2px; 
    padding:0 0 0 20px;
    text-decoration:none;
    }
ul.home li a:hover {
    background:transparent url(../images/button-hover.gif) no-repeat 0 2px; 
    text-decoration:underline;
    }
ul.backarrow li a {
    background: transparent url(../images/button-back.gif) no-repeat 0 2px; 
    padding:0 0 0 20px;
    text-decoration:none;
    }
ul.backarrow li a:hover {
    background:transparent url(../images/button-back-hover.gif) no-repeat 0 2px; 
    text-decoration:underline;
    }
    


/* Sidebar */	
#sidebar {
	float: right;
	width: 192px;
	padding: 3px 0 18px; 
	margin: 0;	
	color: #777;	
}	

#sidebar .message 
{
    border: solid 1px #FFC200;
    background-color:#FFF3BF;
    color:#917400;
    padding:4px 10px;
}


#sidebar h1 {
	
	padding: 7px 5px; 
	margin:0;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666;	
	border-bottom: 1px solid #dfefef;

}

#sidebar #contact-us {font-size:10px;}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0; padding: 0;
	text-decoration: none;	
	border-top: 1px solid #A9D4EF;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #D2E8F7; 
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;				
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
	text-decoration:underline;
}

.pushbuttons {
  width:100%;
  height:24px;
  background:#fff;
  font: normal 10px/14px Verdana;
  line-height:normal;
  border:none;
  }
.pushbuttons ul {
   margin:0;
   padding:3px 6px;
   list-style:none;
  }
.pushbuttons li {
  display:inline;
  margin:0 0 3px;
  padding:0;
  }
.pushbuttons a {
  float:left;
  background:url(../images/glassbtn_left.gif) no-repeat 0 0;
  margin:0 0 0 4px;
  padding:0 0 0 3px;
  text-decoration:none;
  }
  
.pushbuttons a span {
  float:left;
  display:block;
  background:url(../images/glassbtn_right.gif) no-repeat right top;
  padding:5px 14px 4px 5px;
  color:#505050;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.pushbuttons a span {float:none;}
/* End IE5-Mac hack */

.pushbuttons a:hover {
  background-position:0% -21px;
  }
.pushbuttons a:hover span {
  background-position:100% -21px;
  color:#2180BC;
  }

.pushbuttons .current a {
  background-position:0% -21px;
  }
.pushbuttons .current a span {
  background-position:100% -21px;
  color:#2180BC;
  font-weight:bold;
  }
  
.layers label {
background-position:8px center;
background-repeat:no-repeat;
border:1px solid #252525;
clear:both;
cursor:pointer;
display:block;
padding:0.5em 0.5em 0.5em 32px;
}
  
.unselected 
{
    background-image:url(../images/chk_off.gif)
}

.selected 
{
    background-image:url(../images/chk_on.gif)
}

  #debug, #lyrmsg-points, #lyrmsg-tiles
  {
    color:#B92121;
    padding:2px 0;
  }
  
.mainmenu {padding:12px 16px 0px 5px;}

.message-red, .message-green, .message-yellow, .message-blue 
{
    font-family:Verdana,arial;
    font-size:11px;
    line-height: 1.4em;
    padding: 5px 10px;
    margin:2px 0 8px;
}

.message-red 
{
    color:#66090F;
    border:solid 1px #C3131E; 
    background-color:#FCE0E0;
}


.message-green 
{
    color:#367210;
    border:solid 1px #3F9C05; 
    background-color:#E6F2E6;
}

.message-yellow {
    border: solid 1px #FFC200;
    background-color:#FFF3BF;
    color:#917400;
}

.message-blue 
{
    border:solid 1px #4F89D1;
    background-color:#E8ECEF;
    color:#666;
}

.flagnew, .flagsold {
    font-size:0.9em;
    font-weight:bold;
    padding:5px 0 5px 30px;
    width:180px;
}

.flagnew {background:#F6EAAC;color:#917400;
    background-image:url(../images/propertyflag_new.gif);
     background-position:4px 4px;
     background-repeat:no-repeat;
    }
.flagsold {background:#CAF7CA;color:#09880F;
    background-image:url(../images/propertyflag_sold.gif);
    background-position:4px 4px;
    background-repeat:no-repeat;
    }



/* Footer */	
#footer {
	color: #F27D7F;
	background: #efefef url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 790px;
	height: 92px;
	text-align: center;	
	font-size: 0.8em;	
}
#footer p { 
	padding: 6px 0 0;
	margin: 0;
	line-height:13px;
}
#footer a 
{
    color:#F27D7F;
	font-weight:700;
	text-decoration: underline; 
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


.rteImage {
	background: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: transparent;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: transparent;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}


.rteBack {
	background: #fff url(../images/rtemenu.jpg) repeat-x 0 0;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: transparent;
	padding: 2px 0;
}


.local-data p {margin:0;padding:0;}

#coordinates {color:#A40404;width:200px;}

#footer-login {width:525px;height:24px;border-top:solid 1px #000;font: normal 11px/24px Arial;margin:12px 0 0;padding:2px 0 0 8px;background:#E8ECEF;}
#logged-in-as {float:right;height:22px;padding:0 8px 0 0;}

.pman_button
{
    background-color: lightgrey;
    color: Black;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    padding: 3px;
    cursor: pointer;
}

.pman_button:hover
{
    background-color: darkgrey;
}

.stivaropt
{
    margin-left: 1.5em;
}

.home_wrapper
{
	width:779px;
	height: 393px;
	position: relative;
	padding-top: 5px;
	margin-left: -10px;
}

.home_flash
{
	width:325px;
	height:393px;
	top:0px;
	left:0px;
	z-index:100;
	position: absolute;
}

.show_images
{
	width:779px;
	height: 393px;
	left:0px;
	float:left;
	position: absolute;
	z-index: 0;
}

.searchResults_header
{
    background: #DDDDDD none repeat scroll 0 0;
    border: border:1px solid #444444;
}

.edo_parish_list label
{
    padding-left: 4px;
    padding-right: 12px;
}

.radioTable
{
    border-style: none;
}
.radioTable tbody tr
{
    border-style: none;
}

.radioTable tbody tr td
{
    border-style: none;
    vertical-align: middle;
}

.error 
{
background:#fcc;
width:90%;
}

#errormsg 
{
    font-family:Verdana,arial;
    font-size:11px;
    width:95%;
    color:#66090F;
    border:solid 1px #C3131E; 
    background-color:#FCE0E0;
    line-height: 1.4em;
    padding: 5px 10px;
    margin:2px 0 8px;
}

.trans_tab
{
   border: solid 1px black;
}

.trans_tab tr td
{
   border: solid 1px black;
   text-align: left;
   padding: 0 4px;
}

div.Default
{
   text-align: left;
}

#link_cert:hover {background-color: #aaa;}