body
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}
.imagetable
{
    overflow: hidden;
    margin:auto;
    width:1030px;
    padding:5px;
    vertical-align: middle;
}

.th
{
    border-bottom: 2px solid #6678B1;
}

.tr
{
    border-bottom: 1px solid #CCCCCC;
}


.boot
{
    color: #000088;
    border-top: 1px solid #CCCCCC;
}

.tr:hover
{
    color: #000099;
    background: #E8EDFF;
}

.imagetable .center
{
    text-align: center;
    margin-top:10px;
}


.imagetable .header
{
    font-weight: bold;
    color: #003399;
    font-size: 14px;
	margin-top: 10px;
}


.imagetable .imagetable_1
{
    float: left;
    width: 60px;
    overflow: hidden;
}

.imagetable .imagetable_2
{
    float: left;
    width: 400px;
    overflow: hidden;
}


.imagetable .imagetable_3
{
    float: left;
    width: 100px;
    overflow: hidden;
}

.imagetable .imagetable_4
{
    float: left;
    width: 120px;
    overflow: hidden;
}

.imagetable .imagetable_5
{
    float: left;
    width: 120px;
    overflow: hidden;
}

.imagetable .imagetable_6
{
    float: left;
    width: 100px;
    overflow: hidden;
}

.imagetable .imagetable_6 img
{
    vertical-align: top;
}

.imagetable .imagetable_7
{
    float: left;
    width: 50px;
    overflow: hidden;
}

.imagetable .imagetable_8
{
    float: left;
    width: 80px;
    overflow: hidden;
}









.boot .imagetable_1
{
    float: left;
    width: 800px;
    overflow: hidden;
}

.boot .imagetable_2
{
    float: left;
    width: 100px;
    overflow: hidden;
}


.boot .imagetable_3
{
    float: left;
    width: 50px;
    overflow: hidden;
}

.boot .imagetable_4
{
    float: left;
    width: 80px;
    overflow: hidden;
}











.hide
{
    display:none;
}
#demo-status
{
	width:					705px;
}

#demo-status .progress
{
	background:				white url(/js/uploader/img/progress.png) no-repeat;
	background-position:	+50% 0;
	margin-right:			10px;
}

#demo-status .progress-text
{
	font-size:				20px;
	font-family: 			tahoma;
}

#demo-list
{
	list-style:				none;
	width:					705px;
}

#demo-list li
{
	list-style:				none;
	padding: 15px;
	overflow: hidden;
}

#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(/js/uploader/img/file.png) no-repeat 15px 50%;
}
#demo-list li.file.file-uploading
{
	background:		url(/js/uploader/img/uploading.png) no-repeat 15px 50%;
	background-color:		#e8f5fb;
}
#demo-list li.file.file-success
{
	background:		url(/js/uploader/img/success.png) no-repeat 15px 50%;
}
#demo-list li.file.file-failed
{
	background:		url(/js/uploader/img/failed.png) no-repeat 15px 50%;
}

#demo-list li.file .file-name
{
	font-size:				.9em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			1.5;
	font-weight:			bold;
	overflow:	hidden;
	padding-top: 1px;
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			1.5;
	float:					right;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			1.5;
	/*clear*/
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			1.5;
}

#demo-status table tr td a {
	color: #14abdf;
}
#demo-status table tr td {
	padding: 15px 0;
}
a#demo-browse-images {background: transparent url(/img/browse_images.gif) left top no-repeat; padding-left: 19px;}
a#demo-clear {background: transparent url(/img/clear_list.gif) left top no-repeat; padding-left: 19px;}
a#demo-upload {background: transparent url(/img/upload_images.gif) left top no-repeat; padding-left: 19px;}
#demo {
	width: 705px;
}
#demo-allcomplete {margin: 50px 0 135px;}
#demo-allcomplete a, input.further_btn2 {
	background: transparent url(/img/further_btn.gif) left top no-repeat;
	display: block;
	width: 152px;
	height: 31px;
	margin: 0 auto;
	border: 0;
	cursor: pointer;
}
div.upload {
	background-color: #f6f7f8;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	padding: 20px 20px 10px 200px;
	height: 120px;
	margin-bottom: 10px;
}
.overall-title, .current-title {font-weight: 700; padding-bottom: 5px;}
div.upload div {margin-bottom: 15px;}
div.current-text {margin-bottom:0 !important;}