/* $Id: styles.css 65 2009-02-20 03:03:23Z john $ */

/* GLOBAL STYLES */
html { 
	min-height:100%;
	margin-bottom:1px; 
}
body {
	position:relative;
	text-align:center;
	font-size:9pt;
	color:#948c7f;
	margin:0;
}

table.body {
	width: 900px;
}

p {
	margin:5px;
	padding:0;
}

div, td, p {
	font-family:tahoma, "Trebuchet MS", arial, serif;
	font-size:9pt;
	color:#948c7f;
	line-height:140%;
}
h1, h2, h3, h4, h5, h6 {
	color:#ffbe35;
	margin:0;
	padding:10px 0 4px 0;
	font-weight:300;
	font-family:"Trebuchet MS", arial, verdana, serif;
}
h2 { font-size:15pt; }
h3 { font-size:13pt; }
h4 { font-size:11pt; }
h5 { font-size:9pt; }
h6 { font-size:7pt; }

td.top_menu {
	background-image:url(../images/topbar_bg.gif); 
	background-repeat:repeat-x; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #bbb;
}

td.top_menu2 {
	width:20%;
	text-align:right;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #bbb;
	background-image:url(../images/topbar_bg.gif);
	background-repeat:repeat-x;
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float:left;
	height:26px;
	border-left:1px solid #333;
	overflow:hidden;
}

div.top_menu_link_container_end {
	border-left:1px solid #333;
}

div.top_menu_link {
	font-weight:bold;
	font-size:10pt;
	padding:3px 10px;
}

div.top_menu_link_loggedin {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	font-weight:bold;
	font-size:10pt;
	padding:3px 10px;
}

div.menu {
	width:150px;
	border:1px solid #ccc;
	border-left:3px solid #7391a8;
	background:#eee;
	padding:0 0 10px 10px;
	margin-right:10px;
}

div.menu_header {
	margin-top:10px;
	margin-bottom:7px;
}

#topmenu_table {
	position:relative;
	background:#222;
	border:1px solid #333;
	height:26px;
	overflow:hidden;
}

#topmenu_user {
	position:relative;
	background:#222;
	border:1px solid #333;
	height:25px;
}
div.menu_item, div.menu_item_l {
	float:left;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	background:none;
	border-left:1px solid #333;
}
div.menu_item_l {
	border-right:1px solid #333;
}

img.menu_icon {
	display:block;
	float:left;
	margin-right:4px;
}

img.menu_icon2 {
	margin-bottom:-3px;
	margin-right:4px;
}

div.menu_arrow {
	padding:2px;
	float:left;
}

div.menu_item_dropdown a {
	padding:3px 40px 5px 7px;
	font-weight:normal;
	border-left:3px solid #555;
	display:block;
	background:#222;
}
div.menu_item_dropdown {
	text-align:left;
}
div.menu_item_dropdown a:hover {
	padding:3px 40px 5px 7px;
	font-weight:normal;
	background:#3e3e3e;
	border-left:3px solid #777;
	text-decoration:none;
	display:block;
}

div.menu_dropdown {
	border:1px solid #333;
	border-top:none;
	background:#222;
	position:absolute;
	margin-top:4px;
	margin-left:-20px;
	z-index:99;
	width:auto;
	white-space:nowrap;
}

td.topbar1 {
	padding-bottom:5px;
}

td.topbar2, td.topbar2_right {
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:11pt;
	padding:10px 10px 8px 15px;
	color:#fff;
	border-bottom:1px solid #31537d;
}

td.topbar2_right {
	font-weight:normal;
	padding:10px 15px 8px 10px;
	text-align:right;
}

div.content {
	width:900px;
	padding:10px 0 0 0;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.dt {
	display:table;
	_height:0;
	zoom:1;
}

#center_div {
	float:left;
	margin:0 7px;
}

#center_header {
	width:480px;
	height:26px;
	background:url(../images/mainpart_top.gif) no-repeat;
}

#center_body {
	width:460px;
	padding:0 10px;
	min-height:650px;
	background:url(../images/back3.jpg) repeat-y;
}

#center_footer {
	background:url(../images/footer3.png);
	height:31px;
	width:480px;
}

