
@charset "utf-8";
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    left: -1e+8px;
    position: absolute;
}
.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ui-helper-clearfix {
    display: inline-block;
}
* html .ui-helper-clearfix {
    height: 1%;
}
.ui-helper-clearfix {
    display: block;
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    margin: 0;
	position:fixed;
    top: 0;
    width: 100% !important;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: none repeat scroll 0 0 #1b1b1b;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    background: none repeat scroll 0 0 #1b1b1b;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: none repeat scroll 0 0 #e6e6e6;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
    outline: medium none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    outline: medium none;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
}
.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    outline: medium none;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #aaaaaa;
    color: #212121;
    font-weight: normal;
    outline: medium none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    outline: medium none;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: none repeat scroll 0 0 #fbf9ee;
    border: 1px solid #fcefa1;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error {
    background: none repeat scroll 0 0 #fef1ec;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #cd0a0a;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    background-image: none;
	filter:alpha(opacity=35);
    opacity: 0.35;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    font-weight: normal;
	filter:alpha(opacity=70);
    opacity: 0.7;
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-widget-overlay {
    background: none repeat scroll 0 0 #000000;
	filter:alpha(opacity=30);
    opacity: 0.3;
}
.ui-widget-shadow {
    background: none repeat scroll 0 0 #aaaaaa;
    margin: -8px 0 0 -8px;
	filter:alpha(opacity=30);
    opacity: 0.3;
    padding: 8px;
}
.ui-dialog {
    border: 1px solid #515151;
    left: 50% !important;
    margin-left: -400px !important;
    padding: 0;
    position: relative;
    width: 300px;
}
.ui-dialog .ui-dialog-titlebar {
    height: 26px;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}
.ui-dialog .ui-dialog-titlebar-close span {
    background:url(../images/close_btn.gif) no-repeat;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
}
.ui-dialog .ui-dialog-titlebar-zoom {
    height: 26px;
    position: absolute;
    right: 87px;
    top: 0;
    width: 55px;
}
.ui-dialog .ui-dialog-titlebar-zoom span {
    background:url(../images/zoom_btn.gif) no-repeat;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}
.ui-dialog .ui-dialog-content {
    background:url(../images/loading.gif) no-repeat8px 2px;
    border: 0 none;
    overflow: hidden;
    padding: 0 2px 2px;
}
.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin: 0.5em 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    float: right;
    line-height: 1.4em;
    margin: 0.5em 0.4em 0.5em 0;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-dialog-alt {
    background: url(../images/zoom_icon.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 26px;
    opacity: 0.7;
    position: absolute;
    right: -23px;
    top: 11px;
    width: 23px;
}
.ui-dialog-alt.hover {
    background: url(../images/zoom_icon_hover.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    opacity: 0.7;
}
.ui-dialog-border {
    display: inline-block;
    height: auto;
    position: relative;
    width: auto;
}
