/* ================================
    CSS STYLES FOR Module RAD
   ================================
*/

.RadioBtnStyle
{
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* --- Navigation Module --- */
.navlink
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
		
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:  12px;
	color: #333333;
}

/* --- Search Module --- */

.searchfieldlabel
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	border-left: white 12px solid;
	border-right: white 4px solid;
	border-top: white 2px solid;
	border-bottom: white 2px solid;
	
	font-size: 8pt;
	vertical-align: top;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
}

.searchfield
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	font-size: 10pt;
	vertical-align: top;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
}

.searchfield.textboxregular
{
	font-size: 10px;
	width: 200px;
}

.searchfield.textboxshort
{
	font-size: 10px;
	width: 100px;
}

.searchfield.textboxlong
{
	width: 250px;
	height: 100px;
	font-size: 10px;
}

.searchbuttonrow
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 4px;
}


      .LabelStyle
{
	font: bold small-caps 8pt Verdana;
	vertical-align: bottom;
	color: dimgray;
}


      .ValueStyle
{
	border-left: solid 5px #fff;	
	border-right: solid 5px #fff;	
	border-bottom: solid 2px #fff;	
	
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	
	font: 8pt verdana;
	background-color: #EAEAEA;
}

      .CheckBoxStyle
{
	font: 10pt verdana;
	background-color: lemonchiffon;
	border-right-color: black;
}
      .SectionHeader
{
	padding-bottom: 3px;
	font: bold small-caps 12pt Verdana;
	vertical-align: bottom;
	color: #FFFFFF;
	padding-top: 3px;
	border-bottom: black thin solid;
	background-color: #FF0000;
}

.GeneralLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    text-justify: distribute-all-lines;
}





















/* ---- Subscriber Info Modules ---- */

.SubscriberInfoHeader
{
    font-family: Arial Narrow;
    font-size: 12px;
    font-weight: bold;
    text-justify: auto;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 25px;
}

.SubscriberInfoLabel
{
    font-family: Arial Narrow;
    font-size: 10px;
    font-weight: bold;
    text-justify: auto;
}
   
A.SubscriberInfoLabel:link 
{
    text-decoration:    underline;
    color: #003366;
}

A.SubscriberInfoLabel:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.SubscriberInfoLabel:active   {
    text-decoration:    underline;
    color: #003366;
}

A.SubscriberInfoLabel:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.SubscriberInfoData
{
    font-family: Arial Narrow;
    font-size: 10px;
    font-weight: normal;
    text-justify: auto;
}





















/* ---- Standard ---- */

.Standard
{
    font-family: Arial Narrow;
    font-size: 12px;
    font-weight: normal;
    text-justify: auto;
}
  
A.Standard:link 
{
    text-decoration:    underline;
    color: #003366;
}

A.Standard:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.Standard:active   {
    text-decoration:    underline;
    color: #003366;
}

A.Standard:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.StandardBold
{
    font-family: Arial Narrow;
    font-size: 12px;
    font-weight: bold;
    text-justify: auto;
}

.CustomerService
{
	border-left: white 20px solid;
	border-right: white 20px solid;
	border-top: white 20px solid;
	border-bottom: white 20px solid; 

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

	vertical-align: top;

	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	background-color: #FFFFB7;
}