  
/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */

.main-content.container {overflow-x:hidden;}

.grey {color: #aaa;}
h3 {background:none !important; border:0px !important;}

/*  City Info   */
.city_detail_container { display: none; }
.city_detail_container .city_detail { width: 100%; border: 1px solid #ccc; }


/*  Interactive Map Container */
.map_contianer {
	background-image: url(/safety/images/interactive-map/DeskErgonomics.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 575px;
	width: 100%;
	position: relative;
	color: #000;
	font-family: Arial;
	font-size: 12px !important;
	float: left;
}

.map_contianer .clear_both { clear: both; line-height: 1px; }

.map_contianer h2 {
	margin: 10px 0px 40px 90px;
	font-size: 18px;
	font-weight: bold;
}
.map_contianer h3 {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #2c3748;
}
.map_contianer p { margin: 0px 0px 12px 0px; }

.map_contianer a, a:visited { color: #AA0000; margin: 0px 10px 0px 0px; }
.map_contianer span.dot {
	/* background-image: url(/images/interactive-map/dots.png);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_contianer span.dot.selected {
	background-position: 0px -80px;
}
.map_contianer span.dot:hover {
	background-position: 0px -40px;
}
.map_contianer .form_continent {
	position: absolute;
	top: 265px;
	left: 30px;
}
.map_contianer .detail_container {
	position: absolute;
	left: 480px;
	width: 55%;
	height: 500px;
}
.map_contianer .city_detail {
	position: absolute;
	top: 0px;
	width: 100%;
	border-left: 1px solid #a9b5c8;
	border-top: 1px solid #a9b5c8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.map_contianer .city_detail .city_photo {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 5px 3px #4e5d74;
	-webkit-box-shadow: 0px 5px 3px #4e5d74;
	-moz-box-shadow: 0px 5px 3px #4e5d74;
	-webkit-border-radius: 8px;
	z-index: 20;
    position: absolute;
}
.map_contianer .city_detail .city_info {
	width: 100%;
	float: left;
	margin-top:30px;
}
/***/
/ DOTS NUMBERED ***/
/***/
.map_contianer span.dot1 {
	background-image: url(/safety/images/interactive-map/dots1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_contianer span.dot1.selected {
	background-position: 0px -80px;
}
.map_contianer span.dot1:hover {
	background-position: 0px -40px;
}
.map_contianer span.dot2 {
	background-image: url(/safety/images/interactive-map/dots2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_contianer span.dot2.selected {
	background-position: 0px -80px;
}
.map_contianer span.dot2:hover {
	background-position: 0px -40px;
}
.map_contianer span.dot3 {
	background-image: url(/safety/images/interactive-map/dots3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_contianer span.dot3.selected {
	background-position: 0px -80px;
}
.map_contianer span.dot3:hover {
	background-position: 0px -40px;
}
.map_contianer span.dot4 {
	background-image: url(/safety/images/interactive-map/dots4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_contianer span.dot4.selected {
	background-position: 0px -80px;
}
.map_contianer span.dot4:hover {
	background-position: 0px -40px;
}
.map_contianer span.dot5 {
	background-image: url(/safety/images/interactive-map/dots5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_contianer span.dot5.selected {
	background-position: 0px -80px;
}
.map_contianer span.dot5:hover {
	background-position: 0px -40px;
}
.map_contianer span.dot6 {
	background-image: url(/safety/images/interactive-map/dots6.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_contianer span.dot6.selected {
	background-position: 0px -80px;
}
.map_contianer span.dot6:hover {
	background-position: 0px -40px;
}
.city_info table {
    margin-left: 2rem;
    border-left: 1px solid #ccc;
}
/* set  header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of Container has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative !important;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block !important;
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #dbdbf3;
	/* border-left: 1px solid #a7a7d0; */
	border-right: 1px solid #a7a7d0;
	/* border-top: 1px solid #a7a7d0; */
	font-weight: normal;
	padding: 2px 3px;
	text-align: left;
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #36366a;
	display: block !important;
	text-decoration: none;
	width: 100%;
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%;
}

/* define the  content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block !important;
	height: 350px !important;
	overflow: auto !important;
	width: 78% !important;
}

/* make TD elements pretty. Provide alternating classes for striping the  */
/* http://www.alistapart.com/articles/zebras/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 220px !important;
}

html>body thead.fixedHeader th + th {
	width: 220px !important;
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 219px !important;
}

html>body tbody.scrollContent td + td {
	width: 229px 1important;
}


.scrollbullet {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* POP UP IMAGES on Mouseover */
#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 300px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 0.95em;
  opacity: 1;
}