/**************************************************************/
/* MdS2008 CSS style sheet                                    */
/*                                                            */
/* Author - Richard Pomeroy                                   */
/* Copyright - p4media ltd. 2008                              */
/*                                                            */
/* V1.0 27/10/08 First version, without collapsable Menu      */
/* V1.1 31/10/08 Included collapsable menu                    */
/* V1.2 01/11/08 Fixed for Firefox Browser / IE compatibility */
/* V1.3 05/11/08 Adjustment for highlighting                  */
/* V1.4 09/11/08 Added filedownload and buttonwide styles     */
/* V1.5 27/11/08 Added mainHeading style for generic download */
/*                                                            */
/**************************************************************/

body {
    margin:0px;
    color: #efefef;
    font-family: arial;
    background-color:#480800;
    /*    line-height:1em; */
    scrollbar-arrow-color: #ffa500;
    scrollbar-3dlight-color: #733e27;
    scrollbar-darkshadow-color: #733e27;
    scrollbar-face-color: #733e27;
    scrollbar-highlight-color: #733e27;
    scrollbar-shadow-color: #733e27;
    scrollbar-track-color: #956000;
}

#filedownload {
    position:absolute;
    top:0px;
    right:30%;
}

#fullscreen {
    position:absolute;
    top:0px;
    right:5px;
}

#map3d_container {
    position:absolute;
    top:30px;
    left:205px;
    height: 600px;
    width: 79%;
    background-color:white;
}
#map3d {
    height: 100%;
    width: 100%;
}
#controls_container	{
    position:absolute;
    top:630px;
}

#options_container, .label {
    position:absolute;
    top:0px;
    left:5px;
    font-size:20px;
}

#menu {
    overflow:auto;
    position:absolute;
    top:30px;
    left:5px;
    height: 600px;
    width: 197px;
    background-color:#480800;   
    line-height:1em;
    
}

label {
    font-size:11px;        
    /*   line-height:0.7em; */
}

a{
    font-size:11px;
    color: #ffa500;
    text-decoration:none;
    line-height:1.4em;
}

a:hover {
    background-color: #ffa500;
    color: #333333;
}
textarea  {
    border:0px;
}
.button {
    width:60px;
    border: outset #000000 1px;
    margin: 3px;
}
.buttonwide {
    width:auto; /* 120 px */
    border: outset #000000 1px;
    margin: 3px;
}
.chkbox {
    width:8px;
    border: 0;
}

.folderHeading, .collapseMenuContent, .collapseMenuContainer
{
    position:relative;
    width:196px;
}

.folderHeading
{
    border-top: solid 1px #C1C1C1;    
    /*    height:20px; */
    overflow:hidden;
    cursor:pointer;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    line-height:1.2em;
    vertical-align:middle;
    text-align:left;
    display:table-cell;
        /*    -moz-user-select:none;
    background-attachment: none;    */
}

.mainHeading
{
    position:relative;
    width:195px;
    border-top: solid 1px #C1C1C1;
    overflow:hidden;
    cursor:pointer;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    line-height:1.2em;
    vertical-align:middle;
    text-align:left;
    display:table-cell;
        color: #efefef;
    background-color: #480800;    
}

.mainHeading:hover {
    color: #480800;
    background-color: #efefef;
}

.collapseMenuContent 
{
    height:0px;
    overflow:hidden;
    display:none; 
    font-size:11pt;
    line-height:0.8em;
    
    /*    background-attachment: none;
    background-attachment: fixed;   */
    
}

.collapseMenuContainer
{
    width:195px;
    
    border-bottom: solid 1px #C1C1C1;
    border-left: solid 1px #C1C1C1;
    border-right: solid 1px #C1C1C1;
}