/**
 *
 * Mars Panoramas default style sheet
 * 2006-2009, Bartal Tamas
 *
 */
 
 @media screen, projection {
   body { font-family: Arial, sans-serif; font-size:0.9em; background-color: rgb(200,100,50); color: black; padding: 0px; margin: 0px; }
   #content { margin: 0px auto; padding: 0px; width:850px; border-top: 15px solid black; border-left: 15px solid black; border-right: 15px solid black; background-color: white; color: black; background-image: url('mcbg.png'); background-position: top right; background-repeat: repeat-y; }
   #skip { position: absolute; top: -100px; left: -100px; }
   #altlang { float: right; overflow: hidden; height: 60px; padding: 5px 5px 5px 0px; }
   #altlang a img { border: 1px solid #cccccc; }
   #sitehead { float: left; padding: 0px; margin: 0px; line-height: 65px; height: 65px; }
   #sitehead a, #sitehead a:visited { color: #fefefe; background-color: transparent; text-decoration: none; display: block; height: 65px; line-height: 65px; width: 250px; font-size: 32px; font-weight: normal; font-family: Georgia, serif; padding: 0px 20px; /*font-variant: small-caps;*/ }
   #sitehead a:hover, #sitehead a:visited:hover { text-decoration: underline; }
   #top { background-color: rgb(160,72,46); padding: 0px; margin: 0px; height: 87px; background-image: url('headbg.jpg'); background-repeat: no-repeat; background-position: top left; }
   img { border: 0px; }
   #traversemapwrapper { border-top: 1px solid gray; margin-top: 5px; padding-top: 5px; }
   #traversemap { padding: 0px; margin: 5px 0px 0px 0px; width: 460px; overflow: hidden; }
   #navigation { float: right; width: 340px; padding: 0px 10px; margin: 0px; background-color: black; color: white; font-size: 0.8em;}
   #navigation a { color: white; text-decoration: underline; }
   #navigation a:visited { color: rgb(220,150,80); text-decoration: underline; }
   #navigation a:hover, #navigation a:visited:hover { text-decoration: none; }
   h2 { margin: 10px 0px 0px 0px; padding: 0px; font-weight: normal; }
   #map { clear: both; width: 850px; height: 400px; margin: 0px; padding: 0px; border-bottom: 15px solid black; background-color: black; background-image: url('img_loading.gif'); background-position: 50% 50%; background-repeat: no-repeat; }
   #maincontent { margin: 0px 0px 0px 0px; padding: 0px; }
   #togglemapsize {float: right;display: none;}
   #goog_top { float: right; margin: 5px; height: 60px;  }
   #goog_top a { width: 395px; height:57px; display: block; overflow: hidden; text-indent: -999px; background-image: url('ew1.png');}
   #goog_links { clear: both; background-color: black; padding: 0px 0px 2px 0px; height: 15px !important; line-height: 15px; }
   #goog_btm { text-align: center; clear: both; border-bottom: 15px solid black; border-top: 15px solid black; background-color: #9f482d; padding: 5px 0px; }
   #goog_btm iframe { margin: 0px; }
   #tip { background-color: #fff; float: right; width: 120px; font-size: 0.8em; text-align: center; border-left: 3px double gray; padding: 5px; margin: 5px;}
   
   #pano_title { font-weight: normal; padding-top: 20px;  }
   #pano_title, #pano_desc, #pano_date, #pano_credits, noscript p { margin: 0px 375px 10px 0px; padding-left: 10px; }
   #pano_desc a, #pano_date a { color: rgb(220,150,80); }
   #pano_desc a:visited, #pano_date a:visited { color: rgb(130,40,30); }
   
   img.infowindow_img { float: left; margin: 0px 7px 0px 2px; }
   
   #footer { padding: 0px 50px 20px 50px; background-color: black; color: white; font-size: 0.8em; text-align: center; }
   #footer a { color: white; text-decoration: underline; }
   #footer a:visited { color: rgb(220,150,80); text-decoration: underline; }
   #footer a:hover, #footer a:visited:hover { text-decoration: none; }
   
   .hidden, traversemap {display: none;}
   
 }
 @media print {
   body { display: none; }
 }

