﻿/* Body */
.MasterPage_DialogWizard_Body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	text-align: center;
}



/* Container */
#MasterPage_DialogWizard_Container
{
	margin: 0 auto;
	background: #f4f5f7 url(  'images/masterpage_dialogwizard_background01.gif' ) repeat-y;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

* html #MasterMenuPage_DialogWizard_Container
{
	height: 100%;
}



/* Header */
#MasterPage_DialogWizard_Header
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color: #808184;
}

.MasterPage_DialogWizard_Title
{
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

/* Instruction */
#MasterPage_DialogWizard_Instruction
{
	padding: 5px 10px 5px 10px;
	background-color: #808184;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #c2c4c6;
}

.MasterPage_DialogWizard_Instruction
{
	font-family: verdana;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}





/* Content */
#MasterPage_Dialog_Content
{
	padding: 10px 10px 115px 10px;
	background-color: #fbfcf3;
}

#MasterPage_Wizard_Content
{
	padding: 10px 10px 75px 10px;
	background-color: #fbfcf3;
}



/* Buttons */
#MasterPage_Dialog_Buttons
{
	position: absolute;
	top: 100%;
	margin-top: -95px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}






/* Footer */
#MasterPage_DialogWizard_Footer
{
	height: 75px;
	margin: -75px auto 0 auto;
	background: url(  'images/masterpage_dialogwizard_footer01.jpg' );
}

/* DIALOG ERROR ******************************************************************************************* */

/* Body */
.MasterPage_DialogError_Body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	text-align: center;
}



/* Container */
#MasterPage_DialogError_Container
{
	margin: 0 auto;
	background: #f4f5f7 url(  'images/masterpage_dialogwizard_background01.gif' ) repeat-y;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

* html #MasterMenuPage_DialogError_Container
{
	height: 100%;
}



/* Header */
#MasterPage_DialogError_Header
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color: #E8Ea01;
}

.MasterPage_DialogError_Title
{
	font-family: Verdana;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}



/* Content */
#MasterPage_DialogError_Content
{
	padding: 10px 10px 115px 10px;
	background-color: #fbfcf3;
}



/* Buttons */
#MasterPage_DialogError_Buttons
{
	position: absolute;
	top: 100%;
	margin-top: -95px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}



/* Footer */
#MasterPage_DialogError_Footer
{
	height: 75px;
	margin: -75px auto 0 auto;
	background: url(  'images/masterpage_dialogwizard_footer01.jpg' );
}