div.copyright {
	background:#000;
	padding:4px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

div.page_header {
	font-size:15pt;
	color:#ffbe35;
	margin-bottom:0;
	font-family:"Trebuchet MS", arial, verdana, serif;
}
h2.page_header {  
	font-size:15pt;
}

div.header {
	padding:0;
	border:0;
	font-weight:bold;
	height:31px;
	background:url(../images/header2.gif) no-repeat;
}

.header h3 {
	padding:5px 5px 5px 18px;
	margin:0;
	font-size:10pt;
	font-weight:bold;
	color:#ffbe35;
}

div.newupdates {
	position:absolute; 
	height:31px; 
	width:170px;
	top:17px;
	right:80px;
	margin:0;
	background:url(../images/newupdates.gif) no-repeat;
}

div.newupdates_content {
	text-align:left;
	padding:4px 2px 5px 28px;
	color:#fff;
}

div.box {
	background:#fff;
	border:1px solid #ddd;
	border-top:none;
	padding:10px;
}

td.shadow {
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-x;
	padding-bottom:5px;
}

input.text, input.text_small {
	border:1px solid #7a644b;
	background-color:#16120d;
	font-family:Verdana, arial, serif;
	font-size:9pt;
	color:#948c7f;
	vertical-align:middle;
	padding:2px;
}

input.text_small {
	font-size:8pt;
}

input.search {
	vertical-align:middle;
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	color:#555;
	font-size:12pt;
	padding-left:23px;
	font-weight:bold;
	font-family:arial, verdana, serif;
}

input.button {
	font-family:Verdana, arial, serif;
	font-size:8pt;
	padding:1px 3px;
	margin:0;
	border:1px solid #b28420;
	color:#b28420;
	font-weight:bold;
	background-color:#050505;
	vertical-align:middle;
}

input.radio, input.checkbox {
	vertical-align:middle;
}

textarea {
	border:1px solid #7a644b;
	font-family:Verdana, arial, serif;
	color:#948c7f;
	background-color:#16120d;
	padding-left:2px;
	font-size:9pt;
}

select, select.small {
	color:#948c7f;
	background-color:#1f1b0f;
	font-family:Verdana, arial, serif;
	font-size:9pt;
	padding:1px;
	border:1px solid #7a644b;
	vertical-align:middle;
	margin-top:1px;
}
select.small {
	font-size:8pt;
}
input.text:active, input.text:focus, input.text_small:active, input.text_small:focus, textarea:active, textarea:focus, select:active, select:focus, select.small:active, select.small:focus { 
	background-color:#0a0806;
	border:1px solid #b28420;
	color:#9e907a;
}

.icon, .icon2 {
	vertical-align:top;
	margin-right:5px;
}
.icon2 {
	margin-right:1px;
}
.icon_big {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

img.photo {
	border:1px solid #433d2d;
}

font.small {
	font-size:7pt;
	font-family:arial, serif;
}

font.big {
	font-size:9pt;
	font-family:verdana, arial, serif;
	font-weight:600;
}

font.bold {
	font-weight:600;
}

font.disabled {
	color:#777;
}

form {
	margin:0;
}

div.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.error {
	vertical-align:middle;
	color:#f00;
}

div.spacer10 {
	margin-top:10px;
	height:0;
	font-size:1pt;
}

img.button {
	display:block;
	float:left;
	margin-right:4px;
}

a:link { color:#977743; text-decoration: none; }
a:visited { color:#977743; text-decoration: none; }
a:hover { color:#f7ba39; text-decoration: none; }

a.top_menu_item:link { color: #a38e64; text-decoration: none; }
a.top_menu_item:visited { color: #a38e64; text-decoration: none; }
a.top_menu_item:hover { color: #ae9d88; text-decoration: underline; }

a.menu_item:link { color: #888; text-decoration: none; }
a.menu_item:visited { color: #888; text-decoration: none; }
a.menu_item:hover { color: #ae9d88; text-decoration: underline; }

a.newupdates:link { color:#f7ba39; text-decoration: none; }
a.newupdates:visited { color:#f7ba39; text-decoration: none; }
a.newupdates:hover { color:#f7ba39; text-decoration: underline; }

a.copyright:link { text-decoration: none; }
a.copyright:visited { text-decoration: none; }
a.copyright:hover { text-decoration: underline; }

a.portal_signup:link { color:#111; text-decoration: none; }
a.portal_signup:visited { color:#111; text-decoration: none; }
a.portal_signup:hover { color:#333; text-decoration: none; }

label:hover { color: #948c7f; text-decoration: underline; }



table.tabs {
	margin-bottom:10px;
}
td.tab {
	padding-left:1px;
	border-bottom:1px solid #7a644b;
}
td.tab0 {
	font-size:1pt;
	padding-left:7px;
	border-bottom:1px solid #7a644b;
}
td.tab1 {
	background:#0a0806;
	border:1px solid #b28420;
	border-top:3px solid #b28420;
	border-bottom:none;
	font-weight:bold;
	padding:6px 8px;
}
td.tab2 {
	background:#121212;
	border:1px solid #7a644b;
	border-top:3px solid #7a644b;
	font-weight:300;
	padding:6px 8px;
}
td.tab3 {
	border-bottom:1px solid #7a644b;
	padding-right:12px;
	width:100%;
	text-align:right;
	vertical-align:middle;
}



table.list {
	width:100%;
	border:1px solid #ddd;
	border-bottom:none;
}

td.list_header {
	background:#eee;
	font-weight:bold;
	padding:3px 5px 3px 7px;
	border-bottom:1px solid #ddd;
	vertical-align:middle;
}

tr.list_item1 {
	padding:5px 7px;
	border-bottom:1px solid #ddd;
}

tr.list_item2 {
	padding:5px 7px;
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
}

td.form1 {
	padding:12px 0 5px 10px;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
td.form2 {
	padding:10px 0 5px 10px;
}

div.form_desc {
	font-size:8pt;
	padding:5px 0;
}
div.form_error {
	margin-bottom:10px;
	color: #f00;
}
div.success {
	line-height:16pt;
}
td.button {
	text-align:left;
	border:1px solid #ddd;
	border-left:5px solid #ddd;
	background:#fff;
	padding:7px 8px 7px 6px;
	font-weight:bold;
}

div.button {
	font-weight:bold;
}

div.result1 {
	font-weight:bold;
	text-align:center;
	border:1px dashed #333;
	padding:7px;
}

div.success1, div.error1 {
	font-weight:bold;
	
	padding:7px 8px 7px 7px;
}

div.error1 {
	color:#f00;
	text-align:center;
}

/* STYLES FOR AD BANNERS */
div.ad_top {
	padding:10px;
	text-align:center;
}
div.ad_belowmenu {
	padding:0 0 10px 0;
	text-align:center;
}
div.ad_left {
	padding:10px 10px 10px 0;
	vertical-align:top;
	text-align:center;
}
div.ad_right {
	padding:10px 0 10px 10px;
	vertical-align:top;
	text-align:center;
}
div.ad_bottom {
	padding:10px 0 0 0;
	text-align:center;
}

/* STYLES FOR RECENT ACTION */
.recentaction_div_media {
	padding:10px 10px 10px 20px;
}
.recentaction_div_media img {
	max-width:300px;
	/* error in css should move for ie file */
	width:expression(this.width > 300 ? 300: true);
}
img.recentaction_media {
	float:left;
	margin:3px; 
	border:solid 1px #777;
}
.recentaction_div {
	padding:10px;
	color:#777;
	font-size:0.9em;
	max-height:135px;
	max-width:590px; 
	overflow:auto;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .recentaction_div {
	overflow:visible;
	/* error in css should move for ie file */
	overflow-y:expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x:auto;
	padding-bottom:25px;
	height:expression(this.scrollHeight > 125? "125px" : "auto" );
	width:expression(this.scrollWidth > 300? "300px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .recentaction_div {
	overflow:visible;
	overflow-y:expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x:auto;
	padding-bottom:25px;
	height:expression(this.scrollHeight > 125? "125px" : "auto" );
	width:expression(this.scrollWidth > 300? "300px" : "auto" );
}
.recentaction_div img {
	max-width:300px;
	width:expression(this.width > 300 ? 300: true);
}

/* STYLES FOR FRIEND SUGGEST FEATURE */
.suggest_item a {
	padding:3px 3px 3px 5px;
	background:#111;
	color:#977743;
	border-bottom:1px solid #ccc;
	width:181px;
	display:block;
}
.suggest_item a:hover {
	background:#222;
	color:#f7ba39;
}
div.suggest {
	position:absolute;
	background-color:#151515;
	text-align: left;
	border:1px solid #333;
	padding:0;
	display: none;
} 
a.suggest:link { color:#977743; text-decoration:none; }
a.suggest:visited { color:#977743; text-decoration:none; }
a.suggest:hover { color:#f7ba39; text-decoration:none; }

/* LOGIN PAGE */
td.login_middle {
	vertical-align:middle;
	text-align:center;
	padding-bottom:30px;
	font-weight:bold;
	font-size:16pt;
}
td.login_right {
	vertical-align:middle;
	text-align:center;
	padding-bottom:30px;
}

/* PORTAL PAGE (HOME.PHP) */
div.portal_spacer {
	height:10px;
}
div.portal_content, div.portal_login, div.network_content {
	border:0;
	padding:10px 10px 2px 15px;
	background:url(../images/back2.gif) repeat-y;
}
.portal_login {
	padding:10px;
	text-align:center;
}
div.portal_footer {
	background:url(../images/footer2.gif) no-repeat;
	bottom:0;
	left:0;
	width:200px;
	height:26px;
}
td.portal_text {
	vertical-align:top;
	padding:10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom:10px;
}

td.portal_member {
	padding:7px;
	text-align:center;
	font-weight:bold;
}
div.portal_action, div.home_action {
	padding:6px;
	border-top:1px solid #333;
}
div.portal_action_top {
	padding:6px; 
}
div.portal_action_date, div.home_action_date {
	float:right;
	color:#a1a1a1;
	font-size:0.9em;
	padding-left:5px;
}
div.portal_whatsnew, div.home_whatsnew {
	border:1px solid #333;
	padding:4px 10px;
}
div.portal_signup a, div.portal_signup a:hover {
	font-size:14pt;
	line-height:0;
	text-align:center;
	padding:8px 15px 5px 7px;
	border:0;
	display:block;
}
div.portal_signup_container1 {
	border:0;
	background:url(../images/signupbackground.gif) top left no-repeat;
}
div.portal_signup_container1:hover {
	border:0;
}

/* WHATS NEW PAGE */
.home_left { 
	width:680px;
	float:left;
}
.home_right {
	width:200px;
	float:right;
}
#centerw_header {
	width:680px;
	height:26px;
	background:url(../images/mainpart_top2.gif) no-repeat;
}
#centerw_body {
	width:660px;
	padding:0 10px 5px 10px;
	margin:0;
	min-height:650px;
	background:url(../images/back4.jpg) repeat-y;
}
#centerw_footer {
	background:url(../images/footer4.gif) left;
	height:31px;
	width:680px;
}

#centerw2_header {
	width:900px;
	height:26px;
	background:url(../images/mainpart_top5.gif) no-repeat;
}
#centerw2_body {
	width:880px;
	padding:0 10px 5px 10px;
	margin:0;
	min-height:350px;
	background:url(../images/back5.jpg) repeat-y;
}
#centerw2_footer {
	background:url(../images/footer5.gif) left;
	height:17px;
	width:900px;
}

td.home_stats {
	padding:10px;
	background:#fff;
	border:1px solid #ddd;
	text-align:center;
	vertical-align:middle;
}
td.home_menu {
	padding:10px;
	background:#fff;
	border:1px solid #ddd;
}
td.home_menu1 {
	font-weight:bold;
}
td.home_notification {
	text-align:left;
	border:1px solid #ddd;
	background:#fff;
	padding:7px 8px 7px 6px;
}
div.home_photo {
	border:1px solid #ddd;
	padding:5px;
	background:#fff;
	margin-bottom:10px;
}
td.home_box {
	border:1px solid #ddd;
	border-top:none;
	padding:8px;
	background:#fff;
}
table.home_menu {
	border:1px solid #ddd;
	border-bottom:none;
	margin-bottom:10px;
}
td.home_menu1 a {
	background-color:#fff;
	background-image:url(../images/menu_bg1.gif);
	background-repeat:repeat-y;
	background-position:top right;
	border-bottom:1px solid #ddd;
	padding:5px 5px 5px 7px;
	font-size:8pt;
	font-family:tahoma, "Trebuchet MS", verdana, arial, serif;
	display:block;
}
td.home_menu1 a:hover {
	background-color:#f5f5f5;
	background-image:url(../images/menu_bg2.gif);
}

div.home_action_top {
	padding:6px;
}

.wnew_main { margin-left:20px; }
.wnew_img { float:left; }
.cb { clear:both; line-height:1%; }
.imb { border:1px solid #333; }

div.home_updated {
	font-size:7pt;
	color:#888;
	padding-top:2px;
}

/* WHATS NEW - MY NETWORK PAGE */

/* VIEW PROFILE PAGE */
.profile {
	background:#121212;
	border:1px solid #333;
	padding:5px 7px;
	margin-bottom:12px;
}
td.profile_leftside {
	padding-top:5px;
	vertical-align:top;
}
td.profile_rightside {
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;
}
div.profile_field_value {
	width:445px;
	overflow:auto;
}
div.profile_friend_photo {
	float:left;
	width:90px;
	text-align:center;
	border:1px solid #333;
}
div.profile_friend_info {
	float:left;
	padding-left:10px;
}
div.profile_friend_options {
	text-align:right;
	padding-left:10px;
}
div.profile_friend_name {
	font-size:10pt;
	font-weight:bold;
}
div.profile_friend_details div {
	color:#777;
	font-size:8pt;
}
div.profile_image {
	float:left;
	padding:5px;
	text-align:center;
	width:111px;
}
div.profile_bar {
	padding:0;
	margin-top:15px;
	margin-bottom:10px;
}
td.profile_item1 {
	padding:5px 0;
	text-align:center;
	vertical-align:top;
}
td.profile_item2 {
	padding:5px;
	vertical-align:top;
}
div.profile_comment_author {
	float:left;
	padding:5px 7px;
	background:#151515;
	border-top:1px solid #333;
}
div.profile_comment_date {
	text-align:right;
	padding:5px 7px;
	background:#151515;
	border-top:1px solid #333;
}
div.profile_comment_body {
	clear:left;
	padding:5px 7px;
	overflow:auto;
	max-width:550px;
}
/* error in css should move for ie file */
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .profile_comment_body {
	overflow:visible;
	overflow-y:hidden;
	overflow-x:auto;
	padding-bottom:25px;
	width:expression(this.scrollWidth > 550? "550px" : "auto" );
}
/* error in css should move for ie file */
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .profile_comment_body {
	overflow:visible;
	overflow-y:hidden;
	overflow-x:auto;
	padding-bottom:25px;
	width:expression(this.scrollWidth > 550? "550px" : "auto" );
}
div.profile_comment_body img {
	max-width:475px;
	width:expression(this.width > 475 ? 475: true);
}
div.profile_comment_links {
	text-align:right;
	padding-right:7px;
}
.profile_menu {
	border:1px solid #333;
	border-bottom:none;
}
.profile_menu1 a, div.nolink {
	background-image:url(../images/menu_bg1.gif);
	background-color:#121212;
	background-repeat:repeat-y;
	background-position:top right;
	border-bottom:1px solid #333;
	padding:5px 5px 5px 7px;
	font-size:8pt;
	display:block;
}
.profile_menu1 a:hover {
	background-color:#151515;
	background-image:url(../images/menu_bg2.gif);
	text-decoration:none;
}
.profile_photo {
	vertical-align:middle;
	text-align:center;
	border:1px solid #333;
	padding:5px;
	background:#121212;
	min-height:150px;
	height:auto !important;
	height:150px;
}
/*td.profile_viewcomments_postcomment {
	padding:10px 16px 10px 16px;
	border:1px solid #CCCCCC;
	background: #F5F5F5;
}*/
div.profile_postcomment {
	border:1px solid #333;
	margin-bottom:10px;
	padding:10px 14px 8px 10px;
}
.comment_area {
	font-family:verdana, arial, serif;
	color:#948c7f;
	width:100%;
	height:70px;
}
div.profile_action {
	padding:0 0 5px 0;
	border-bottom:1px solid #333;
	margin-bottom:5px;
}
div.profile_action_bottom {
	padding-bottom:2px;
}
div.profile_action_date {
	color:#777;
	float:right;
	padding-left:5px;
}

td.profile_tab a {
	background-color:#121212;
	padding:7px;
	border:1px solid #7a644b;
	border-left:none;
	font-weight:bold; 
	display:block;
}
td.profile_tab a:hover {
	background-color:#151515;
	padding:7px;
	border:1px solid #7a644b;
	border-left:none;
	font-weight:bold;
	display:block;
}
td.profile_tab2 a {
	background-color:#08090e;
	padding:7px 10px 8px 10px;
	border:1px solid #7a644b; 
	border-left:none;
	border-bottom:none;
	font-weight:bold; 
	display:block;
}
td.profile_tab2 a:hover {
	background-color:#151515;
	padding:7px 10px 8px 10px;
	border:1px solid #7a644b;
	border-left:none;
	border-bottom:none;
	font-weight:bold;
	display:block;
}
#profile_tabs_profile { 
	border-left:1px solid #7a644b;
}
td.profile_tab_end {
	border-bottom:1px solid #7a644b;
}

div.profile_content {
	padding:10px;
	border:1px solid #7a644b;
	border-top:none;
}
div.profile_headline, div.profile_headline2 {
	font-size:11pt; 
	margin-bottom:7px;
}
div.profile_headline2 {
	margin-top:10px;
}
.hid_ucid { color:#0a0b0f; }
/* BROWSE PAGE */
td.browse_field {
	padding:5px;
}
div.browse_field_radio {
	padding:0 5px 0 1px;
	margin-top:1px;
}
div.browse_fields {
	border:1px solid #333;
	padding:5px 7px;
	margin-bottom:12px;
}
td.browse_header {
	padding:5px 5px 3px 7px;
	font-size:9pt;
	font-family:arial, serif;
	font-weight:bold;
	border:1px solid #ddd;
	border-bottom:none;
	background:#eee;
}
td.browse_result {
	vertical-align:top;
	text-align:center;
	width:150px;
	padding:5px 5px 10px 5px;
	font-weight:bold;
}
div.browse_pages {
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
}

/* SEARCH PAGE */
.search {
	width:475px;
	padding:10px;
	background:#121212;
	border:1px solid #333;
}
div.search_header {
	font-weight:bold;
	background:#121212;
	border:1px solid #333;
	padding:5px 5px 5px 10px;
	font-size:9pt;
}
div.search_results {
	padding:0 10px 10px 10px;
}
div.search_result1 {
	padding:10px;
	background:#151515;
}
div.search_result2 {
	padding:10px;
}
div.search_result_text {
	font-size:9pt;
	font-weight:bold;
	padding-left:3px;
}
div.search_result_text2 {
	font-weight:normal;
	font-size:7pt;
	color:#777;
}
div.search_context {
	color:#555;
}
div.search_url {
	color:#115599;
}
td.search_pages_bottom {
	padding-top:8px;
	padding-right:12px;
	border-top:1px solid #ccc;
	text-align:right;
}

/* HELP PAGES */
div.faq {
	margin:10px;
	padding:5px 5px 5px 10px;
	border-left:3px solid #333;
}
div.faq_questions {
	background:#121212;
	border:1px solid #333;
	border-top:none;
	padding:5px 7px 5px 8px;
}


/* MESSAGES */
table.messages_table {
	border:1px solid #333;
}
td.messages_header {
	padding:4px 5px 5px 6px;

	font-weight:bold;
	background:#121212;
	color:#948c7f;
}
td.messages_left {
	width:100%;
	text-align:left;
	vertical-align:middle;
}
td.messages_right {
	text-align:right;
	vertical-align:middle;
}
tr.messages_unread {
	background:#222;
	font-weight:bold;
}
tr.messages_read {
	background:#111;
}
td.messages_message {
	border-top:1px solid #333;
	padding:7px 5px 7px 7px;
	vertical-align:top;
}
td.messages_photo {
	border-top:1px solid #333;
	padding:7px 0 7px 7px;
	vertical-align:top;
}
td.messages_view2 {
	border-bottom:1px solid #333;
	padding:5px 7px 12px 7px;
	vertical-align:top;
}
td.messages_view2_bottom {
	padding:5px 7px 12px 7px;
	vertical-align:top;
}
td.messages_view1 {
	vertical-align:top;
	padding-right:5px;
}
div.messages_author {
	padding-bottom:5px;
	font-weight:bold;
}
div.messages_date {
	font-size:7pt;
	color:#777;
}
td.messages_authorbox {
	width:100px;
	text-align:right; 
	vertical-align:top; 
	padding:5px 5px 0 0;
}


/* MY FRIENDS */
div.friends_search {
	width:450px;
	padding:10px;
	background:#121212;
	border:1px solid #333;
	margin-left:auto; 
	margin-right:auto;
}
td.friends_sort {
	padding-top:5px;
}
div.friends_result {
	padding:5px;
	border:1px solid #333;
	margin-top:10px;
	background:#121212;
}
td.friends_result0 {
	padding:5px;
}
td.friends_result1 {
	vertical-align:top;
	padding:5px;
}
td.friends_result2 {
	padding:5px;
	vertical-align:top;
	text-align:right;
}
div.friends_name {
	font-size:10pt;
	font-weight:bold;
	padding-bottom:3px;
}
div.friends_stats div {
	color:#888;
	font-size:7pt;
}


/* BROWSE FRIENDS */
td.browse_friends_sort {
	padding-top:5px;
}
div.browse_friends_result {
	padding:5px;
	border:1px solid #333;
	margin-top:10px;
	margin-bottom:10px;
	background:#121212;
}
td.browse_friends_result0 {
	padding:5px;
}
td.browse_friends_result1 {
	padding:5px;
}
td.browse_friends_result2 {
	padding:5px;
	text-align:right;
}


/* EDIT PROFILE */
.editprofile_photoleft {
	text-align:center;
	padding-right:10px;
}
td.editprofile_photoright {
	vertical-align:top;
}
.editprofile_photo {
	height:150px;
	vertical-align:middle; 
	text-align:center; 
	border:1px solid #333;
	background:#111;
	padding:5px;
}
table.editprofile_options {
	margin-left:10px;
}
div.editprofile_bar {
	border-bottom:1px solid #ddd;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}
td.editprofile_item1 {
	padding:5px;
	text-align:center;
	vertical-align:top;
}
td.editprofile_item2 {
	padding:5px;
	vertical-align:top;
}
div.editprofile_examplecss, div.editprofile_examplecss:hover {
	width:100px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px 5px 5px 5px;
	text-align:center;
	float:left;
	border:1px solid #121212;
}
div.editprofile_examplecss:hover {
	border:1px solid #333;
}
div.editprofile_examplecss_selected {
	width:100px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px 5px 5px 5px;
	text-align:center;
	float:left;
	border:1px solid #333;
	background:#222;
}


/* EDIT ACCOUNT SETTINGS */
td.account1 {
	padding:5px 5px 5px 7px;
	font-weight:bold;
	border:1px solid #ccc;
	background:#eee;
}
td.account2 {
	padding:7px 5px 5px 5px;
	border:1px solid #ccc;
	border-top:none;
}

/* SIGNUP PAGE */
img.signup_code {
	vertical-align:middle;
}
div.signup_header {
	width:500px;
	padding:6px 9px 6px 9px;
	background:#F1F1F1;
	font-weight:bold;
	font-size:9pt;
	margin-bottom:10px;
}
div.signup_photo_desc {
	padding:5px 5px 5px 0;
}
.signup_photo {
	padding:10px;
	background:#121212;
	border:1px solid #333;
}

/* COMMENT STYLES */
.comment_headline {
	padding:4px 0px 5px 6px;
	border:1px solid #333;
	border-bottom:none;
	font-weight:bold;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
	color:#ffbe35;
}


/* PROFILE PHOTOS STYLES */
div.media {
	border:1px solid #333;
	background:#121212;
	padding:10px;
}
div.media_caption {
	text-align:left;
	padding:0 5px;
	margin-left:auto; 
	margin-right:auto;
}
div.media_title {
	margin-bottom:2px;
	font-weight:bold;
}
div.media_date {
	margin-top:10px; 
	font-size:7pt; 
	color:#777;
}


/* CAROUSEL */
td.carousel_item_active {
	border:1px solid #333;
	background:#121212;
	padding:5px;
}
td.carousel_item {
	padding:5px;
}
td.carousel_item:hover {
	border:1px solid #555;
	padding:4px;
}


/* PHOTO TAG CLASSES */
div.tag_div_hidden {
	position:absolute;
	z-index:98;
}
div.tag_div {
	position:absolute;
	border:2px solid #fff;
	z-index:98;
}
div.tag_label {
	position:absolute;
	padding:3px 5px 3px 5px;
	border:1px solid #777;
	background:#fff;
	font-weight:bold;
	z-index:98;
}
div.media_photo_div {
	position:relative; 
	margin-bottom:10px; 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:auto;
	height:1%;
}
div.media_photo_tagform {
	display:none;
	border:1px solid #333;
	width:175px;
	position:absolute;
	opacity:1;
	background:#121212;
}
div.media_photo_tagform_titlebar {
	text-align:left;
	padding:5px;
	border-bottom:1px solid #333;
	background:#333;
	font-weight:600;
	color:#ffbe35;
}
div.media_photo_friendlist {
	overflow: auto;
	margin:4px 0;
	height:130px;
	text-align:left;
	padding-left:4px;
	border:1px solid #333;
}
/*-------------*/
#header1 {
	position:relative;
	text-align:left;
}
#header1 h1 { padding:0; margin:0; }
#searchbox {
	position:absolute;
	right:0;
	top:50px;
	width:300px;
	height:40px;
	text-align:right;
}


/* styles for the debugger */
div#se_debug_window_container
{
}

table#se_debug_window
{
  background:#fff;
  border:1px solid #ccc;
  width:500px;
  height:400px;
}

td#se_debug_window_menu
{
	padding:4px 5px 5px 6px;
	border:1px solid #ddd;
	font-weight:bold;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
	color:#333;
  cursor:move;
}

div#se_debug_window_body_container
{
  width:500px;
  height:375px;
  overflow:auto;
}

/* styles for main menu and profile tab dropdowns */
div.top_menu_main_link_container
{
  text-align:left;
}

div.menu_main_dropdown
{
	border:1px solid #ccc;
	border-top:none;
	position:absolute;
	margin-top:7px;
	margin-left:-1px;
	z-index:100;
	width:auto;
	white-space:nowrap;
}

div.menu_main_item_dropdown a
{
  color:#777;
	padding:3px 40px 5px 7px;
	font-weight:bold;
	display:block;
	background:#efefef;
}

div.menu_main_item_dropdown a:hover
{
  color:#444;
	background:#fafafa;
	text-decoration:none;
}

div.menu_main_item
{
	float:left;
	padding-right:10px;
	font-weight:bold;
	background:none;
}

div.menu_profile_dropdown
{
	border:1px solid #ccc;
  border-top:none;
	background:#fff;
	position:absolute;
	margin-top:31px;
	margin-left:-63px;
	z-index:99;
	width:auto;
	white-space:nowrap;
}

div.menu_profile_item_dropdown a
{
	padding:3px 40px 5px 7px;
	font-weight:bold;
	display:block;
	background: #fff;
}

div.menu_profile_item_dropdown a:hover
{
	background:#f0f0f0;
	text-decoration:none;
}

#fav {
	padding:5px; background: #121212 url(../images/menu_bg1.gif) top right repeat-y; border-bottom:1px solid #333;
}

.fav_s, .fav_s2 { 
	border:1px solid #333; width:60px; margin:auto;
}

.fav_a, .fav_s2 {
	width:100px;
}

.fav_pl {
	border:1px solid #333; padding:2px;
}
