﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-image:url('images/MainBg.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

form 
{
    padding: 0px;
    margin: 0px;
}

#Header 
{
    height: 93px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.Warning 
{
    background-color: White;
	background-image: url('images/WarningTape.gif');
	background-repeat: repeat-y;
	margin: 0px auto 10px auto;
	width: 580px;
	border: solid 1px black;
}

.Warning div 
{
	margin: 10px 5px 10px 35px;
}

.ContentWrapper
{
    width: 600px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    background-color: Transparent;
}

.Content 
{
    margin: 0px 10px;
    border: solid 1px black;
    background-color: White;
    padding: 10px;
}

#Loading 
{
    text-align: center;
    display: none;
}

.Spacer 
{
    height: 10px;
    line-height: 10px;
}

h3 {
	padding: 0px;
	margin: 3px;
	font-size: 16px;
}

.topleftcrop {
	position: absolute;
	left: 0px;
	top: 0px;
}

.toprightcrop {
	position: absolute;
	right: 0px;
	top: 0px;
}

.bottomleftcrop {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.bottomrightcrop {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.button {
	background-image: url('images/ButtonBg.gif');
	background-repeat:repeat-x;
	height: 19px;
	border: 1px solid black;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 10px;
}

.Logo {
	position: absolute;
	right: 50px;
	top: 40px;
	display: none;
}

.CommentWarning {
	position: absolute;
	right: 20px;
	bottom: 58px;
	width: 275px;
	border: 0px;
}
        
.OrderLineFileUpload 
{
    position: relative;
    border: solid 1px black;
    border-bottom: 0px;
    border-right: solid 3px black;
    width: 530px;
    padding: 5px;
    margin: 0px auto;
}

.Artwork 
{
    position: absolute;
    top: 40px;
    left: 280px;
    height: 70px;
    width: 160px;
    background-image: url('images/ArtworkUpload.png');
}

.MailingList
{
    position: absolute;
    top: 40px;
    left: 280px;
    height: 70px;
    width: 160px;
    background-image: url('images/MailingListUpload.png');
}

.FastTrack 
{
    position: absolute;
    top: 40px;
    left: 280px;
    height: 70px;
    width: 160px;
    background-image: url('images/FastTrackUpload.png');
}

.CommentBox 
{
    border: solid 1px black;
    border-top: 0px;
    border-right: solid 3px black;
    border-bottom: solid 3px black;
    width: 530px;
    padding: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.footer {
	width: 625px;
	padding: 10px 5px;
	margin: 0px auto;
}

.footerleft {
	float: left;
	padding: 2px 5px;
	width: 280px;
}

.footerright {
	float: right;
	padding: 2px 5px;
	text-align: right;
	width: 280px;
}
    
    #UploadProgressBar 
    {
        position: relative;
        display: none;
        border: solid 1px black;
        padding: 0px;
        margin: 10px auto;
        height: 25px;
        line-height: 25px;
        font-weight: bold;
        width: 400px;
        text-align: center;
        /* z-index: 2; */
    }
    
    #ProgressIFrame 
    {
        display: none;
    }
    
    #UploadProgressFill
    {
        float: left;
        border: 0px;
        padding: 0px;
        margin: 0px;
        height: 25px;
        width: 0%;
        background-color: #ccc;
    }
    
    #UploadProgressPercent 
    {
        position: absolute;
        width: 40px;
        height: 25px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
        top: 0px;
        left: 180px;
        z-index: 2;
    }
    
    a.MultiFile-remove 
    {
        display: block;
        float: left;
        background-image: url('images/trashcan.png');
        width: 19px;
        height: 22px;
        font-size: 1px;
        margin-right: 5px;
    }
    
    div.MultiFile-label 
    {
        height: 22px;
        line-height: 22px;
    }
    
    div.MultiFile-list 
    {
        margin: 10px 0px;
    }
    
    #UploadProgress
    {
        width: 400px;
    }
    
    #UploadComplete, #UploadProgress
    {
        display: none;
        margin: 0px auto;
    }
    
    #UploadedFileList 
    {
        margin: 0px auto;
    }

#SavingFiles
{
    margin: 10px auto;
    text-align: center;
    display: none;
}

#SavingFiles img
{
    margin: 5px auto;
}

#SavingFiles h3
{
    text-align: center;
    margin: 5px auto;
}