

/*   START GENERIC STUFF  */

html { 
	height: 100%; 
	margin-bottom: 1px; 
	}


body  {  
	padding: 0px;
	margin:  5px auto;
	background-color: #c8e7ff;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	}

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

a  { 
	color: #993366;
	text-decoration: underline;
	font-weight: 400;
	}

a:hover  { 
	color: #cc3399;
	text-decoration: none;
	font-weight: 400;
	}

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


/*   START TEMPLATE SPECIFIC  STUFF  */

#navBar {
	background-color: #ffffff;
	border: 1px solid #000000;
	}

.homeText {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	}

#content  { 
	background-color: #ae4d68;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0px;
	}

#banner { 
	padding-bottom: 25px;
	background-image:url(images/banner.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	text-align:center;
	}

#loveBanner { 
	padding: 10px 0 5px 0;
	background-image:url(images/main.gif);
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #ae4d68;
	text-align:center;
	color: #FFFFFF;
	font-size:14px;
	font-weight:700;
	}

#divStayTopLeft {
	position:absolute;
	z-index: 5000;
	width: 120px;
	}

#bar  { 
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #e6b95f;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 2px 0 7px 15px;
	font-size:11px;
	color:#000000;
	}

#bar a { 
	color:#000000;
	text-decoration:none;
	}

#bar a:hover { 
	color:#000000;
	text-decoration:underline;
	}
			
#header  { 
	background-image: url(images/navBack.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0 3px;
	text-align:right;
	background-color:#fbfbfb;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 80px;
	}
	
#topNav  { 
	font-weight: 700;
	font-size: 12px;
	color: #000000;
	padding: 0;
	float: right;
	width: 560px;
	margin-top: 40px;
	}

#topNav a  { 
	color: #000000;
	text-decoration: none;
	font-weight: 400;
	float:left;
	height: 25px;
	width: 93px;
	text-align: center;
	padding-top: 15px;
	background-image:url(images/navOff.gif);
	background-repeat:no-repeat;
	background-position: center top;
	display:block;
	}

#topNav a:hover { 
	color: #000000;
	text-decoration: none;
	background-position: center  -60px;
	font-weight: 400;
	}

#home #m-home,
#get_premium #m-get_premium,
#payment #m-get_premium,
#logoff #m-logoff,
#index #m-index,
#login #m-login,
#register #m-register,
#blogs #m-blogs,
#groups #m-groups,
#forums #m-forums
  { 
	background-image:url(images/navOn.gif);
	background-repeat:no-repeat;
	background-position: center top;
	}

#nav  { 
	font-weight: 700;
	font-size: 12px;
	padding: 0px;
	}

#nav a  { 
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	padding: 7px 20px;
	font-weight: 700;
	}

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


#footer  { 
	font-size: 10px;
	color: #666666;
	padding: 10px 0 15px 0;
	border-top: 1px solid #000000;
	background-image:url(images/navFoot.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	}

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

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

#homeContent { 
	background-color: #FFFFFF; 
	border: 1px solid #000000;
	}
	
#homeBox  { 
	background-color: #FFFFFF; 
	border: 1px solid #000000;
	}
	
#profile  td { 
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	}
	
.profilePic {
	border: 1px solid #000000;
	}

/*   START PROGRAM PAGE STUFF  */

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

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

#mailnav li a
{
	color: #000000;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #CCCCFF;
	border-bottom: none;
	background: #E5E5FE;
	text-decoration: none;
	font-weight: 400;
	}



#mailnav li a:hover
	{
	color: #000000;
	background: #ccccff;
	border-color: #CCCCFF;
	}

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




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

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

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

tr.tdtoprow  td, .tdtoprow/*   top row for mail and hotlist tables */
	{
	background-color : #e2c3cc;
	color: 000000;
	height: 25px;
	font-size: 12px;
	font-weight: 700;;
	}

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

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

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

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

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

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

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

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

.tdmail  /*   unread mail row colour  */
	{
	background-color: #e3ccd2;
	}

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: 700;
	}

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: 700;
	}


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

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

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

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

.searchage { /*  age and location search result */
	font-weight: 400;
	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: 17px;
	color: #000000;
	font-weight: 700;
	padding-bottom: 10px;
	}

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

.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;
	color: #ffffff;
	background-color: #e9b249;
	border-top: 1px solid #f2c979;
	border-left: 1px solid #f2c979;
	border-right: 1px solid #c5902c;
	border-bottom: 1px solid #c5902c;
	}

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

.forumlinks { /*  forum links */
	}

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

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;
	}
