.clear {
	clear: both;
}

#fileQueue {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
	font: 11px Verdana, Geneva, sans-serif;
	border: 1px solid #E5E5E5;
}

.QueueItem .pic {
	width: 130px;
	text-align: center;
}

.QueueItem .pic div { text-align: center; }

.QueueItem .progress { width: 130px; }
.QueueItem .percentage  {width: 40px;}
.QueueItem .size {width: 50px;}
.QueueItem .fileName { width: 130px; }

.QueueItem .cancel {
	width: 25px;
	text-align: center;
}

.QueueItem  .info label {

	font-weight: bold;
	margin-right: 10px;
}

.QueueItem .info p {margin-bottom: 5px;}

.QueueItem td {
	margin: 3px 5px;
	padding: 3px 3px;
	background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.QueueItem .uploadError {
	padding: 1px 5px;
	margin-left: 5px;
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}

.QueueItem .uploadSuccess {
	padding: 1px 5px;
	border: 2px solid #CBFBBC !important;
	background-color: #E5FDDD !important;
}

.QueueItem .uploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	width: 150px;
}
.QueueItem .uploadProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 15px;
}

#buttons .hidden, table.allPics.hidden {display: none;}



table#allPics, table.allPics {
	width: 100%;
	margin: 5px 0 10px 0;
	height: 100%;
}

#allPics .pm {
	width: 6px;
	text-indent: -10px;
	overflow:hidden;
}

#allPics .prm {
	height: 8px;
	text-indent: -10px;
	overflow:hidden;
}

#allPics td.default .comments { display: none; }

#allPics td.pic {
	vertical-align: top; 
	border: 1px solid #ccc;
	text-align: center;
	
	width: 24%;
	padding-bottom: 5px;
}

#allPics div.header {
	background-color: #eef;
	text-align: center;
	font-size: 10px;
	padding: 0 2px;
	margin-bottom: 10px;
}

#allPics div.header span, #header span {
	font-size: 9px;
	margin-left: 7px;
}

#zoomedPic {
	position: absolute;
	display: none;
	border: 2px solid #ccc;
	text-align: center;
	z-index: 100;
	/* padding-bottom: 20px; */
	padding-bottom: 7px;
	background-color: #EEF;
}

#zoomedPic .zommedPic {
	padding: 0 3px;
}

#zoomedPic div.header {
	background-color: #c5c8c8;
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 5px;
}
#zoomedPic div.header span {
	font-weight: normal !important;
	font-size: 9px;
	margin-left: 5px;
}

#zoomedPic .comments {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: -1px;
	padding-left: 2px;
}

#zoomedPic .loading{
	display: none;
}

/* One Pic */
#photo { 
	margin: 0 auto;
}
#photo #back { float: left; width: 75px; }

#photo #pic {
	text-align: center; 
}
#photo #inner {
	margin: 0 auto;
}

#photo #inner img {
	cursor: pointer;
}

#photo #forward { float: right; width: 75px; text-align: right; }

#photo #forward, #photo #back {
	padding-top: 20px;
	font-size: 22px;
}

#photo #forward img, #photo #back img {
	width: 65px;
}

#photo #forward a, #photo #back a {
	text-decoration: none;
}

#photo #header {
	font-weight: bolder;
	font-size: 16px;
	background-color: #eef;
}

#photo #original {

	margin-top: 10px;
	font-size: 12px;
	color: #234;
}


.no_photo {
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}

#buttons object {outline: none;}
#buttons input {vertical-align: top;}

#add_comm_lnk.hidden , #add_comm_img.hidden, #original.hidden {display: none;}

.refresh_pg {position: static;}