body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

.wizardon
{
	background-color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
}
.wizardoff
{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	font-weight: bold;
}
.BarBorder
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:150px;
    height:5px;
    vertical-align:middle;
}
.BarIndicatorStyle
{
    height:5px;
    background-color:Transparent;
}
.BarIndicator_weak
{
    color:Red;
    background-color:Red;
    height:5px;
}
.BarIndicator_average
{
    color:Blue;
    background-color:Blue;
    height:5px;
}
.BarIndicator_good
{
    color:Green;
    background-color:Green;
    height:5px;
}
.BKT_bodysmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subheader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:gray;
}
.bodyheader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:gray;
}
.BKT_hyperlinksmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#72828b;

}
.hyperlinkbutton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#72828b;
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:White;
}
.bodyerror
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:Red;
}	
.bodyerrorsmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:Red;
}
.field 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BKT_EditCaptionPopup
{
	width: 500px;
	text-align: center;
	background-color: white;
	border: solid 2px silver;
}
.BKT_GrayBackground 
{
	position: absolute;
    background:gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.BKT_EditCaptionCaption
{
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
}
.BKT_EditCaptionText
{
	background-color: InfoBackground;
	font-size: large;
}