/**
 * HTML ELEMENT TAGS
 **/
body
{
	background-color: #ededed;
	margin: 0px;
	padding: 0px;
}

p.NoMargin
{
	margin: 0 !important;
	padding: 0 !important;
}

a img
{
	border: none;
	text-decoration: none;
}
img.ImageButton
{
	cursor: pointer;
}

a, a:visited, a:hover
{
	color: #000000;
	_padding-left: 1px;
}

p.Title
{
	font-size: 14px;
}

p.Small
{
	font-size: 10px;
	font-weight: bold;
}

p.Content
{
	font-size: 11px;
}

.lblContent .Heading2
{
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

.lblContent .Heading3 
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.lblContent .Heading4 
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.lblContent .contentText
{
	color: #666;
	font-size: 11px;
	line-height: 150%;
}

.lblContent a, 
.lblContent a:visited, 
.lblContent a *, 
.lblContent a:visited *
.lblContent a.contentText *, 
.lblContent a.contentText:visited *
{
	color: #f00 ! important;
	text-decoration: underline;
}

.lblContent a:hover, 
.lblContent a:hover *,
.lblContent a.contentText:hover, 
.lblContent a.contentText:hover *
{
	color: #666 ! important;
	text-decoration: underline;
}

.lblContent a img,
.lblContent a:visited img,
.lblContent a:hover img
{
	border: none;
}

.lblContent ul li
{
	font-size: 11px;
	color: #666666;
	list-style-image: url(../../RadControls/Panelbar/Skins/Telerik/Img/headerArrow.gif);
	line-height: 150%;
}

/**
 * GENERIC FORMS
 */

fieldset
{
	margin-bottom: 5px;
}

fieldset legend
{
	/*font-variant: small-caps;*/
	color: #000000;
	font-weight: bold;
}

div.Padding
{
	padding: 10px;
}

fieldset .Label
{
	width: 25%;
	padding-right: 5%;
	float: left;
	text-align: right;
	margin-bottom: 5px;
}

fieldset .TextBox, fieldset .Radio
{
	width: 60% ! important;
	float: left;
	margin-bottom: 5px;
}

fieldset .ForceRight
{
	margin-left: 30%;
}

fieldset br
{
	clear: left;
}

fieldset p.Buttons
{
	width: 60%;
	padding: 0px 10% 0px 0px;
	float: right;
	text-align: right;
}

fieldset input.Button
{
	width: 75px;
}

.Button
{
	cursor: pointer;
}

/* Invalid Control */

.InvalidSelect
{
	background-color: #FFC3C3;
}

/* OVER LAY */

.Overlay
{
	background-image: url(../../Images/Overlay.png);
}

* html .Overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../Images/Overlay.png", sizingMethod="scale");
}
h2 {

color:#FF0000;

font-size:16px;

font-weight:bold;
margin-bottom:-14px;
}

 

h3 {

color:#000000;

font-size:14px;

font-weight:bold;
margin-bottom:-14px;
}

 

h4 {

color:#666666;

font-size:12px;

font-weight:bold;
margin-bottom:-14px;
}

