﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#headercont
{
	margin: 0 auto;
	width: 100%;
	height: 100px;
}
.menu 
{
    /* width:950px; */
    width: 100%;
    height:40px; 
    position:relative; 
    z-index:200;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
    padding:0;
    margin:0;
    list-style-type:none;
}

.menu ul ul 
{
    width:132px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
    float:left;
    width:132px;
    position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
    display:block;
    text-decoration:none; 
    color:#fff; 
    width:120px; 
    height: 35px;
    padding-left:10px;
    padding-top: 5px;
    line-height:29px; 
    font-weight:bold;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
    visibility:hidden;
    position:absolute;
    height:0;
    top: 40px;
    left: 0; 
    width:132px;
}


/* position the third level flyout menu */
.menu ul ul ul
{
    left:130px; 
    top: 0px;
    width:132px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
    left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 
{
    position:absolute; 
    top:0; 
    left:0;
    border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
    /* IMPORTANT */
    /* background: #9c0 url('../images/theme/menu.png') repeat-x; */
    height:auto; 
    line-height:1em;
    padding: 10px 0px 10px 10px; 
    width:120px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, .menu :hover > a, .menu ul ul :hover > a , .menu a:visited a:hover
{
    background: #333 url('../images/theme/menu-hover.png') repeat-x;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
    visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul 
{
    visibility:visible;
}
.ui-datepicker-month, .ui-datepicker-year{border:1px solid #d09042;width:220px;padding:0px;margin-bottom:3px;}
.txtBoxes{border:1px solid lightgrey;width:220px;padding:3px;margin-bottom:3px;}
.lgnBoxBtn,.lgnBox input .lgnBoxBtn, .lgnBoxBtn input{color:#ffffff;font-weight:bold;width:65px;background-image:url('/images/theme/menu.png');background-repeat:repeat-x;padding:3px;margin-top:3px;border:1px solid lightgrey }
.information{background-color:ivory;border:1px solid lightgrey;padding:10px;width:auto;}
.listParent li{color:#99cc00;}
.listItem{color:#000000;}
.reportBox{border: 1px solid #CCC;background-color:ivory;padding:10px;}
.reportBoxTitle{border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 0px 0 5px 0;
	font-size: 13px;
	color: #000000;
	font-weight: normal;}
.recycleSchemeBox{background-image:url('/images/misc/recycleBk.jpg');background-repeat:repeat-y;background-color:#ffffff;color:#ffffff;width:235px;font-size:12px;float:left;display:block;}
a.btnMoreInfo{color:#000000;}
.homeBox
{
    width:auto;
    height:auto;
    color:#ffffff;
    font-size:12px;
    padding:7px;
    text-align:center;
    border:1px solid lightgray;
    text-transform:uppercase;
    font-weight:bold;
    cursor:pointer;
}

/* POPUP MAP CSS */
    .mapHolder{position:absolute;width:450px;height:auto;top:15px;left:15px;display:none;z-index:500;border:2px solid lightgray;}
    .mapHandle
    {
        display:block;
        width:auto;
        height:20px;
        font-weight:bold;
        color:#ffffff;
        padding:5px;
        cursor:move;
    }
    .mapInformation
    {
        display:block;
        width:auto;
        height:20px;
        background-color:ivory;border-top:1px solid whitesmoke; padding:3px;font-size:12px;
    }
    .mapCloseBtn
    {
        float:right;
        display:block;
        width:10px;
        padding:4px;
    }
    .mapInfoTitle
    {
        font-weight:bold;
    }
    .btnStyle{border:1px solid lightgray; background-color:whitesmoke;width:115px;padding:3px;text-align:center;}
    .invalidProblems{background-color:ivory;border:1px solid lightgrey;padding:10px;width:auto;}
    .menu .menuTrackingBtn a, .menu .menuTrackingBtn a:visited { width:43px; }
    .menuBtns{float:left;border-left:1px dotted lightgray;background: url('../images/misc/navBtnsBk.png') repeat-x;}
    .menuTrackingBtn{float:left;width:43px;border-right:1px dotted lightgray;}
    .menu .menuTrackingBtn a:hover , .menu .menuTrackingBtn a:visited a:hover
    {
        background: url('../images/misc/trackingBtnBk.png') repeat-x;
        width:33px;
    }
    .ui-dialog-title{ font-size:13px;}
    .ui-dialog-titlebar{border:1px solid white;}
    #ui-dialog-title-dialog-schedule
    {
        padding-left:25px;
        left:-10px;
        background: url('/images/misc/calendar-Smaller.png') no-repeat 0px 0px;
    }