/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

/*UI accordion*/
.ui-accordion {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    border-bottom: 1px solid #d3d3d3;
}
.ui-accordion-group {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    border: 1px solid #d3d3d3;
    border-bottom: none;
}
.ui-accordion-header {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    cursor: pointer;
}
.ui-accordion-header a {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    display: block;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    padding: .5em .5em .5em 1.7em;
    color: #555555;
}
.ui-accordion-header a:hover {
    color: #212121;
}
.ui-accordion-header:hover {
    color: #212121;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
    background-color: #ffffff;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
    color: #212121;
}
.ui-accordion-content {
    background-color: #ffffff;
    color: #222222;
    font-size: 1em;
}
.ui-accordion-content p {
    padding: 1em 1.7em 0.6em;
}






/*UI tabs*/
.ui-tabs-nav {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    float: left;
    position: relative;
    z-index: 1;
    border-right: 1px solid #d3d3d3;
    bottom: -1px;
}
.ui-tabs-nav ul {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    float: left;
    border: 1px solid #d3d3d3;
    border-right: none;
}
.ui-tabs-nav li a {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    float: left;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    color: #555555;
    background-color: #e6e6e6;
}
.ui-tabs-nav li a:hover {
    background-color: #dadada;
    color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
    border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
    background-color: #ffffff;
    color: #212121;
}
.ui-tabs-panel {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Helvetica,Arial,sans-serif;
    clear:left;
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    color: #222222;
    padding: 1.5em 1.7em;
    font-size: 1.1em;
}
.ui-tabs-hide {
    display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}





/*slider*/
.ui-slider {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    height: .8em;
    position: relative;
}
.ui-slider-handle {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    position: absolute;
    z-index: 2;
    top: -3px;
    width: 1.2em;
    height: 1.2em;
    background-color: #e6e6e6;
    border: 1px solid #d3d3d3;
}
.ui-slider-handle:hover {
    background-color: #dadada;
    border: 1px solid #999999;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
}
.ui-slider-range {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    height: .8em;
    background-color: #dadada;
    position: absolute;
    border: 1px solid #d3d3d3;
    border-left: 0;
    border-right: 0;
    top: -1px;
    z-index: 1;
    opacity:.7;
    filter:Alpha(Opacity=70);
}






/*dialog*/
.ui-dialog {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    background-color: #ffffff;
    color: #222222;
    border: 4px solid #aaaaaa;
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
    display: block;
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0px;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0px;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0px;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0px;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 13px;
    height: 13px;
    right: 0px;
    bottom: 0px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: 0px;
    bottom: 0px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: 0px;
    top: 0px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: 0px;
    top: 0px;
}
.ui-dialog-titlebar {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    padding: .5em 1.5em .5em 1em;
    color: #555555;
    background-color: #e6e6e6;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1em;
    font-weight: normal;
    position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    position: absolute;
    right: 8px;
    top: .7em;
    width: 11px;
    height: 11px;
    z-index: 100;
}
.ui-dialog-titlebar-close span {
    display: none;
}
.ui-dialog-content {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    color: #222222;
    padding: 1.5em 1.7em;
}
.ui-dialog-buttonpane {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    border-top: 1px solid #aaaaaa;
    background: #ffffff;
}
.ui-dialog-buttonpane button {
    margin: .5em 0 .5em 8px;
    color: #555555;
    background-color: #e6e6e6;
    font-size: 1em;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
    color: #212121;
    background-color: #dadada;
    border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
    color: #212121;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}







/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    position: relative;
    background: #f8f8f8;
}
.ui-datepicker-div, #ui-datepicker-div {
    z-index: 9999; /*must have*/
    display: none;
    padding: 10px;
    margin-top: 15px;
}
.ui-datepicker-inline {
    display: block;
}
.ui-datepicker-control {
    display: none;
}
.ui-datepicker-current {
    display: none;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-prev {
    float: left;
}
.ui-datepicker-next, .ui-datepicker-prev {
    display: block;
    width: 16px;
    height: 16px;
    background:  url(../../img/sprites/button-sprite-png-master.png);
    cursor: pointer;
}
.ui-datepicker-next span, .ui-datepicker-prev span {
    display: none;
}
.ui-datepicker-prev {
    background-position: -9px -260px;
}
.ui-datepicker-next {
    background-position: -9px -170px;
}
.ui-datepicker-header {
    text-align: center;
    padding-bottom: 5px;
    color: #666666;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
    background: #dadada;
}
table.ui-datepicker-calendar {
    font-size: 13px;
    border-left:  1px solid #A2ADBC;
    margin-bottom: 0;
    width: auto;
}
table.ui-datepicker-calendar td a {
    color: #4C8B76;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
table.ui-datepicker-calendar td a:hover {
    color: #66C3A1;
}
table.ui-datepicker-calendar td a:active {
    color: #212121;
}
table.ui-datepicker-calendar thead th {
    text-align: center;
    font-size: 13px;
    color: #616B76;
    font-weight: normal;
    line-height: 20px;
    border-top:  1px solid #A2ADBC;
    border-bottom:  1px solid #A2ADBC;
    border-right:  1px solid #A2ADBC;
    background: #D9E2E1 none repeat scroll 0 0;
}
.ui-datepicker-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 193px;
    height: 200px;
}

.ui-datepicker-links { display:none }

.ui-datepicker-buttonpane { margin-top: 10px; }

/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Helvetica,Arial,sans-serif;
}
/*component content styles*/
.ui-component-content {
    background: #ffffff 0 0 repeat-x;
    color: #222222;
}
.ui-component-content a {
    color: #222222;
    text-decoration: underline;
}
/*component states*/
.ui-default-state {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 0 50% repeat-x;
    font-weight: normal;
    color: #555555 !important;
}
.ui-default-state a {
    color: #555555;
}
.ui-default-state:hover, .ui-hover-state {
    border: 1px solid #999999;
    background: #dadada 0 50% repeat-x;
    font-weight: normal;
    color: #212121 !important;
}
.ui-hover-state a {
    color: #212121;
}
.ui-default-state:active, .ui-active-state {
    border: 1px solid #aaaaaa;
    background: #ffffff 0 50% repeat-x;
    font-weight: normal;
    color: #212121 !important;
    outline: none;
}
.ui-active-state a {
    color: #212121;
    outline: none;
}

/*hidden elements*/
.ui-hidden {
    display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
     position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
padding: 0 0 0 0;
}

table.ui-datepicker-calendar tbody td {
        color: #000 !important;
        border-bottom:  1px solid #A2ADBC;
        border-right:  1px solid #A2ADBC;
        width: 25px;
        height: 25px;
        text-align: center;
        vertical-align: center;
        padding: 0;
        line-height: 1em;
}
table.ui-datepicker-calendar tbody td a {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
}
.ui-datepicker-days-cell-over {
        background: #fff !important;
}
.ui-datepicker-unselectable span {
        color: #888 !important;
}
.ui-datepicker-today {
    background: #DDDDEE none repeat scroll 0 0 !important;
}
.ui-datepicker-current-day {
    background: #A2ADBC none repeat scroll 0 0 !important;
}

.ui-datepicker-current-day a,
.ui-datepicker-current-day a:hover {
    color: #fff !important;
}
