

/*
**  the map navigation page
*/


@import "common.css";




html
{
    overflow: hidden;
}

#map
{ 
    width: 100%;
    position: absolute;
    top: 35px;
    padding: 0em;
    text-align: center;
}







#map p
{
    font-size: 14px;
    color: gray;
    margin-top: 100px;
}

#map p img
{
    margin-right: 10px;
}


.mapHoverInfo
{
    display: block;
    /*position:absolute;*/
    font: 14px  Arial, Helvetica, "Trebuchet MS", Tahoma, Verdana, sans-serif;  
    text-align: center;
    /*max-height: 40;*/
    width: 200;
    font-weight: bold;
    padding: 10px;
    background-color: #ffffff;
    border: 2px solid;
    border-color: #838383;
    filter:alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity:0.75;
}

.mapHoverInfo div
{
    display: block;
    position: relative;
    font: 14px  Arial, Helvetica, "Trebuchet MS", Tahoma, Verdana, sans-serif;  
    text-align: center;
    /*padding: 10px;*/
    /*max-height: 40;*/
    width: 200px;
    font-weight: bold;
    color: #465E38;
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}

.mapCtlDrillDownRight
{
    border: 2px solid;
    border-color: white;
}

.mapCtlDrillDownLeft, .mapCtlDrillDownMiddle
{
    border: 2px solid;
    border-color: white;
    border-right: none;
}

#divMapCtlDrillDown a:link
{
    filter:alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;
}

#divMapCtlDrillDown a:hover
{
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}

.floatimageleft
{
    float: left;
    margin-right: 10px;
    border: 1px solid #666;
    padding: 2px;
}

.contentimagediv
{
    min-height:200px;
    height:auto !important;
}









/*
**  general map menu styles
*/

.mapMenu
{
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
    font-size: 20px;
    z-index: 10;
    position: absolute;
    border: solid 1px #999999;
    background-color: #d4d4d4;
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
}

