/*
1-29-04
2-24-05
Marriaga 
Manatee County Government GIS
*/
/*single page items**************************/
#horizon{
	color: white;
	background-color: #326632 ;/*#ffcc97 ;/* /*#ccff97;*/
	text-align: center;
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100.1%;
	height: 24px;
	overflow: hidden;
	visibility: visible;
	display: block;
}

#content{
	background-color: #ffffcc; /*white; /*	/* center page*/
	font-family: "Arial" "Helvetica" "sans-serif";
	position: absolute;
	margin-left: -400;
	left: 50%;
	right: auto;
	top: 94px;
	width: 800px;
	height: auto;
	visibility: visible;
}

/*body items*****************************/
BODY.lisBody { 
	background-color:  #ffffcc;;
	color: black;
	background-image: url('../images/sunsetPanoram.jpg');
	background-repeat: no-repeat;
	background-position:top left;
	margin:0;

}
             
BODY.lisFrame { 
	background-color: rgb(33, 35, 138);
	color: black;
}  

/*text items*******************************/
/*
.titleText    {   
	font-family: "Arial" "Helvetica" "sans-serif";
 	font-size: 24px;
    text-align:left;
    vertical-align:middle;
    color:#336633;
    font-style:bold;
	padding:10px 20px;
}  

.headingText {
	font:bold 16px "Verdana" "Arial" "San Seriff";
	padding:0 10px;
	height: 24px;
	text-align:left;
	vertical-align:middle;
	color:#336633;
	background-color: #ccff97;
	width:500;
}
*/
.headingText {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	// line height: 100%;
	font-weight: bold;
	color: #326632;
	width: 100%;
	text-decoration: none;
}

.minorheader {
	display: block;
	// font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	// line height: 100%;
	font-weight: bold;
	color: #326632;
	width: 100%;
	text-decoration: none;
}

.titleText {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line height: 120%;
	font-weight: bold;
	color: #326632;
	border: solid #ffcc66;
	/*width: 100%;*/
	border-width: 0px 0px 2px 0px;
	text-decoration: none;
}

.bodytext{
	color: black;
	font-family: "Arial" "Helvetica" "sans-serif";
}

.copyrightText{
	font-size: 10px;
	text-align:center;
	color:gray;
}

.descriptionText{

	padding: 15px 20px;

}
button.{
font-weight:  bold;
color: #336633;
}

.clickable	{
	cursor:pointer;
	text-decoration: underline;
}
div.links{
/*position:fixed;*/
position:absolute;
top:125px;
text-align: left;


}

/*  Anchor tag psuedo classes  */
/*a:hover {
	color:#00FFFF;
	font-style:bold;
}
	
a:visited {
	font-style:bold;
	color:d4d4d4;
}

a:link {
	color: #FFFFFF;
	font-style:bold;
}
*/
/* formatting for dotted table lines*/
td.leftborder{
	text-align:left;
	border-left: thin dotted #ffcc66;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
}

td.rightborder{
	text-align:left;
	border-right: thin dotted #ffcc66;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}
td.bottomborder {
	border-bottom:thin dotted #ffcc66
}

/*menu items***************************/
.menuText    {   
	font-family: "Arial" "Helvetica" "sans-serif";
 	font-size: 11px;
    font-style:bold;
	text-decoration:underline;
	padding:0 4;
    text-align:center;
    vertical-align:middle;
    color:#ffffcc;
	border: 1px solid black;	
}

.on{
	font-family: "Arial" "Helvetica" "sans-serif";
	font-size:11px;
    font-style:bold;
	text-decoration:underline;
	padding:0 4;
    text-align:center;
    vertical-align:middle;
	color:#973200;
	background:#ffffcc;
	border: 1px solid black;
	cursor:pointer;
}

/*pop-up menu*****************************/
div.menu{
	font-family: "Arial" "Helvetica" "sans-serif";
position:absolute;
width:165px;
background-color:#326632;
border:2px solid black;
font:normal 11px;
z-index:100;
visibility:hidden;
line-height:18px;
color: #ffffcc;
text-decoration:underline;

}

.menuskin a{
text-decoration:underline;
color:white;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color: #ffffcc; /*#ffffcc ;*/
color: #973200;
cursor:pointer;
}
/*
#mouseoverstyle a{
color:#00FFFF;
}*/
