/* reset CSS */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote 
{ 
	margin:0;
	padding:0;
}

table 
{

}

fieldset,img 
{ 
	border:0;
}

address, caption, cite, code, dfn, th, var 
{ 
	font-style:normal;
	font-weight:normal;
}

ul 
{ 
	list-style:none;
}

caption 
{ 
	text-align:left;

}

h1, h2, h3, h4, h5, h6 
{ 
	font-size:100%;
	font-weight:normal;
}

h2{
	font-size:12px;
}

q:before, q:after 
{ 
	content:'';
}

abbr, acronym 
{ 
	border:0;
}

/* global layouts */

html, body 
{
	height: 100%;
	margin: 0;
	/*font-family: "trebuchet ms", tahoma, verdana, sans-serif;*/
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #571F12;
}

body.index
{ 
	background-color: #510F00;
}

dt{
	font-weight:bold;
}

dd{
	margin:4px 0px 10px 0px;
}

a, a:hover 
{
	color: #ddac7e;
	font-weight:normal;
	text-decoration:none;
	outline: none;
}

a:hover 
{
	text-decoration: underline;
}

img 
{ 
	display: block;
}

.back 
{ 
	float: left;
}

.clrbth
{ 
	clear: both;
}

div.error, div.notice 
{ 
	background-color: #EFE7C2;
	color: #CC0000;
	width:694px;
	margin:7px auto;
	/*margin:7px auto 17px auto;*/
	padding:10px;
	font-weight: bold;
	text-align: left;
}

div.success
{ 
	background-color: #EFE7C2;
	color: green;
	width:694px;
	margin:7px auto;
	margin:7px auto 17px auto;
	padding:10px;
	font-weight: bold;
	text-align: center;
}

div.error a{
	text-decoration:underline;
	color:#cc0000;
}

div.success a{
	text-decoration:underline;
	color: green;
}

div.notice 
{ 
	background-color: #FFFFD7;
	color: #000000;
}

/* index page */
#index-wr
{
	width: 780px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: auto;
	background: url('../images/bg-index-wr.gif');
}

#index-login
{
	float: left;
	width: 302px;
	height: 452px;
}

#index-login div.top
{
	width: 302px;
	height: 224px;
	background: url('../images/bg-index-get.gif');
}

#index-login div.join
{
	width: 302px;
	height: 73px;
}

#index-login div.frm
{
	width: 257px;
	height: 90px;
	padding: 65px 0 0 45px;
	background: url('../images/bg-login.gif');
}

#login 
{
	font-size:10px;

	font-weight:bold;
}

#login td 
{ 
	padding: 2px;
}

#login .field 
{
	font-size:12px;
	color:#333;
	font-weight:normal;
	background-color:#dfdcdc;
	border: 1px solid #000;
	width:100px;
}

#login_options 
{
	font-family:Tahoma;
	font-size:10px;
	color:#655342;
	margin-right:99px;
	margin-top:-5px;
}

#login_options a 
{
	font-size:10px;
	color:#655342;
	font-weight: normal;
	text-decoration:underline;
}

#login_options a:hover 
{
	text-decoration:none;
}

#man-women
{
	float: left;
	width: 478px;
	height: 452px;
}
	
#index-bottom
{
	width: 780px;
	height: 119px;
	background: url('../images/bg-index-bottom.jpg');
}
	
/* global header */

#container
{
	width: 770px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: auto;
	padding: 0 11px;
	background: url('../images/bg-container-wr.gif');
}

#header
{
	height: 56px;
}

#main 
{
	width: 770px;
	background: url("../images/bg-main.gif") top left repeat-x;
}

#nav
{
	float: left;
	padding-left:28px;
	width: 742px;
	background: url("../images/nav/bg.gif") top left repeat-x;
}

#nav a
{
	float: left;
	display: block;
}

#loggedin
{
	text-align: center;
	font-weight: bold;
	padding: 17px 0 0 0;
}

#loggedin a 
{
	color: #FFF;
	font-weight: normal;
}

.info-wr
{
	border:1px solid #000;
}

.mainBox
{
	
	border:1px solid #7A4537;
	margin:17px auto;
	width:730px;
	background-color:#713223;
}

#footer
{
	border:1px solid #7A4537;
	margin:17px auto;
	width:730px;
	background-color:#713223;
	height:40px;
	background-color:#713223;
	border:1px solid #7A4537;
	margin-bottom:20px;
	padding-top:7px;
	color:#DDAC7E;
}

#footer a
{
	color:#DDAC7E;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

/* LISTINGS */
#list
{
	width:100%;
	/*border: 1px solid #c4c4c4;*/
	line-height :16px;
	margin:5px 0px;
	color:black;	
	background-color:#571F12;
	
}

#list th
{
	
    padding-left:4px;
	background: #5D3127;
	/*border-bottom: 1px solid #DDAC7E;*/
	color:#FFFFFF;
	font-weight:bold;
	
}

#list th a
{
	/*color:#008510;*/
}


#list td
{
    padding-left:4px;
}

#list td a
{
	color:#5D3127;
}

#list td a.strong{
	font-weight:bold;
}


/** alternate rows ***/
.rowLight
{
	background: #DDAC7E;

}

.rowDark
{
	background:  #FAE0C8;
} 

.rowHighlight
{
	background-color: #FFCC99;
}

.rowHover
{
	background: #CCFFCC;
}

.mainBoxTitle
{
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	background:#7F4031;
	width:694px;
	margin:7px auto;
	padding:10px;
}

.mainBoxTitle h1
{
	font-size:18px;
	font-weight:bold;
}

