@charset 'UTF-8';
/*
 * jQuery UI CSS Framework 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.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);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 * jQuery UI Autocomplete 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
} /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Button 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
	border-style: solid;
    border-width: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 0;
    text-decoration: none !important;
    cursor: pointer;
    zoom: 1;
    overflow: visible;
	background-color: #D7331A;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} /* the overflow property removes extra width in IE */
.ui-button-icon-only {
    width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
    width: 2.4em;
} /* button elements seem to need a little more width */
.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/*button text element */
.ui-button-text {
    display: block;
    padding: 3px 8px;
}

.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text
    {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text
    {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon
    {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary
    {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary
    {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary
    {
    right: .5em;
}

/*button sets*/
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
} /* reset extra padding in Firefox */

/*
 * jQuery UI Dialog 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus
    {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
/*
 * jQuery UI Progressbar 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
    height: 2em;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

/*
 * jQuery UI Selectable 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

/*
 * jQuery UI CSS Framework 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif /*{ffDefault}*/; /*{fsDefault}*/;
}

.ui-widget .ui-widget {
    font-size: 11px;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Arial, Helvetica, sans-serif /*{ffDefault}*/;
    font-size: 11px;
}

.ui-widget-content {
    background: #ffffff 50% 50% repeat-x;
    color: #333333 /*{fcContent}*/;
}

.ui-widget-header {
    border-bottom: 1px solid #999999 /*{borderColorHeader}*/;
    color: #333333 /*{fcHeader}*/;
    font-weight: bold;
	text-align: center;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
    {
    border: 1px solid #fcefa1;
    background: #fbf9ee 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a
    {
    color: #363636;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error
    {
    border: 1px solid #cd0a0a;
    background: #fef1ec 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a
    {
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text
    {
    color: #cd0a0a /*{fcError}*/;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary
    {
    font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary
    {
    opacity: .7;
    filter: Alpha(Opacity =           70);
    font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled
    {
    opacity: .35;
    filter: Alpha(Opacity =           35);
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png) /*{iconsContent}*/;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    background: #aaa;
    opacity: .5;
    filter: Alpha(Opacity =                     50);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity =         30) /*{opacityShadow}*/;
    -moz-border-radius: 8px /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 8px /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
    border-radius: 8px /*{cornerRadiusShadow}*/;
    opacity: .3;
}

.fileupload-buttonbar .ui-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity =         0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.fileinput-button {
    overflow: hidden;
}

/* Fix for IE 6: */
* html .fileinput-button {
    padding: 2px 0;
}

/* Fix for IE 7: */
*+html .fileinput-button {
    padding: 2px 0;
}

.fileupload-buttonbar .ui-button {
    vertical-align: middle;
    padding: 1px;
    top: -1px;
}

.fileupload-content {
    padding: 0;
    border-top-width: 0;
    background: transparent none;
}

.fileupload-content .ui-progressbar {
    width: 540px;
    height: 8px;
    border: 1px solid #999999;
    color: #333333;
    border-radius: 4px;
}

td.preview {
    width: 100px;
}

.fileupload-content .ui-progressbar-value {
    background: #D71A1A;
    border-radius: 4px;
    margin: 0;
}

.fileupload-content .fileupload-progressbar {
    width: 400px;
    margin: 10px 0;
}

.ui-state-disabled .ui-state-disabled {
    opacity: 1;
    filter: alpha(opacity =           100);
}

.ui-state-disabled input {
    cursor: default;
}

.ui-state-disabled label {
    color: #aaa;
}

.template-download,.template-deleted {
    border: 1px solid transparent;
    float: left;
    padding: 4px 4px;
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 200;
    float: left;
}

.files-section {
    padding: 28px 4px 25px 4px;
    border-width: 1px 0 0 0;
    margin: 0;
}

fieldset h2 {
    font-size: 15px;
    padding: 6px 8px 4px;
    display: block;
    float: left;
    clear: both;
    border: 1px solid #aaa;
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-weight: bold;
    background: #fff;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: -56px 0 0 0;
    position: relative;
    line-height: 17px;
}

.fileupload-buttonbar {
    padding: 28px 8px 20px 4px;
    background: #efefef;
    margin-top: 0px;
    border-top: 1px solid #999;
}

.fileupload-buttonbar h2 {
    margin: -29px 0 10px 0;
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px;
    display: none;
}

.files_deleted {
    background: #ddd;
    padding-bottom: 10px;
}

.files_deleted h2 {
    background: #ddd;
}

.files_deleted .template-download img {
    opacity: .5;
    -moz-opacity: .5;
    filter: Alpha(Opacity =           50);
}

.files_deleted .template-download:hover img {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: Alpha(Opacity =           100);
}

.template-upload {
    border-bottom: 1px dotted #aaa;
}

.template-download button,.template-deleted button {
    visibility: hidden;
}

.template-download:hover,.template-deleted:hover {
    border: 1px solid #aaa;
    box-shadow: 2px 2px 3px #555;
    -moz-box-shadow: 2px 2px 3px #555;
    z-index: 600;
    background: #fff;
}

.template-download:hover button,.template-deleted:hover button {
    visibility: visible;
}

.files_deleted,.noflash_link {
    clear: both;
    border-top: 1px solid #aaa;
}

.photo-warning {
    background: #efefef 50% 50% repeat-x;
    font-weight: bold;
    font-size: 11px;
}

#fileupload p.photo-warning {
    margin: 0;
    padding: 4px 0 0 4px;
    text-align: center;
}

#fileupload p.photo-warning img {
    margin: 0 3px -3px 0;
}

.files_uploading {
    border-collapse: collapse;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.files_uploading_block {
    display: none;
    clear: both;
    border: 0;
}

.files_uploading td {
    padding: 5px;
    border-spacing: 5px;
}

.files_uploading .name,.files .name,.files_deleted .name {
    padding: 0 10px;
}

.files_uploading .size,.files .size,.files_deleted .size {
    padding: 0 10px 0 0;
    text-align: right;
    white-space: nowrap;
}

#fileupload button,.ui-button {
    background-color: #D7331A;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-image: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 0;
    text-decoration: none !important;
    cursor: pointer;
    zoom: 1;
    font-weight: bold;
}

#fileupload button:active,.ui-button:active {
    background-color: #7C0808;
    border-color: #7C0808 #F05555 #F05555 #7C0808;
}

a.full-size {
    padding-left: 13px;
    background-image: url(/img/icons/new-window.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}

body {
    margin: 0;
}

#fileupload,#main_content {
    font: 12px Arial, Helvetica, sans-serif;
}

#theform {
    padding: 6px 4px;
}

#theform table tr td {
    padding: 2px 6px;
}

label.ui-button {
    display: block;
    float: left;
    margin-right: 6px;
    top: 0;
}

#urlfiles_rewritable {
    border: 1px solid #999;
    border-radius: 2px;
    padding: 4px 2px;
    width: 380px;
}

.delete-photo,.undelete-photo,#add-files,#add-url,.cancel-photo-upload {
    background-repeat: no-repeat;
    background-position: 4px 2px;
    padding: 2px 4px 2px 10px;
}

#add-url {
    background-image: url(/img/icons/link_add.png);
}

#add-files {
    background-image: url(/img/icons/folder_image.png);
}

