@charset 'UTF-8';

/* site styles */
html, body
{
    margin:				0;
    padding:			0;
    font-family:		"Lucida Grande", Helvetica, Arial, "Arial Unicode", sans-serif;
    font-size:			12px;
    color:				#333;
    height:				100%;
    background-color:	#fff;
}

img
{
    border:				none;
}

a
{
    text-decoration:	underline;
    color:				#326C76;
    outline:            none;
}

a:hover
{
    text-decoration:	none;
}

ul
{
    list-style-type: none;
}

.clear
{
    clear:				both;
}

.clearLeft
{
    clear:				left;
}

.clearRight
{
    clear:				right;
}

.fileUploadMainFull
{
    width:				100%;
    text-align:			left;
}

.fileUploadMainInternal
{
    padding:            12px;
}

.fileUploadMain .initialUploadSection
{
    cursor:            pointer;
}

.fileUploadMain .initialUploadSection .initialUploadText .uploadText, .fileListingWrapper .introText
{
    padding-bottom:                     4px;
    float:                              left;
}

.fileListingWrapper .globalProgressWrapper
{
    width:                              70%;
    height:                             10px;
    float:                              left;
}

.copyAllLinkWrapper
{
    float:                              right;
}

.fileUploadMain .initialUploadSection .initialUploadText .uploadElement
{
    background:                         url('../img/upload_element.png') right bottom no-repeat;
    width:                              640px;
    height:                             39px;
    color:                              #CCCCCC;
    font-size:                          20px;
    margin-left:                        14px;
}

.fileUploadMain .initialUploadSection .uploadElement .internal
{
    padding-top:                        7px;
    padding-left:                       45px;
    font-style:                         italic;
}

.contentPageWrapper h2
{
    color: #007c82;
    line-height: 0px;
    padding-bottom: 10px;
    font-size: 22px;
    text-transform: lowercase;
}

.hidden
{
    display: none;
}

.hiddenAlt
{
    position: absolute;
    left: -9999px;
}

.files
{
    border-bottom: 1px solid #E2E4FF;
	border-collapse: collapse;
}

.files tr:hover
{
    background-color: #f2e8da;
}

.files td, .addFileRow td {
    padding-top: 3px;
    border-spacing: 3px;
}

.files .cancel, .addFileRow .cancel
{
    width: 30px;
    text-align: center;
}

.files .cancel
{
    height: 30px;
}

.files .name, .files .url a  {
    text-align: left;
    font-size: 14px;
}

.files .name
{
    width: 35%;
}

.files .cancel
{
    width: 22px;
}

.files .rightArrow
{
    width: 16px;
}

.files .rightArrow
{
    width: 14px;
}

.addFileRow td
{
    border-bottom: 1px solid #eee;
}

.fileupload-content .fileListingWrapper .fileSectionFooterText
{
    padding-top: 10px;
}

.fileupload-content .fileListingWrapper .files td, .fileupload-content .fileListingWrapper .files td
{
    border-top: 1px solid #E2E4FF;
}

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

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

.template-upload .preview
{
    text-align: right;
    padding-right: 3px;
}

.fileupload-content .fileListingWrapper
{
    width: 100%;
}

.fileupload-content .baseText
{
    float:                              left;
    color:                              #aaaaaa;
}

.fileupload-content .uploadFooter
{
    padding-top:                        18px;
}

.fileupload-content .fileListingWrapper .fileSectionFooterText .uploadButton
{
    float:                              right;
    background:                         url('../img/upload_queue_button.png') right top no-repeat;
    width:                              155px;
    height:                             39px;
    cursor:                             pointer;
}

.fileupload-content .fileListingWrapper .fileSectionFooterText .uploadProcessingButton
{
    float:                              right;
    background:                         url('../img/processing_button.png') right top no-repeat;
    width:                              155px;
    height:                             39px;
}

.files .template-download:hover
{
    background-color:                   #eee;
}

/* V3.3 STYLES */
.progress {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.progress .bar {
    -moz-box-sizing: border-box;
    background-color: #0E90D2;
    background-image: linear-gradient(to bottom, #149BDF, #0480BE);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress .bar + .bar {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.progress-striped .bar {
    background-color: #149BDF;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.initialUploadSection
{
	padding-top: 9px;
}