/*

	@Group Wizard

*/

.Wizard
{
	width: 100%;
}

.Wizard table
{
	border-collapse: separate !important;
}

.WizardSideBar
{
	width: 200px;
	border-right: dotted 1px #ccc;
	vertical-align: top;
	padding: 0 10px 0 0;
}

.WizardSideBar .SideBarSteps
{
	margin: 0 0 0 10px;
	width: 90%;
}

.WizardSideBar h4
{
	padding: 0;
	margin: 0 0 5px;
	font-size: 13px;
	color: rgb(220, 50, 50);
}

.WizardSideBar div.ProgressIndicator
{
	border: solid 1px #ccc;
	width: 100%;
	height: 14px;
}

.WizardSideBar div.ProgressIndicator div.ProgressBar
{
	background-color: rgb(220, 180, 180);
	height: 100%;
}

	.WizardSideBar div.ProgressIndicator .Zero
	{
		width: 0%;
	}

	.WizardSideBar div.ProgressIndicator .One
	{
		width: 16%;
	}
	
	.WizardSideBar div.ProgressIndicator .Two
	{
		width: 32%;
	}
	
	.WizardSideBar div.ProgressIndicator .Three
	{
		width: 48%;
	}
	
	.WizardSideBar div.ProgressIndicator .Four
	{
		width: 64%;
	}
	
	.WizardSideBar div.ProgressIndicator .Five
	{
		width: 80%;
	}

	.WizardSideBar div.ProgressIndicator .Six
	{
		width: 100%;
	}

.WizardSideBar .SideBarItem
{
	padding: 0 0 5px 0;
	vertical-align: top;
	text-decoration: none;
}

.WizardSideBar .SideBarChecked a
{
	display: block;
	text-indent: 23px;
	background: transparent url(../../images/checkbox_wh_on.gif) 0 50% no-repeat;
}

.WizardSideBar .SideBarUnChecked a
{
	display: block;
	text-indent: 23px;
	background: transparent url(../../images/checkbox_wh_off.gif) 0 50% no-repeat;
}

.WizardSideBar .SideBarSelected *
{
	font-weight: bold;
	text-decoration: underline;
}

.WizardStepHeader, .WizardStep, .WizardNavigation
{
	margin: 0;
	margin: 0 0 0 10px;
}

.WizardStepHeader
{
	border: solid 1px #ccc;
	border-bottom: none !important;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

.WizardStepHeader
{
	color: rgb(220, 50, 50);
}

.WizardStep
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	vertical-align: top;
}

.WizardNavigation
{
	padding: 10px;
}

/*

	@Group: Wizard Step - Internal forms

*/

.WizardStep h3
{
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
}

.WizardStep h3
{
	clear: both;
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 1.1em;
}

.WizardStepHeadingHelp
{
	padding: 10px 0 5px 0;
	margin: 0;
}

.WizardStepHeadingHelp span
{
	font-weight:bold;
	font-size:1.1em;
}

.WizardStep p
{
	padding: 0;
	margin: 0;
}

.Label
{
	clear: both;
	width: 120px;
	margin: 0 0 5px 0;
	float: left;
}

.TextBox
{
	width: 175px;
	margin: 0 0 5px 15px;

}

.Label2
{
	clear: both;
	max-width: 480px;
	margin: 0 0 5px 0;
	float: left;
}

.TextBox2
{
	width: 90px;
	margin: 0 0 5px 15px;
	float: left;
}

.MultiLine
{
	float: left;
	width: 398px;
	height: 40px;
}

.Validator
{

	margin: 0 0 0 5px;
	width: 25px;
}



/*

	@Group: Table

*/

.Wizard table tbody tr td
{
	vertical-align: top;
}

td.WizardSideBar + td
{
	vertical-align: top;
	height: auto !important;
}


td.WizardSideBar + td > table
{
	height: 100%;
}

table#EmployeesBudget
{
	width: 100%;
}

table#EmployeesBudget tr th
{
}

table#EmployeesBudget input
{
	text-align: right;
	width: 80px;
}

table.BranchesList tr td
{
	width: 20%;
	padding: 0;
	margin: 0;
}

table.BranchesList tr td input
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	vertical-align: middle;
}

table.SimpleTable
{
	width: 590px;
	padding: 0;
	margin: 5px 0 0;
}

table.SimpleTable tr td
{
	vertical-align: middle !important;
	padding: 2px 0 !important;
	cursor: pointer;
}

table.SimpleTable tr td + td
{
	text-align: right;
}

table.SimpleTable tr td.SubQuestion
{
	padding-left: 20px !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

table.SimpleTable tr:hover
{
	background-color: #eee;
}

table.Employees
{
	width: 590px;
	padding: 0;
	margin: 10px 0 0;
}

table.Employees input
{
	width: 100px;
}

/*

	@Group: Common classes

*/

ol.nopadding
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

ul.nopadding
{
	margin: 0;
	padding: 0;
}

ul.nobullet,
ol.nobullet
{
	list-style: none;
}

li.top
{
	border-bottom: solid 1px #ccc;
	padding: 0 0 10px 0;
	margin: 0;
}

li.middle
{
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}

li.bottom
{
	padding: 10px 0 0;
	margin: 0;
}

.NotLoggedIn
{
	padding: 30px;
	color:Red;
	font-weight: bold;
	font-size: 18px;
}
input.UploadButton
{
	height: 20px;
	_height: 19px;
}
