body {
	margin: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	background-color: #FFFFFF;
}

.outsideContainer {
	padding: 0;
	font-size: 11px;
	background-color: white;
	width:960px;
	margin: 0 auto;
	text-align:left;
	border: 0px solid #bbb;
}

.outsideContainer A {
	text-decoration: underline;
	color: #C80018;	
}

.outsideContainer A:hover {
	text-decoration: underline;
	color: red;
}

.headerDiv A {
	text-decoration: none;
	color: #666;	
}

.headerDiv A:hover {
	text-decoration: underline;
	color: black;	
}

.pageFooter {
	background-color: white;
	padding: 20px 25px 15px 25px;
	color: #666;
	text-align:right;
}

#map {
	border: 1px solid #ccc;
	overflow: hidden;
}

.country {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #ff6600;
  padding: 5px 10px;
  background-color: #58585A;
  cursor: pointer;
}

.locationDiv {
		 padding: 5px 10px;
		 border: 1px solid #ccc;
		 background-color: #C0C1C2;
		 cursor: pointer;
}
.locationDiv p {
		 margin: 0px;
		 padding: 0px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 11px;
}
.locationDiv hightlight {
		 padding: 5px 10px;
		 border: 1px solid #ccc;
		 background-color: #ffffc4;
}
.infoWindow {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
}
.box {
		 border: 1px solid gray;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 11px;
}
#debugtext {
		 display:block;
}
#messageBox {
	z-index: 101;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -200px;
	width: 400px;
	height:40px;
	padding: 20px;
	border: 1px solid gray;
	background-color: #c0c0c0;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menuDiv {
	margin-right: 30px;
	color: #999;
	font-size: 77%;
}

#menuDiv A {
	text-decoration: none;
	color: #999;
}

/* site functions */
.functions_division_icon {
	width:20px;
	height:20px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	text-align:center;
}

.iconUnderline {
	padding:0px;
	margin: 0px 5px 2px 5px;
	border-top: 1px solid #333;	
	width:10px;
	height:1px;
	overflow:hidden;
	text-align:center;
}

.function_base {
	background-color:#dcdcdc;
	border:1px solid #C3D2E1;
	padding:0px 1px;
	margin:1px 1px;
	font-size:10px;
	text-align:center;
}

.function_Sales {
	background-color:#cbe970;
}

.function_Innovation {
	background-color:#7be9f0;
}

.function_Production {
	background-color:#e1cf70;
}

.function_Administration {
	background-color:#a4aeeb;
}

/* for the Divisions / Functions table display, under the Location details DIV for a site */
.divisionsFunctionsTable {
	width: 90%;
	border: 1px solid #ccc;	
	border-collapse: collapse;
}

.divisionsFunctionsTable TH {
	opacity: 0.5;
	filter:alpha(opacity=50);
	text-align: center;
}

.divisionsFunctionsTable TH:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.divisionsFunctionsTable TD {
	padding: 1px;
	border: 1px solid #ccc;
}


/* for danisco.com regions */
.regionName {
    background-color: #BBBDBE;
	padding: 10px;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	border: 1px solid white;
	color: white;
}

.regionNameActive {
    background-color: #58585A;
}

.regionName:hover {
	background-color: #78787A;	
}

#regionCountries TD {
	padding: 5px;
	background-color: #E5E5E6;
	border: 1px solid white;
	cursor: pointer;
}

#regionCountries .countryList {
	opacity: 0.7;
	filter:alpha(opacity=70);
	padding: 5px;
}

#regionCountries .countryList:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	background-color: white;
}

#regionCountries .countryList A {
	font-size: 11px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#regionCountries .countryList IMG:hover {
	opacity: 1;
}

#regionCountries .countryList IMG {
	display:none;
	margin: 5px;
	vertical-align: middle;
}

.countryBar {
	background-color: #58585A;
	padding: 15px 15px;
	font-size: 13px;
	margin: 2px 0px;
	font-weight: bold;
	cursor: pointer;
	color: white;
}

.countryBar:hover {
	background-color: #747476;
}

.countryBar IMG {
  margin-right: 7px;
}

.site {
	background-color: #C0C1C2;
	font-size: 11px;
	margin-bottom: 2px;
}

.site TD {
	vertical-align: top;	
	cursor: pointer;
}

.siteName {
	font-weight: bold;	
}

.siteIcon {
	margin-left: 10px;
	margin-right: 5px;	
}

.siteActive {
	background-color: #E5E5E6;
}

.siteMouseover {
	background-color: #E5E5E6;	
}

.siteDetails {
	background-color: #d4d4d4;
	padding: 8px;
	border-bottom: 2px solid white;
}

.siteDetails TABLE {
	border: 0px;
}

.siteDetails TD {
	padding: 5px;
	vertical-align: top;
	background-color: #e6e6e6;	
}

#wikiPopupTitle {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: normal;
	padding: 4px;
	color: #333;
}

#wikiContent {
	padding: 0px 10px;
	margin: 10px;
	height: 90%;
}

#wikiContent IFRAME {
	border: 1px solid #ccc;
}	
#flickrPopup {
	position:fixed;
	display: none;
	top:50%;
	left:50%;
	margin-left:-455px;
	width:900px;
	height:300px;
	background-color: white;
	border: 5px solid orange;
}

#flickrPopupTitle {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: normal;
	padding: 4px;
	color: #333;
}

#flickrContent {
	overflow: auto;
	background-color: #666;
	padding: 0px 10px;
	margin: 10px;
	height: 220px;
}

#flickrContent A {
	color: #ccc;
	font-size: 11px;
}

#flickrContent UL {
	padding: 0px;
	margin: 0px;
}

#flickrContent LI {
	padding: 0px;
	margin: 5px;
	list-style: none;
	display: inline;
}

#flickrContent UL LI A {
	text-decoration: none;
}

#flickrContent UL LI A IMG {
	border: 5px solid white;
	margin: 5px;
}

.flickrSubheading {
	margin: 5px;
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica;	
}

.legendDiv {
	padding: 10px;
	background-color: white;
	border-bottom: 1px solid white;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.legendDiv:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}	

.legendDiv TABLE TD {
	vertical-align: middle;
	color: #666;
}

/* for the location drop down box */
SELECT {
	width: 300px;
	border: 1px solid gray;
	background-color: #EAEAEB;
	font-size: 11px;
	font-family: Arial, Helvetica;	
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -455px;
    width: 900px;
    height: 80%;
    
    background-color: white;
    color: #333;
    border: 5px solid orange;
    padding: 0px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
