
/* $Id: styles.css 235 2009-11-13 04:30:39Z phil $ */


/* GLOBAL STYLES */

html { 
	height: 100%;
	margin-bottom: 1px; 
}
body {
	background:#e2e999 url(../images/body_repeat.gif) top left repeat-x;
	font-size: 11px;
	margin: 0px;
	color:#3e5159;
	height:100%;
}
#wrapper {
	background:#FFF url(../images/site_bg.jpg) top left no-repeat;
	position:relative;
	min-height: 730px;
}


#site {
	width:1005px;
}


p {
	margin:15px 0;
}
h1, h2, h3, h4, h5, h6{
	font-size:14px;
	margin:15px 0;
	color:#97ae21;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
.green {color:#7c912b !important;}

div, td {
	font-family: tahoma, "Trebuchet MS", arial, serif !important;
	font-size: 12px;
	color: #3e5159;
	line-height: 140%;
}

td a {
	color: #698131;
}

#header {
	height:130px;
	overflow:visible;
	position:relative;
	z-index:200;
	width: 985px;
}
#logo {
	position:absolute;
	top:61px;
	left:40px;
}
#searchbar {
	position:relative;
	height: 20px; 
	width: 130px;
	left:853px;
	top:10px;
	border-color:#698131;border-width:1px;border-style:solid;
}
/*IE7 Hack */
*+html #searchbar {
	right: 46px;

}

/*IE8 Hack */

#searchbar {
		right: 46px\9;
}

input[type="text"], input[type="password"], textarea {
	background:#e9ecee;
	border:1px solid #95a1a8;
}
#searchbar input {
	background-color:#FFFFFF;
}

#searchbar button{
  border:none;
  background:none;
  width:20px;
  height:16px;
}
/*safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   #searchbar {
	right: 0px;
	width: 130px;

}
#searchbar input {
	background-color:#FFFFFF;
	width: 90px;
}

}
#tos, #subject {
	width: 308px !important;
}

#to_display {
	width: 306px !important;
}

#topmenuWrap {
	position:absolute;
	left:604px;
	top:87px;
	width:497px;
}
td.top_menu {
}

td.top_menu2 {
	width: 30%; 
	text-align: right;
	padding-bottom: 1px; 
	
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float: left;
	border-left: 1px solid #3e5159;
	padding-bottom:0px;
	padding-top: 0px;
	vertical-align:middle;

}

div.top_menu_link_container_end {
	border: none;
}

div.top_menu_link a {
	color: #3e5159;
	font-size: 13px;
	padding: 0px 5px 0px 5px;
	line-height: 80%;
}

div.top_menu_link a.active, div.top_menu_link a:hover {
	color: #7c912b;
	font-weight: normal;
	text-decoration: none;
}

div.top_menu_link_loggedin {
	height: 25px;
	position:absolute;
	right: 97px;
	top:-5px;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	padding: 4px 10px 25px 11px;
	width: 500px;
}
div.top_menu_link_loggedin a {
}


div.menu {
	width: 150px; 
	border: 1px solid #CCCCCC; 
	border-left: 3px solid #7391a8;
	background: #EEEEEE; 
	padding: 0px 0px 10px 10px;
	margin-right: 10px;
}

div.menu_header {
	margin-top: 10px;
	margin-bottom: 7px;
}

td.menu_user {
	background-image: url(../images/menu_user.gif); 
	background-repeat: repeat-x; 
	background-color: #FFFFFF;
	padding: 10px 10px; 
	text-align: left;
	height: 40px;
}

div.menu_item {
	float: right;
	padding-right: 5px;
	background: none;
	position:relative;
}

a.active {
	font-weight: bold;
	color: #698131;
}

div.menu_sep {
	padding: 0px 0px 0px 7px;
	height: 27px;
	float: left;
	background: url(../images/icons/menu_sep.gif) top right repeat-y;
	margin-top: 0px;
}

div.menu_sep img {
	display: none;
}

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: 2px 30px 2px 0px;
	display: block;
	background: #FFFFFF;
}

div.menu_item_dropdown a:hover {
	padding: 2px 30px 2px 0px;
	font-weight: normal;
	color: #698131 !important;
	text-decoration: none;
	display: block;
}

div.menu_dropdown {
	border: 1px solid #CCCCCC; 
	border-right: none;
	border-top: none; 
	background: #FFFFFF; 
	position: absolute; 
	z-index: 99;
	width: auto; 
	white-space: nowrap; 
	left:-6px;
	top:24px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#menu_user {
	position: absolute;
	top: 114px;
	right: -5px;
	width: 600px;
	color: #000;
	z-index: 300;
}
*+html #menu_user {

	right: -5px;
	
}
* html #menu_user {

	right: -5px;
	
}

#menu_user a {
	color: #95a1a8;
	font-weight:normal;
	font-size: 12px;
	overflow: hidden;
	display: inline;
}

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: 15px; 
	padding: 10px 10px 8px 15px; 
	color: #FFFFFF;
	border-bottom: 1px solid #31537D;
}

td.topbar2_right {
	font-weight: normal;
	padding: 10px 15px 8px 10px; 
	text-align: right;
}

td.content {
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
}

div.content {
	min-width:935px;
	margin:42px 0 15px 0;
	padding-left:50px;
	padding-bottom: 20px;
		z-index: 100;
		min-height: 550px;
		
}
#footer {
	background:#e2e999 url(../images/footer_repeat.gif) top left repeat-x;
	padding-top:12px;
	padding-bottom: 8px;
}
div.copyright { 
	margin-left: 4px; 
	color: #95a1a8;
	width:980px;
	text-align:right;
	font-size: 11px;
}
div.copyright a {
	color:#95a1a8;
}

div.page_header {
	position: relative;
	font-size: 12px;
	color: #fff;
	font-weight: bold !important;
	margin-bottom: 6px;
	font-family: tahoma, "Trebuchet MS", arial, serif !important;
	margin-left: -50px;
	background: url(../images/pageheaderbg.png) repeat-y;
	padding-left: 50px;
	padding-top: 2px;
	height: 19px;
}
div.page_header3 {
	position: relative;
	font-size: 13px;
	color: #333;
	font-weight: bold !important;
	margin-bottom: 6px;
	font-family: tahoma, "Trebuchet MS", arial, serif !important;
	margin-left: -50px;
	background: none;
	padding-left: 50px;
	padding-top: 5px;
	height: 19px;
}
/*IE7 Hack */
*:first-child+html div.page_header {
	padding-left: 48px;

}
div.page_header-2 {
	position: relative;
	font-size: 12px;
	color: #fff;
	font-weight: bold !important;
	margin-bottom: 6px;
	font-family: tahoma, "Trebuchet MS", arial, serif !important;
	margin-left: -44px;
	background: url(../images/pageheaderbg.png) repeat-y;
	padding-left: 44px;
	padding-top: 2px;
	height: 19px;
	overflow: hidden;
}


