* {
	font-family:"Trebuchet MS","sans-serif";
}
body {
	margin-left: 50px;
}
h1 { 
	margin-top:20px;
	margin-bottom: 10px;
	color: #0000bb; /* #800080; */
}
.topbar_class {
	margin-left: 290px;
	margin-bottom: 10px;
}
.sidebar_class {
    float: left;
    width: 200px;
}
.section_class {
    margin-left: 290px;
}
.legend_class {
    margin-left: -12px;
	margin-top: 15px;	
}
/* The following overrides jQueryUI ui-widget class size of "1.2em" */
.ui-widget {
	font-size: 12px;
}
.combo_box_class {
	/*  width: 160px; */
	 width: 200px;	 
}
#overview_map{  
	margin-top: 20px;
	width: 1125px;
	height:600px;
	border: 4px solid #B87F32;             
}
#detail_map{  
	margin-top: 20px;
	width: 1125px; /* 750px; */   
	height: 600px; /* 400px; */
	border: 4px solid #B87F32;             
}
#block-blue{
	background-color: rgb(51,102,153);
	float: left;
	height: 100px;
	margin-right: 184px;
}
#block-right{
}
.graphic_caption {
	font:        100 16px "Trebuchet MS" sans-serif, Arial, sans-serif;
	font-weight:  bold;
	color:      #800080;
}

/*  Table styling */
#t1 {
	/* margin-left: 20px; */
	margin-top: 10px;
	border: 1px solid #B87f32;   /*blue;  */           
	background-color: #ffffff;
	padding: 8px;   
}
#t1  caption{
	font:        100 16px "Trebuchet MS" sans-serif, Arial, sans-serif;
	font-weight:  bold;
	color:      #800080;
	line-height: 140%;
	padding-bottom: 10px;
}
#t1  th {           
	background-color: #efefef;
	color:  #0000bb;
	padding: 3px;
	font-size: 90%;
	line-height: 120%;
}
#t1  td {
	border: 1px solid #efefef;
	padding: 3px; 
	font-size: 90%;
	background-color: #ffffff;
}
/* Stripe table rows. */
/*
#t1 tbody tr:nth-child(odd) {
	background-color: #efefef;
}
*/
.road_num_col  {
	width: 50px; /* test hack */
}
.begin_end_cols {
	width:	240px;
}
.community_cols {
	width:	240px;
}

/* D3 chart styling */
.axis {
  font: 10px sans-serif;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
  shape-rendering: crispEdges;
}

/* D3 tooltip styling */
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}
/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center; 
}
/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

/* CSS for Route Number Popup Box */
#detail_popup, #overview_popup /* same as .d3-tip */{
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  position: relative;
}
#detail_popup_close_x, #overview_popup_close_x {
	float: right;
	cursor: pointer;
}
#detail_popup_test, #overview_popup_test {
	position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap;
}
/* popup pointer styling from: http://openlayers.org/en/latest/examples/popup.html?q=popup */
#detail_popup:after, #overview_popup:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: rgba(0, 0, 0, 0.8);
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

/* CSS for congestion scan JPG images */
.congestion_scan_class {
	width: 1125 px;
	height: 1455px;
}

/* Hide OpenLayers Attribution on map */
.ol-attribution {
	display: none;
}