.mapMenuTop
{
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

.mapMenuBottom
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.mapMenu a
{
    text-decoration: none;
}

.mapMenu li a:link,
.mapMenu li a:visited
{
    color: #785666;
    text-decoration: none;
}

.mapMenu li a:hover,
.mapMenu li a:active
{
    color: #000000;
    text-decoration: none;
}

.mapMenu li.sep
{
    padding-left: 10px;
    margin-left: 5px;
    background: transparent url(/webcommon/images/mapnav/breadcrumb-sep.png) no-repeat scroll 0 0;
}

.mapMenu .mapMenuInner
{
    padding: 10px 20px;
}
    



/*
**  breadcrumb
*/


#breadcrumb
{
    left: 20px;
    top: 85px;
    height: 40px;
}

#breadcrumb li a.projpage
{
    font-size: 10px;
}

#breadcrumb li a.projpage:link,
#breadcrumb li a.projpage:visited
{
    color: #737373;
    text-decoration: none;
}

#breadcrumb li a.projpage:hover,
#breadcrumb li a.projpage:active
{
    color: #272727;
    text-decoration: none;
}




/*******

#breadcrumb
{
    height: 50px;
    background: transparent url(/webcommon/images/mapnav/breadcrumb-bg-left.png) no-repeat scroll 0 0;
    padding-left: 9px;
    top: 85px;
    left: 20px;
    color: #f0f0f0;
    overflow: hidden;
}

#breadcrumb-inner
{
    height: 50px;
    background: transparent url(/webcommon/images/mapnav/breadcrumb-bg-right.png) no-repeat scroll right 0;
    padding: 5px 21px 5px 12px;
}

#breadcrumb li
{
    line-height: 40px;
}

#breadcrumb li a.region:link,
#breadcrumb li a.region:visited,
#breadcrumb li a.project:link,
#breadcrumb li a.project:visited
{
    color: #f0f0f0;
    text-decoration: none;
}

#breadcrumb li a.region:hover,
#breadcrumb li a.region:active,
#breadcrumb li a.project:hover,
#breadcrumb li a.project:active
{
    color: #000000;
    text-decoration: none;
}

#breadcrumb li a.projpage
{
    font-size: 10px;
}

#breadcrumb li a.projpage:link,
#breadcrumb li a.projpage:visited
{
    color: #d3d3d3;
    text-decoration: none;
}

#breadcrumb li a.projpage:hover,
#breadcrumb li a.projpage:active
{
    color: #272727;
    text-decoration: none;
}

#breadcrumb li.sep
{
    padding-left: 10px;
    margin-left: 10px;
    background: transparent url(/webcommon/images/mapnav/breadcrumb-sep.png) no-repeat scroll 0 0;
}

********/



/*
**  actions menu
*/

#actionsMenu
{
    left: 100px;
    bottom: 2px;
    height: 40px;
}








/*
**  the info popups
*/

#projectPopup, #regionPopup, #storyPopup
{
    position: absolute;
    font: 24px  Arial, Verdana, Georgia, "Lucida Grande", Verdana, "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
    background-color: #595959;
    color: #ffffff;
    z-index: 2;
    padding: 10px;
    white-space: nowrap;
    display: none;
    -moz-border-radius: 5px;
    border: solid 1px #000000;
}





/*
**  the story panel
*/

#story-panel
{
    display: none;
    /*padding: 10px 20px;*/
    background: transparent url(/webcommon/images/mapnav/story-backg.png) no-repeat scroll 0 0;
    overflow: hidden;
    font-family: verdana, arial, tahoma, helvetica;
    font-size: 11px;
    width: 475px;
    height: 460px;
    position: absolute;
    top: 100px;
    left: 100px;
    color: #373737;
}

#story-panel .inner
{
    padding: 30px 15px 10px;
}

#story-panel .close
{
    position: absolute;
    top: 5px;
    right: 15px;
    /*margin-bottom: 5px;*/
}

#story-panel .title
{
    font-size: 140%;
    font-weight: bold;
    margin-top: 10px;
}

#story-panel a
{
    text-decoration: none;
}





/*
**  the bottom menu
*/

#bottomMenu
{
    position: absolute;
    width: 100%;
}


/*
**  the project view dialog
*/

#projectView
{
    display: none;
}


/*
**  the main project view popup window
*/

#projectView
{
    position: absolute;
    left: 50px;
    top: 25px;
    width: 500px;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Tahoma, Arial, sans-serif;
    background: #000000 url(/webcommon/images/common/backg1.gif) repeat scroll left top;
    color: #ffffff;
    z-index: 2;
    /*white-space: nowrap;*/
    border: 3px solid #939393;
}

#projectView > .titleBar
{
    width: 100%;
    height: 24px;
    background-color: #1d1d1d;
}

#projectView > .titleBar > .titleText
{
    font-family: Arial, "Trebuchet MS", Arial;
    font-size: 18px;
    line-height: 24px;
    color: #818181;
    margin-left: 15px;
    text-align: center;
}

#projectView > .titleBar > .close
{
    float: right;
    background: transparent url(/webcommon/images/mapnav/close-cross-1-8x8.png) no-repeat scroll right;
    font-family: "Trebuchet MS", Arial;
    font-size: 12px;
    line-height: 24px;
    color: #929292;
    padding-right: 12px;
    margin-right: 15px;
    cursor: pointer;
}

#projectView .mainBody
{
    padding: 15px 15px 15px 15px;
}

#projectView .topSection
{
    /*border-bottom: solid 1px #dfdfdf;*/
    padding-top: 2px;
}

#projectView .topSection .topSectionBorder
{
    clear: both;
    border-bottom: solid 1px #313131;
    padding-top: 12px;
}

#ie7 #projectView .topSection .topSectionBorder
{
    padding-top: 0;
    margin-top: 12px;
}

#projectView .topSection .title
{
    font-size: 18px;
    color: #eaeaea;
    margin-bottom: 7px;
}

#projectView .topSection .caption
{
    font-size: 15px;
    color: #a1a1a1;
    margin-bottom: 7px;
}

#projectView .topSection .subtitle
{
    line-height: 1.2em;
    font-size: 12px;
    color: #818181;
}

#projectView .topSection .projectImage
{
    float: right;
    width: 160px;
}

#projectView .bottomSection
{
    padding-top: 12px;
    height: 195px;
}

#projectView .bottomSection .loading
{
    height: 195px;
    background: url(/webcommon/images/mapnav/spinner-bigflower-d3d3d3-323232-trans.gif) no-repeat center;
}

#projectView .bottomSection .tabs
{
    display: none;
}

#projectView .bottomSection .tabs .tab
{
    color: #d3d3d3;
    background-color: #323232;
    height: 140px;
}

#projectView .bottomSection .tabs .tab-content
{
    overflow: hidden;
    float: left;
    width: 400px;
    height: 140px;
}

#projectView .bottomSection .tabs .tab-content p
{
    padding-top: 12px;
}

#projectView .bottomSection .tabs .projectView-tab-track
{
    width: 10px;
    height: 140px;
    float: right;
    position: relative;
    background: #dddddd;
    cursor: pointer;
}

#projectView .bottomSection .tabs .projectView-tab-thumb
{
    position: absolute;
    top: 10px;
    left: 0;
    height: 10px;
    width: 10px;
    background: #aaaaaa;
    cursor: pointer;
}



/*
**  user info blocks
*/


.user-banner
{
    border-style: solid;
    padding: 5px 7px 3px;
    background-color: #dddddd;
    position: absolute;
    right: 40px;
    top: 20px;         /* 85px minus full height of user-banner */
}

.user-info
{
    display: block;
    height: 50px;
    max-height: 50px;
    color: #747373;
    font-size: 8pt;
    right: 40px;
    border-color: #718464;
    border-width: 1px 1px 1px 1px;
    overflow: hidden;
}

.user-info span.name
{
    font-weight: bold;
}

.user-info .role
{
    font-size: 7pt;
    line-height: 1.2em;
}

.user-info #loggedin
{
    display: none;
}

.user-info p.actions
{
    font-size: 7pt;
    line-height: 1.6em;
    margin-top: 3px;
}

.user-info a
{
    text-decoration: none;
    padding: 2px 2px;
    color: #718464;
}

.user-info a:hover
{
    background-color: #747373;
    color: #ffffff;
}



/*
**  the login dialog
*/

#loginForm
{
    display: none;
    padding: 20px;
    background-color: #efeff2;
    border: 3px #333 solid;
    overflow: hidden;
    font-family: verdana, "lucida grande", "trebuchet ms", arial, tahoma, helvetica;
    font-size: 11px;
    max-width: 250px;
    position: absolute;
    color: #747373;
}

#loginForm.topright
{
    top: 80px;
    right: 40px;
}

#loginForm.center
{
    top: 120px;
    /*left: 350px;*/    /* worked out at runtime */
}

#loginForm h3
{
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}

#loginForm h3 .licence
{
    color: #555;
}

#loginForm .error
{
    color: red;
    font-family: verdana, arial, "lucida grande", "trebuchet ms", arial, tahoma, helvetica;
    font-size: 12px;
}

#loginForm table
{
    border-collapse: separate;
    border-spacing: 10px 5px;
}

#loginForm input[type="text"], #loginForm input[type="password"]
{
    width: 120px;
}

#loginForm input[type="button"]
{
    width: 80px;
}

.buttonRow
{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.buttonRow > li
{
    list-style-type: none;
    display: inline;
}

.buttonRow > li.left
{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
}



/*
**  general dialog styles
*/

.dialog
{
    -moz-border-radius: 5px;
    border: 5px solid #444444;
    background-color: #ffffff;
    left: 20px;
    top: 100px;
    position: fixed;
    display: none;
}

.dialog a.dialogClose
{
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    margin: 4px;
    text-decoration: none;
}

.dialog h3
{
    background: #e5e5e5 none repeat scroll 0 0;
    border-bottom: 1px solid #aaaaaa;
    font-size: 18px;
    padding: 10px 15px;
}

.dialogDraggable h3
{
    cursor: move;
}

.dialog a.dialogClose:link,
.dialog a.dialogClose:visited
{
    background: transparent url(/webcommon/images/common/close2-normal.png) no-repeat scroll left top;
}

.dialog a.dialogClose:hover,
.dialog a.dialogClose:active
{
    background: transparent url(/webcommon/images/common/close2-hover.png) no-repeat scroll left top;
}

.dialog .dialogForm
{
    clear: both;
    color: #1b1b1b;
    font-size: 12px;
    line-height: 18px;
}

.dialog .dialogContent
{
    padding: 15px;
}

.dialog .dialogContent label
{
    margin-right: 7px;
}

.dialog .dialogButtons
{
    clear: both;
    background: #e5e5e5 none repeat scroll 0 0;
    border-top: 1px solid #aaaaaa;
    padding: 7px 15px;
    text-align: right;
}

.dialog .dialogButton
{
    -moz-border-radius: 2px;
    background: #9b9b9b url(/webcommon/images/common/dialog-button1.png) repeat-x scroll left top;
    border-style: solid;
    border-width: 1px;
    border-color: #999999 #858585 #666666;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    line-height: 16px;
    padding: 0 4px;
    outline: none;
}

.dialog .dialogDfltButton
{
    -moz-border-radius: 2px;
    background: #9b9b9b url(/webcommon/images/common/dialog-button-dflt1.png) repeat-x scroll left top;
    border-style: solid;
    border-width: 1px;
    border-color: #505050 #404040 #2D2D2D;
    font-weight: bold;
}



/*
**  find location dialog
*/

#findLocDialog
{
    width: 400px;
}

#findLocDialog .loading
{
    display: inline;
    position: relative;
    top: 4px;       /* 16x16, line-height==18px */
    left: 5px;
}

#findLocDialog .results
{
    margin-top: 15px;
    border-top: solid 1px #999999;
}

#findLocDialog .results ul,
#findLocDialog .results p.message
{
    margin-top: 10px;
    margin-left: 10px;
}

#findLocDialog .results p.message
{
    color: #aaaaaa;
}

#findLocDialog .results p.error
{
    color: #cc0000;
}

#findLocDialog .results ul
{
    list-style: none outside none;
    max-height: 300px;
    overflow: auto;
}

#findLocDialog .results li
{
    margin-top: 3px;
}

#findLocDialog .results a
{
    text-decoration: none;
}

#findLocDialog .results li a:link,
#findLocDialog .results li a:visited
{
    color: #785666;
    text-decoration: none;
}

#findLocDialog .results li a:hover,
#findLocDialog .results li a:active,
#findLocDialog .results li a.lastpick:hover,
#findLocDialog .results li a.lastpick:active
{
    color: #000000;
    text-decoration: none;
}

#findLocDialog .results li a.lastpick
{
    color: #44dd99;
}



/*
**  message dialogs
*/

#msgDialog, #simpleMsgDialog
{
    max-width: 400px;
}

#msgDialog p.message, #simpleMsgDialog p.message
{
    padding: 15px;
}




/*
@import "mapnav_tabstyle1.css";
*/


