/*********************** 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 verdana,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% verdana,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 */


.hidden {
	display: none;
}

.app-link:link {
	color: #0000FF;
	text-decoration: none;
}
.app-link:visited {
	color: #0000FF;
	text-decoration: none;
}
.app-link:hover {
	color: #ef1a28;
	text-decoration: none;
}
.app-link:active {
	color: #0000FF;
	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:938px;
	margin:0 auto;
	background-color: #ffffff;
	color:black;
}

#inner-container {
	background-color: white;
	color: black;

}

#content-container {
	padding: 0 0.25em 0.25em 0.25em; 
	min-height:600px;
	height:auto !important;
	height:600px;
	font-size:14px;color:black;
}

#content-container p {
text-align:center;
font-size:16px;
font-weight:bold;
margin-bottom:0.25em;
margin-top:0.25em;
}


/* Header section */
#header {
	/*background-color: #ef1a28;
	font-size: 180%;
	padding: 0;
	border-bottom: 2px solid  #CCCCCC;
	margin-bottom: 0.1em;*/
}

#header h1 {padding:12px;font-size:180%}

/* Footer section */
#footer {

}
       
/* 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: 2px solid #999999;
	background: url(/media/style/default/box-bg.gif) left top;
	height: 24px;
	padding: 0em 0.3em;
	text-align: center;
}
h2 {
	margin-bottom: 0.3em;
}


/* Map container */
#map-container {
	height: 500px;
	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: black;
}

.searchForm label{
	margin-left: 0.5em;
}

.search-button  {
	width: 100px;
}
table.search-grid {
	width: 100%;
}
table.search-grid td{
	padding: 0 0.1em;
	
}
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: 31%;
}
/* Grid */
#grid-container {
	color: #000000;
	overflow: auto; 
	width: 100%; 
	height: 400px;
}

/* Tooltip */
.tooltip {
	background-color:#CCCCCC;
	width: 300px;
	z-index:99999;
	
}
.tooltip-container {
	/* Create border */
	border: 2px solid #999999;
	padding: 6px;
	font-size: 12px;
}

.tooltip h2 {	
	font-size: 14px;
	font-weight: bold; 
	margin: 0;
	padding: 2px;
	background: none;
	
	border: 2px solid #999999;
	border-bottom:none;
	height: auto;
		text-align: center;
	
	
	
	
}
.tooltip.footer {	
	margin-top: 0.2em ;
font-size: 12px;
}

p.footer {	
	margin-top: 0.2em ;
font-size: 12px !Important;
}

/* 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 */


td.tdline {
	color: black;
	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;
	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;
}

/* *********************************************************** */
ul.markList {
	list-style-type: square;
	list-style-position: inside;
}

/* ****************************************************** */
/* 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;
}
/* ****************************************************** */
#geocodeAddressInput {
	width: 250px;
}