/*
 * ##################################################################
 * Created on: 11 Jul, 2005
 * File name:  user.css 
 * ##################################################################
 * This code is a sole property of netenberg.com 
 * ##################################################################
 */
/*
 * ##################################################################
 * Default style sheet
 * ##################################################################
 */
BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
.accountlabFormTABLE
{
	background-color: white
}
.accountlabDataTD
{
	background-color: #FFFFFF;
	font-size: 11px;
}
.accountlabAltDataTD
{
	background-color: #EEEEEE;
	font-size: 11px;
}
.accountlabPlanDataHTD
{
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #000000;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #000000;
	background-color: #14305F;
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
}
.accountlabWhiteText {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
}
.accountlabGrayText {
	color: #666666;
	font-size: 11px;
	font-weight:bold;
}
.accountlabButton
{
	color: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.accountlabInput
{
	border: 1px solid #0A4EF88;
	background-color: #DFDFDF;
	color: #14305F;
	font-family: Verdana;
	font-size: 12px;
}
a.accountlabPlanLink:link,a.accountlabPlanLink:visited
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}
a.accountlabPlanLink:hover,a.accountlabPlanLink:active
{
	color: #028ED6;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}
a.accountlabBlueLink:link,a.accountlabBlueLink:visited
{
	color: #028ED6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.accountlabBlueLink:hover,a.accountlabBlueLink:active
{
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}