﻿/* QSF Configurator styles */
/*.qsfConfig {
    padding: 0 0 1.4em;
}*/

.qsfConfig {
	margin-bottom: 30px;
}

.qsfConfig ul.conf {
	list-style: none outside none;
	margin: 0;
	padding: 10px 0 20px;
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: top;
}

.qsfConfig ul.conf li {
    line-height: 24px;
    margin-left: 10px;
    padding-left: 11px;
}

.qsfConfig ul {
	padding: 0;
	margin: 0 20px 0 0;
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: top;
}

.qsfConfig li {
	list-style: none;
	line-height: 24px;
	_zoom: 1;
	_white-space: nowrap;
}

.cfgVertical {
	min-width: 260px;
	_width: 260px;
	float: right;
}

.cfgHead {
	position: relative;
	display: block;
	height: 22px;
	line-height: 22px;
	color: #666;
	font-size: 14px;
	outline: none;
	text-decoration: none;
}

.qsf-transparent .cfgHead {
	color: #000;
	background-position: 0 bottom;
}

.qsf-black .cfgHead, 
.qsf-office-black .cfgHead {
	color: #ccc;
}

.cfgTitle {
	color: #58954D;
	background-color: #fff;
	font-size: 16px;
	padding: 0 8px 0 1px;
}

.qsf-black .cfgTitle {
	background-color: #2e2e2e;
    color: #fff;
}

.qsf-office-black .cfgTitle {
	background-color: #6f6f6f;
}

.qsf-transparent .cfgTitle {
	background-color: transparent;
}

.cfgBorder {
	display: block;
	height: 1px;
	background-color: #dedede;
	margin: -5px 27px 0 50px;
	_overflow: hidden;
}

.cfgButton {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../Images/qsf-sprite.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}

.qsf-black .cfgButton {
	background-color: #2e2e2e;
}

.qsf-office-black .cfgButton {
	background-color: #6f6f6f;
}

.qsf-transparent .cfgButton {
	background-color: transparent;
}

.cfgUp {
	background-position: -50px -100px;
}

.cfgDown {
	background-position: 0 -100px;
}

.cfgContent {
	margin: 0 22px 0 0;
	padding: 1.2em 0 1.8em;
	_zoom: 1;
}

.cfgContent strong {
	font-weight: normal;
	color: #717276;
}

.conf .riLabel {
	font-size: 16px;
}

/* QSF Console styles */

.qsfEventLogWrapper {
	position: relative;
	width: 700px;
	height: 150px;
	margin: 20px 0;
	_clear: both;
}

.qsfEventLogWrapper .qsfConsole {
	position: absolute;
	top: 27px;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	font: 14px Consolas, monospace;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	overflow: auto;
	background: #fff;
	color: #000;
	_height: 140px;
	_display: block;
}

.qsfEventLogWrapper .qsfConsoleClear {
	height: 22px;
	line-height: 22px;
	padding: 0 0 2px 20px;
	background: url('../Images/qsf-sprite.png') no-repeat -250px 3px;
	text-decoration: none;
	border: 0;
	display: block;
	float: right;
	color: #000;
	outline: 0;
}

.qsf-black .qsfEventLogWrapper .qsfConsoleClear,
.qsf-office-black .qsfEventLogWrapper .qsfConsoleClear {
	color: #fff;
}

.qsfConsole span {
	display: block;
	margin: 0;
	padding: 7px 5px 7px 30px;
	background: url('../Images/qsf-sprite.png') no-repeat -243px -43px;
	border-bottom: 1px solid #ddd;
	zoom: 1;
}
