﻿/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 853px !important;
}

#TB_window h2 {
	color: #b32725;
}

#TB_window p {
	color: #333333;
	font-size: 14px;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	height: 305px !important;
}

#TB_ajaxContent.TB_modal{
	padding: 0;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.MapEditBody {
  overflow: hidden;
}

.MapEditDetails {
  overflow: hidden;
  padding: 0 15px;
  background-image: url(/img/mapEditDetails_bg.jpg);
  background-repeat: repeat-y;
}

.EditSection {
  margin: 40px 0 0 0;
  width: 820px;
  float:left;
}

.first {
  width: 260px;
  margin: 0 0 0 0;
}

.second {
  width: 440px;
  margin: 0 0 0 0;
  padding-left:12px;
}

h2 {
	border-bottom: 1px dotted #333333;
	color: #B12629;
	margin: 0 0 10px 0;
}

h2 .title {
	color: #3A1E1A;
	font-size: 13px;
}

h4 .title {
  color: #3A1E1A;
  font-size: 13px;
  margin: 10px 0 10px 0;
}

.OverlayTitle {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  background-image: url(/img/OverlayTitle_bg.jpg);
   padding: 0 0 1px 5px;
}

.OverlayDropDown {
  width: 260px;
  float: left;
  margin: 0 12px 0 0;
}

.NewMapDropDown
{
  width: 260px;
  float: left;
  margin: 0 12px 0 0;
  color: #000000;
}

.OverlaySelect select {
  width: 260px;
}

.MapEditButtons {
  padding: 17px 25px 0 0;
  float: right;
  width: 230px;
}

.Cancel, .Clear, .Refresh {
  margin: 0 0 0 10px;
}

.ProviderIndicator_Variables {
  clear: both;
  padding: 20px 15px 10px;
  width: 823px;
  background-image: url(/img/mapEditDetails_bg.jpg);
  background-repeat: repeat-y;
  float: left;
}

.ProviderIndicator_Variables .dropdown {
  max-width: 210px;
  margin: 0 5px 0 5px;
  float: left;
}

.ProviderIndicator_Variables .dropdown input {
  float: left;
}

.ProviderIndicator_Variables .dropdown table label {
  padding: 5px;
}

.ProviderIndicator_Variables #dvIndicators table {
  margin: 5px 0 0 0;
}

.TableEditDetails {
  overflow: hidden;
  padding: 0 15px;
  width:823px;
  background-image: url(/img/mapEditDetails_bg.jpg);
  background-repeat: repeat-y;
}

.TableEditButtons {
  padding: 20px 0 0 0;
  float: right;
  width: 230px;
}

.TableEditButtons2 {
  padding-top: 20px;
  width: 825px;
}

  .TableEditButtons2 input {
    float: right;
  }
 
 
 /* added by BrownCS */
 .ChartEditDetails {
  overflow: hidden;
  padding: 0 15px;
  width:823px;
  background-image: url(/img/mapEditDetails_bg.jpg);
  background-repeat: repeat-y;
}

.ChartEditButtons {
  padding: 20px 0 0 0;
  float: right;
  width: 230px;
}

.ChartEditButtons2 {
  padding-top: 20px;
  width: 825px;
}

  .ChartEditButtons2 input {
    float: right;
  }

.Short input[type="button"], .Short input[type="submit"] {
  background-image: url(/img/cancel.jpg);
  background-repeat: no-repeat;
  background-color:#fff2e1;
  font-weight:bold;
	color:#0497d3;
  width: 72px;
  height: 37px;
  border-width:0px;
  cursor: pointer;
}
.Medium input[type="button"], .Medium input[type="submit"] {
  background-image: url(/img/refreshMap.jpg);
  background-repeat: no-repeat;
  background-color:#fff2e1;
  width: 93px;
  height: 37px;
  border-width:0px;
  cursor: pointer;
}
.Refresh input[type="button"], .Refresh input[type="submit"] {
  background-image: url(/img/clearRefresh.jpg);
  background-repeat: no-repeat;
  background-color:#fff2e1;
  width: 113px;
  height: 37px;
  border-width:0px;
  cursor: pointer;
}

.Cancel {
  background-image: url(/img/cancel.jpg);
  background-repeat: no-repeat;
  width: 73px;
  height: 37px;  
  width: 73px;
  height: 37px;
  outline: none;
  color: #0097D3;
  font-weight: bold;
  border: none;
}

/* Added by BrownCS */
.CreateButton {
  background-image: url(/img/createButton.jpg);
  background-repeat: no-repeat;
  width: 113px;
  height: 37px;
  color: #0097D3;
  font-weight: bold;
  border: none;
  cursor: pointer;
  
  float: right;
}

.ClearRefresh {
  background-image: url(/img/clearRefresh.jpg);
  background-repeat: no-repeat;
  width: 113px;
  height: 37px;
  color: #0097D3;
  font-weight: bold;
  border: none;
  cursor: pointer;
  
  float: left;
}

.ClearRefreshLarge {
  background-image: url(/img/clearRefreshLarge.jpg) !important;
  background-repeat: no-repeat;
  width: 175px !important;
  height: 37px;
  color: #0097D3;
  font-weight: bold;
  border: none;
}

.ClearRefresh input {
  border: none;
}

.DoubleSelector {
  overflow: hidden;
  clear: both;
}

.DoubleSelectorFirst_on {
  float: left; 
  width: 100px;
  background-color: #B12629;
}

  .DoubleSelectorFirst_on a {
    padding: 20px;
  }

.DoubleSelectorFirst_off {
  float: left; 
  width: 100px;
  background-color: #DFDFDF;
}
   
  .DoubleSelectorFirst_off a {
    padding: 20px;
  }

.DoubleSelectorSecond_on {
  float: left;
  width: 100px;
  background-color: #B12629;
}

  .DoubleSelectorSecond_on a {
    padding: 20px;
  }

.DoubleSelectorSecond_off {
  float: left;
  width: 100px;
  background-color: #DFDFDF;
}

  .DoubleSelectorSecond_off a {
    padding: 20px;
  }

.SelectorTab1 {
  float: left;
  width: 100px;
}

.SelectorTab2 {
  float: left;
  width: 100px;
}

.County {
  float: left;
  width: 545px;
}

.County select {
	width: 200px;
}

.County div.First {
  float: left;
  width: 210px;
  margin: 10px 0 0 0;
}

.First input
{
	margin-top:7px;
}

.County div.Second {
  float: left;
  width: 118px;
  margin: 10px 0 0 0;
}

.County div.Third {
  float: left;
  width: 210px;
  margin: 10px 0 0 0;
}

.Third select
{
	width:200px;
}

.ProviderSelector div select {
  margin: 10px 0 5px 0;
}

.Results {
  margin: 10px 0 0 0;
}

.HistogramEditDetails {
  overflow: hidden;
  padding: 0 15px;
  width:823px;
  background-image: url(/img/mapEditDetails_bg.jpg);
  background-repeat: repeat-y;
}

.HistogramEditButtonsLarge {
  padding: 20px 0 0 0;
  float: right;
  width: 370px;
}

.HistogramEditButtons {
  padding: 20px 0 0 0;
  float: right;
  width: 230px;
}

.HistogramEditButtons2 {
  padding-top: 20px;
  width: 825px;
}

  .HistogramEditButtons2 input {
    float: right;
  }