﻿.Detail {
	border: 1px solid #000000;
	padding: 10px;
	background-color: #FFFFFF;
}

.Detail P {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

.Footer {
	background-color: #808080;
}

.header {
	background-color: #808080;	
}

.header P {
	color: #E7EBE2;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.OptionsDetail {
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	color: #000000;
	background-color: #EBEBEB;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.OptionsHead {
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	color: #FFFFFF;
	background-color: #808080;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.OptionsHead A {
	color: #FFFFFF;
}

.OptionsHead A:hover {
	color: #000000;
}

.ScrollArea {
	border-right: #000000 1px solid;
	padding-right: 10px;
	border-top: #000000 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: #000000 1px solid;
	padding-top: 10px;
	border-bottom: #000000 1px solid;
	overflow: auto;
}

.TheRow {
	background-color: #EBEBEB;
}

.TheRowChecked {
	background-color: #FFFF00;
}

.WizardBtn {
	width: 70pt;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.WizardInput {
	width: 100%;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.WizardSection {
	width: 100%;
	min-height: 400px;
	overflow: auto;
	height: auto;
}

div.WizardSection {
	border-top: 2px #DAE0F0 solid;
	padding: 0px;
}

iframe.WizardSection {
	width: 100%;
	height: 400px;
}

.WizardTab {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 22px;
	overflow: none;
}

.WizardTab li {
	float: left;
	margin-right: 1px;
	padding-left: 10px;
	background-image: url(tab_normal_bg.gif);
	background-position: top left;
	line-height: 22px;
	cursor: pointer;
}

.WizardTab li.active {
	background-image: url(tab_active_bg.gif);
}

.WizardTab li.active span {
	background-image: url(tab_active_bg.gif);
}

.WizardTab span {
	padding-right: 10px;
	display: block;
	background-image: url(tab_normal_bg.gif);
	background-position: top right;
	line-height: 22px;
}

.WizardIFrame {

}




#qForm_AutoSave 
{
  background-color: InfoBackground;
  border: 1px InfoText solid;
  margin-bottom:5px;
  padding:3px;  
}
#qForm_CountDown 
{
  float:left;
  line-height:22px;
}
#qFormDiv_RecoveryItems ,
#qFormDiv_SaveNow
{
  float:right
}

#qFormDiv_RecoveryItems SELECT
{
  font-family: Arial;
  font-size:8pt;
  width:200px;
}