/*
Authored by the Tombras Group, www{dot}tombras{dot}com 

/*
----------------------------------------------------------------------------- 
ESSENTIAL
-----------------------------------------------------------------------------*/

html { 
height: 100%; margin-bottom: 1px; 
}

body {
margin: 0;
padding: 0;
font: 11px/20px Verdana, sans-serif;
color: #5A5A5A;
height: 100%;
width: 100%;
background: #E5E5E5;
}

body * {margin: 0;padding: 0;}

p,h1,h2,h3,h4,h5,h6,li,td,dt,dd { font-size: 12px; font-weight: normal; }
p,h1,h2,h3,h4,ul,ol,dl,blockquote,pre { margin-bottom: 15px; }

a {color: #3f3f3f;text-decoration: none; outline: none;}
a:visited {color: #3f3f3f;}
a:hover {color: #000;}



/*
----------------------------------------------------------------------------- 
SANDBOX
-----------------------------------------------------------------------------*/

div#IE6-alert{
position: relative;
z-index: 10000000;
display: block;
text-align: center;
padding: 80px;
background: #000;
}

div#IE6-alert h1{
font: bold 32px/55px Verdana, sans-serif;
color: #FFF;
}

div#IE6-alert a{
color: red;
}

div#IE6-alert a:hover{
color: #FFC;
}

#sidebar{
width:250px;
height:100%;
background: url(../images/sidebar-bg.png);
border-right: 2px dotted #A09D86;
position: absolute;
left: 0;
top: 0;
z-index: 1000;
overflow-y: auto;
padding: 18px;
}

h1#branding{
display: block;
margin: 10px 0 18px 18px;
text-indent: -20000px;
background: url(../images/logo.gif) no-repeat left top;
width: 212px;
height: 208px;
}

#map {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 100;
}

span#api-v{
position: absolute;
right: 0;
bottom: 0;
background: #FFC;
z-index: 10000;
padding: 0px 10px;
visibility: hidden;
}

input.sidebar-cat-check{
position: relative;
top: 2px;
}

div.sidebar-cat-header{
margin: 0 0 2px 0;
background: #FFF;
padding: 0 0 5px 5px;
}

span.sidebar-cat-label{
padding: 0 0 0 8px;
}

div.sidebar-cat-header img{
position: relative;
top: 5px;
margin-right: 3px;
}

div.sidebar-cat{
background: #FFF;
position: relative;
top: -2px;
}

a.sidebar-entry{
display: block;
line-height: 14px;
margin: 0 0 0 0;
padding: 5px 15px 8px 58px;
background: url(../images/arrow.gif) no-repeat 40px 7px;
}

a.sidebar-entry:hover{
background: #EEE url(../images/arrow.gif) no-repeat 40px 7px;;
color: #333;
}

div.info-window{
padding: 10px;
}

div.info-window div{
line-height: 16px;
}

div.info-window div.iw-header{
font-size: 18px;
margin-bottom: 10px;
line-height: 20px;
}

/*
----------------------------------------------------------------------------- 
EOD
-----------------------------------------------------------------------------*/