*:first-child+html div.page_header-2 {
	padding-left: 44px;

}

.perso {
	padding-left: 50px;
	padding-right: 20px;
}
td.header {
	padding: 4px 5px 5px 48px;
	border: none;
	font-weight: bold;
	background-image: url(../images/boxtitlesbg.jpg);
	background-repeat: no-repeat;
		background-position: -30px 2px;
	color: #fff;
}

div.header {
	position: relative;
	padding: 2px 5px 0px 72px;
	border: none;
	font-weight: bold;
	background-image: url(../images/boxtitlesbg.jpg);
	background-repeat: repeat-y;

	color: #fff;
	height: 19px;
}
div.header-2 {
	position: relative;
	padding: 2px 5px 0px 48px;
	border: none;
	font-weight: bold;
	background-image: url(../images/boxtitlesbg.jpg);
	background-repeat: repeat-y;
	color: #fff;
	height: 19px;
}
div.header-3 {
	position: relative;
	padding: 2px 5px 0px 48px;
	margin-left: -50px;
	border: none;
	font-weight: bold;
	background-image: url(../images/boxtitlesbg.jpg);
	background-repeat: repeat-y;
	color: #fff;
	height: 19px;
}

div.newupdates {
	position: absolute; 
	height: 31px; 
	width: 150px; 
	margin: 15px 0px 0px 15px;
	background-image: url(../images/newupdates.gif); 
	background-repeat: no-repeat;
}

div.newupdates_content {
	text-align: left; 
	padding: 8px 5px 5px 12px; 
	color: #FFFFFF;
}

div.box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	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 #AAAAAA;
	font-family: arial, verdana, serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	padding-left: 2px;
}

input.text_small {
	font-size: 11px;
}

input.search {
	vertical-align: middle; 
	background-image: url(../images/search.gif); 
	background-repeat: no-repeat; 
	color: #555555; 
	font-size: 16px; 
	padding-left: 23px; 
	font-weight: bold;
	font-family: arial, verdana, serif;
}

