@charset "UTF-8";

/* --- Override base HTML tags --- */
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	background: #222 url(media/background3.png) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2c2c2c;
}
a {
	color: #8F1010;	/* Blue-greenish: #306f6f, #30596F, #306F50   Redish: #7F2020, #8F1010, #9E0000   Purplish: #6f3050   */
	text-decoration:none;
}
img {
	border:none;
}
input[disabled='disabled'] {
  color: #444;
  background:#f0f0f0;
}

/* --- main container holding all page content --- */
.thrColFixHdr #container { 
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url(media/body_back.png) repeat-y; 
	margin: 20px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* --- HEADER at top --- */
.thrColFixHdr #header { 
	background: #e3c798 url(media/head_back.png) no-repeat; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	height: 112px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* --- MAIN MENU at top of site --- */
.thrColFixHdr #topnav { 
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin-top: -26px;
	padding-bottom: 0px;
}
	.mainmenu a {
		font-family:"Times New Roman", Times, serif;
		padding: 0px 6px 0px 6px;
		font-size: 18px;
		font-weight: normal;
	}


/* --- RIGHT SIDEBAR --- */
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 118px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 6px 4px 2px; /* padding keeps the content of the div away from the edges */
	text-align:center;
}
	.thrColFixHdr #sidebar2 h3 {
		font-family:"Times New Roman", Times, serif;
		font-size: 16px;
		color: #6f3131;
		padding: 0px 0px 2px 0px; /* padding keeps the content of the div away from the edges */
	}
	.thrColFixHdr #sidebar2 p {
		margin: 4px 0px 4px 0px;
		padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
		font-size: 11px;
		font-family:"Times New Roman", Times, serif;
	}
	.divider {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.thrColFixHdr #sidebar2 p.divider {
		margin: 20px 0px 20px 0px;
	}
	.thrColFixHdr #sidebar2 p.sidebar_title {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-family: "Times New Roman", Times, serif;	
		font-size: 16px;
		color: #6f3131;
	}
	.thrColFixHdr #sidebar2 p.sidebar_title2 {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-family: "Times New Roman", Times, serif;	
		font-size: 14px;
		color: #6f3131;
	}
	.thrColFixHdr #sidebar2 .sidebar_subtitle {
		font-family: "Times New Roman", Times, serif;	
		font-size: 12px;
		color: #333;
	}
	.thrColFixHdr #sidebar2  .qs_fieldset {
		text-align: left;
	}
	.thrColFixHdr #sidebar2  p.qs_field {
		text-align: left;
		margin: 0px 0px 4px 0px;
	}
	.thrColFixHdr #sidebar2  .qs_label {
		font-family: "Times New Roman", Times, serif;	
		font-size: 10px;
		color: #666;
		padding: 0px 0px 8px 0px;
	}
	.thrColFixHdr #sidebar2  .qs_text {
		font-family: "Times New Roman", Times, serif;	
		font-size: 10px;
		color: #333;
		padding: 0px 0px 8px 0px;
	}



