#ImageListingPanel
{
    background-color: #000000;
    border: 1px solid #333333;
    float: right;
    margin: 10px;
    width: 620px;
}

#ImageListingLoadingPanel
{
    position: absolute;
    filter: alpha(opacity=75 );
    -moz-opacity: 0.75;
    opacity = 0.75;
    display: inline;
    background-color:#000000;
    border: solid 2px #ffffff; 
    z-index:99999;
    width:635px;
    left:465px;
    height:100%;
}

#ImageListingLoadingPanel p
{
    text-align:center;
    line-height: 50px;
    font-size:150%;
    font-weight:bold;
}
#ProofsFolderMenu
{
    width: 300px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    font-size: 90%;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 10px;
}

#ProofsFolderMenu span
{
    display: block; /*margin-right: 20px;     height: 20px;     line-height: 20px;     font-size: 90%;*/
    padding-left: 10px !important; /*background: url(images/bg_date_picker_select.gif) left top no-repeat;*/
}

.positionHelper
{
    position: relative;
    cursor: pointer;
}

.menuContainer
{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin: -10px 1px 10px 10px;
}
.menuContainer p.menuLoading
{
    color: #444;
    padding: .5em;
}
.hiddenContent
{
    position: absolute;
    top: 0px;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.menu, .menu ul
{
    background: #000000;
    list-style-type: none;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
}
.menu li
{
    clear: both;
    float: left;
    width: 100% !important;
}
.menu li.hover
{
    background: #eee;
}

.menu p, .menu a:link, .menu a:visited, .menu a:hover, .menu a:active
{
    float: left;
    padding: .3em;
    padding-left: .5em;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
}

.menu a.singleLink:link, .menu a.singleLink:visited, .menu a.singleLink:hover, .menu a.singleLink:active
{
    float: none;
    display: block;
    font-size: 96%;
}

.menu a:hover, .menu a:active, .menu a.singleLink:hover, .menu a.singleLink:active
{
    color: #fff;
    background: #4e92c8;
    font-size: 96%;
}

.scrollNeeded a:link, .scrollNeeded a:visited, .scrollNeeded a:hover, .scrollNeeded a:active
{
}

.menu a.menuIndicator:link, .menu a.menuIndicator:visited
{
    background: url(images/icon_arrow_right.gif) no-repeat 98% center;
}
.menu a.menuIndicator:hover, .menu a.menuIndicator:active
{
    color: #fff;
    background-color: #4e92c8;
    background-image: url(images/icon_arrow_right_hover.gif);
    font-size: 96%;
}

/*next level links*/
.menu a.nextLevel:link, .scrollNeeded a.nextLevel:link, .menu a.nextLevel:visited, .scrollNeeded a.nextLevel:visited, .menu a.nextLevel:hover, .scrollNeeded a.nextLevel:hover, .menu a.nextLevel:active, .scrollNeeded a.nextLevel:active
{
    float: right;
    overflow: hidden;
    margin: 0;
    padding-left: .3em;
    background: url(images/icon_arrow_right.gif) no-repeat 70% 50%;
    text-indent: -30em;
}
.menu a.nextLevel:hover, .menu a.nextLevel:active
{
    background: #4e92c8 url(images/icon_arrow_right_hover.gif) no-repeat 70% 50%;
}




/*BREADCRUMBS*/
.ddBreadcrumb
{
    width: 21.6em; /*font-size: 1em;*/
    background: #f9f9f9;
    padding: .5em 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.ddBreadcrumb li
{
    float: left;
    list-style: none;
    margin: 0;
    padding: .1em 0;
    padding-left: .5em;
}
.ddBreadcrumb li.currentCrumb
{
    clear: left;
    float: none;
    font-weight: bold;
    margin-left: 8px;
}
.ddBreadcrumb a, .ddBreadcrumb span
{
    white-space: nowrap;
    font-size: 1.1em;
}
.ddBreadcrumb a:link, .ddBreadcrumb a:visited
{
    color: #1266a9;
    background: url(images/icon_breadcrumb.gif) no-repeat right;
    padding-right: 10px;
    margin-right: .5em;
}
.ddBreadcrumb a:hover, .ddBreadcrumb a:active
{
    color: #4e92c8;
}
.ddBreadcrumb .currentCrumb, .ddBreadcrumb .currentCrumb, .ddBreadcrumb .currentCrumb, .ddBreadcrumb .currentCrumb
{
    display: block;
    color: #333;
    background-image: none; /*font-size: 1.5em;*/
    padding: .1em 0 0;
    margin-right: 0;
    text-decoration: none;
}





/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */
/* without this class applied, a float might hang over the bottom border of it's container */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}

/* hides clearfix from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* end hide from IE-mac */



