body
{
}

.btnStyleNormalButton
{
	border: none;

	font-family: 'Bookman Old Style';
	font-weight: bold;
	font-size: 14px;

	color: #000000;
	background-position: center center;
	background-color: white;
	background-image: url(../Images/3DButtonNormal.gif);

	vertical-align: middle;
	
	width: 90px;
	height: 24px;
}

.btnStyleHoverButton
{
	border: none;
	cursor: hand;

	font-family: 'Bookman Old Style';
	font-weight: bold;
	font-size: 14px;

	color: #000000;
	background-position: center center;
	background-color: white;
	background: url(../Images/3DButtonHover.gif) white fixed no-repeat center center;

	vertical-align: middle;

	width: 90px;
	height: 24px;
}


.lblStyleErrorlabel
{
	font-weight:bold;
	color:Red;
	font-size:x-small; 
	font-family:Arial;

	text-align:center;
	width:100%;
}

.lblStylePageHeaderlabel
{
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	color: whitesmoke;
	font-family: Verdana;
	height: 30px;
	background-color: #2a70a3;
	background-image: url(../Image/bg_medblue2.gif);
}

.lblStyleSubHeaderlabel
{
	
	text-align: center;
	font-size:medium;	
	font-family:Arial;
	font-weight:bold;

	color:whitesmoke;
	background-color:Transparent;
	width:100%;
	height:16px;
}

.lblStyleSectionHeaderLabel
{
	font-weight:bold;
	font-family:verdana;
	font-size:14px;	
	text-indent:20px;
	
	color:whitesmoke;
	background-color:#2A70A3;
	background: url(../Images/Section.gif) #2A70A3 fixed no-repeat left center;	
		
	width:100%;
	height:16px;
}

.lblStyleLabelGeneral
{
	font-weight: bold;
	font-size:x-small;
	color: black;
	font-family: Arial;
	width:100%;
}

.lblStyleLabelValue
{
	font-weight:normal;
	font-size: 14px;
	color: Maroon;
	font-family: Arial;
	width: 100%;
}

.cboStyleDropdownEntry
{
	border: solid 1 lightgrey;
	font-size:x-small; 
	font-family:Arial;
	text-align:left;
	height:24px;
	z-index:-1;
	width:98%;
}

.cboStyleDropdownSearch
{
	background-color:Yellow;
	border: solid 1 lightgrey;
	font-size:x-small; 
	font-family:Arial;
	text-align:left;
	height:24px;
	z-index:-1;
	width:98%;
}

.txtStyleTextboxEntry
{
	border: solid 1 lightgrey;
	width:98%;	
}

.txtStyleTextboxSearch
{
	background-color:Yellow;
	border: solid 1 lightgrey;
	width:98%;	
}

.fntStyleFontOptions
{
	font-family: verdana;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.lnkStyleLinkButtonOptionsIcon
{
	background:whitesmoke url(../Images/option.gif) no-repeat fixed center middle;
}

.lnkStyleLinkButtonOptions
{

	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:Gray;
	
	background-color:Transparent;
}

.lnkStyleLinkNewEntry
{

	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:Gray;

	background:whitesmoke url(../Images/Option.gif) no-repeat fixed Left top;
}

.lnkStyleLogout
{
	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:Gray;
}

.lnkStyleLinkBack
{
	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:Gray;

	background:Transparent url(../Images/Return.gif) no-repeat fixed Left top;
}