/* --- MAIN CONTENT in center of site --- */
.thrColFixHdr #mainContent { 
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 684px;
	float: left;	
}


	/* --- Main Title for each section --- */
	.thrColFixHdr #mc_title { 
		background: url(media/mc_top.png) no-repeat #eae3d1;
		height: 31px;
		width: 684px;
	}
	.thrColFixHdr #mc_title .title { 
		margin: 0px 0px 0px 24px;
		padding: 0px 0px 0px 0px;
		font-weight:normal;
		font-size: 22px;
		font-family:"Times New Roman", Times, serif;	
		color: #333;
	}
	
	
	/* --- Section subnav tabs --- */
	.thrColFixHdr #mc_subnav { 
		background: url(media/mc_subnav.png) no-repeat #e2e2e2;
		height: 31px;
		width: 684px;
		overflow: hidden;
	}
	
	.thrColFixHdr #mc_subnav.Utility { 
		background: url(media/mc_subnav_utility.png) no-repeat #e2e2e2;
		height: 31px;
		width: 684px;		
	}
	.thrColFixHdr #mc_subnav .items { 
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 25px;
		font-weight:normal;
		font-size: 14px;
		font-family:"Times New Roman", Times, serif;	
	}
	.thrColFixHdr #mc_subnav .itemsUtility { 
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 65px;
		font-weight:normal;
		font-size: 14px;
		font-family:"Times New Roman", Times, serif;	
	}
	#subnavbar {
		display: block;
		float: left;
		position: relative;
		left: 24px;
	}
	#subnavbarUtility {
		display: block;
		float: left;
		position: relative;
		left: 64px;
	}
	
	
	.thrColFixHdr #mc_subnav .selected {
		background: url(/templates/classy_new/media/mc_tabcss_right.gif) right 0;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px ;
		line-height: 22px;		
		text-align: center;
		display: block;
		float: left;
		position: relative;
		left: 6px;
	}
	.thrColFixHdr #mc_subnav .notSelected {
		margin: 0px 0px 0px 0px;
		padding: 0px 6px 8px 12px;	
		color: #333;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px ;
		line-height: 22px;		
		text-align: center;
		display: block;
		float: left;
		position: relative;
		top: 2px;
	
	}
	.thrColFixHdr #mc_subnav a.active {
		background: url(/templates/classy_new/media/mc_tabcss_left.gif) no-repeat 0 0;
		padding: 2px 3px 5px 8px;
		display: block;
		position: relative;
		left: -6px;
	}


	/* --- Utility Action Bar on Left --- */
	.thrColFixHdr .leftCol { 
		width: 27px;
		background: url(media/mc_ml.png) repeat-y;
		vertical-align:top;
	}
	.thrColFixHdr .leftColUtility { 
		width: 67px;
		background: url(media/mc_utility_back.png) repeat-y;
		vertical-align:top;
	}
/*	.thrColFixHdr #mc_iconbar { 
		background:url(media/mc_utility_btn_back.png) repeat-y #CCC;
		padding: 4px 10px 4px 15px;
		font-size: 10px;
		text-align: center;
		width: auto;
	} */
	
		.thrColFixHdr #mc_iconbar { 
		background:url(media/mc_utility_btn_back.png) repeat-y #CCC;
		padding: 4px 4px 4px 16px;
		font-size: 10px;
		text-align: center;
		width: auto;
	}
	
	.thrColFixHdr #mc_iconbar img {
                margin: 16px 0px 0px 0px;
	}
	
	/* --- Center page content --- */
	.thrColFixHdr .bodyCol {
		width: 642px;
		height: 500px;
		background: #f4f4f4 url(media/mc_body.png) repeat;
		vertical-align:top;
	}
	.thrColFixHdr .bodyColUtility { 
		width: 602px;
		height: 500px;
		background: #f4f4f4 url(media/mc_body.png) repeat;
		vertical-align:top;
	}
	.thrColFixHdr #mc_body { 
		width: 98%; /* 594px; */
		padding: 4px 4px 4px 4px;
	}

	/* --- right gutter of content --- */
	.thrColFixHdr .rightCol { 
		width: 15px;
		background: url(media/mc_mr.png) repeat-y;
		vertical-align:top;
	}
	
	
/* --- Site FOOTER --- */
.thrColFixHdr #mc_foot { 
	background: url(media/mc_bottom.png) no-repeat #FFF;
	width: 684px;
	height: 36px;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #e3c798 url(media/footer_back.png)  no-repeat; 
	height: 62px;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;	
	font-size: 10px;
	color: #6f3131;
}
.footmenu a {
	font-family:"Times New Roman", Times, serif;
	padding: 0px 10px 0px 10px;
	font-size: 10px;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.member_thumb {
	border:thin solid #6f3050;
	padding: 0px 0px 0px 0px;
	background:#FFF;
}
.profile_label {
	width: 60px;
	vertical-align:top;
	text-align:right;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px ;
}
.profile_value {
	color: #000;
	width: 150px;
	vertical-align:top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px ;
}
.profile_label_l {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px ;
}
.profile_value_l {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px ;
}
.profile_tabs {
	float: left;
	color: #6f3050;
	list-style-image:none;
}
.form_field_instr {
	font-size: 9px;
	color: #333;
}

.clear {
	clear: both;
}


/* --- home_public2.tpl --- */
#login_form {
        margin-bottom: 0px;
        padding-bottom: 0px;
}
#login_form input.login_button {
        height: 24px;
		  vertical-align:middle;
		  font-size: 12px;
}