input.button {
	font-family: arial, verdana, serif;
	font-size: 11px;
	padding: 0 3px;
	color: #fff;
	font-weight: bold;
	background: #B4C61A url(../images/button.jpg) top left repeat-y;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	-moz-border-radius: 5px;
}
input#button1 {
	font-family: arial, verdana, serif;
	font-size: 11px;
	padding: 0 3px;
	color: #fff;
	font-weight: bold;
background:url(../images/abbrechen.jpg) no-repeat scroll left top;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	-moz-border-radius: 5px;

}
*:first-child+html input#button1 {
	width: 82px;
	height: 22px;
}

input.radio, input.checkbox {
	vertical-align: middle;
}

textarea {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	color: #333333;
	padding-left: 2px;
	font-size: 13px;
	width: 308px;
}

select, select.small {
	color: #333333;
	font-family: arial, verdana, serif;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 1px;
}
select.small {
	font-size: 11px;
}
.icon {
	vertical-align: top;
	margin-right: 5px;
}
.icon2 {
	vertical-align: top;
	margin-right: 1px;
}
.icon_big {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	z-index: 20;
	padding-left: 10px;
}
/*IE7 Hack */
*:first-child+html .icon_big {
	float: none;
	position:absolute !important;
	top: 43px;
	left:0px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	z-index: 20;
}
*:first-child+html .profile_content .icon_big {
	float: none;
	position:absolute !important;
	top: 0px !important;
	left:0px !important;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	z-index: 20;
	width:24px;
	height: 24px;
}
profile_content .icon_big {
	position:absolute !important;
	top: 0px/9;
		left:0px/9 !important;

}
/*IE7 Hack */
*:first-child+html .profile_content div.page_header {
	padding-left: 78px;

}
.profile_content div.page_header {
	padding-left: 78px/9;

}
#profile_he_wall {
	position:relative;
}
img.photo {
	border: 1px solid #777777;
}

font.small {
	font-size: 9px;
	font-family: arial, serif;
}

font.big {
	font-size: 12px;
	font-family: verdana, arial, serif;
	font-weight: bold;
}

font.bold {
	font-weight: bold;
}

font.disabled {
	color: #AAAAAA;
}

