
body  {  /*  body background, margins, scrollbar   */
padding: 0px 0px 0px 0px;
margin:  0px;
background: #fff;
scrollbar-track-color: #fff;
}

TD, TR  { /*  generic font formatting  */
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000; 
}


A  { /*  generic link   */
color: #000; 
text-decoration: underline;
font-weight: 300;
}

A:hover  { /*   generic hover link  */
color: #003366; 
text-decoration: none;
font-weight: 300; 
}

A.nav { /*   nav menu links in templates if they exist   */
color: #cc0099; 
text-decoration: none;
font-weight: 600;
font-size: 10px;
}

A:hover.nav {  /*   nav menu links in templates if they exist   */
color: #000066; 
text-decoration: underline;
font-weight: 600;
font-size: 10px;
}



.tdhead { /*   header row for subtables  */
border-bottom : 5px solid #000000; 
color: #000; 
font-weight: 900;
font-size: 12px;
}

.tdodd  /*  odd row colour for subtables   */
{
background: #ddd;
}

.tdeven  /*   even row colour for subtables  */
{
background: #ddd;
}

.tdfoot  /*   footer row for subtables  */
{
border-top : 3px solid #000; 
}

.tdtoprow  /*   top row colour for mail and hotlist tables */
{
background :  #ccc;
}

.tdmail  /*   unread mail row colour  */
{
background :  #999;
}

.poptable{  /*  background colour for tables in popups   */
background :  #ffffff;
}

.td1  /*   row colour for search and profile pages */
{
background :  #ddd;
}

.td2 /*  row colour for search and profile pages */
{
background: #ccc;
}

.td3  /*   row colour for search and profile pages  */
{
background: #ccc;
}



.featuredhead {  /*   small font size  */
font-size: 11px;
font-weight: 600;
color: #000;
font-style: italic; 
}



.small {  /*   small font size  */
font-size: 9px;
}

.pageheader { /*   main page heading   */
font-size: 17px;
color: #4E5F7F; 
font-weight: 900;
}

.online { /*  "online" text for search result */
font-weight: 600;
color: #cc0000;
font-size: 9px;
font-style: italic;
}

.offline { /*  "offline" text for search result */
font-weight: 600;
color: #666;
font-size: 9px;
font-style: italic;
}

.premium { /*   member status  text for search result */
font-weight: 600;
color: #ff6600;
font-size: 9px;
font-style: italic;
}

.standard { /*  member status text for search result */
font-weight: 600;
color: #666;
font-size: 9px;
font-style: italic;
}

.searchage { /*  age and location search result */
font-weight: 600;
color: #000000;
font-size: 9px;
font-style: italic;
}

.inputhome  { /* input fields  */
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 300;
background: #ffffff;
color: #000;
}

.input  { /* input fields  */
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 300;
color: #000000;
background: #ffffff;
width: 120px;
}

.inputs  {  /*   narrow input fields   */
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 300;
color:  #000000;
background: #ffffff;
width: 80px;
}

.inputl { /*   wider input fields   */
font-size: 11px;
font-family:  Arial, Helvetica, sans-serif;
font-weight: 300;
color:  #000000;
background: #ffffff;
width: 250px;
}

.inputf { /*   free width input fields  - browse fields */
font-size: 11px;
font-family:  Arial, Helvetica, sans-serif;
font-weight: 300;
color:  #000000;
background: #ffffff;
}

.button  { /*   all form buttons */
font-size: 12px;
font-family:  Arial, Helvetica, sans-serif;
font-weight: 900;
padding-right: 5px;
padding-left: 5px;
color: #ffffff;
background: #666666;
border-top: 1px solid #cccccc; 
border-left: 1px solid #cccccc;  
border-right: 1px solid #333333;  
border-bottom: 1px solid #333333;
}

hr  {  /*   horizontal rules   */
color: #000;
height:1px;
}

 /*   CUSTOM   */
 
 .featured {  /*   small font size  */
font-size: 10px;
font-weight: 300;
color: #fff;
}
 
  .tdimage{
 background: #C0C8D8; 
 }
 
 .tdhome{
 background: #4E5F7F;
 border: 2px solid #C0C8D8; 
 }
 
  .sbox {  /*   small font size  */
font-size: 10px;
font-weight: 300;
color: #fff;
}

.qsearch {  /*   small font size  */
font-size: 10px;
font-weight: 300;
color: #000;
background: #fff;
}
 
 
 