/* --- account_register.tpl --- */
.signup_label {
	text-align:right;
	width: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px ;
	color: #333;
	padding-bottom: 6px;
}
.signup_value {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px ;
	color: #333;
	vertical-align:top;
}
.member_value {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px ;
	color: #333;
	padding-bottom: 6px;
}
.partner_value {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px ;
	color: #333;
	visibility:hidden;
}
.signup_value_item {
	float: left;
	width: 50%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px ;
	color: #333;
}


/* --- account_profile.tpl, _settings.tpl, _privacy.tpl, _notifications.tpl --- */
.thrColFixHdr #mc_body .edit_label {
	text-align:right;
	width: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px ;
	color: #333;
	vertical-align:top;
	padding-bottom: 8px;
}
.thrColFixHdr #mc_body .edit_value {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px ;
	color: #333;
	vertical-align:top;
	vertical-align:top;
	padding-bottom: 8px;
}
.thrColFixHdr #mc_body .edit_value_item {
	float: left;
	width: 50%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px ;
	color: #333;
	padding-bottom: 4px;
}

.fielditems {
	list-style-image:none;
}
div.form {
	padding: 0px 0px 24px 0px;	
}
span.legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px ;
	color: #000;
}


/* --- homepage_member.tpl --- */
.thrColFixHdr #mc_body .ext_poll_wrap {
	border: thin solid #A97C64;
	margin: 0px 0px 16px 0px;
	background: #f3f3f3;
}
.thrColFixHdr #mc_body h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 13px;
	color: #333;
	margin: 2px 0px 0px 0px;
	border-bottom: thin solid #A97C64;
}
.thrColFixHdr #mc_body td.checkbox {
	vertical-align:top;
}
.thrColFixHdr #mc_body .answers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0px 0px 8px 0px;
	vertical-align:top;
	width: 110px;
}

.thrColFixHdr .inner {
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333;
}
.thrColFixHdr h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #333;
	margin: 0px 0px 8px 0px;
	width: 50%;
}
.thrColFixHdr dl.datainfo {
	margin: 0px 0px 0px 0px;
}
.home_news {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 12px 0px 4px 0px;
}
.stats {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: thin solid #A97C64;
	background: #f3f3f3;
}


/* --- pagenums.tpl --- */
div.pagenumsBlock {
	float:right; }
	.pagenums {
		margin: 0px 0px 0px 0px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		color: #333; }
		
	a.pagenums_current {
		margin: 0px 0px 0px 0px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		color: #333;
		background: #CCC; }
	

/* --- common to many templates --- */
.pageTitle {
	color:#333333;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:20px;
	font-style:normal;
	margin:0px 0px 8px 0px;
}
.instructions {
	color:#333333;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.2em;
}


#searchMsgs {
   margin-bottom: 6px;
}

.home_txt1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
        line-height: 1.1em;
}
.home_txt2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 1.4em;
}
.home_txt3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.home_txt4 {
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 0px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.home_multi_txt2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
        line-height: 1.2em;
}

a.greyed {
	color: #999;
}



/* --- header.tpl --- */
.fo_box {
	border: thin solid #A97C64;
	width: 120px;
}
.fo_friend_on {
	font-family: "Times New Roman", Times, serif;	
	font-size: 10px;
	color: #8f1010;
	text-align: left;
}
.fo_friend {
	font-family: "Times New Roman", Times, serif;	
	font-size: 10px;
	color: #555;
	text-align: left;
}
.fo_actions {
	text-align: right;
}

/* --- Gallery Display View (many templates use) --- */
.results_gallery {
	width: 180px;
	height: 200px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}
