/* content */
.bar-top {
	background: #6cb3d7 url(../../images/games/quizzes/builder_cogs.png) no-repeat top right;
	margin: 0px 0px 30px 0px;
	border-radius: 5px;
}
.bar-top h1 {
	font-size: 22px;
	color: #ffffff;
	margin: 0px;
	padding-top: 5px;
	padding-left: 20px;
}
.bar-top h4 {
	width: 95px;
	height: 26px;
	background: url(../../images/games/quizzes/builder_top_bubble.png) no-repeat;
	color: #4892b7;
	font-size: 15px;
	margin-left: 18px;
	padding-top: 5px;
	text-align: center;
}
.bar-top .bar-top-btn {
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}
.bar-top-nobtn h1 {
	padding-top: 18px;
	padding-bottom: 25px;
}
.create-body {
	padding: 0px 15px;
}

.sep-footer {
	height: 100px;
}

.quiz-thumb {
	display: inline-block;
	border: 2px solid #d7e3ed; 
	padding: 5px;
}

/* create */
#quizBuilder h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
}
#quizBuilder h4 {
	font-weight: 700;
	margin-bottom: 5px;
}
#quizBuilder ul {
	margin-bottom: 30px;
}
#quizBuilder ul li {
	margin-bottom: 2px;
}
#quizBuilder .topics {
	color: #333333;
}
#quizBuilder p {
	margin-bottom: 20px;
}
#quizBuilder p.small {
	color: #858585;
	font-size: 13px;
	line-height: normal;
	margin-bottom: 25px;
}
#quizBuilder p.small a {
	color: #858585;
}

/* carousel */
.carousel {
	background: #f0f8ff;
	padding: 10px 5px;
	margin-bottom: 30px;
}

#carousel_1 li {
	width: 102px;
	display: inline-block;
}

#carousel_1 li a {
	display: inline-block;
}

#carousel_2 li {
	width: 102px;
	height: 102px;
	display: inline-block;
}

#carousel_2 li a {
	display: inline-block;
}

#carousel_2 li a.themeDelete {
	display: block;
	width: 13px;
	height: 13px;
	background: url(../../images/template/icons/icon_delete_off.gif) no-repeat left top;
	text-indent: -5000px;
	margin-top: 4px;
}

.themeOn {
	border: 3px solid #e40d56;
}
.themeOff {
	border: 3px solid #f0f8ff;
}

.bx-wrapper {
	width: 100% !important;
}
.bx-window {
	margin-left: 25px;
}
.bx-prev {
	background: url(../../images/games/quizzes/sprite_nav_arrows.png) no-repeat	0px 0px;
	width: 31px;
	height: 24px;
	position: absolute;
	top: 50px;
	left: 0px;
	text-indent: -999999px;
	outline: none;
}
.bx-next {
	background: url(../../images/games/quizzes/sprite_nav_arrows.png) no-repeat	0px -24px;
	width: 31px;
	height: 24px;
	position: absolute;
	top: 50px;
	right: 0px;
	text-indent: -999999px;
	outline: none;
}

/* step 1 */
#quizTimer {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quizTimer li {	
	margin-bottom: 5px;
}

/* step 3 */
div.themeBoxClass {
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #c0ddea;
	text-align: center;
}

#quizPhoto {
	display: block;
	margin: auto;
}

a.removePhoto {
	background: url(../../images/template/icons/icon_delete_off.gif) no-repeat 0	3px;
	padding-left: 17px;
	margin: 3px auto;
	text-decoration: none;
	line-height: normal;
	color: #797979;
}

#popupUploadBtn {
	margin-top: 15px;
}

/* player youtube uploader */
.player-upload {
	margin-bottom: 10px;
}
.player-container {
	margin: auto;
	text-align: center;
	width: 320px;
}
.player-container iframe {
	margin: auto;
	width: 320px;
	height: 180px;
}

/* template */
#templateLeft {
	background: url(../../images/quizzes/builder_left.jpg) no-repeat left top;
}

#templateTop {
}
#templateTop h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 20px;
}
#templateTopButton {
	margin-top: 4px;
}

#helpJester {
	text-align: left;
	padding-left: 15px;
}

#helpBox {
	width: 181px;
	background: url(../../images/quizzes/help_box.gif) no-repeat left top;
	margin-left: 10px;
	padding: 10px 20px 0px 10px;
	font-size: 12px;
	color: #80a010;
}

#helpBoxBottom {
	width: 181px;
	height: 5px;
	background: url(../../images/quizzes/help_box.gif) no-repeat bottom left;
	margin-left: 10px;
	padding: 10px 20px 10px 10px;
}

#quizTabs {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #afd9e7;
}

#quizTabs ul {
	margin: 0px;
	padding: 0px;
}

#quizTabs li {
	float: left;
	list-style: none;
	font-size: 18px;
	background: url(../../images/quizzes/tab_off.gif) right top;
	padding-right: 10px;
	margin-right: 10px;
	text-align: center;
}

#quizTabs li a {
	display: block;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: #585858;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	background: url(../../images/quizzes/tab_off.gif);
}

#quizTabs ul li.tabOn {
	background: url(../../images/quizzes/tab_on.gif) right top;
}

#quizTabs ul li.tabOn a {
	color: #FFFFFF;
	background: url(../../images/quizzes/tab_on.gif) left top;
}

.sectionHide {
	display: none;
}

.sectionShow {
	display: block;
}

.inputBox {
	font-size: 16px;
	background: #f0f8ff;
	border: 1px solid #d7e3ed;
	padding: 5px;
}

.textareaBox {
	font-size: 16px;
	background: #f0f8ff;
	border: 1px solid #d7e3ed;
	padding: 5px;
}

.selectBox {
	font-size: 16px;
	background: #f0f8ff;
	border: 1px solid #d7e3ed;
	padding: 5px;
}

.radioBox {
	font-size: 16px;
	background: #f0f8ff;
	border: 1px solid #d7e3ed;
	padding: 5px;
}

.help {
	font-size: 12px;
	color: #676767;
	font-weight: normal;
}

#itemTitle, .itemTitle {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}

.infoBoxContainer {
	list-style: none;
	margin: 24px 0 0 0;
	padding: 0;
}

.infoBoxContainer li {
	background: #eef7fb;
	border: 1px solid #c9e4f2;
	padding: 5px;
	margin-bottom: 25px;
	display: none;
}

#questions {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#questions li {
	background: url(../../images/icons/q_off.gif) left no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	margin-top: 5px;
}

#questions #questionsSel {
	background: url(../../images/icons/q_on.gif) left no-repeat;
}

#sepFooter {
	height: 150px;
}

/* preview */
.player-video {
	font-size: 11px;
	background: url(../../images/icons/video.png) no-repeat 0px 3px;
	padding-left: 22px;
}

/* user/quizzes/moderator */
.reasons-list {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.reasons-list li {
	margin-bottom: 10px;	
}

/* quizzes/topics_view */
.topics-list {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.topics-list li {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0px;
}
.topics-list li a {
	color: #333;
	text-decoration: none;
}
.topics-list li a:hover {
	text-decoration: underline;
}
.topics-list li span {
	color: #686868;
	font-weight: normal;
	font-size: 11px;
}
.topics-list li span a {
	color: #858585;
	font-weight: normal;
	font-size: 11px;
}