/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden
{
    display: none;
}
.ui-helper-hidden-accessible
{
    position: absolute;
    left: -99999999px;
}
.ui-helper-clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-helper-clearfix
{
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix
{
    height: 1%;
}
.ui-helper-clearfix
{
    display: block;
}
/* end clearfix */
.ui-helper-zfix
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled
{
    cursor: default !important;
}

/* states and images */
.ui-icon
{
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Overlays */
.ui-widget-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Tabs
----------------------------------*/
.ui-tabs
{
    zoom: 1;
}
.ui-tabs .ui-tabs-hide
{
    display: none !important;
}
.tabContent
{
    float: left;
    width: 265px;
}
#tabs-1
{
    background: url(../images/assets/sidebar-bg-active.png) repeat-y 0 0;
}
.ui-tabs-panel
{
    float: left;
    margin: 0 0 -9969px;
    padding: 20px 0 9999px 30px;
    width: 280px;
    background: url(../images/assets/sidebar-bg.png) repeat-y 0 0;
}


/*
    Facebox
*/
/*
#facebox .b
{
    background: url(../images/facebox/b.png);
}

#facebox .tl
{
    background: url(../images/facebox/tl.png);
}

#facebox .tr
{
    background: url(../images/facebox/tr.png);
}

#facebox .bl
{
    background: url(../images/facebox/bl.png);
}

#facebox .br
{
    background: url(../images/facebox/br.png);
}
*/
#facebox
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

#facebox .popup
{
    position: relative;
}

#facebox table
{
    border-collapse: collapse;
}

#facebox td
{
    border-bottom: 0;
    padding: 0;
}

#facebox .content
{
    width: auto !important;
    float: none !important;
}

#facebox .body
{
    /*  padding: 10px;  */
    background: #fff;
    width: 390px;
}

#facebox .loading
{
    text-align: center;
}

#facebox .image
{
    text-align: center;
}

#facebox img
{
    border: 0;
    margin: 0;
}

#facebox .footer
{
    /*border-top: 1px solid #DDDDDD;*/
    padding: 5px 10px 10px 0 !important;
    /*margin-top: 10px;*/
    text-align: right;
}

    #facebox .footer #closeTopLink {
        position: absolute;
        top: 25px;
        right: 20px;
        text-transform: uppercase;
        color: #666;
        text-decoration: none;
        font-size: 11px;
        }

        #facebox .footer #closeTopLink:hover {
            text-decoration: underline;
            }

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br
{
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

#facebox_overlay
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide
{
    z-index: -100;
}

.facebox_overlayBG
{
    background-color: #000;
    z-index: 99;
}

* html #facebox_overlay
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* --
        Date picker jQuery CSS
-- */
table.jCalendar
{
    border: 1px solid #000;
    background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th
{
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
}

table.jCalendar td
{
    background: #ccc;
    color: #000;
    padding: 3px 5px;
    text-align: center;
}
table.jCalendar td.other-month
{
    background: #ddd;
    color: #aaa;
}
table.jCalendar td.today
{
    background: #666;
    color: #fff;
}
table.jCalendar td.selected, table.jCalendar td.selected.dp-hover
{
    background: #ffc70a;
}
table.jCalendar td.selected.dp-hover
{
    cursor: default;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td
{
    background: #fff;
    color: #000;
}
table.jCalendar tr.selectedWeek td
{
    background: #f66;
    color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover
{
    background: #bbb;
    color: #888;
}
table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover
{
    background: #bbb;
    color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
.dp-choose-date
{
    background: url(../images/assets/icon-calendar.png) no-repeat right 0;
    padding: 4px 25px 6px 0;
    color: #676262;
    text-decoration: underline;
    float: left;
}

div.dp-popup
{
    position: relative;
    background: #ccc;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}
div#dp-popup
{
    position: absolute;
    z-index: 199;
}
div.dp-popup h2
{
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}
a#dp-close
{
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover
{
    text-decoration: underline;
}
div.dp-popup a
{
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev
{
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-prev a
{
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a
{
    cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled
{
    cursor: default;
}
div.dp-popup div.dp-nav-next
{
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-next a
{
    float: right;
}
div.dp-popup a.disabled
{
    cursor: default;
    color: #aaa;
}
div.dp-popup td
{
    cursor: pointer;
}
div.dp-popup td.disabled
{
    cursor: default;
}




/* ----------
                .0      jQuery Validate
---------- */


label.error, span.field-validation-error
{
    float: left;
    display: inline;
    background: #f99;
    border-left: 4px solid #f00;
    color: #f00;
    margin: 5px 0 0 85px;
    padding: 5px 10px 5px 15px;
    white-space: nowrap;
    width: auto !important;
}

span.field-validation-error
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 0px !important;
}

#email-Form label.error
{
    margin-left: 50px !important;
}

#notification-Form label.error
{
    margin-left: 50px !important;
}