.results_badge {
	top: -3px; 
	left: 109px; 
	width: 75px; 
	height: 75px; 
	background: url(/templates/classy_new/media/badge1.gif) no-repeat; 
	z-index:10; 
	position:relative;
}
.results_badge2 {
	top: -3px; 
	left: 109px; 
	width: 75px; 
	height: 75px; 
	background: url(/templates/classy_new/media/badge2.gif) no-repeat; 
	z-index:10; 
	position:relative;
}
.results_matte {
	width: 180px;
	height: 125px;
	background: url(/templates/classy_new/media/background3_inv_b.png) no-repeat top right;
	border-left: #8f1010 thin solid;
	border-bottom: #6f3131 thin solid;
	padding: 7px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	vertical-align:middle;
}
.results_matte_badge {
	width: 180px;
	height: 125px;
	background: url(/templates/classy_new/media/background3_inv_b.png) no-repeat top right;
	border-left: #8f1010 thin solid;
	border-bottom: #6f3131 thin solid;
	padding: 7px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	vertical-align:middle;
	top: -75px; 
	position: relative;
}
.result_img {
	border: #111 thin solid;
}
.results_txt {
	width: 180px;
	height: 62px;
	background: url(/templates/classy_new/media/background3_inv_b2.png) no-repeat right bottom;
	overflow:hidden;
	border-left: #A97C64 thin solid;
}
.results_txt_badge {
	width: 180px;
	height: 62px;
	background: url(/templates/classy_new/media/background3_inv_b2.png) no-repeat right bottom;
	overflow:hidden;
	border-left: #A97C64 thin solid;
	top: -75px;
	position: relative;
}
a.results_action_approve {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#090;
	font-size: 10px;
}
a.results_action_remove {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#900;
	font-size: 10px;
}
span.online {
	color:#306f6f;
	font-size: 12px;
}


/* --- List Display View (many templates use) --- */

.listview_mail_new {
	height: 40px;
	width: 10px;
	vertical-align:middle;
	text-align:center;
	background: url(media/listview/listview_mail_new.png) no-repeat;
}


.listview_mail_unread {
	height: 40px;
	width: 10px;
	vertical-align:middle;
	text-align:center;
	background: url(media/listview/listview_mail_unread.png) no-repeat;
}

.listview_seperate {
	height: 2px;
	line-height: 2px;
}

.listview_coltitle {
	font-size: 14px;
	vertical-align:bottom;
	text-align:left;
}

.listview_leftcap {
	width: 10px;
	background: url(media/listview/listview_back_select.png) repeat;	
}

.listview_lefttop {
	background: url(media/listview/listview_corner_tl.png) no-repeat;
	width: 10px;
	height: 10px;
	clear: both;
}

.listview_leftmiddle {
	background: url(media/listview/listview_back_select.png) repeat;
	width: 10px;
	height: 40px;
	clear: both;
}

.listview_leftbottom {
	background: url(media/listview/listview_corner_bl.png) no-repeat;
	width: 10px;
	height: 10px;
	clear: both;
}

.listview_selector {
	background-image: url(media/listview/listview_back_select.png);
	width: 20px;
	vertical-align:middle;
	text-align:center;
}

.listview_image {
	height: 60px;
	vertical-align:middle;
	text-align:center;
	width: 60px;
	background: url(media/listview/listview_back_select.png) repeat;
}

.listview_info_new {
	background: url(media/listview/listview_back_userinfo.png) repeat;
	font-size: 12px;
	width: 20px;
	height: 60px;
	vertical-align:middle;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;
	vertical-align:top;
}

.listview_info {
	background: url(media/listview/listview_back_grey.png) repeat;
	font-size: 12px;
	width: 20px;
	height: 60px;
	vertical-align:middle;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;
	vertical-align:top;
}
.listview_userinfo_new {
	background: url(media/listview/listview_back_userinfo.png) repeat;
	font-size: 12px;
	width: 100px;
	height: 60px;
	vertical-align:middle;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;
	vertical-align:top;
}

.listview_userinfo {
	background: url(media/listview/listview_back_grey.png) repeat;
	font-size: 12px;
	width: 100px;
	height: 60px;
	vertical-align:middle;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;
	vertical-align:top;
}
.listview_userinfo_sub {
	font-size: 10px;
}
.listview_date_new {
	background: url(media/listview/listview_back_userinfo.png) repeat;
	font-size: 10px;
	width: 70px;
	height: 60px;
	vertical-align:middle;
	text-align:left;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;	
	vertical-align:top;
}
.listview_date_unread {
	background: url(media/listview/listview_back_grey.png) repeat;
	font-size: 10px;
	width: 70px;
	height: 60px;
	vertical-align:middle;
	text-align:left;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;	
	vertical-align:top;
}
.listview_date {
	background: url(media/listview/listview_back_grey.png) repeat;
	font-size: 10px;
	width: 70px;
	height: 60px;
	vertical-align:middle;
	text-align:left;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;	
	vertical-align:top;
}

