﻿/*********************** YUI fonts ***********************/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {font:11px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


/*********************** EOF YUI ***********************/


/* General document styles */
body {
	margin:0;
	padding:0;
	background-color: #787878;
	font-size:100%;
}

.hidden {
	display: none;
}

.app-link:link {
	color:#ff9933;
	text-decoration: none;
}
.app-link:visited {
	color:#ff9933;
	text-decoration: none;
}
.app-link:hover {
	color:#ffcc66;
	text-decoration: none;
}
.app-link:active {
	color:#ff9933;
	text-decoration: none;
}
a {
	color: #ff9933;
	text-decoration: none;
}
a:visited {
	color: #ff9933;
	text-decoration: none;
}
a:hover {
	color: #ffcc66;
}
/* content - holder for header, main content, footer. 
-------------------------------------*/
#container {
	width:950px;
	margin:0 auto;
	background-color: #ffffff;
}

#inner-container {
	background-color: #CCCCCC;
	color: #e0e0e0;
	}

#content-container {
	padding: 0;
	min-height:600px;
	height:auto !important;
	height:600px;
	}
/* Event Detail Page */
.EventTitle{
	padding:3px 10px;
	margin:0 5px;
	border:solid #A6D2FF 1px;
	border-width:1px 1px 0 1px;
	background: #7493B3;
	text-align:center;
	font-size:1em;
	color:white;
}
.detailtext{
	padding:5px;
	margin:0 5px 5px 5px;
	border:solid #A6D2FF 1px;
	color: #333333;
	background: #FBFBFB;
	font-size:.8em;
	}
#eventdetails td{
	padding:3px;
}

noscript .javawarning{width:600px; margin:0 auto; background: #FFFFAE; border:1px solid #FFFF80; padding:20px; -moz-border-radius:10px; color:black;}

/* Header section */
#header {
	height: 90px;
	background-color: #6A6A6A;
	border: solid #FF8B00 2px;
	border-width:3px 0 2px 0;
}

/* Footer section */
#footer {
	width:100%;
	height:40px;
	clear:both;
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 0.8em;
	background-image: url(/map/media/images/footerBG.jpg);

}
/* Shadow Box */
#shadow{
	width:970px;
	background-image:url(/map/media/images/shadow.png);
	margin-left:auto;
	margin-right:auto;
}
       
/* text line */
div.line1 {
	background-color: #6A6A6A;
	color: #e0e0e0;
	clear: both;
	text-align: right;
	padding: .2em .3em;
}

/* title */
div.line1 .title {
    float: left;
	font-size: 130%;
	color: #FFCC00;
}
div.line1 .info {
	text-align: right;
}
/* EOF text line */

/* Grey box */
.box, h2 {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	background: url(/map/media/images/grad2.gif) left top;
	height: 24px;
	padding: 0px 0.3em;
	text-align: center;
}
h2 {
	margin-bottom: 0.3em;
}
/* Recourds Text */
#recordsCount{
	margin:2px 0 0 0;
	text-align: right;
	float: right;
	width: 22%;
	font-size:.8em;
}
/* Line of infomation over the map */
#mapinfo{
	clear: both;
	padding:0 .6em;
	height:20px;
	background:url(/map/media/images/grad1.gif);
	
}
/* Map container */
#map-container {
	height: 460px;
	clear: both;
	background-color: #999999;
	/*//padding: 0.2em;*/
}

.searchForm {
	clear: both;
	padding:.2em .4em .4em;
	margin:0 5px 5px;
	border:solid #A6D2FF 1px;
	color: #333333;
	background: #FBFBFB;
	font-size:.8em;
	}
.searchFieldset {
	padding: 0.2em;
	border: 1px solid #999999;
	margin-bottom: 0.2em;
}

.searchFieldset legend{
	color: #333333;
}

.searchForm label{
	margin-left: 0.5em;
}

