@charset "UTF-8";

.faqStyle tr th {padding: 0 8px; background: #fff}
.faqStyle tr td {padding: 0; border-bottom: none !important}
.faqStyle tr th { height: 35px}
.faqStyle tr th a { display: block; padding: 5px; text-decoration: none; color:#737b87;}
.faqStyle tr th.faqTableTitle { text-align: left; }
.faqStyle tr:hover th { background: #eee}
.faqStyle tr:hover th a { color: #6e7582; }
.faqIcon {vertical-align: middle}
.faqIcon.off {transform: rotate(180deg)}

.faqTableBg {background: aliceblue; padding: 20px 80px}

#uploadBox { position: relative; margin-top: 10px; border: solid 1px #999; }
#uploadBox #statusMessage { background: #999; font-size: 11px; color: white; padding: 0 10px; }
#uploadBox #uploadButtons { position: absolute; height: 30px; top: 15px; width: 120px; margin: 12px 10px 12px 10px; background: url("./Images/uploadButtons.png"); }
#uploadBox #insertButtons { position: absolute; height: 30px; top: 15px; left: 130px; margin: 12px 10px 12px 10px; }
#uploadBox #uploadDsc { position: absolute; height: 30px; top: 15px; left: 250px; margin: 12px 20px; line-height: 14px; letter-spacing: -1px; }
#uploadBox #uploadQueue { position: absolute; right: 0; border: solid 1px #ccc; margin: 5px; overflow: auto; width: 250px; height: 40px; }
#thumbList { position: relative; margin: 55px 5px 5px 5px; padding: 5px; min-height: 60px; border: solid 1px #ccc; }
#thumbList img { margin: 2px; vertical-align: middle; }
#uploadBox #uploadQueue .uploadifyQueueItem {
	background-color: #F5F5F5;
	font: 9px Verdana, Geneva, sans-serif;
	margin-bottom: 1px;
	padding: 3px 10px;
}
#uploadBox #uploadQueue .uploadifyError {
	background-color: #FDE5DD !important;
}
#uploadBox #uploadQueue .uploadifyQueueItem .cancel {
	float: right;
}
#uploadBox #uploadQueue .uploadifyQueue .completed {
	background-color: #E5E5E5;
}
#uploadBox #uploadQueue .uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
#uploadBox #uploadQueue .uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