form {
	margin: 0px;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.error {
	vertical-align: middle;
	color: #FF0000;
	padding-left: 50px;
}

div.spacer10 {
	margin-top: 10px;
	height: 0px;
	font-size: 1pt;
}

img.button {
	display: block;
	float: left; 
	margin-right: 4px;
}

a { color: #3e5159; text-decoration: none; }
a:hover { color: #3e5159; text-decoration: underline; }

a.top_menu_item:{ color: #3e5159; text-decoration: none; }

a.menu_item { color: #3c718f; text-decoration: none;}
a.menu_item:hover { color: #60b1df; text-decoration: underline; }

a.newupdates:link { color: #F2F2F2; text-decoration: none; }
a.newupdates:visited { color: #F2F2F2; text-decoration: none; }
a.newupdates:hover { color: #FFFFFF; text-decoration: underline; }

a.copyright:link { color: #336699; text-decoration: none; }
a.copyright:visited { color: #336699; text-decoration: none; }
a.copyright:hover { color: #3399FF; text-decoration: underline; }

a.portal_signup:link { color: #336699; text-decoration: none; }
a.portal_signup:visited { color: #336699; text-decoration: none; }
a.portal_signup:hover { color: #437ab1; text-decoration: none; }

label:hover { color: #3e5159; text-decoration: underline; }











table.tabs {
	margin-bottom: 10px;
}
td.tab {
	background: #FFFFFF;
	padding-left: 1px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab1 {
	background: url("../images/spanactive-2.jpg") no-repeat scroll right top transparent;
	color: #97AE21;
	font-weight: bold;
	display: block;
	height: 1%;
	padding: 3px 14px 3px 10px;
	position: relative;
}

td.tab1 span {
	background: url("../images/spanactive-1.jpg") no-repeat scroll left top transparent;
	display: block;
	height: 23px;
	left: -1px;
	top: 0;
	width: 5px;
	position: absolute;
	z-index: 100;
}

td.tab2 {
	background: url("../images/tdactive-2.jpg") no-repeat scroll right top transparent;
	color: #95A1A8;
	font-weight: bold;
	display: block;
	height: 1%;
	padding: 3px 14px 2px 10px;
	position: relative;
	border-bottom: 1px solid #AAAAAA;
}

td.tab2 span {
	background: url("../images/tdactive-1.jpg") no-repeat scroll left top transparent;
	display: block;
	height: 23px;
	left: -1px;
	top: 0;
	width: 5px;
	position: absolute;
	z-index: 100;
}

td.tab3 {
	background:none;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}













table.list {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

td.list_header {
	background: #EEEEEE;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: middle;
}

tr.list_item1 {
	padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #DDDDDD;
}

tr.list_item2 {
	padding: 5px 7px 5px 7px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}

#to_tumbao {
	color: #000000;
}

td.form1 {
	color: #000000;
	padding: 12px 0px 5px 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
td.form2 {
	padding: 10px 20px 5px 10px;
}

div.form_desc {
	font-size: 11px;
	padding: 5px 0px 5px 0px;
}
div.form_error {
	margin-bottom: 10px;
	color: #FF0000;
}
div.success {
	line-height: 22px;
	padding-left: 50px;
}
td.button {
	text-align: left;
	border: 1px solid #DDDDDD;
	border-left: 5px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
	font-weight: bold;
}
.butadd {
	text-align: left;
	border: 1px solid #DDDDDD;
	border-left: 5px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
	font-weight: bold;
}
div.button {
	font-weight: bold;
}
td.result {
	font-weight: bold;
	text-align: center;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
	padding: 7px 8px 7px 7px;
}
td.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
}
td.success {
	font-weight: bold;
	padding: 7px 8px 7px 7px;
	background: #f3fff3;
}

/* STYLES FOR AD BANNERS */
div.ad_top {
	padding: 10px;
	text-align: center;
}
div.ad_belowmenu {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
div.ad_left {
	padding: 10px 10px 10px 0px;
	vertical-align: top;
	text-align: center;
}
div.ad_right {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	text-align: center;
}
div.ad_bottom {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* STYLES FOR RECENT ACTION */
.recentaction_div_media {
	padding: 10px 10px 10px 20px;
}
.recentaction_div_media img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
}
img.recentaction_media {
	float: left;
	margin: 3px; 
	border: solid 1px #777777;
}
.recentaction_div {
	padding: 10px 20px 10px 20px;
	position: relative; 
	max-height: 125px;
	max-width: 300px; 
	overflow: auto;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .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" );
}
/* 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: #F7F7F7; 
	border-bottom: 1px solid #CCCCCC;
	width: 181;
	display: block;
}
.suggest_item a:hover {
	background: #003366;
	color: #FFFFFF;
}
div.suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #AAAAAA;
	padding: 0px;
	display: none;
} 
a.suggest:link { color: #555555; text-decoration: none; }
a.suggest:visited { color: #555555; text-decoration: none; }
a.suggest:hover { color: #FFFFFF; text-decoration: none; }



/* LOGIN PAGE */
td.login_middle {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 22px;
}
td.login_right {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
}








/* PORTAL PAGE (HOME.PHP) */
div.portal_spacer {
	height: 10px;
}
div.portal_content {
	border: 1px solid #DDDDDD;
	border: none;
	padding: 10px;
	background: #FFFFFF;
	padding-left: 72px;
}
td.portal_text {
	vertical-align: top; 
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
div.portal_login {
	position: relative;
	margin: 0 0 13px -58px;
	background: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	border: none;
}
div.portal_login img {
margin-left: 10px\9;
}
.portal_member {
	border-bottom: 1px solid #b4bec4;
}
td.portal_member {
	padding: 10px 7px 10px 7px;
	text-align: center;
	font-weight: bold;
	border: none;
}
div.portal_action td {
border: none;
}
div.portal_action td + td {
	padding: 8px 0px 8px 0px; 
	border-top: 1px solid #DEDEDE; 
}
div.portal_action_top td {
	padding: 8px 0px 8px 0px; 
}
div.portal_action .icon {
	padding-top: 10px; 
}
div.portal_action_top .icon {
	padding-top: 2px; 
}
div.portal_action_date {
	float: right; 
	color: #999999;
	padding-left: 5px;
}
div.portal_whatsnew {
	border: none;
	padding: 4px 0px 4px 0px;
	position:relative;
	left: -28px;
}
div.portal_signup a, div.portal_signup a:hover {
	font-size: 19px; 
	line-height: 0px;
	text-align: center; 
	padding: 8px 15px 5px 7px; 
	background-image: url(../images/portal_join_bg.gif); 
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	display: block;
}
div.portal_signup_container1 {
	border: 1px solid #CCCCCC;
}
div.portal_signup_container1:hover {
	border: 1px solid #AAAAAA;
}














/* WHATS NEW PAGE */
td.home_left {
	vertical-align: top;
	text-align: left;
	padding-right: 0px;
	border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	  position: relative;

}
.greeneck {
	position: absolute; top: 172px; left: 50px; z-index:30;	
}
*:first-child+html .greeneck {
	position: absolute; top: 0px; left: -1px; z-index:30;	
}
.greeneck {
	position: absolute; top: 0px\9; left: -1px\9; z-index:30;	
}
td.home_left .page_header {
	margin-left: 0px;
	padding-left: 36px;
}
td.home_right {
	vertical-align: top;
	padding-left: 10px;
}
td.home_stats {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
td.home_menu {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
td.home_menu1 {
	font-weight: bold;
}
td.home_notification {
	text-align: left;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
}
div.home_photo {
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
td.home_box {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 8px;
	background: #FFFFFF;
}
table.home_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	margin-bottom: 10px;
}
td.home_menu1 a {
	background-color: #FFFFFF;
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 11px;
	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 {
	padding: 6px 6px 6px 6px; 
	border-top: 1px solid #DEDEDE; 
}
div.home_action_top {
	padding: 6px 6px 6px 6px; 
}
div.home_action_date {
	float: right; 
	color: #999999;
	padding-left: 5px;
}
div.home_whatsnew {
	padding: 5px 10px 5px 10px;
}
div.home_updated {
	font-size: 9px;
	color: #888888;
	padding-top: 2px;
}












/* WHATS NEW - MY NETWORK PAGE */
div.network_content {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 8px;
}















/* VIEW PROFILE PAGE */
#profile_user {
	position:relative;
	margin-left: -50px;
	width: 986px;
}
td.profile {
	background: #FFFFFF;
	border: none;
	border-top: none;
	padding: 10px 37px 5px 48px;
	margin-bottom: 12px;
}
td.profile_leftside {
	padding-top: 5px;
	vertical-align: top;
	width: 300px;
}
td.profile_rightside {
	padding-left: 20px;
	padding-top: 5px;
	vertical-align: top;
	width: auto;
	position: relative;
}
div.profile_field_value {
	max-width: 500px;
	overflow: auto;
	color: #7c912b;
}
div.profile_friend_photo {
	float: left; 
	width: 90px; 
	text-align: center; 
	border: 1px solid #DDDDDD;
}
div.profile_friend_info {
	float: left; 
	padding-left: 10px;
}
div.profile_friend_options {
	text-align: right; 
	padding-left: 10px;
}
div.profile_friend_name a {
	color: #698131;
	font-size: 13px;
	font-weight: bold;

	font-size: 13px;
	font-weight: bold;
}
div.profile_friend_details div {
	color: #888888;
	font-size: 9px;
}
div.profile_image {
	float: left;
	padding: 5px;
	text-align: center;
	width: 111px;
}
div.profile_bar {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
td.profile_item1 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	vertical-align: top;
}
td.profile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.profile_comment_author {
	float: left;
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
	border-top: 1px solid #AAAAAA;
}
div.profile_comment_date {
	text-align: right;
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
	border-top: 1px solid #AAAAAA;
}
div.profile_comment_body {
	clear: left;
	padding: 5px 7px 5px 7px;
	overflow: auto;
	max-width: 550px;
}
/* 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" );
}
/* 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;
}
table.profile_menu {
	border: none;
}
td.profile_menu1 a, div.nolink {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 48px;
	font-size: 11px;
	display: block;
}
td.profile_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
	text-decoration: none;
}
td.profile_photo {
	vertical-align: middle; 
	text-align: center; 
	border: none;
	padding: 5px;
	background: #FFFFFF;
	padding-top: 0px;
}
div#profile-3 {
	display: block;
	position: relative;
	left: 46px;
	top:0px;
	width: 108px;
	height: 113px;
}
/*IE7 Hack */
*+html div#profile-3 {
	left: -46px;

}

/*IE8 Hack */

div#profile-3 {
		left: 46px\9;
}

#profile-3 img {

	width: auto !important;
	height: 113px;
}
td.profile_viewcomments_postcomment {
	padding: 10px 16px 10px 16px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
}
div.profile_postcomment {
	border: 1px solid #BBBBBB;
	background: #F4F4F4;
	margin-bottom: 10px;
	padding: 10px 14px 8px 10px;
}
.comment_area {
	font-family: "Lucida Sans", verdana, arial, serif;
	color: #888888; 
	width: 100% !important;
	height: 70px;
}
div.profile_action {
	padding: 0px 0px 5px 0px; 
	border-bottom: 1px solid #EAEAEA; 
	margin-bottom: 5px;
}
div.profile_action_bottom {
	padding-bottom: 2px;
}
div.profile_action_date {
	color: #999999;
	float: right;
	padding-left: 5px;
}
td.profile_tab a span {
	display: block;
	position: absolute;
	background: transparent url(../images/tdactive-1.jpg) top left no-repeat;
	width: 5px;
	height: 23px;
	top: 0px;
	left:-1px;
	z-index:100;
}

td.profile_tab a {
	display: block;
	background: transparent url(../images/tdactive-2.jpg) right top  no-repeat;
	padding: 3px 14px 2px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	font-weight: bold; 
	border-top: none;
	border-right: none;
	color: #95a1a8;
	position:relative;
height: 1%;
}

td.profile_tab a:hover {
	background: transparent url(../images/tdactive-2.jpg) right top no-repeat;
	padding: 3px 14px 2px 10px;
	border: 1px solid #95a1a8; 
	border-left: none;
	font-weight: bold; 
	border-top: none;
	border-right: none;
	display: block;
	color: #95a1a8;
	position:relative;
height: 1%;
}
td.profile_tab2 a span {
	display: block;
	position: absolute;
	background: transparent url(../images/spanactive-1.jpg) top left no-repeat;
	width: 5px;
	height: 23px;
	top: 0px;
	left:-1px;
	z-index:100;
}


td.profile_tab2 a {
	background: transparent url(../images/spanactive-2.jpg)  right top  no-repeat;
	padding: 3px 14px 3px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	border-bottom: none;
	border-right: none;
	font-weight: bold; 
	border-top: none;
	display: block;
	color:#97ae21;
	position:relative;
		height: 1%;

}
td.profile_tab2 a:hover {
	background: transparent url(../images/spanactive-2.jpg)  right top  no-repeat;
	padding: 3px 14px 3px 10px;
	border: 1px solid #97ae21; 
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-top: none;
	font-weight: bold; 
	display: block;
	color:#97ae21;
height: 1%;
}
#profile_tabs_profile { 
	border-left: 1px solid #AAAAAA;

}
td.profile_tab_end {
	border-bottom: 1px solid #AAAAAA;
	width: 1000px !important;
}








div.profile_content {
	padding: 27px 44px 10px 50px;
	border: 1px solid #AAAAAA;
	border-top: none;
	border-bottom: none;
	/*margin-left: 35px;*/
	width: 665px;
	width:auto;
	position:relative;
	min-height: 500px;
}
#prof-tab {

	/*margin-left: 35px;
	width: 661px;*/
	width:652px;

}
div.profile_headline, div.profile_headline2 {
	font-size: 13px; 
	margin-bottom: 7px;
	font-weight: bold;
}
div.profile_headline2 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #b4bec4;
}

.content-right {
	width: 659px;
	position:relative;
	left: 275px;
	border: 1px solid #AAAAAA;
	border-top: none;
	border-bottom: none;
	border-right: none;
		background: transparent url(../images/line.png)  right top  no-repeat;

	min-height: 550px;
}
.content-right3 {
	
	position:relative;

}
.content-right form {
	margin-left: 50px;
}
.content-right table.form {
	margin-left: 0px;
}
.content-right .left50 {
	margin-left: 50px;
}

.editprofile_photoright .content-right form {
	margin-left: 0px;
}
.content-right .form1 {
	text-align: left;
	padding-left: 0px;

}
.content-right .page_header {
	margin-left: 0px;

}
.content-right .page_header3 {
	margin-left: 0px;

}
.content-right td.editprofile_photoleft {
	padding-left: 10px;

}
.content-right table.tabs {
	position:relative;
	margin-left: 0;
	margin-right: 0;
	width: 661px;
	left: -1px;
	background-color: none;
}
td.tab0 {
	display: none;	
}
.cont-righteck {
	display: block; position: absolute; right: 0px; top: 22px; z-index: 110;
}

/*safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .cont-righteck {
	display: block; position: absolute; right: -1px; top: 22px; z-index: 110;
}
td.profile_tab a {
	padding:3px 14px 3px 10px;
	}

td.profile_tab a:hover {
	padding:3px 14px 3px 10px;
	}
}
/*IE7 Hack */
*+html #profile_he_wall .page_header {
	padding-left: 90px;
}
*+html #profile_he_wall .page_header3 {
	padding-left: 90px;
}
/*IE8 Hack */

#profile_he_wall .page_header {
		padding-left: 90px\9;
}

#profile_he_wall .page_header3 {
		padding-left: 90px\9;
}
/*IE8 Hack */
div.page_header-2 {
	padding-left: 50px\9;

}
div.page_header {
	padding-left: 50px\9;

}







/* BROWSE PAGE */
#search_active {
	position: relative;
	left:-50px;
}
td.browse_field {
	padding: 5px;
}
div.browse_field_radio {
	padding: 0px 5px 0px 1px;
	margin-top: 1px;
}
div.browse_fields {
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.browse_header {
	padding: 5px 5px 3px 7px;
	font-size: 12px;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background: #EEEEEE;
}
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;
	background: #EEEEEE;
	padding: 5px 0px 5px 0px;
}

/* SEARCH PAGE */
td.search {
	width: 475px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
div.search_header {
	font-weight: bold;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
div.search_results {
	padding: 0px 10px 10px 10px;
}
div.search_result1 {
	padding: 10px;
	background: #F5F5F5;
}
div.search_result2 {
	padding: 10px;
}
div.search_result_text {
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
}
div.search_result_text2 {
	font-weight: normal;
	font-size: 9px;
	color: #777777;
}
div.search_context {
	color: #555555;
}
div.search_url {
	color: #115599;
}
td.search_pages_bottom {
	padding-top: 8px;
	padding-right: 12px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}

/* HELP PAGES */
div.faq {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	border-left: 3px solid #DDDDDD;
}
div.faq_questions {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 8px;
}


/* MESSAGES */
table.messages_table {
	border: 1px solid #DDDDDD;
}
td.messages_header {
	padding: 4px 5px 5px 6px;

	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.messages_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.messages_right {
	text-align: right;
	vertical-align: middle;
}
tr.messages_unread {
	background: #F5F5F5;
	font-weight: bold;
}
tr.messages_read {
	background: #FFFFFF;
}
td.messages_message {
	border-top: 1px solid #CCCCCC;
	padding: 7px 5px 7px 7px;
	vertical-align: top;
}
td.messages_photo {
	border-top: 1px solid #CCCCCC;
	padding: 7px 0px 7px 7px;
	vertical-align: top;
}
td.messages_view2 {
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view2_bottom {
	background: #FFFFFF;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view1 {
	vertical-align: top;
	padding-right: 15px;
}
div.messages_author {
	padding-bottom: 5px;
	font-weight: bold;
}
div.messages_date {
	font-size: 9px;
	color: #777777;
}
td.messages_authorbox {
	width: 100px;
	text-align: right; 
	vertical-align: top; 
	padding: 5px 10px 0px 0px;
}



/* MY FRIENDS */
div.friends_search {
	width: 450px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-left: auto; 
	margin-right: auto;
}
td.friends_sort {
	padding-top: 5px;
}
div.friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin: 10px 40px 0px;
	background: #FFFFFF;
}
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: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}
div.friends_stats div {
	color: #888888;
	font-size: 9px;
}


/* BROWSE FRIENDS */
td.browse_friends_sort {
	padding-top: 5px;
}
div.browse_friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
td.browse_friends_result0 {
	padding: 5px;
}
td.browse_friends_result1 {
	padding: 5px;
}
td.browse_friends_result2 {
	padding: 5px;
	text-align: right;
}


/* EDIT PROFILE */
td.editprofile_photoleft {
	text-align: center;
	padding-right: 10px;
}
td.editprofile_photoright {
	vertical-align: top;
}
td.editprofile_photo {
	height: 150px;
	vertical-align: middle; 
	text-align: center; 
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}
table.editprofile_options {
	margin-left: 10px;
}
div.editprofile_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.editprofile_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.editprofile_item2 {
	padding: 5px 5px 5px 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 #DDDDDD;
}
div.editprofile_examplecss:hover {
	border: 1px solid #BBBBBB;
}
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 #AAAAAA;
	background: #EEEEEE;
}


/* EDIT ACCOUNT SETTINGS */
td.account1 {
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
td.account2 {
	padding: 7px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	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: 12px;
	margin-bottom: 10px;
}
div.signup_photo_desc {
	padding: 5px 5px 5px 0px;
}
td.signup_photo {
	padding: 10px; 
	background: #FFFFFF; 
	border: 1px solid #CCCCCC;
}



/* COMMENT STYLES */
.comment_headline {
	padding: 4px 0px 5px 6px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}



/* PROFILE PHOTOS STYLES */
div.media {
	border: 1px solid #DDDDDD; 
	background: #F2F2F2; 
	padding: 10px;
	margin:0 auto;
}
div.media table {
	width: 100%;
}
div.media_caption {
	text-align: left; 
	padding: 0px 5px 0px 5px; 
	margin-left: auto; 
	margin-right: auto;
}
div.media_title {
	margin-bottom: 2px;
	font-weight: bold;
}
div.media_date {
	margin-top: 10px; 
	font-size: 9px; 
	color: #777777;
}



/* CAROUSEL */
td.carousel_item_active {
	border: 1px solid #BBBBBB; 
	background: #EEEEEE;
	padding: 5px;
}
td.carousel_item {
	padding: 5px;
}
td.carousel_item:hover {
	border: 1px solid #CCCCCC;
	padding: 4px;
}



/* PHOTO TAG CLASSES */
div.tag_div_hidden {
	position: absolute;
	z-index: 98;
}
div.tag_div {
	position: absolute;
	border: 2px solid #FFFFFF;
	z-index: 98;
}
div.tag_label {
	position: absolute;
	padding: 3px 5px 3px 5px;
	border: 1px solid #777777;
	background: #FFFFFF;
	font-weight: bold;
	z-index: 98;
}
div.media_photo_div {
	position: relative; 
	margin-bottom: 10px; 
	margin-left:auto;
	margin-right:auto;
}
div.media_photo_tagform {
	display: none; 
	border: 1px solid #888888; 
	width: 150px; 
	position: absolute; 
	opacity: 1; 
	background: #FFFFFF;
}
div.media_photo_tagform_titlebar {
	text-align: left; 
	padding: 5px; 
	border-bottom: 1px solid #AAAAAA; 
	background: #EEEEEE; 
	font-weight: bold;
}
div.media_photo_friendlist {
	overflow: auto; 
	margin: 4px 0px 4px 0px; 
	height: 130px; 
	text-align: left; 
	padding-left: 4px; 
	border: 1px solid #AAAAAA;
}


/* styles for the debugger */
div#se_debug_window_container
{
}

table#se_debug_window
{
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 500px;
  height: 400px;
}

td#se_debug_window_menu
{
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
  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 #CCCCCC;
	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:#777777;
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #EFEFEF;
}

div.menu_main_item_dropdown a:hover {
	color:#444444;
	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 #CCCCCC;
  border-top: none;
	background: #FFFFFF;
	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: #FFFFFF;
}

div.menu_profile_item_dropdown a:hover
{
	background: #F0F0F0;
	text-decoration: none;
}

#topBanner {
  width:468px;
  height:60px;
  position:absolute;
  top:10px;
  left: 375px;
  text-align:center;
  z-index:201;
}
#skyscraper {
     width:160px;
     height:600px;
     position:absolute;
     z-index: 9;
     top:122px;
     left:1018px;
     text-align:center;
}
#TB_overlay {
 z-index:500;
}
#TB_window {
 z-index:500;
 width:484px !important;
}
#TB_window iframe {
 width:484px !important;
 overflow-x:hidden;
}
#form_div {
	padding: 0 4px 10px 49px;
	width: 384px;
}
iframe body {
	background: none;
	width: 484px;
}
.error_div {
	width: 364px;
}


div.dienstleisterinfo table,div.dienstleisterinfo td{
border-style:solid;
border-width:0px;
border-color:black;
}

div.dienstleisterinfo p{
  font-family: Tahoma;
  line-height:26px;
}

div.dienstleisterinfo h1{
  color:#b6c818;
}

div.dienstleisterinfo h2{
  color:#b6c818;
}

div.dienstleisterinfo li{
  margin-bottom:6px;
}

div.dienstleisterinfo div.hr{
background-image:url(images/strich.png);
background-repeat:repeat-x;
margin-top:40px;
margin-bottom:20px;
}

