
body  {  /*  body background, margins, scrollbar   */
padding: 0px 0px 0px 0px;
margin:  0px;
background: #B3C7F3;
}

TD, TR  { /*  generic font formatting  */
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
}


A  { /*  generic link   */
color: #FF0099;
text-decoration: underline;
font-weight: 600;
}

A:hover  { /*   generic hover link  */
color: #000;
text-decoration: none;
font-weight: 600;
}

.nav { /*   nav menu links in templates if they exist   */
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 11px;
}

A.nav { /*   nav menu links in templates if they exist   */
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 11px;
}

A:hover.nav {  /*   nav menu links in templates if they exist   */
color: #FF0099;
text-decoration: none;
font-weight: 600;
font-size: 11px;
}



.tdhead { /*   header row for subtables  */
border-bottom : 5px solid #003399;
color: #000;
font-weight: 900;
font-size: 12px;
}

.tdodd  /*  odd row colour for subtables   */
{
background: #E4EDC9;
}

.tdeven  /*   even row colour for subtables  */
{
background: #D8E8A7;
}

.tdfoot  /*   footer row for subtables  */
{
border-top : 3px solid #003399;
}

.tdtoprow  /*   top row colour for mail and hotlist tables */
{
background :  #C6E370;
}

.tdmail  /*   unread mail row colour  */
{
background :  #C6E370;
}

.poptable{  /*  background colour for tables in popups   */
background :  #ffffff;
}

.td1  /*   row colour for search and profile pages */
{
background :  #E4EDC9;
}

.td2 /*  row colour for search and profile pages */
{
background: #D8E8A7;
}

.td3  /*   row colour for search and profile pages  */
{
background: #C6E370;
}



.featuredhead {  /*   small font size  */
font-size: 12px;
font-weight: 600;
color: #fff;
font-style: italic;
}



.small {  /*   small font size  */
font-size: 10px;
}

.pageheader { /*   main page heading   */
font-size: 17px;
color: #003399;
font-weight: 900;
}

.online { /*  "online" text for search result */
font-weight: 600;
color: #FF0099;
font-size: 9px;
font-style: italic;
}

.offline { /*  "offline" text for search result */
font-weight: 600;
color: #003399;
font-size: 9px;
font-style: italic;
}

.premium { /*   member status  text for search result */
font-weight: 600;
color: #FF0099;
font-size: 9px;
font-style: italic;
}

.standard { /*  member status text for search result */
font-weight: 600;
color: #003399;
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: #99CC00;
border-top: 1px solid #C3E856;
border-left: 1px solid #C3E856;
border-right: 1px solid #709307;
border-bottom: 1px solid #709307;
}

hr  {  /*   horizontal rules   */
color: #000;
height:1px;
}

 /*   CUSTOM   */

 .featured {  /*   small font size  */
font-size: 10px;
font-weight: 300;
color: #fff;
}

  .tdimage{
 background: #99CC00;
 }


  .sbox {  /*   small font size  */
font-size: 10px;
font-weight: 300;
color: #fff;
}

.pink { /*   nav menu links in templates if they exist   */
color: #fff;
background: #ff0299;
text-decoration: none;
font-weight: 600;
font-size: 12px;
}

