/**
 * @category    Workbox CSS
 * @package     wbBox
 * @copyright   Copyright (c) 2009-2010 Workbox AB (http://www.workbox.se)
 * @license     http://www.opensource.org/licenses/bsd-license.php
 * @version     1.0.0
 */

/* @group thickbox elements */
#wbBoxOverlay
{
    background:url('../img/wbBox/overlay.png') repeat;
    position:fixed;
    z-index:100;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
#wbBoxWindow
{
    position:fixed;
    background:#e6e6e6;
    z-index:102;
    color:#000000;
    display:none;
    border:4px solid #e6e6e6;
    text-align:left;
    top:50%;
    left:50%;
    width:600px;
}
#wbBoxLoad
{
    position:fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:101;
    top:50%;
    left:50%;
    margin:-6px 0 0 -104px;
    background:url('../img/wbBox/loadingAnimation.gif') no-repeat;
}
#wbBoxImageHolder
{
    position:relative;
}
#wbBoxPrevWrap,
#wbBoxNextWrap
{
    z-index:103;
    width:250px;
    height:400px;
    position:absolute;
    top:0;
}
#wbBoxPrevWrap
{
    left:0;
}
#wbBoxNextWrap
{
    right:0;
}
#wbBoxPrevWrap a,
#wbBoxNextWrap a
{
    display:block;
    width:100%;
    height:100%;
    background:transparent url('../img/wbBox/transparent.png') no-repeat scroll 0 0;
}
#wbBoxPrevWrap a:hover
{
    background:transparent url('../img/wbBox/wbBoxNav-Left.png') no-repeat scroll 0 0;
}
#wbBoxNextWrap a:hover
{
    background:transparent url('../img/wbBox/wbBoxNav-Right.png') no-repeat scroll 0 0;
}
#wbBoxCloseWindowButton,
#wbBoxImageTitle
{
    clear:none;
    text-transform:uppercase;
    font-weight:bold;
    color:#616161;
}
#wbBoxCloseWindowButton
{
    background:transparent url('../img/wbBox/close.png') no-repeat scroll right top;
    float:right;
    height:20px;
    margin-top:5px;
    margin-right:5px;
    padding-right:25px;
    padding-top:3px;
    cursor:pointer;
}
#wbBoxImageTitle
{
    float:left;
    margin-top:8px;
    margin-left:5px;
}
#wbBoxMailHolder,
#wbBoxRemoveHolder
{
    z-index:104;
    background:transparent url('../img/wbBox/macFFBgHack.png') repeat;
    position:absolute;
    top:0;
    left:0;
    color:#e6e6e6;
    width:560px;
    height:380px;
    padding-left:40px;
    padding-top:20px;
}
#wbBoxMailCloseButton,
#wbBoxRemoveCloseButton
{
    text-transform:uppercase;
    font-weight:bold;
    float:right;
    padding-right:40px;
    cursor:pointer;
}
/* @end */
