

/*   START GENERIC STUFF  */

body  {  
	padding: 20px 0;
	margin:  0;
	background-color: #ffffff;
	}

TD, TR  { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

a  { 
	color: #000099;
	text-decoration: underline;
	}

a:hover  { 
	color: #0000ff;
	text-decoration: none;
	}

input, textarea, select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}


/*   START TEMPLATE SPECIFIC  STUFF  */


#headertable {
	background-color: #aaaaec;
	background-image:url(images/bgtop.gif);
	background-position: top right;
	background-repeat:no-repeat;
	}

#midcell {
	background-color: #aaaaec;
	padding: 0 10px;
	}

.homesearch {
	font-size: 11px;
	color: #000000;
	}

.hometext {
	font-weight: 700;
	font-size: 13px;
	color: #000000;
	}

#homehead {
	font-weight: 400;
	font-size: 23px;
	color: #666666;
	padding-top: 15px;
	padding-left: 15px;
	}

#topnav  { 
	font-weight: 700;
	font-size: 13px;
	color: #000099;
	padding: 10px;
	}

#topnav a  { 
	color: #000099;
	text-decoration: none;
	font-weight: 700;
	}

#topnav a:hover { 
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	}

#copy {
	background-color: #aaaaec;
	background-image:url(images/fleft.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	}

#copy td {
	font-size: 11px;
	color: #000099;
	background-image:url(images/fright.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	padding: 10px;
	}

#nav  { 
	font-weight: 700;
	font-size: 13px;
	background-color: #7b7bd3; 
	padding: 0px;
	}

#nav a  { 
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 10px;
	font-weight: 700;
	}

#nav a:hover { 
	color: #ffffff;
	text-decoration: none;
	background-color: #000099;
	font-weight: 700;
	}



#footer  { 
	font-size: 11px;
	color: #ffffff;
	background-color: #7b7bd3; 
	padding: 5px;
	font-weight: 700;
	}

#footer a  { 
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#content {
	padding:10px 30px;
	}

/*   START PROGRAM PAGE STUFF  */

#mailnav
	{
	padding: 5px 3px 3px 3px;
	margin-left: 0;
	border-bottom: 1px solid #6666cc;
	font-weight: 600;
	font-size: 13px;
	}

#mailnav li
	{
	list-style: none;
	margin: 0;
	display: inline;
	}

#mailnav li a
	{
	color: #ffffff;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #6666cc;
	border-bottom: none;
	background: #9999ff;
	text-decoration: none;
	font-weight: 600;
	}



#mailnav li a:hover
	{
	color: #ffffff;
	background: #6666cc;
	border-color: #6666cc;
	}

#mailnav li a#current
	{
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#homecopy {
	font-size:10px;
	padding-top: 30px;
	color:#999999;
	}

td.tdhead { /*   header row for subtables  */
	color: #cc0000;
	font-weight: 700;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom : 2px solid #E5E5FC;
	}

td.tdhead a{ /*   header row link for subtables  */
	font-weight: 400;
	}

td.tdfoot  /*   footer row for subtables  */
	{
	border-top : 1px solid #E5E5FC;
	}

tr.tdtoprow  td, .tdtoprow/*   top row for mail and hotlist tables */
	{
	background-color : #DEDEFD;
	color: 000000;
	height: 25px;
	font-size: 12px;
	font-weight: 600;;
	border-bottom: 1px solid #CCCCFF;
	}

tr.tdodd td, td.tdodd/*  odd row for subtables   */
	{
	border-bottom : 1px solid #E5E5FC;
	background-color: #ffffff;
	}

tr.tdeven td, td.tdeven /*   even row for subtables  */
	{
	border-bottom : 1px solid #E5E5FC;
	background-color: #ffffff;
	}

.td1  /*   row 1 for search and profile pages */
	{
	background-color: #EFEFFD;
	}

.td2 /*  row 2 for search and profile pages */
	{
	background-color: #E5E5FC;
	}

.td3  /*   row 3 for search and profile pages  */
	{
	background-color : #DEDEFD;
	}

.rettext  /*   information blocks for subtables  */
	{
	font-weight: 600;
	color: #000099;
	padding-right: 7px;
	}