.listview_message_new {
	background: url(media/listview/listview_back_userinfo.png) repeat;
	font-size: 12px;
	vertical-align:middle;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;
	padding-right: 6px;
	vertical-align:top;
}

.listview_message {
	background: url(media/listview/listview_back_grey.png) repeat;
	font-size: 12px;
	vertical-align:middle;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;
	padding-right: 6px;
	vertical-align:top;
}
.listview_icon {
	background: url(media/listview/listview_back_grey.png) repeat;
	font-size: 12px;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;
	padding-right: 6px;
	vertical-align:top;
	text-align:right;
}
.listview_rightcap {
	background: url(media/listview/listview_back_grey.png) repeat;
	border-bottom: #A97C64 thin solid;
	border-right: #A97C64 thin solid;	
	border-top: #A97C64 thin solid;
	width: 10px;
}
.listview_rightcap_new {
	background: url(media/listview/listview_back_userinfo.png) repeat;
	border-bottom: #A97C64 thin solid;
	border-right: #A97C64 thin solid;	
	border-top: #A97C64 thin solid;
	width: 10px;
}
.listview_rightEdge {
	background: url(media/listview/listview_back_grey.png) repeat;
	font-size: 12px;
	vertical-align:middle;
	border-bottom: #A97C64 thin solid;
	border-top: #A97C64 thin solid;
	border-right: #A97C64 thin solid;
	padding-right: 6px;
	vertical-align:top;
}
.listview_cell {
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
}
.listview_item_actionbar {
	border-top: #A97C64 thin solid;
	text-align:center;
}


/* ---  --- */
.thrColFixHdr  #mc_body table.fieldset {
	padding-bottom: 8px;
	border: none;
}
	.thrColFixHdr  #mc_body td.field_label {	
		width: 120px;
		font-family: Arial,Helvetica,sans-serif;
		font-size:11px;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		line-height:normal;
		padding-bottom:6px;
		vertical-align:top;
		text-align:right;
	}
	.thrColFixHdr  #mc_body td.field_values {
		font-family: Arial,Helvetica,sans-serif;
		font-size:11px;
		padding-bottom:6px;
		vertical-align:top;
	}
		.thrColFixHdr  #mc_body td.field_values ul.fielditems {
			list-style-image:none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
			.thrColFixHdr  #mc_body td.field_values ul.fielditems li {
				float: left;
				padding: 0px 20px 5px 0px;
				margin: 0px 0px 0px 0px;
				list-style-image:none;
				list-style-type:none;
			}


/* --- Styles for cool jQuery POPUP's --- */
#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
}  
#popupContact{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:384px;  
	width:408px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px;  
}  
#popupContact h1{  
	text-align:left;  
	color:#6FA5FD;  
	font-size:22px;  
	font-weight:700;  
	border-bottom:1px dotted #D3D3D3;  
	padding-bottom:2px;  
	margin-bottom:20px;  
}  
#popupContactClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
}  
			
			
/* --- Message Screens --- */
input.subject {
	width: 250px;
}
textarea.message {
	width: 310px;	
}
.matched_users {
	background: #fffff2;
	border: thin solid #a97c64;
	padding: 0px 0px 0px 4px;
}


/* --- Albums Screens --- */
textarea.description {
	width: 310px;	
}


/* --- Audio Screens --- */
input.audio_name {
	width: 310px;	
}
textarea.audio_notes {
	width: 510px;
	height: 130px;
}
div.audio_player {
	text-align:center;
	width: 420px;
}

/* --- Search Screens --- */
td.search_filter_label {
	font-size: 12px;
}

/* --- Comments Block --- */
.comments {
	border-top: thin #a97c64 solid;	
}

