/*
-----------------------------------------------------
  Master CSS file for spamlook.com
  FileName:  main.css
  Version:   06.11.2002
  Design By: P.Fasola
  Updated:   26.05.2003
-----------------------------------------------------
*/

body
{
  background-color: rgb(255,255,255);

/*
  margin: 15px 2px 10px 2px; [currently unused]
*/

}

  a:link    {color: rgb(84, 95, 117); text-decoration: none; }
  a:visited {color: rgb(84, 95, 117);text-decoration: none; } 
  a:active  {color: rgb(84, 95, 117);text-decoration: none; }
  a:hover   {color: rgb(134, 145, 167);text-decoration: none; }

  a.footerText:link {color: rgb(84, 95, 117);text-decoration: underline }
  a.footerText:visited {color: rgb(84, 95, 117);text-decoration: underline } 
  a.footerText:active {color: rgb(84, 95, 117);text-decoration: underline }
  a.footerText:hover {color: rgb(134, 145, 167);text-decoration: underline }
  

.pageHeader
{
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  line-height:20px;
  font-weight: 800;
  color: rgb(102,107,111);
}



.pageSubHeader
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 800;
  color: rgb(92,97,101);
}


.pageSubHeaderNew
{
  font-family: arial, helvetica, sans-serif;
  font-size: 13pt;
  line-height:20px;
  font-weight: 800;
  color: rgb(58,60,61);
}


.pageSpecialHeader
{
}

.pageText
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: rgb(82,87,91); // has been reduced -20 because too light
}

.sectionHeader
{
}

.sectionSubHeader
{
}

.sectionText
{
}


.menuText
{
}




input.logon
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: rgb(100,110,110);

  left:10px;
  width:110px;
  height:18px;

  /*background-color: transparent; this embosses the field*/

  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0px;
  margin-right:0px;
}

input.email	
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: 400;
  /*color: rgb(152,157,161); this would be standard but it's too light*/
  color: rgb(100,110,110);

  left:0px;
  width:70px;

  /*background-color: transparent; this embosses the field*/

  margin-top: 0em;
  margin-bottom: 0.31em;
  margin-left:4px;
  margin-right:0px;
}

.inputTextArea
{
}

.inputSelect
{
}

.inputCheckBox
{
}

.inputRadioButton
{
}


.footerText
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: 400;
  color: rgb(84,95,117);
}

.deepFooterText
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: 400;
  color: rgb(206,215,211);
}