﻿
/* wizard modal popup background */
.wizPopupBack
{
	background-color: #2f2f2f;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.wizSummary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #D30126;
}

/* hide wizard elements */
.wizHidden
{
	display: none;
	visibility: hidden;
}

.wizNoPadding
{
	padding: 0px !important;
}

/* display elements inline */
.wizInline
{
	display: inline;
}

/* display elements inline-block */
.wizHorzInline
{
	display: inline;
}

/* inline padding for labels (radio buttons mostly) */
.wizHorzInline * label
{
	padding-left: 3px;
	padding-right: 10px;
}

/* smaller text display */
.wizSmallText
{
	color: #333333 !important;
	font-family: Arial !important;
	font-size: 8pt !important;
}

/* wizard container area */
.wizContainer
{
	/*width: 770px;*/
	padding: 0px 0px;
}

/* inner wizard area */
.wizContent
{
	height: 100%;
	padding: 0px 5px;
}

/* main wizard area */
.wizMain
{
	width: 100%;
}

/* progress meter */
.wizProgressContainer
{
	padding-bottom: 5px;
	width: 98%;
}
.wizProgressTitle
{
	float: right;
	width: 247px;
	text-align: center;
	color: #D79002;
	font-family: Arial;
	font-size: 7pt;
}
.wizProgressMeter
{
	float: right;
	width: 247px;
	height: 16px;
	border-bottom: solid 2px #e7e7e7;
	border-right: solid 2px #e7e7e7;
	border-top: solid 2px #a0a0a0;
	border-left: solid 2px #a0a0a0;
	background-color: #f0f0f0;
}
.wizProgressMeter > div
{
	height: 16px;
	background-image: url(../../images/new_progress.png);
}

/* wizard button area */
.wizButtonArea
{
	padding-left: 10px;
	padding-right: 20px;
	text-align: right;
}

.wizUnderline
{
	padding: 0px;
	height: 5px;
	margin-bottom: 10px;
}

.wizUnderline > img
{
	height: 5px;
	width: 49%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* large title */
h2.wizard
{
	color: #FFA210;
	padding: 0px 5px;
	margin: 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14pt;
}

/* medium title */
h3.wizard
{
	color: #FFA210;
	padding: 0px 5px;
	margin: 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
}

/* small title */
h4.wizard
{
	color: #FFA210;
	padding: 0px 5px;
	margin: 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
}

/* smaller title */
h5.wizard
{
	color: #FFA210;
	padding: 0px 5px;
	margin: 0px;
	font-family: Arial;
	font-size: 8pt;
	border: solid 1px #006DB3;
}

.security
{
	color: #FFA210;
	padding: 0px 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
}

/* validator wrapper */
.wizValidatorWrap
{
	line-height: 16px;
	height: 16px;
	padding: 0px;
	padding-top: 2px;
	padding-right: 10px;
	width: 30px;
	vertical-align: top;
	text-align: center;
	display: inline;
}

/* wizard grids */
.wizGridHeader
{
	background-color: #0a79be;
}

.wizGrid caption
{
	font-weight: bold;
}

.wizGridHeader th, .wizGridHeader td
{
	border-top: none 0px;
	border-left: none 0px;
	border-bottom: solid 1px DarkGray;
	border-right: solid 1px DarkGray;
	padding: 0px 2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: visible;
}

.wizGridHeader th, .wizGridHeader td, .wizGridHeader th a, .wizGridHeader td a, .wizGridHeader th span, .wizGridHeader td span
{
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: White;
}

.wizGridHeader span[mode="sortimage"]
{
	font-size: 7pt;
}

.wizGridRow
{
	background-color: #f0f0f0;
}

.wizGridAltRow
{
	background-color: #ffffff;
}

.wizGridRow td, .wizGridAltRow td, .wizGridSelRow td, .wizGridEmptyRow td
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px 5px;
	margin: 0px;
	border-top: none 0px;
	border-left: none 0px;
	border-bottom: solid 1px DarkGray;
	border-right: solid 1px DarkGray;
	height: 22px;
}

.wizGridEmptyRow td
{
	text-align: center;
	color: #000000;
}


.wizGridSelRow td
{
	color: #000000;
	background-color: #f9cf83;
}

.wizGridHover td
{
	background-color: #c1d2ee;
	cursor: pointer;
}

.wizGridRow td table tr td, .wizGridAltRow td table tr td
{
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.wizGridDelete
{
	border: none 0px;
	background-color: Transparent;
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: blue !important;
	text-decoration: underline;
	cursor: pointer;
}
