/* $Rev: 365 $ $Date: 2010-06-29 12:14:08 -0400 (Tue, 29 Jun 2010) $ */

a {color:#000000;outline: none;}

a:link {
	color:#D15706;
    background-color: transparent;
	text-decoration:none;
}

a:visited {
	color:#D15706;
    background-color: transparent;
	text-decoration:none;
}

a:hover {
	color:#555555;
	background-color: transparent;
}

a:active {   
	outline: none;
}


#breadcrumbs a {
	color:#AAAAAA;
	outline: none;
}

#breadcrumbs a:link {
	color:#A9BBCF;
    background-color: transparent;
	text-decoration:none;
}

#breadcrumbs a:visited {
	color:#A9BBCF;
    background-color: transparent;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color: #AAAAAA;
	background-color: transparent;
}

#breadcrumbs a:active {   
	outline: none;
}

/* TJM - 11/23/09 - Redone so bubbles move with browser window */
#bubble_container {
	position: absolute;
	/*	top:-17px; */
/*	left: -95px; */
	top: 50px;
	left: 0px;
/*	border: 3px solid #000000;*/
	width: 250px;
	display:block;
}

.chartTitle { font-family:Arial; font-weight:bold; font-size:16px; color:#555555;}

#loader {
	background: #000;
	position:absolute;
	height:000px;
	width:720px;
	visibility:hidden;
	text-align:center;
	z-index:2;
	opacity: 0.5;				// Standard
	filter: alpha(opacity=50); 	// IE 5-7
	-moz-opacity: 0.5;			// Mozilla
	-khtml-opacity: 0.5;		// Safari & Konqueror
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // IE 8
}

#loaderImage {
	position:relative;
	top:25%;
	z-index:2;
}

#loaderText {
	font-family:Arial;
	font-size:18px;
	color:#EEEEEE;
	position:relative;
	top:0px;
	z-index:2;
	font-weight:600;
	margin-left:5px;
}

#map {
position: relative; 
width: 100%; 
height: 600px; 
border: 1px solid #dcdcdc;
z-index: 0; 
}

html, body {
        height:100%;
        margin: 0;
        padding: 0;
        border: none;
}


#wrapper {
background-color: #FFFFFF;
margin: 0 auto;
text-align: left;
vertical-align: middle;
width: 99%;
}


#feedback, #help {
font-family: Arial;
font-size:12px;
margin-top:5px;
vertical-align: bottom;
}

#feedback {
 float: right;
}

#help {
float: right;
}

div {
font-size: 12px; 
font-family: arial;
}

#reportTitle {
color: #555555;
font-family: Arial;
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
}

#tools {
	font-family: Arial;
	font-size:  12px; 
	text-align: left;
	width: 100%;
}

#tools a {
	color: #D15706;
}

#tools a:hover {
	color: #555555;

}

#magnify {
background: url("images/icons/search_ico.png") no-repeat right;
border: 1px solid #DCDCDC;
font-size: 13px;
font-family: arial;
color: #555555;
padding: 3px 2px 0px 4px;
}


input.magnify {
background: url("images/icons/search_ico.png") no-repeat 0px 5px;
width: 312px;
height: 18px;
}


#chooseTheme select, #chooseIndicators select, #chooseYears select {
font-size: 13px;
font-family: arial;
color: #555555;
width: 100%;
}

#chooseGeo {
border: 1px solid #DCDCDC;
margin: 0px 0 0 0px;
padding: 3px 2px 0px 4px;
width: 312px;
height: 18px;
}

#chooseGeo, #searchZoom {
float: left; /*To float next to breadcrumbs */
}



#breadcrumbs {
/*position: relative;*/
width: 325px;
height: 17px; 
z-index:2;
/*display: none;*/
 float: left;			/* To float next to breadcrumbs */
}

#breadcrumbs a {
font-size: 13px; 
font-family: arial;
color: #A9BBCF;
}

#indicators_header, #ptHeader, #reportHeader {
vertical-align: bottom;
font-size: 14px;
font-family: Arial;
color: #555555
}

#reportHeader {
color: #D15706;
font-size: 18px;	
}

#indicators_body {
font-size: 12px;
font-family: Arial;
color:#777777;
}

#myPointControl, #myLayerControl {
font-family: arial; 
font-size: 10px;
}

