﻿/*
body 
{
	font-family:Albertus Medium;
	font-size:small;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background-color:#b2b2b2;
	margin-right:10%;
}
 */

#MasterHeader
{
}

#MasterFooter
{
	font-size:large;
	position:absolute;
	bottom: 0;
}
/*
#MainContentPane
{
	font-size:small;
	padding-left:100px;
	width:90%;
	position:relative;
}
*/
#ApplicationTitle
{
	font-size:xx-large;
	font-weight:bolder;
	color:Black;
}

/*a
{
	color:Maroon;
}*/

.PageHeader
{
	font-size:large;
	font-weight:bold;
}

.Heading
{
	font-size:medium;
	font-weight:bold;
}

.Indent
{
	position:relative;
	margin-left:50px;
}

.Button
{
	width:150px;
	height:30px;
}

.ControlLabel
{
	font-weight:bold;
}

.DynamicControlList
{
	margin-left:20px;
	width:100%;
}

.CatagoryPanel
{
	position:relative;
	margin-left:20%;
	width:100%;
}

.FeaturePanel
{
	margin-left:15px;
	width:100%;
	padding:10 0 10 0;
	height:25px;
}

.FeatureList_Column1
{
	position:absolute;
	left:0;
	width:10%;
}

.FeatureList_Column2
{
	position:absolute;
	left:15%;
	width:40%;
}

.FeatureList_Column3
{
	position:absolute;
	left:55%;
	width:50%;
	overflow:auto;
}

.EasyForm
{
	position:relative;
	vertical-align:text-bottom;
	top:0;
	width:100%;
}

.EasyFormRow
{
	height:40px;
}

.EasyFormColumn1
{
	position:absolute;
	left:10%;
}

.EasyFormColumn2
{
	position:absolute;
	left:25%;
}

.EasyFormColumn3
{
	position:absolute;
	left:40%;
}

.NewLine
{
	clear:both;
}

.PlaceHolder
{
	position:relative;
	width:600px;
}

.InfoText
{

}

.Highlight
{
	color:Maroon;
	font-style:italic;
}

.Warning {
	text-align: center;
	color:Red;
}