h1.title
{
	font-size:18px;
	font-weight:bold;
}

.mainBoxContentCentered
{
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	padding: 10px 10px 20px 10px;
}

.mainBoxContent
{
	margin-top:10px;
	margin-bottom:20px;
	padding: 10px 10px 20px 10px;
}

#homeCont
{
	width:730px;
	margin-top:15px;
	border:0px solid #000;
	margin:0 auto;
	
}

.mainBoxHalf
{
	border:1px solid #7A4537;
	margin-top:15px;
	width:323px;
	background-color:#713223;
	float:left;
	padding:15px;
	height:400px;
}

.mainBoxHalf h1
{
	font-size:24px;
}

#manageProfileThumb
{
	width:110px;
	float:left;
	margin-top:15px;
}

#manageProfileLinks
{
	width:198px;
	float:left;
	padding-left:15px;
	margin-top:15px;
}

.sep1
{
	width:323px;
	clear:both;
	background:url('../images/sep.gif');
	background-position:center bottom;
	height:30px;
	background-repeat:no-repeat;
	margin:10px 0;
}

.heading
{
	background:url('../images/sep_main.gif') no-repeat bottom;
	height:40px;
}

.row
{
	height:30px;
    clear:both;
}

.row_line
{
	height:30px;
    clear:both;
	background:url('../images/sep_main.gif') repeat-x center;
	
}

.mainBox div .banner_ads
{
	clear:both;
	width:100%;
	text-align:center;
}

.submit
{
	background-color:#571F12;
	color:#ddac7e;
	border:1px solid #000;
	font-weight:bold;
	font-size:11px;
	padding:2px 10px 2px 10px;
}

.mainBox form .text, select, textarea, file
{
	font-family:Tahoma;
	font-size:12px;
	background:#fff;
	border:1px solid #B77E49;
}
	
.regForm td 
{
	padding:2px;
	margin:2px;
}

.mainBoxHalf ul
{
	list-style-position:outside;
	list-style-image:url('../images/stub.gif');
	margin-left:15px;
}

.mainBoxHal ul li
{
	margin-left:50px;
}

#form td
{
	padding:3px;
}
/*
.pager .pagelink
{
	padding-left:5px;
}

.pager .pagecurrent
{
	padding-left:5px;
	color:#fff;
	font-weight:normal;
}*/

.pager
{
	display:block;

	border:0px solid #000;
	height:20px;
}

.pager .pagelink
{
	
	display:block;
	float:left;
    padding-left:4px;
	padding-right:4px;
	height:16px;
	text-align:center;
	padding-top:0px;
	border:0px solid #000;
	margin-right:5px;
	color:#3c170e;
}

.pager .pagelink:hover
{
	
	display:block;
	float:left;
    padding-left:4px;
	padding-right:4px;
	height:16px;
	text-align:center;
	padding-top:0px;
	border:0px solid #000;
	background-image:none;
	margin-right:5px;
	color:#fff;
	text-decoration:none;
}

.pager .pagecurrent
{
	display:block;
	float:left;
	width:16px;
	height:16px;
	text-align:center;
	padding-top:0px;
	background-image:url('../images/pagebg.jpg');
	border:0px solid #000;
	margin-right:5px;
}

.pager .pagingInfo
{
	display:block;
	float:left;
	padding-left:4px;
	padding-right:4px;
	height:16px;
	text-align:center;
	padding-top:0px;
	border:0px solid #000;
	background-image:url('../images/pagebg.jpg');
	margin-right:5px;
}

.current
{
	color:white;
}

label
{
	padding-left:7px;
}

.blocksborder em
{
	font-weight:bold;
}

.blocksborder, table#displaysearch tr td
{
	background:#7F4031;
	border-bottom:1px solid #5F3125;
	padding:10px;
}

.messageList
{
	border:1px solid #713223;
}

.inviteList
{
	border:1px solid #7F4031;
}

.pagingInfo
{
	font-weight:bold;
}

.textblock
{
	margin-top:10px;
}

a.button2, a.button2:hover
{
	float: left;
	display: block;
	padding: 2px 15px;
	margin: 0 20px 0 0;
	background-color: #0D0D0D;
	text-decoration: none;
	border:solid 1px #713223;
	
}

a.button2:hover
{
	background-color: #3A0B00;
}

img.profile_pic
{
	border: 4px solid #A5786D;
}
	
#hear_from_other
{
	display:none;
}

.custombutton 
{
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
}

* html .custombutton 
{
	cursor:hand;
} /* alternate cursor style for ie */

.tahoma11darkRed
{
	font-weight:bold;
	color:#571F12;
}

.ariall11pxGrey
{
/*	color:#ddac7e;*/
}

.ariall11pxGrey a
{
	text-decoration:underline;
	color:#A7450E;
}

.ariall11pxGrey a:hover
{
	text-decoration:none;

}

.user
{
	margin-left: 3px;
	margin-right: 3px;
	background:url('../images/user_go.png');
	background-repeat: no-repeat;
	background-position: 10% center;
	height:20px;
}

a.orangeLink
{
	color:#ddac7e;
}

h2.title
{
	font-size:20px;
}

.formPic
{
	float:left;
	text-align: right;
}

.clrbth
{ 
	clear: both;
}

.blocksborder3
{
	width:447px;
	margin-bottom:10px;
}

.blocksborderCont
{
	width:447px;
	float:left;
	margin-right:3px;
}

.banner_ads
{
	padding-left:20%;
	text-align:center;
	margin-bottom:10px;
}