.commentsTitle {
	font-size:18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.report_popup,
.kiss_popup {
	display:none; 
	text-align:center; 
	border: #a97c64 solid thin; 
	background-color:#FFF; 
	width:130px; 
	height: 50px; 
	position: absolute; 
	z-index: 2;
}


/* --- Pricing Styles --- */


.pricing td {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.txtfeature { padding: 6px 5px 6px 5px; 
	color: #000000; 
	font-weight: 700; 
	background-color:#bababa; 
	vertical-align:middle;}  
.celfeature { padding: 6px 0px 6px 0px; 
	color: #000000; 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 10px; text-align:center; 
	background-color:#bababa; 
	vertical-align:middle;}  
.lnkvac:link,.lnkvac:visited { color: #0148b0; 
	text-decoration: none}
.lnkvac:hover,.lnkvac:visited:hover { color: #000000; 
	text-decoration:underline}

.celtxt { padding: 5px 5px 5px 5px; 
	color: #000000; font-weight: 700; 
	background-color:#edebea; 
	vertical-align:middle;}  
.celaal { padding: 6px 0px 6px 0px; 
	color: #000000; font-weight: 700; 
	text-align:center; 
	background-color:#c3c1c2; 
	vertical-align:middle;}  
.celal {padding: 6px 0px 6px 0px;
	color: #000000; 
	font-weight: 700; 
	text-align:center; 
	background-color:#c5e1eb; 
	vertical-align:middle;}
.celmsl {padding: 6px 0px 6px 0px; 
	color: #000000; 
	font-weight: 700; 
	text-align:center; 
	background-color:#BAC6E3; 
	vertical-align:middle;}  
.celamtl {padding: 6px 0px 6px 0px; 
	color: #000000; 
	font-weight: 700; 
	text-align:center; 
	background-color:#f9cb99; 
	vertical-align:middle;}  
.celael {padding: 6px 0px 6px 0px; 
	color: #000000; 
	font-weight: 700; 
	text-align:center;  
	background-color:#B1D086; 
	vertical-align:middle;}
.celael2 {padding: 6px 0px 6px 0px; 
	color: #000000; 
	font-weight: 700; 
	text-align:center;  
	background-color:#FFF2B1; 
	vertical-align:middle;} 
.priceaal {padding: 6px 0px 6px 6px; 
	color:#000000; 
	background-color:#cdcdcd; 
	vertical-align:middle;}  
.featureaal {padding: 6px 0px 6px 6px; 
	color:#000000; 
	background-color:#cdcdcd; 
	vertical-align:middle;} 
.priceal,.pricemsl,.priceamtl,.priceael {padding: 6px 0px 6px 0px; 
	color:#000000; 
	background-color:#cdcdcd; 
	text-align:center;}
.freeal {
	padding: 6px 0px 6px 0px;
	color:#000000;
	background-color:#909090;
	text-align:center;
	font-weight: bold;
}
.platinumal {
	padding: 6px 0px 6px 0px;
	color:#000000;
	background-color:#d9d9d9;
	text-align:center;
	font-weight: bold;
}
.sevenal {
	padding: 6px 0px 6px 0px;
	color:#000000;
	background-color:#4cbbde;
	text-align:center;
	font-weight: bold;
}
.monthoneal {
	padding: 6px 0px 6px 0px;
	color:#000000;
	background-color:#396ea5;
	text-align:center;
	font-weight: bold;
}
.monththreeal {
	padding: 6px 0px 6px 0px;
	color:#000000;
	background-color:#f59200;
	text-align:center;
	font-weight: bold;
}
.monthsixal {
	padding: 6px 0px 6px 0px;
	color:#000000;
	background-color:#7cc91a;
	text-align:center;
	font-weight: bold;
}
.yearoneal {
	padding: 6px 0px 6px 0px;
	color:#000000;
	background-color:#DFB200;
	text-align:center;
	font-weight: bold;
}


/* --- Override section --- */

	textarea.textarea_small {
		width: 410px;
		height: 130px; }	
		
/* members */
div.typemembers { }

div.typemembers div.dataitem {
		margin-bottom: 0px;
		padding: 5px;
		background: none;
		border: none;
		width: 30%;
		float: left;
		text-align: center;
		vertical-align:middle;
		height: 125px;
		}

div.typemembers div.dataitemlast {
		margin-bottom: 0px; }
		
.featurerows {
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}	

.featuretop {
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}


/* --- General Outer Pages --- */

.gen_img {
	padding: 0px 15px 0px 0px;
}
				
.matchSelector {
	margin:0px; 
	padding:0px; 
	line-height: 1.1em; 
	cursor:pointer;
	color: #333;
}
.matchSelector:hover {
	cursor:hand;
	color:#C00;
}