/* Start of CMSMS style sheet 'CSSLongDistanceMap' */
v\:* {
	  behavior:url(#default#VML);
	}

body {
  color: #000000;
  background-color:#FFFFFF;
  font-size: 76%;
  font-family: helvetica, verdana, arial, sans-serif;
  margin: 0; 
}

h1 {font-weight: bold; font-size: 1.80em;   } 
h2 {font-weight: bold; font-size: 1.60em;   } 
h3 {font-weight: bold; font-size: 1.40em;   } 
h4 {font-weight: bold; font-size: 1.20em;   } 
h5 {font-weight: bold; font-size: 1.00em;   } 

a:link     {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover  {
  color: #FFFFFF; 
  background-color: #000077; 
  text-decoration: none;
}
a:hover.nounderline  {
  color: #FFFFFF; 
  background-color: transparent; 
  text-decoration: none;
}
a:active {
  color: #FF0000;
  background-color: #000077; 
  text-decoration: none;
}

#top
{
  padding: 0;
  border-bottom: 1px solid #000077;
  text-align: left;
  background-color:#C6DBEF;
}

div.leftsidebar { 
  width: 180px; 
  background-color: #6B9EBD;
  padding: 0px;
  color: #000077;
  z-index: 9999;
  position: absolute; 
  top: 71px; 
  left: 0px;
  border-bottom: 1px solid #000077;
}

.breadcrumbs {
    font-size: 8pt; 
   margin-left: 0px; // 174px; 
    padding: 2px 0 2px 9px; 
    color: #000077;
    text-transform: uppercase;
}


div.thebody { 
/* Old code used on imba.org.uk up to 29.12.2006. Must subtract 170px from GSize width. */
/* Problem is that needless horizontal scrollbar appears because map div picks up parent width.  */ 
/* REMOVED..
       padding: 0px; 
       z-index: 1 ; 
       position: absolute; 
       top: 110px; 
       left: 170px;
       width: 100%;
    .. REMOVED */
/* New code, no scroll bar, and don't subtract 170px from width of GSize.  29.12.2006 */
  padding: 0px; 
  z-index: 1 ;   
  position: static;
  top: 110px; 
  left: auto;
  margin-left: 180px;
  width: auto;
}

div.imbacontent {
  margin-left: 9px;
  margin-right: 12px;
  margin-bottom: 25px;
}
/* End of 'CSSLongDistanceMap' */

