﻿.inlineSection
{
	display: inline;
}

.sgkSubWFBlock
{
	margin-bottom: 5px;
	background-color: #DDDDFF; 
	padding: 5px 5px 5px 5px;
}

.sgkSubWFBlock .sgkSubWFFieldLayout
{
	width: 100%;
}
.sgkSubWFBlock .sgkSubWFFieldLayout TD 
{
	padding: 2px 5px 2px 2px;
	vertical-align: top;
	white-space: nowrap;
}

.fieldLayout
{
}

.fieldLayout .label
{
	padding: 2px 5px 2px 2px;
	white-space: nowrap;
	font-size: 11px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,sans-serif;
	font-weight: bold;
	color: #555555;
}

.fieldLayout .value
{
	padding: 2px 2px 2px 5px;
	font-size: 11px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,sans-serif;
	color: #222222;
}
.wizardSection
{
	border-bottom: solid 10px #EEEEEE;
	padding: 25px 10px 10px 10px;
	vertical-align: bottom;
}
.wizardPageLabel
{
	width: 50px;
	height: 30px;
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	font-family: Tahoma;
	font-weight: bold;
	color: #AAAAAA;
	background-color: #DDDDDD;
	margin-right: 1px;
	text-align: center;
}
.wizardPageLabelSelected
{
	height: 60px;
	width: auto;
	padding: 20px 20px 10px 20px;
	font-size: 15px;
	font-family: Tahoma;
	font-weight: bold;
	color: #444444;
	background-color: #EEEEEE;
	margin-right: 1px;
	text-align: center;
}
.wizardSectionTopSpace
{
	height: 20px;
}
.wizardSectionBottomSpace
{
	height: 20px;
	border-bottom: solid 5px #EEEEEE;
}
.wizardButtons
{
	margin: 10px 0px 5px 0px;
	width: 100%;
}
.radioList
{
	font-size: 13px;
	font-family: Tahoma;
}
.radioList TD
{
	padding: 3px;
}
.radioList label
{
	padding-left: 5px;
	vertical-align: middle;
}
.radioList input
{
	vertical-align: middle;
}
.errorList
{
	font-size: 13px;
	color: #AA0000;
	border-top: solid 4px #EEEFEE;
	background-image: url(img/warnBack.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 40px;
	vertical-align: middle;
	padding: 7px;
	padding-left: 50px;
	margin-top: 10px;
	font-weight: bold;
	font-family: Tahoma;
}
.errorList li
{
	padding-left: 24px;
	background-image: url(img/blueBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #DD0000;
}
.validator
{
	font-size: 13px;
	font-weight: bolder;
	font-family: Times New Roman;
	font-style: italic;
	vertical-align: bottom;
}
