﻿body
{
    background:url(App_Themes/GradientLeft.jpg);
}
.htTxtNormal
{
	font-family:Arial;
	font-size: 12px;
}

.htLblNormal
{
	font-family: Arial;
	font-size:  12px;
	font-weight: bold;
}

.htLblHeader
{
	font-family: Arial;
	font-size:  18px;
	font-weight: bold;
}

.htNormal
{
	font-family:Arial;
	font-size:  small;
}

.htNormalBold
{
	font-family:Arial;
	font-size: small;	
	font-weight: bold
}

.htMedium
{
	font-family:Arial;
	font-size:  medium;
}

.htSmall
{
	font-family:Arial;
	font-size:  12px;
}

.htSmallBold
{
	font-family:Arial;
	font-size:  x-small;
	font-weight: bold
}

.htPageHeader
{
	font-family:Arial;
	font-size: large;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
a.defaultPages
{
    color:  White;
}