/* ================================
    CSS STYLES FOR ECreditCare
   ================================
*/   

/***************************************************************************
Left Pane Style Settings
/***************************************************************************

/*** Text Style contents within the left pane of the system ***/

.LPaneText
{
    font-family: Arial;
    font-size:  12px;
    color: #000000;
}

.LPaneButton
{
	font-family: Arial;
	font-size: xx-small;
	width: 77px;	
}

/***************************************************************************
Center Pane Style Settings
/***************************************************************************


/** Text Style contents within the center/content pane of the system ***/

.CPaneContentText
{
    font-family: Arial;
    font-size:  12px;
    color: #000000;
}

.CPaneHeaderText
{
    font-family: Arial;
    font-size:  12px;
    color: #000000;
    font-weight: Bold;
}

.ErrorText
{
    font-family: Arial;
    font-size:  12px;
    color: #ff0000;
}

/** Title Text Style contents within the center/content pane of the system ***/

.CPaneTitleText
{
    font-family: Arial;
    font-size:  14px;
    color: #336699;
    font-weight: Bold;
}

/*** Text and Link style contents within the footer template of the system ***/

.FooterText
{

	font-family: Arial;
    font-size:  10px;
    color: #ffffff;

}

A.FooterLink, A.FooterLink:link, A.FooterLink:visited, A.FooterLink:active
{
    font-family: Arial;
    font-size:  10px;
    color: #ffffff;
    text-decoration:    underline;
}


/*** Web Controls Style(s) within the site ***/

.SiteTextField
{

background-color: #C1D2F5;
 border : thin solid #789AE2;
 font-family: Arial;
 font-size: xx-small;
 width: 100px;
}

.SiteTextField2
{
 background-color: #C1D2F5;
 border : thin solid #789AE2;
 font-family: Arial;
 font-size: xx-small;
 width: 75px;
}


.SiteButton
{

background-color: #C1D2F5
font-family: Arial;
font-size: xx-small;
width: 100px;	

}

.SiteDDL
{
background-color: #C1D2F5;
font-family: Arial;
font-size: xx-small;
width: 100px;	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
