/*********************** 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;
	padding-top:0.2em;
	background-color:#000000;
	font-size:100%;
	background: url(/jmh/media/style/jmh/greybackbg.gif) left top;
}

.hidden {
	display: none;
}

.app-link:link {
	color: #FFFF66;
	text-decoration: none;
}
.app-link:visited {
	color: #FFFF66;
	text-decoration: none;
}
.app-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.app-link:active {
	color: #FFFF66;
	text-decoration: none;
}

/* Define standard left-right, top-bottom baddings. */
div.line1 {
	padding: 0.2em 0.3em;
}

/* content - holder for header, main content, footer. 
-------------------------------------*/
#container {
	width:800px;
	margin:0 auto;
	background-color: #ffffff;
}

#inner-container {
	background-color: #6A6A6A;
	color: #e0e0e0;
}

#content-container {
	padding: 0 0.5em 0.5em 0.5em; 
	min-height:600px;
	height:auto !important;
	height:600px;
}

/* Header section */
#header {
	background-color: #FFFFFF;
	margin-bottom:0.4em;
}

/* Footer section */
#footer {
	text-align: center;
	
}
.footer-text {
	padding: 0.4em 0;
}
       
/* text line */
div.line1 {
	background-color: #6A6A6A;
	color: #e0e0e0;
	clear: both;
	text-align: right;
	padding: 0;
}

/* 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: 0px solid #999999;
	background: url(/jmh/media/style/jmh/mapheaderbar.png) left top;
	height: 21px;
	padding: 0em 0.3em;
	text-align: center;
	color: #000000;
}
h2 {
	margin-bottom: 0.3em;
	
}


/* Map container */
#map-container {
	height: 580px;
	clear: both;
	background-color: #999999;
	padding: 0.2em;
}

.searchForm {
	clear: both;
}
.searchFieldset {
	padding: 0.2em;
	border: 1px solid #999999;
	margin-bottom: 0.2em;
}

.searchFieldset legend{
	color: #e0e0e0;
}

.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;
}
.event-type-list li{
	display: inline;
	padding: 0 0.2em;
	/* Multi-Column Lists */
	text-align: right;
	float: left;
    width: 43%;
}
/* Grid */
#grid-container {
	color: #000000;
	overflow: auto; 
	width: 100%; 
	height: 400px;
}

/* Tooltip */
.tooltip {
	background-color:#999999;
	width: 320px;
	text-align: center;
}
.tooltip-container {
	/* Create border */
	border: 1px solid #DCD9C8;  
	padding: 0 0.2em ;
}

.tooltip h2 {	
	font-weight: bold; 
	margin: 0;
	padding: 0 0.2em ;
	background: url(/jmh/media/style/jmh/mapheaderbar.png) left top;
	
}

.tooltip-style1 {
	color: #ffffff;
	font-weight: bold;
}

.tooltip-style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.tooltip-style3 {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tooltip-style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

/* EOF To	oltip */

/* Pop up info window */
.info-window {
	background-color:#FFF;
	width: 320px;
	color:#fff;
	margin-right: 10px;
	padding: 0;
}
.info-window-container {
	/* Create border */
	padding: 0 0.2em ;
	height:50px; 
	overflow:auto;
}
.info-window h2{
	color:#e0e0e0;
}

/* EOF Pop up info window */


td.tdline {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B6B6B6;
	padding-right: 0.5em;
}
td.tdline-label {
	text-align: right;
	font-weight: bold;
}

div.topline {
	text-align: right;
	padding: 0.2em 0.3em;
	background-color:#DADADA;
	color: #000;
	clear: both;
	height: 1.4em;
}

/* *********************************************************** */
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, td.right-label
{
	text-align: right;
}
table.text td.text-center
{
	text-align: center;
}	
table.text td.empty
{
	text-align: center;
}
/* ****************************************************** */

#geocodeAddressInput {
	width: 200px;
}