#startRep2 {
border: 1px solid #979797;
padding: 2px;
}

#startRep2 {
font-size: 12px;
font-family: Arial;
}

#drawRad, #drawCG, #createGraph, #selectGeo {
	cursor: pointer; 
	float:left;
	margin:0 10px 0 0px;
}

#drawRad:hover, #drawCG:hover, #createGraph:hover, #selectGeo:hover {
	background-color: #FEFEFE; 
}
#upperright {
width: 250px;
}

#expandCollapse {
cursor: pointer; 
color: black;
font-weight: bold;
}

li.menuSub {
padding-left: 10px;
}

#report {
padding: 25px;
width: 600px;
}

#report1Div, #report1DivCrime, #report2Div {
color: #555555;
}

#inneriframe {
padding:10px 0 0 10px;
background-color:#FFFFFF;
}

.reportTbl {
width: 100%;
}

.reportTbl td {
border-bottom:		1px solid #E0E0E0;
border-left:		0px;
border-right:		0px;
padding:			4px;
margin:				0px;
}

td.col1{width: 380px;height: 20px;}
td.col2{width: 20px; height: 10px}
td.col3{width: 10px; height: 10px}
td.col4{width: 600px; height: 10px}

#mapDescription {
	color: #555555;
	font-weight:bold; 
	font-size:14px;
}

#mapDMore {
display: none;
}

#toggle {
	color:#555555;
}

#search_example_container {
 display: none; 
 z-index: 699;
 margin-top:-2px;	
}

#search_example_container .search_example_body {
	background: #FFFFFF;
	border: solid #e4e4e4;
	border-width: 0px 1px;
	color: #BBBBBB;
	font-family: arial;
	font-size: 10px; 
	padding: 5px;
	width: 308px;
}

#search_example_container .search_example_bottom {
	background: url("images/dropDown/320bot.gif") transparent no-repeat bottom left;
	display: block;
	font-size:1px;
	height: 3px;
	line-height:100%;
	width: 320px;
}

.splashlink {
	color:black;
	font-size:18pt;
	font-family:Arial;
	text-decoration:none;
}
.splashlink:hover {
	text-decoration:underline;
}
.splashtext {
	font-size:12pt;
	font-family:Arial;
}
.splashimg {
	border:0;
}

#npSelect {
font-style: normal;
font-weight: normal;
cursor: pointer;
}

#npToggle b {
color:#555555;
}

#magnifyHelp, #permaLink {
background-color:#D15706;
border:1px solid #e4e4e4; 
color:white;
padding:5px 5px 5px 5px;
z-index:200;
position:absolute;
top:90px; 
width:275px;
}

.magnifyHelpClassHidden, .permaLinkClassHidden {
background-color:#FFFFFF;
overflow:hidden;
position:absolute;
visibility:hidden;
}
.magnifyHelpClass, .permaLinkClass {
border:1px solid #333333;
visibility:visible;
z-index:9;
}

#permaLink a, #magnifyHelp a {
color:white;
}

#inner_content {
width: 580px;	/* to get rid of <--> scroll bars in IE */
}

#crossContainer {
width: 100%;
}

/* Used to add a space between divs - specify width in the div itself */

div.spacer
{
height:1px;
color: #FFFFFF;
background-color: #FFFFFF;
margin: 0 0;
padding: 0 0;
border: 0;
font-size: 1px;
line-height: 1px;
float: left;
}

#loading {
border:1px solid #333333;
background-color: #AAAAAA;
z-index:200;
height: 150px;
width: 250px;
position:absolute;
top: 200px;
left: 250px;
display: none;
}

#loadingText {
color: black;
font-size:18pt;
font-family:Arial;
position: relative;
top: 50px;
left: 50px;
}

.floatWrapper {
margin: 0 auto -80px;
min-height: 100%;
height: auto !important;	/*IE6 Work-around*/
height: 100%;				/*IE6 Work-around*/
}

.push {
height: 100px;
}

.footer {
background-color: #f9f9f9;
width:100%;
text-align:center;
border-style: none;
border-top-style: solid;
border-width: 1px;
border-color: #CCCCCC;
}

.partnerLogo {
margin-right: 30px;
margin-top: 20px;
border: none;
}