.retimage  /*   information blocks for subtables  */
	{
	border-bottom : 1px solid #E5E5FC;
	border-left : 1px solid #E5E5FC;
	border-right : 1px solid #E5E5FC;
	}

.tdcontent  /*   information blocks for subtables  */
	{
	padding: 15px;
	border-bottom : 1px solid #E5E5FC;
	}

.tdmail  /*   unread mail row colour  */
	{
	background-color: #EFEFFD;
	border-bottom : 1px solid #E5E5FC;
	}

td.image  /*   image cell for search results  */
	{
	background-color: #ffffff;
	border-left : 1px solid #DEDEFD;
	padding: 10px;
	}

td.imageframe  /*   image frame for search results  */
	{
	padding: 7px;
	background-color: #ffffff;
	border-right : 2px solid #999999;
	border-bottom : 2px solid #999999;
	border-left : 1px solid #dddddd;
	border-top : 1px solid #dddddd;
	}

img.imagehome  /*   image frame for search results  */
	{
	border : 1px solid #ffffff;
	}

td.resulthead   /*   header row for search results  */
	{
	padding: 5px ;
	background-color: #DEDEFD;
	font-size: 13px;
	font-weight: 600;
	}

td.resultheadright   /*   header row for search results  */
	{
	padding: 5px ;
	background-color: #DEDEFD;
	}

td.resulthead  a  /*   header row for search results  */
	{
	text-decoration: none;
	
	}

td.resultbody  /*   body row for search results  */
	{
	padding: 10px;
	background-color: #ffffff;
	border-right : 1px solid #DEDEFD;
	}

td.resultfoot   /*   header row for search results  */
	{
	padding: 5px;
	border-top : 2px solid #DEDEFD;
	}

td.resulttitle   /*   advert title for search results  */
	{
	font-weight: 600;
	}


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

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

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

.standard { /*  member status text for search result */
	font-weight: 600;
	color: #666666;
	font-size: 10px;
	font-style: italic;
	}

.searchage { /*  age and location search result */
	font-weight: 300;
	color: #000000;
	font-size: 11px;
	font-style: italic;
	}


a.switch  /*   search form + -   */
	{
	font-size: 14px;
	text-decoration: none;
	}

a:hover.switch /*   search form + -   */
	{
	font-size: 14px;
	text-decoration: none;
	}

tr.noborder td /*  pop checks removes border inherited from tdodd   */
	{
	border: none;
	}

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

.pageheader { /*  Page Titles */
	font-size: 23px;
	color: #000066;
	font-weight: 400;
	padding-bottom: 10px;
	}

td.blogdate { /*  date for blogs  */
	font-weight: 600;
	color: #000099;
	font-size: 10px;
	font-style: italic;
	border-bottom : 3px solid #E5E5FC;
	}

.input  { /* general input field secific formatting  */
	width: 120px;
	}

.inputs  {  /*  small input field secific formatting  */
	width: 95px;
	}

.inputl { /*  large input field secific formatting  */
	width: 250px;
	}

.inputf { /*  free width input field secific formatting  */
	}

.button  { /*   all form buttons */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-left:7px;
	padding-right: 7px;
	color: #ffffff;
	background-color: #cc0000;
	border-top: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	}

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

.forumlinks { /*  forum links */
}

.forumlinkshd { /*  forum links */
	font-weight: 600;
	}

form {
	padding: 0px;
	margin: 0px;
	}

/* GROUPS STYLES */
div.group_post_subject {
    margin: 0.5em 0;
    font-weight: bold;
}
.group_post_images {
    margin:1em 0 0.5em 0;
	}
.group_post_image {
    margin: 0.5em;
    border: 1px dotted #000;
    float: left;
}
.mygroups_approve {
    background-color:#eeffee;
}
.mygroups_reject {
    background-color:#ffeeee;
}

/* AVATARS STYLES */
#avatar_list a {
    display: block;
    float: left;
    padding: 4px;
    margin: 10px;
}

#avatar_list a:hover {
    display: block;
    float: left;
    padding: 2px;
    border: 2px solid #ccc;
    margin: 10px;
}