.cancel-photo-upload {
    background: url(/img/icons/bin.png) no-repeat top left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin-top: -6px;
    display: block;
    border: 0;
}

.delete-photo {
    background-image: url(/img/icons/bin.png);
}

.undelete-photo {
    background-image: url(/img/icons/arrow_undo.png);
}

#add-files .ui-button-text {
    padding: 2px 4px 2px 13px;
}

#add-url .ui-button-text,.delete-photo .ui-button-text,.undelete-photo .ui-button-text,.cancel-photo-upload .ui-button-text
    {
    padding: 2px 4px 2px 21px;
}

/* Queue controls */
#queue-controls {
    border-top: 1px dotted #aaa;
    text-align: center;
    display: none;
    clear: both;
    padding-top: 16px;
}

#queue-controls button {
    font-size: 13px;
    margin-right: 4px;
}

#upload-problems {
    font-weight: bold;
    padding: 2px 2px 2px 18px;
}

#fileupload .noflash_link {
    padding: 3px 4px;
}

#upload-problems {
    background: url(/img/icons/help.png) no-repeat left -1px;
    font-size: 11px;
    margin-left: 7px;
}

#max_num_warning,#file_upload_error {
    background-image: url(/img/icons/error.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    display: none;
    clear: both;
    padding: 8px 8px 8px 30px;
    text-align: center;
    margin-bottom: 10px;
}

.individual-start {
    display: none;
}

.transload .ui-progressbar {
    margin-top: 10px;
}

.transload a {
    color: #555;
}

#dialog-confirm,.hidden {
    display: none;
}

#adding-buttonbar {
    padding-bottom: 8px;
    clear: both;
    text-align: center;
}

#adding-buttonbar span.label {
    display: none;
    line-height: 20px;
    text-decoration: none;
    cursor: default;
}

#adding-buttonbar span.active {
    display: inline;
    border-bottom: 1px dotted #555;
    cursor: pointer;
}

.upload-errors {
    text-align: center;
    clear: both;
    display: none;
}

.no-preview {
    padding: 10px;
    background: #fff;
    border: 1px solid #999;
    width: 62px;
}

.no-preview div {
    background: #ddd;
    width: 60px;
    height: 60px;
    border: 1px solid #aaa;
}

#refresh {
    width: 16px;
    height: 16px;
    background: url(/img/icons/arrow_refresh_small.png);
    display: block;
    float: right;
    margin-left: 6px;
    border: 1px solid #fff;
    border-radius: 2px;
}

#refresh:hover{
    border-color: #ddd;
}