/* Defines the look of the app at the master level*/
#ApplicationContent
{
	position: relative;
	width: 100%;
	background-color: White;
	font-family: Tahoma;
}

#ApplicationContent p {
	font-size: 80%;
	line-height: 1.6em; 
}

#ApplicationContent ul {
	font-size: 80%;
	line-height: 1.6em; 
}


/* wizards for Application */
.wizardClass
{
	position:relative;
	width: 100%;
	text-align:center;	
}
.wizardHeaderStyle
{
	padding: 5px 0 5px 10px;
	background-color: #00AEEF;
}
.wizardNavigationStyle
{

	background-color: #00AEEF;
}

/* Main area for the application */
.AppStepContainer
{
	width:750px;
	color:black;
}

/* The fieldset box*/
.AppSection
{
	border-color: #006600;
	text-align:center ;
	border: 2px solid;
	padding: 10px 0px 10px 0px;
	margin-bottom:5px;
}

/* Any Informational Text in the Application*/
.AppInfo
{
	width: 728px;
	padding: 10px;
	text-align:justify ;
}

.AppInfoCentered
{
	width: 728px;
	padding: 10px;
	text-align: center ;
	
}
.AppInfoCentered .inputControl
{
	background-color: #F8F7C2;
}
/* used to enable and disable controls using javascript*/
.clearboth { clear: both; }
.displayNone { display:none; }

.boldhighlight
{
    font-weight:bold;
}

.inParenthesis
{

}
#commandBar
{
	background-color: #F8F7C2;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #006600;
	float:right;
	width:100%;
}