.search-button  {
	width: 100px;
}
table.search-grid {
	width: 100%;
}
table.search-grid td{
	padding: 0 0.3em;
}
table.search-grid td.text-right{
	text-align: right;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
ul.event-type-list {overflow:hidden; padding:15px 0;}
.event-type-list li{
	display: inline;
	padding: 0 0 5px 0;
	/* Multi-Column Lists */
	text-align: right;
	float: left;
    width: 23%;
}
.event-type-list li input{margin:0 3px; vertical-align:bottom;}
/* Grid */
#grid-container {
	color: #000000;
	padding:3px;
	overflow: auto;
	/* height: 400px; */
}

/* Tooltip */
.tooltip {
	background-color: #FEDF96;
	width: 320px;
	filter:alpha(opacity=92);
	border: 1px solid #FF9900;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow: 3px 3px 7px #333;
	-webkit-box-shadow:3px 3px 7px #333;
}
.tooltip-container {
	/* Create border */
	border: 1px solid #FF9900;
	border-width:1px 0 0 0;  
	padding: 3px 7px;
	line-height:1.4em;
	color: #333333;
	font-size:.7em;
	}

.tooltip h2 {
	/*font-weight: bold; */
	margin: 0;
	padding: 7px 0 0 0;
	border:none;
	background: #FF9900;
	color:white;
	font-size:.8em;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	}
/* EOF Tooltip */

/* Pop up info window */
.info-window {
	background-color:#FFF;
	width: 250px;
	color:#000;
}
.info-window-container {
	/* Create border */
	padding: 0 0.2em ;
	height:50px; 
	overflow:auto;
}
.info-window h2{
	color:#e0e0e0;
}

/* EOF Pop up info window */


tr.tdline {
	background: #E1E1E1;
}

td.tdline-label {
	text-align: right;
	font-weight: bold;
}

div.topline {
	text-align: right;
	padding: 0.2em 0.3em;
	background-color: #FFFFCE;
	color: #000;
}
div.topline a{color:#333; padding:5px; background:#FDEB6C; -moz-border-radius:6px; float:right;}
div.topline a:hover{ color:white; background:#333;}
div.topline ul{overflow: hidden;}

/* *********************************************************** */
ul.inlineList {
	width:100%;
	margin: 0.1em 0 0 0.1em;
	text-align: right;
	clear: both;
}
ul.inlineList li{
	display: inline;
	padding: 0 0.1em;
	padding-bottom: 0.2em;
	margin-right: 1em;
}
ul.inlineList img{
	margin-right: 0.3em;
}
/* ****************************************************** */
/* General Table - used do display misc. data grids.*/
table.text
{
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background-color: #959595;
	margin-top: 0.3em;
}

table.text th
{
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #6A6A6A; 
	padding: 0.2em;
	text-align: center;
}

table.text td
{
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding: 0.2em;
	text-align: left;
	color: #FFF;
}
table.text td.text-right
{
	text-align: right;
}
table.text td.text-center
{
	text-align: center;
}	
table.text td.empty
{
	text-align: center;
}
/* ****************************************************** */
/* Navigation CSS */
#navbox{background:#666 url(/map/media/images/navbg.png) no-repeat -2px 0; overflow:hidden; height:32px; font-size:14px; margin-bottom:5px;}
#navbox ul{ list-style:none;}
#navbox ul li {display:inline;}
#navbox ul li a{float:left; padding: 5px 10px 7px; color:#015488; text-decoration:none;}
#navbox ul li a:hover{color:#666; background:#ffe381;}
#navbox ul li.current_page_item a{background:#ffe381; color:#333;}

.headertool{
	float:right;
	margin:0px 0 0 5px;
	background-color: #555555;
	height: 29px;
	padding: 3px 3px 0 3px;
	border: 1px solid black;
	border-width: 0 1px;
	font: 84% Arial, Helvetica, sans-serif;
}

/* ****************************************************** */
/* Error CSS */
.errorBox{text-align:center; background:#FFFFB3; color:black; padding:5px; margin:0 6px; border:1px solid #FFFF80;}

/* ****************************************************** */
/* Login Navigation */
.loginNav {	
	padding:5px;
	margin:0 5px 5px 5px;
	border:solid #A6D2FF 1px;
	color: #333333;
	background: #FBFBFB;
	overflow:hidden;
	}
.loginNav ul li{padding:7px;}
.loginNav ul li a{padding:0 20px;}