/* BizzLounge 1.0 */
/* by Thomas Schilling & Dieter Mueller */
/* pimp that site! */
/* 2008-03-06 */


/* GLOBAL STYLES */

@import "styles_header.php";

html {
	min-height: 100%;
	margin-bottom: 1px;
	margin:0;
	padding:0;
	overflow: -moz-scrollbars-vertical !important;
}
body {
	text-align: center;
	background: #FFFFFF;
	font-size: 8pt;
	margin: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height:140%;
	background:url(../images/home_bg_lightgrey.png) repeat-x #FFFFFF;
}

div, td {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;

}

/* links */


a:link { color: #363636; text-decoration: none;}
a:visited { color: #363636; text-decoration: none; }
a:hover { color: #a0410d; text-decoration: underline; }

a.menu_item:link { color: #363636; text-decoration: none; }
a.menu_item:visited { color: #363636; text-decoration: none; }
a.menu_item:hover { color: #a0410d; text-decoration: underline; }

a.top_menu_item:link { color: #FFFFFF; text-decoration: none; padding-right: 8px; border-right: 1px solid #fff }
a.top_menu_item:visited { color: #FFFFFF; text-decoration: none; }
a.top_menu_item:hover { color: #FFFFFF; text-decoration: none; background: #ED6E01 }

label:hover { color: #3399FF; text-decoration: underline; }

/* basic typo */


font.small {
	font-size: 7pt;
	font-family: arial, serif;
}

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

font.bold {
	font-weight: bold;
}

font.disabled {
	color: #AAAAAA;
}

p {
	margin: 0px;
	padding: 0px;
}


div.center {
	text-align: center;
}

div.error {
	vertical-align: middle;
	color: #FF0000;
}



/* input fields */

form {
	margin: 0px;
}



input.text, input.text_small {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	font-size: 9pt;
	color: #333333;
	vertical-align: middle;
	padding-left: 2px;
}

input.text_small {
	font-size: 8pt;
}

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

input.button {
	font-family: arial, verdana, serif;
	font-size: 8pt;
	padding: 3px;
	color: #333333;
	font-weight: bold;
	background: #EEEEEE;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
}

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

input[type="radio"], input[type="checkbox"] {
	border: 0px;
}

input.fieldEdit {
  width:200px;
  border: 1px solid #686868;
}

textarea.fieldEdit {
	border: 1px solid #686868;
}

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

select, select.small {
	color: #333333;
	font-family: arial, verdana serif;
	font-size: 9pt;
	vertical-align: middle;
	margin-top: 1px;
}



#wrapper {
	width:950px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

/* header elements


#header {
	height: 86px;
	background:url(../images/home_header_start.png)  no-repeat  #FFFFFF;
	z-index: 2;
}
*/

#hello {
  position: relative;
  top: 67px;
  width: 100%;
  font-weight: bold;
  color: #6b6b6b;
  text-align: right;
  /*right: 160px;*/
}
#hello a {
  color: #ED6E01;

}

#search {
 position: relative;
 top: 60px;
 margin-left: 530px;
}

#breadc {
	height: 15px;
	background:url(../images/home_breadcrumbs_bg_grey.png) #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding: 2px 0px 0px 10px;
	margin-bottom:5px;
	}

#breadc a {
 font-size: 10px;
 color: #807859;
 text-decoration: none;
}

#breadc a:Hover {
 text-decoration: underline;
}


/* MENU style */


#menu {
	height: 27px;
	position:relative;
	background:url(../images/home_menu_bg_grey.png) repeat-x #000;
  z-index: 1000;
  width: 949px;
}

/* cssnavigationigation */
#cssnavigation, #cssnavigation ul { /* alle Listen */
   padding: 0px;
   margin: 0;
   list-style: none;
   font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
   white-space: nowrap;
}
#cssnavigation a {
   display: block;
   color: #fff;
   font-size: 12px;
   font-weight: bold;
   margin-top: 6px;
   padding: 0px 5px 0px 5px;
   text-decoration: none;
   text-align: left;
   height: 16px;
   border-right: 1px solid #C1C1C1;
}

#cssnavigation a:Hover {
 color: #000;
 background: #ED6E01;
}

#cssnavigation li { /* alle Listenelemente */
   float: left;


  /* border-right: 1px solid #C1C1C1; */
}
* html #cssnavigation li { /* alle Listenelemente */
   float: left;
   width: 40px;
}

#cssnavigation li ul { /* Listen 2. Ebene */
   position: absolute;
   background: #676767;
   width: 210px;
   text-align: left;
   left: -999em; /* durch "left" au�erhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
   text-transform: none;
   margin-top: 0px;
}

* html #cssnavigation li ul { /* Listen 2. Ebene */
   position: absolute;
   background: #676767;
   width: 210px;
   text-align: left;
   left: -999em; /* durch "left" au�erhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
   text-transform: none;
   margin-top: 0px;
   height: auto;

}

#cssnavigation li ul a {
  color: #fff;
  width: 210px;
  font-size: 10px;
  font-weight: normal;
  border: 0;
  padding: 2px 0px 2px 8px;
  height: 14px;
}

#cssnavigation li ul a:Hover {
  color: #000;
  background: #ED6E01;
  width: 202px;
}

* html #cssnavigation li ul a:Hover {
  color: #000;
  background: #ED6E01;
  width: 210px;
}

#cssnavigation li ul ul { /* Listen 3. Ebene und weiter */
   margin: -1em 0 0 10em;
}
#cssnavigation li:hover ul ul, #cssnavigation li.sfhover ul ul {
   left: -999em;
}
#cssnavigation li:hover ul, #cssnavigation li li:hover ul, #cssnavigation li.sfhover ul, #cssnavigation li li.sfhover ul { /* Listen, die unterhalb von "gehoverten" Men�punkte liegen */
   left: auto;
}
#cssnavigation li#active { /* Listen zur aktuellen Kategorie */
   color: #000000;
}
#cssnavigation  li.first a {
	border: none;
}


/* site search */

#headersearch{
	position:absolute;
	top:5px;
	right:5px;
}
* html li#headersearch{
 position: absolute;
 display: inline;
 width: 140px;
 height: 20px;
 text-align: right;
}

#search_input{
	border:1px solid #737373;
	font-size:11px;
	padding:1px;
	height:15px;
	width: 75px;
	background: url(../images/search_background.gif) no-repeat;
}


* html #search_input{
	border:1px solid #737373;
	font-size:11px;
	padding:1px;
	height:15px;
	width: 75px;
}

#search_submit{
	border:1px solid #737373;
	font-size:11px;
	height: 19px;
	width: 42px;
	margin: 1px 0px 0px 0px;
}
#search_submit:Hover {
 color: #fff;
 background: #000
}
* html #search_submit{
	border:inherit;
	margin-top: -2px
}




td.menu {
	background-image: url(../images/menu2_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #EEEEEE;
}

td.menu_item {
	padding: 5px 6px 5px 6px;
	font-size: 8pt;
	font-weight: bold;
	font-family: tahoma, serif;
}

td.topbar1 {
	padding-bottom: 5px;
}

td.topbar2, td.topbar2_right {
	height: 27px;
	position:relative;
	background:url(../images/home_menu_bg_grey.png) no-repeat #000;
	font-weight: bold;
	font-size: 11pt;
	padding: 4px 10px 2px 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #31537D;
}

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

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

td.search_advanced1 {
	background: #FCEBDD;
	padding: 2px 8px 2px 8px;
}
td.search_advanced2 {
	background: #F8F5F5;
	padding: 2px 8px 2px 8px;
}


div.page_header {
	font-family: Georgia, Helvetica,sans;
	font-size:28px;
	color: #363636;
	/*color: #646464;*/
	line-height:150%;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 5px;
}

div.page_subheader {
	font-family: Georgia, Helvetica,sans;
	font-size:20px;
	color: #646464;
	line-height:130%;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 5px;
}


div.header {
	padding: 5px 5px 5px 7px;
	font-size: 9pt;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background: #F5F5F5;
}

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

.icon {
	vertical-align: top;
	margin-right: 5px;
}
.icon2 {
	vertical-align: top;
	margin-right: 1px;
}
.icon_big {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.photo {
	border: 1px solid #DDDDDD;
}






/* tables and TDs */
td.spacer {
	width: 10px;
	height: 0px;
}
td.spacer_v {
	height: 10px;
}
td.header {
	height:35px;
	padding: 0px 5px 5px 6px;
	border: 0px solid #DDDDDD;
	border-bottom: none;
	font-family: Georgia, Helvetica,sans;
	font-size:16px;
	color: #686868;
	line-height:150%;
	font-weight: normal;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}

td.header_rose {
	height:35px;
	padding: 0px 5px 5px 6px;
	border: 0px solid #DDDDDD;
	border-bottom: none;
	font-family: Georgia, Helvetica,sans;
	font-size:16px;
	color: #686868;
	line-height:150%;
	font-weight: normal;
	background-image: url(../images/header_rose.gif);
	background-repeat: repeat-x;
}

td.header_rose_small {
	height: 25px;
	padding: 2px 0 0 8px;
	border: 0px solid #DDDDDD;
	border-bottom: none;
	font-family: Georgia, Helvetica,sans;
	font-size:16px;
	color: #686868;
	line-height:28px;
	font-weight: normal;
	background-image: url(../images/header_rose_small.png);
	background-repeat: repeat-x;
	margin:0;
}

td.header_actions {
	height:35px;
	padding: 0px 5px 5px 6px;
	border: 0px solid #DDDDDD;
	border-bottom: none;
	font-family: Georgia, Helvetica,sans;
	font-size:16px;
	color: #fff;
	line-height:150%;
	font-weight: normal;
	background-image: url(../images/header_actions.gif);
	background-repeat: repeat-x;
}

/* Profile styles */

td.profile_left_personal {
	background: #FCEBDD;
	padding: 6px 8px;
}

td.profile_left_personal span {
	font-family: Georgia,Helvetica,sans;
	font-size: 11px;
}

td.profile_left_personal strong {
	color: #686868;
}

span#profile_user_status_info{
	color: #999;
	font-weight: bold;
	font-family: "Lucida Grande","Trebuchet MS",Arial,sans-serif;
	float:left;
}
.profile_fullname {
	color: #383838 !important;
	font-size: 16px !important;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

div#profile_vcard_left{
	width: 170px;
	float:left;
	}

div#profile_vcard_right,div#profile_vcard_left{
	height: 68px;
	color: #999;
	display:block;
}

.vcardlink{
	color: #999 !important;
}

div#profile_vcard_right{
	float:right;
	text-align:left;
	width: 130px;
	}

span#profile_vcard_contact{
	width:190px;
	float:left;
	font-family: "Lucida Grande","Trebuchet MS",Arial,sans-serif;
	font-weight:bold;
	color: #666 !important;
	}

div#profile_vcard_fullname{
	width: 242px;
	float: left;
	font-weight: bold;
	font-size:16px;
	color: #666 !important;
	font-family: Georgia,Helvetica,sans;
	}

div#profile_vcard_company{
	width: 300px;
	float: left;
	font-weight: bold;
	font-size:12px;
	color: #666 !important;
	font-family: Georgia,Helvetica,sans;
	}

div#profile_vcard{
	background: url(images/profile_vcard_background_xl.png) left top no-repeat;
	height:166px;
	padding: 10px;
	width: 304px;
	margin-top:8px;
	}

a.profile_fullname {
	color: #383838;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.profile_head {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0 0;
	color: #686868;
	font-family: Georgia,Helvetica,sans;
}
td.profile_left {
	padding: 6px 6px 6px 6px;
}
td.profile_contactdata {
	background: #F8F5F5;
	border-bottom: 1px solid #DEDEDE;
	height: 26px;
	padding-left: 6px;
}
td.profile_contactdata strong {
  color: #686868;
}

td.profile_actions {
	background: #919191;
	height: 24px;
	padding-left: 10px;
	color: #fff;
}

td.profile_actions a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
td.profile_actions a:Hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

td.bcard_head {
	color: #686868;
	font-size: 12px;
	font-weight: bold;
	/*background: #e1e1e1;*/
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #A3A3A3;
	/*border-bottom: 1px solid #686868;*/
}
td.bcard_cell {
	color: #686868;
	font-size: 11px;
	font-weight: normal;
}
/* options tabs*/


table.tabs {
	margin-top: 20px;
	margin-bottom: 12px;
	width:950px;
}

td.tab1.admin{
	background: #EEFFEE;
}

td.tab2.admin{
	background: #CCEECC;
}

td.tab {
	background: #FFFFFF;
	padding-left: 1px;
	border-bottom: 1px solid #a1a1a1;
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #a1a1a1;
}
td.tab1 {
	border: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	border-bottom: none;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	}


td.tab2 {
	background: #ebebeb;
	color: #cccccc;
	border: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	font-weight: normal;
	padding: 6px 8px 6px 8px;
}
td.tab3 {
	background: #FFFFFF;
	border-bottom: 1px solid #a1a1a1;
	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;
}

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

div.profile_contactdata {
	background: #F8F5F5;
	border-top: 1px solid #DEDEDE;
	height: 26px;
	padding-left: 6px;
	font-weight: bolder;
}

div.form_desc {
	font-size: 8pt;
	padding-bottom: 5px;
}
div.form_error {
	margin-bottom: 10px;
	color: #FF0000;
}
div.success {
	line-height: 16pt;
}
td.button {
	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-size: 16px;
	display: block;
	text-align: left;
	border: 1px solid #DDDDDD;
	border-left: 5px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 8px 10px 6px;
	font-weight: bold;
}

td.result {
	font-weight: bold;
	text-align: center;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
	padding: 7px 8px 7px 7px;
}
td.result_profile_friends {
	font-weight: bold;
	text-align: left;
	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;
}

div#companyUrlOdd, div#companyUrl{
	position: relative;
	height:16px;
	background-color: #F8F5F5;
	margin-bottom: 1px;
	padding: 2px;
}

div#companyUrlEven{
	position: relative;
	height:16px;
	background-color: #E8E5E5;
	margin-bottom: 1px;
	padding: 2px;
}
/* STYLES FOR AD BANNERS */
div.ad_top {
	padding: 0px 0px 0px 0px;
	text-align: right;
	height: 87px;
	overflow: hidden;
}
div.ad_belowmenu {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
td.ad_left {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	text-align: center;
}
td.ad_right {
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	text-align: center;
}
div.ad_bottom {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* STYLES FOR POPUP TIPS */
#dhtmltooltip {
	text-align: left;
	position: absolute;
	left: -300px;
	visibility: hidden;
	z-index: 100;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 10px;
	width: 300px;
}

#dhtmlpointer{
	position: absolute;
	left: 0px;
	z-index: 100;
	visibility: hidden;
}

/* STYLES FOR FRIEND SUGGEST FEATURE */
.suggest_item a {
	padding: 3px 3px 3px 5px;
	background: #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
	width: 181px;
	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; }


a.company_url {
	margin-right: 10px;
}


/* 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) */
td.portal_text {
	vertical-align: top;
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
td.portal_box {
	background: #F8F5F5;
	border: 0px solid #DDDDDD;
	border-top: none;
	padding: 10px;
	}

td.portal_login {
	padding: 25px 10px 25px 10px;
	background: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
td.portal_member {
	padding: 10px 7px 10px 7px;
	text-align: center;
	font-weight: bold;
}





/* USER HOME PAGE */
td.home_left {
	vertical-align: top;
	text-align: left;
}
td.home_middle {
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}
td.home_right {
	vertical-align: top;
}
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_header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/home_headerbg.gif);
	background-repeat: repeat-x;
	color: #333333;
}
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: 8pt;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	display: block;
}
td.home_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
}
div.home_action {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 5px;
}
div.home_action_bottom {
	padding-bottom: 2px;
}
div.home_action_date {
	float: right;
	color: #999999;
	padding-left: 5px;
}



/* VIEW PROFILE PAGE */
td.profile {
	background: #f8f5f5;
	border: 0px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 150%;
	color: #363636;

}
td.profile_leftside {
	margin: 0px;
	padding-top: 0px;
	vertical-align: top;
}
td.profile_center {
	margin: 0px;
	padding-top: 0px;
	vertical-align: top;
}


td.profile_rightside {
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: top;
}
td.profile_friend {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
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;
}
td.profile_comment_author {
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
}
td.profile_comment_body {
	padding: 5px 7px 5px 7px;
}
table.profile_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	margin-bottom: 10px;
}
td.profile_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: 8pt;
	display: block;
}
td.profile_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
}
td.profile_photo {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	height: 150px;
}
td.sponsor_logo {
	vertical-align: middle;
	padding: 5px;
	background: #FFFFFF;
}

td.profile_viewcomments_postcomment {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
}
td.profile_postcomment {
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-top: none;
	background: #f8f5f5;
}
div.profile_action {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 5px;
}
div.profile_action_bottom {
	padding-bottom: 2px;
}
div.profile_action_date {
	color: #999999;
	float: right;
	padding-left: 5px;
}



/* BROWSE PAGE */
td.browse_field {
	padding: 5px;
}
div.browse_field_radio {
	padding: 0px 5px 0px 1px;
	margin-top: 1px;
}
div.browse_submit {
	padding: 10px 10px 5px 5px;
}
td.browse_fields {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 5px 7px 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 #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;
}

/* 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: 9pt;
}
div.search_results {
	padding: 0px 10px 10px 10px;
}
div.search_result1 {
	padding: 10px;
	background: #F5F5F5;
	border-bottom: 1px dashed #bcbcbc
}
div.search_result2 {
	padding: 10px;
	border-bottom: 1px dashed #bcbcbc
}
div.search_result_text {
	font-size: 9pt;
	font-weight: normal;
	padding-left: 3px;
	color: #686868;
}
div.search_result_text2 {
	font-size: 9pt;
	font-weight: normal;
	color: #686868;
}
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 #AAAAAA;
}
td.messages_header {
	padding: 7px 7px 4px 7px;
	font-weight: bold;
	background: #EBEBEB;
}
td.messages_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.messages_right {
	text-align: right;
	vertical-align: middle;
}

td.messages_message {
	border-top: 1px solid #CCCCCC;
	padding: 7px;
	vertical-align: top;
}
div.messages_view1 {
	padding: 5px 5px 3px 7px;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background: #EEEEEE;
}
div.messages_view2 {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.messages_view1 {
	vertical-align: top;
}
td.messages_view2 {
	vertical-align: top;
	padding: 0px 0px 0px 10px;
}
div.messages_author {
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
div.messages_convo {
	background: #F5F5F5;
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	margin-bottom: 13px;
}
div.messages_date {
	font-size: 7pt;
	color: #777777;
}



/* MY FRIENDS */
td.friends_search {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
td.friends_sort {
	padding-top: 5px;
}
div.friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	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;
}


/* BROWSE FRIENDS */
td.browse_friends_sort {
	padding-top: 5px;
}
div.browse_friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 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 {
	background:#F8F5F5 none repeat scroll 0% 50%;
	margin-left:10px;
	padding:5px;
}

table.editprofile_options legend {
	color:Black;
	font-family:Arial;
	font-size: 11px;
	font-weight:bold;
}

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


/* 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 ul {
	margin:0px;
	padding:0px;
	list-style:none;
	color: #686868;
	margin-bottom: 10px;
}
#signup ul li.le {
	display: table-cell;
	width: 150px;
	font-weight: bold;
	vertical-align: top;
}
#signup ul li.ri {
	display: table-cell;
	width: auto;
	font-weight: normal;
	vertical-align: top;
}

/* hack for IE, because it does NOT know display: table-cell; */

html * #signup ul {
	margin:0px;
	padding:0px;
	list-style:none;
	color: #686868;
	margin-bottom: 10px;
	clear:both;
}

html * #signup ul li.le {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	vertical-align: top;
}
html * #signup ul li.ri {
	display: block;
	width: auto;
	font-weight: normal;
	vertical-align: top;
}



#signup input {
	width: auto
}

#signup textarea {
	font-size: 10px;
}

.fset {
	border: 1px solid #686868;
	width: 500px;
	padding-left: 20px;
}
.fleg {
	color: #686868;
}

/* SIGNUP PAGE */
img.signup_code {
	margin-top: 4px;
}
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 0px;
}
td.signup_photo {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

div.signup_hint {
	width: 500px;
	padding: 6px 9px 6px 9px;
	background: #F1F1F1;
	font-weight: normal;
	font-size: 9pt;
	margin-bottom: 10px;
}


img.user_photo {
	padding:0px;
	margin: 0px;
	cursor: pointer;
	-moz-opacity: 1;
}

* img.user_photo {
	margin: 5px 4px 0px 1px;
	cursor: pointer;
}


img.user_photo:Hover {
	filter: Gray();
	-moz-opacity:0.8;
}


#menu a.minilink {
 margin: 0px;
 padding: 0px;
}

.clear {
 display: inline;
 clear: both;
}

/* Styles f�r neue Home-Seite

/* COLUMN elements */
/* BLOG column */
#blog {
	position: relative;
	width:340px;
	padding: 0px;
	overflow:hidden;
	background-color: transparent;
}

#columnheaderblogs {
	height: 50px;
	background:url(../images/column_header_blogger.png) #000000;
	margin-bottom: 15px;
}

#blog h1 {
	display:block;
	font-family: Georgia,Helvetica,sans;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #ED6E01;

}


#blog h2 {
	display:block;
	margin: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #CEC5C5;
}

#blog h3 {
	display:block;
	margin: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #ED6E01;
}





/* section blogtoptopic */

#blogtoptopic {
	background-color:#f1f1f1;
	border-right:0 none;
	position: relative;
	border-bottom: 1px solid #fff;
}

#blogtoptopic h1 {
	display:block;
	background:url(../images/BiZL_widget_header_megaphone.png) #E8E4E4;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	display:block;
	font-family:Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight: normal;
	line-height:18pt;
	margin:0;
	padding-bottom:4px;
	padding-left:4px;
	padding-top:2px;
}


#blogtoptopic span a{
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 4px;
}

#blogtoptopic img {
	position: relative;
	width:150px;
	height: 106px;
	float: left;
	border: 1px solid #fff;
	margin-right: 10px;
	margin-top:0px;
}


#blogexcerpt {
	position: relative;
	display:block;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #212121;
	text-align:left;
	margin-bottom: 8px;
	padding-right: 5px;
}


.blogsubline {
	position: relative;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #ECE9E9;
	border-bottom: 2px solid #FFF;
	clear: both /*new 11.09.08 Peter Brandt ungtestet*/
}


.author{
	display:inline;
	font-weight: bold;
	color:#330000;
}

.time {
	display:inline;
	color:#666666;
	font-weight: normal;
}


.comments {
	display:inline;
	color:#666666;
	font-weight: normal;
}

#closer {
	display:block;
	text-align:right;
	float:right;
}

.closer2 {
	text-align: right;
	width: 7px;
	height: 7px;
	right: -8px;
	position: absolute;
	top: -8px;
	background-color: white;
	line-height: 8px;
	padding: 0 0 2px 0;
}

.closer2 a{
	color: #ff0000;
	margin: 0;
	text-decoration: none;
}


/* section BlogOtherPostings */

#BlogOtherPostings {
	display:block;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding: 0px;
}



#BlogOtherPostings h3{
	display:block;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #303030;
}


#BlogOtherPostings h4 {
	display:block;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}

#BlogOtherPostingsOdd {
	position: relative;
	height:46px;
	background-color: #FFE7D1;
	margin-bottom: 1px;
	padding: 2px;
}

#BlogOtherPostingsEven {
	position: relative;
	height:46px;
	background-color: #E8E4E4;
	margin-bottom: 1px;
	padding: 2px;
}

#BlogPostingOdd {
	position: relative;
	/*height:100px;*/
	background-color: #FFE7D1;
	margin-bottom: 1px;
	padding: 0 2px;
	clear: both;
	display: block;
	margin-bottom: auto;
}

#BlogPostingEven {
	position: relative;
	/*height:100px;*/
	background-color: #E8E4E4;
	margin-bottom: 1px;
	padding: 0 2px;
	clear: both;
	display: block;
	margin-bottom: auto;
}

#BlogPostingOdd H2, #BlogPostingEven H2{
	padding-bottom: 0;
}


#BlogOtherPostingsOdd img{
	width:80px;
	/*height: 56px;*/
	float: left;
	border: 1px solid #000000;
	margin-right: 5px;
	margin-top: 0px;
}

#BlogOtherPostingsEven img{
	width:80px;
	/*height: 56px;*/
	float: left;
	border: 1px solid #000000;
	margin-right: 5px;
	margin-top: 0px;
}


#blogexcerptsmall {
	position: relative;
	display:block;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #212121;
	text-align:left;
	margin-bottom: 6px;
	padding-right: 5px;
}




/* section BlogLOHAS */

#BlogLOHAS {
	position: relative;
	display:block;
	background-color:#ffffff;
	border-right: 5px solid #E8E4E4;
	margin-top: 4px;
	margin-bottom: 4px;

 }




#BlogLOHAS h1 {
	display:block;
	background:url(../images/column_header_bg_lifehacker.png) #E8E4E4;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-top:12px;
	padding-left:4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C2B9B9;
	margin: 0px;
}



#BlogLOHAS h2 a{
	display:block;
	position: relative;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* section BlogLifeHacker */

#BlogLifeHacker {
	position: relative;
	display:block;
	background-color:#ffffff;
	border-right: 5px solid #E8E4E4;
	margin-top: 4px;
	margin-bottom: 4px;
	/*width: 335px;*/

 }




#BlogLifeHacker h1 {
	display:block;
	background:url(../images/column_header_bg_lifehacker.png) #E8E4E4;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-top:12px;
	padding-left:4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C2B9B9;
	margin: 0px;
}



#BlogLifeHacker h2 a{
	display:block;
	position: relative;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* section Blog intern */
#BlogIntern {
	position: relative;
	display:block;
	background-color:#ffffff;
	border-right: 5px solid #E8E4E4;
	margin-top: 4px;
	margin-bottom: 4px;

 }




#BlogIntern h1 {
	display:block;
	background:url(../images/column_header_bg_interna.png) #E8E4E4;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-top:12px;
	padding-left:4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C2B9B9;
	margin: 0px;
}



#BlogIntern h2 a{
	display:block;
	position: relative;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}


.blogname {
	display:inline;
	font-weight: normal;
	color:#330000;
}

.blogclaim {
	position: relative;
	overflow:hidden;
	background: url(../images/home_breadcrumbs_bg_grey.png) no-repeat #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right:5px;
	text-align:right;
	padding-bottom: 8px;
}

#BlogOtherPostingsSmallTop {
	position: relative;
	display:block;
	height:24px;
	background-color: #FFE7D1;
	margin-bottom: 1px;
	padding: 2px;
}




#BlogLifeHacker img{
	position: relative;
	width:48px;
	height: 32px;
	float: left;
	border: 1px solid #000000;
	margin-right: 5px;
}

#BlogOtherPostingsOddSmall {
	background-color: #FFE7D1;
	color:#303030;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height: 16px;
	margin-bottom: 1px;
	padding: 2px;
	position:relative;
}

#BlogOtherPostingsEvenSmall {
	background-color: #E8E4E4;
	color:#303030;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height: 16px;
	margin-bottom: 1px;
	padding: 2px;
	position:relative;
}




#BlogOtherPostingsOddSmall img{
	width:80px;
	height: 56px;
	float: left;
	border: 1px solid #000000;
	margin-right: 5px;
}

#BlogOtherPostingsEvenSmall img{
	width:80px;
	height: 56px;
	float: left;
	border: 1px solid #000000;
	margin-right: 5px;
}



/* section BizzLoungeIntern */


#BizzLoungeIntern {
	position: relative;
	display:block;
	background-color:#ffffff;
	border-right: 5px solid #E8E4E4;
	margin-top: 4px;
	margin-bottom: 4px;
 }




#BizzLoungeIntern h1 {
	display:block;
	background:url(../images/column_header_bg_interna.png) #E8E4E4;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-top:12px;
	padding-left:8px;
	padding-top: 4px;
	padding-bottom: 0px;
	border-bottom: 1px solid #C2B9B9;
}



#BizzLoungeIntern h2 {
	display:block;
	position: relative;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

#BizzLoungeIntern img {
	position: relative;
	width:48px;
	height: 32px;
	float: left;
	border: 1px solid #000000;
	margin-right: 5px;
}

/* section NewsFeed */

#NewsFeed {
	position: relative;
	display:block;
	background-color:#ffffff;
	border-right: 5px solid #E8E4E4;
	margin-top: 4px;
	margin-bottom: 4px;

 }




#NewsFeed h1 {
	display:block;
	background:url(../images/column_header_bg_lifehacker.png) #E8E4E4;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-top:12px;
	padding-left:4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C2B9B9;
	margin: 0px;
}



#NewsFeed h2 a{
	display:block;
	position: relative;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}


#blog1 img, #blog2 img, #blog3 img, #blog4 img, #feed1 img{
	float: left;
	padding: 0px;
	margin: 3px;
}

#blogtoptopic h2{
	padding-top: 0px;
}

/* COMMUNITY column */
#community {
	padding: 0px;
	background-color: transparent;
}

#columnheadercommunity {
	height: 49px;
	display:block;
	position:relative;
	background:url(../images/column_header_community.png) #000000;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}


#community h2 {
	display:block;
	position: relative;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
#communityOddSmall {
	position: relative;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	background-color: #E8E4E4;
	margin-bottom: 1px;
	padding: 2px;
}

#communityEvenSmall {
	position: relative;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	background-color: #FFE7D1;
	margin-bottom: 1px;
	padding: 2px;
}


#communityEnd {
	position:relative;
	clear:both;
}


/* section communityTopTopics */


#communityTopTopics {
	position: relative;
	display:block;
	background-color:#ffffff;
	border-right: 0 none #FFE7D1;
	margin-top: 0px;
	margin-bottom: 4px;
 }


#communityTopTopics h1 {
	border-bottom:1px solid #fff;
	color: #C75E02;
	display:block;
	background:url(../images/BiZL_widget_header_bubbles.png) no-repeat #FFE7D1;
	font-family: Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight: normal;
	line-height:18pt;
	margin:0;
	padding-bottom:4px;
	padding-left:4px;
	padding-top:2px;
}

#communityTopTopics .top_topics_count {
  width: 77px;
  float: left;
  line-height:16px;
  margin:0;
}

#communityTopTopics .top_topics_block {
	display: block;
	width: 251px;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
}


#communityTopTopics a{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	margin:0;
	/*padding-left:80px;*/
 }


.count_comments{
	position:absolute;
}




#communitySize {
	position: relative;
	width: 335px;
	float:left;
	border-right: 5px solid #FFE7D1;
}

#communityOddSmall {
	position: relative;
	display:block;
	width: 287px;
	height:16px;
	float:left;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #212121;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	background-color: #FFE7D1;
	padding: 2px;
	margin-bottom:1px;
}


#communityEvenSmall {
	position: relative;
	display:block;
	float: left;
	width: 287px;
	height:16px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #212121;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	background-color: #E8E4E4;
	padding: 2px;
	margin-bottom:1px;
}




/* section communityNewComments */


#communityNewComments {
	background-color:#FFFFFF;
	border-right:0 none;
	display:block;
	margin:0;
	position: relative;
 }

#communityNewComments h1 {
	background:url(../images/BiZL_widget_header_talker.png) no-repeat #FFE7D1;
	color: #C75E02;
	border-bottom:1px solid #fff;
	display:block;
	font-family: Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight: normal;
	line-height:18pt;
	margin:0;
	overflow:hidden;
	padding-bottom:4px;
	padding-left:4px;
	padding-top:2px;
}

#communityNewComments strong{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
 }


/* section communityVisitors */

#communityVisitors {
	background-color:#FFFFFF;
	border-right:0px none;
	margin:0;
	overflow:hidden;
	position: relative;
 }


#communityVisitors strong{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
 }


#communityVisitors h1 {
	background:url(../images/BiZL_widget_header_eye.png) no-repeat #FFE7D1;
	border-bottom:1px solid #fff;
	color:#C75E02;
	display:block;
	font-family: Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight: normal;
	line-height:18pt;
	margin:0;
	overflow:hidden;
	padding-bottom:4px;
	padding-left:4px;
	padding-top:2px;
}


#communityVisitors img {
	position: relative;
	overflow:hidden;

	float: left;
	border: 1px solid #303030;
	max-width: 34px;
	margin-right: 6px;
}


#visitorOddSmall {
	background-color: #FFE7D1;
	color:#303030;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	height:40px;
	line-height: 12px;
	margin-bottom: 1px;
	margin-right:0;
	overflow:hidden;
	padding: 4px;
	position:relative;
}

* html #visitorOddSmall{
	margin-right:-3px;
	margin-left:-3px;
}

#visitorEvenSmall {
	background-color: #E8E4E4;
	color:#303030;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	height:40px;
	line-height: 12px;
	margin-bottom: 1px;
	margin-right:0;
	overflow:hidden;
	padding: 4px;
	position:relative;
}

* html #visitorEvenSmall{
	margin-right:-3px;
	margin-left:-3px;
}




/* section communityNewMembers */

#communityNewMembers {
	background-color:#FFFFFF;
	border-right: 0 none;
	margin:0;
	overflow:hidden;
	position: relative;
 }

 a.fett{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
 }


#communityNewMembers h1 {
	background:url(../images/BiZL_widget_header_star.png) no-repeat #FFE7D1;
	border-bottom:1px solid #fff;
	color:#C75E02;
	display:block;
	font-family: Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight: normal;
	line-height:18pt;
	margin:0;
	overflow:hidden;
	padding-bottom:4px;
	padding-left:4px;
	padding-top:2px;
}

#communityNewMembers img {
	position: relative;
	overflow:hidden;
	float: left;
	border: 1px solid #303030;
	margin-right: 6px;
}


#memberOddSmall {
	background-color: #FFE7D1;
	color:#303030;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	height:40px;
	line-height: 12px;
	margin-bottom: 1px;
	overflow:hidden;
	padding: 4px;
	position:relative;
}

* html #memberOddSmall{
	margin-right:-3px;
	margin-left:-3px;
}

* html #communityCalendar #memberOddSmall{
	margin-left:0;
	margin-right:0;
}

#memberEvenSmall {
	background-color: #E8E4E4;
	color:#303030;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	height:40px;
	line-height: 12px;
	margin-bottom: 1px;
	overflow:hidden;
	padding: 4px;
	position:relative;
}

* html #memberEvenSmall{
	margin-right:-3px;
	margin-left:-3px;
}

* html #communityCalendar #memberEvenSmall{
	margin-left:0;
	margin-right:0;
}


#memberEventOddSmall {
	background-color: #FFE7D1;
	color:#303030;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	height:50px;
	line-height: 12px;
	margin-bottom: 1px;
	overflow:hidden;
	padding: 4px;
	position:relative;
}

* html #memberEventOddSmall{
	margin-right:-3px;
	margin-left:-3px;
}

* html #communityCalendar #memberOddSmall{
	margin-left:0;
	margin-right:0;
}

#memberEventEvenSmall {
	background-color: #E8E4E4;
	color:#303030;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	height:50px;
	line-height: 12px;
	margin-bottom: 1px;
	overflow:hidden;
	padding: 4px;
	position:relative;
}

* html #memberEventEvenSmall{
	margin-right:-3px;
	margin-left:-3px;
}



/* section communityCalendar */


#communityCalendar {
	position: relative;
	overflow:hidden;
	background-color:#ffffff;
	border-right: 5px solid #FFE7D1;
	margin-top: 0px;
	margin-bottom: 4px;
 }

#communityCalendar strong{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
 }


#communityCalendar h1 {
	display:block;
	overflow:hidden;
	background:url(column_header_bg_calendar.png) no-repeat #FFE7D1;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-top:12px;
	padding-left:4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C2B9B9;
}

#communityCalendar img {
	position: relative;
	overflow:hidden;
	width:34px;
	height: 34px;
	float: left;
	border: 1px solid #303030;
	margin-right: 6px;
}


#memberOddSmall {
	position: relative;
	overflow:hidden;
	height: 40px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	background-color: #FFE7D1;
	margin-bottom: 1px;
	padding: 4px;
}

#memberEvenSmall {
	position: relative;
	overflow:hidden;
	height: 40px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	background-color: #E8E4E4;
	margin-bottom: 1px;
	padding: 4px;
	}






/* WIDGET column */

#widget {
	width:250px;
	padding: 0px;
	background-color: transparent;
}

/* section loginbox*/
#invitebox {
	position: relative;
	background-color:#FDEEE2;
	margin: 0px;
	padding:0px;
 }

#invitebox h1 {
        display:block;
        overflow:hidden;
        background:url(../images/widget_header_rose.png) no-repeat #F0F0F0;
        font-family: Georgia,Helvetica,sans;
        color: #424242;
        line-height: 30px;
        font-weight: normal;
		font-size: 18px;
        margin:0px;
        padding-bottom: 0px;
        padding-left:8px;
        height: 24px;
}

#invitebox h4 {
 	padding-left: 8px;
 	padding-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0;
}

#inviteboxtext {
	padding: 8px;
	font-size: 11px;
	margin: 4px 0;
}

#betatest_box {
	position: relative;
	background-color:#FF9191;
	padding:0px;
	margin-bottom: 4px;
 }

#betatest_box h1 {
	display:block;
	overflow:hidden;
	background:url(../images/widget_header_rot.png) no-repeat #FF9191;
	font-family: Georgia,Helvetica,sans;
	color: #424242;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-top:0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left:8px;
	height: 28px;
}

#loginbox {
	position: relative;
	background-color:#F0F0F0;
	padding:0px;
	margin-bottom: 4px;
 }

#loginbox h1 {
	background:#F0F0F0 url(../images/widget_header.png) no-repeat scroll 0 0;
	color:#363636;
	display:block;
	font-family: Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight: normal;
	height:28px;
	line-height:18pt;
	margin:0;
	overflow:hidden;
	padding-bottom:0;
	padding-left:8px;
	padding-top:0px;
}



#loginbox img{
	float: left;
	/* border: 1px solid #000000; */
	margin-right: 5px;
	margin-top: 0px;
}

html * #loginbox img{
	position: relative;
	float: left;
	/* border: 1px solid #000000; */
	margin-right: 5px;
	margin-top: 0px;
}


#loginhello {
	position: relative;
	overflow:hidden;
	height: auto;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 4px;
	padding: 10px;
}

#loginhello strong{
	font-family: Georgia,Helvetica,sans;
	color: #303030;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
 }


#loginoptions {
	position: relative;
	overflow:hidden;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
 }



 #loginoptionsOdd {
	position: relative;
	overflow:hidden;
	height: 16px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	font-weight: normal;
	background-color: #E6E5E5;
	margin-bottom: 1px;
	padding: 4px;
}



 #loginoptionsOdd img {
	width:16px;
	height: 16px;
	float: left;
	border:0px;
	margin-right: 5px;
	margin-top: 0px;
}

#loginoptionsEven {
	position: relative;
	overflow:hidden;
	height: 16px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 1px;
	padding: 4px;
}

#loginoptionsEven img {
	width:16px;
	height: 16px;
	float: left;
	border:0px;
	margin-right: 5px;
	margin-top: 0px;
}

.login_status {
	position: relative;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 1px;
	padding: 4px;
}

.mystatus {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #807859;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 4px;
	font-size: 10px;
}

/* section ajaxchat*/



#ajaxchat {
	position: relative;
	overflow:hidden;
	height: 300px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	background-color:#F0F0F0;
	padding:0px;
	margin-bottom: 4px;
}



#ajaxchat h1 {
	display:block;
	overflow:hidden;
	background:url(../images/widget_header.png) no-repeat #F0F0F0;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	margin-top:0px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left:6px;
}

#chatcontainer {
padding:5px;
}


#chatinput {
padding-top:5px;
padding-bottom:5px;
}


#content
{
  border: #C1C1C1 1px solid;
  background: #FFFFFF;
  margin-bottom: 10px;
  font-family: Tahoma, Helvetica, sans-serif;
  margin: 1px;
  font-size: 12px;
  text-align: left
}


#chattext {
float: left;
 border: #C1C1C1 1px solid;
font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
  font-size: 10px;
  	line-height: 12px;
width:190px;
height:16px;
}



#sendtext {
float: right;
margin-right:5px;
 border: #C1C1C1 1px solid;
width:40px;
height:18px;
font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  	line-height: 12px;

}



#scroll
{
  position: relative;
  width: 230px;
  height: 200px;
  overflow: auto

  }

.item
{
  margin-bottom: 6px;
}

#colorpicker
{
  text-align:center;
}


#soulcaresser {
	background:#F0F0F0 url(../images/column_header_bg_soul.png) no-repeat scroll 0 0;
	color:#666666;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	height:88px;
	line-height: 16px;
	margin:0;
	overflow:hidden;
	padding:0 30px;
	position:relative;
	text-align: center;
}


#soulcaresser h1 {
	display:block;
	overflow:hidden;
	font-family: Georgia,Helvetica,sans;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	margin:0px;
	font-style: italic;
}



#soul {
	position: relative;
	overflow:hidden;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding-right:12px;
	padding-left:12px;
	padding-bottom:10px;
	font-style: italic;
 }

/* section livescroller*/


#livescroller {
	position: relative;
	overflow:hidden;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	background-color:#F0F0F0;
	padding:0px;
	margin-bottom: 4px;
}


#livescroller h1 {
	display:block;
	overflow:hidden;
	background:url(../images/widget_header.png) no-repeat #F0F0F0;
	font-family: Georgia,Helvetica,sans;
	color: #C75E02;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	margin-top:0px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left:6px;
}



#liveevents {
	position: relative;
	overflow:hidden;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-right:4px;
	padding-left:4px;
	padding-bottom:10px;
 }

#liveevents a {
	font-weight: bold;
}

#liveeventsOdd {
	position: relative;
	overflow:hidden;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	background-color: #E6E5E5;
	margin-bottom: 1px;
	padding: 4px;
}



#liveeventsOdd img {
	width:auto;
	height: auto;
	float: left;
	border:0px;
	margin-right: 5px;
	margin-top: 0px;
}

#liveeventsEven {
	position: relative;
	overflow:hidden;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #303030;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 1px;
	padding: 4px;
}

#liveeventsEven img {
	width:auto;
	height: auto;
	float: left;
	border:0px;
	margin-right: 5px;
	margin-top: 0px;
}






/* Footer */


#footer {
	clear:both;
	width:945px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	background-color:#F3F1F1;
	text-align:center;
	position: relative;
	display:block;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #212121;
	margin-bottom: 6px;
	padding-right: 5px;
}


/*section ads */

#ads340 {
	position: relative;
	overflow:hidden;
	width:340px;
	height:90px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ads250 {
	position: relative;
	overflow:hidden;
	width:250px;
	height:90px;
	margin-top: 10px;
	margin-bottom: 10px;
}




/* additional styles */



.toolbar{
	position:absolute;
	top:1px; /* Abstand nach oben zum umschliessenden Container */
	left:318px;
	width:40px;
}

* html .toolbar{
	top:1px;
	left:318px;
}

.toolbar a{
	display:block;
	width:16px; /* Breite der Icons */
	height:16px; /* Hoehe der Icons */
	display:block;
	margin-bottom:2px; /* Abstand zwischen den Icons */
	text-indent:-200px; /* Text ausblenden */
	overflow:hidden; /* Text verstecken */
}

.toolbar a.edit{
	background:url(../images/icons/icons_settings.png) no-repeat;
}

.toolbar a.close{
	background:url(../images/icons/icons_window.png) no-repeat;
}

#mailPop,#msgPop,#requestPop {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	z-index: 50000;
	padding: 10px;
	border:12px solid #bbb;
	background: #fff;
	filter:Alpha(opacity=90);
	-moz-opacity: 0.9;
	color: #000;
	font-size: 12px;
}
#mailPop.closer, #requestPop.closer {
	text-align: right;
	width: 400px;
	right: 5px;
	color: #ff0000;
}




#minichat {
	position: relative;
	width: 240px;
	height: 220px;
	border: 1px solid #ccc;
}
#chat_content {
   display: block;
	border-bottom: 1px solid #ccc;
	height: 190px !important;
	margin: 1px 4px 1px 4px;
	background: #fff;
	color: #5a5a5a;
	font-size: 10px;
	overflow: auto;
}
#minichat_inp {
	font-size: 10px;
	width: 175px;
	height: 12px;
	margin: 6px 0px 2px 6px;
	float: left;
}
#minichat_button {
	font-size: 10px;
	height: 17px;
	background: #ccc;
	border: 1px solid #aaa;
	padding: 1px;
	margin: 6px 0px 2px 6px;
}
#minichat_load {
 	position: absolute;
 	width: 190px;
 	height: 190px;
 	background: url('../images/indicator.gif') center center no-repeat;
}

tr.pendingOdd {
	background: #E8E8E8;
}
tr.pendingEven {
	background: #CDCECE;
}

td.pending {
	padding: 4px;
}

div.autocomplete {
	position: absolute;
	background-color: white;
	z-index: 99999;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
div.autocomplete ul li.selected {
	background-color: #686868;
	color: #fff
}
div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}
#memobox {
	display: block;
	width: 232px;;
	height: 124px;
	background: #FFF799;
	color: #686868;
	font-size: 11px;
	overflow: auto;

}
#memotext {
	border: 0px;
	padding: 1px;
	color: #686868;
	font-size: 11px;
	width: 215px;
	background: #FFF799;
	border-bottom: 1px dashed #C2C2C2;

}
#memo_input_field {
	background: #919191;
	padding-top: 4px;
}

div.online {
	width: 10px;
	height: 10px;
	display: block;
	background: url(../images/icons/online.gif);
	float: right;
}
div.offline {
	width: 10px;
	height: 10px;
	display: block;
	background: url(../images/icons/offline.gif);
	float: right;
}
#emailInviteForm {
	background:#DEDEDE none repeat scroll 0 0;
	border:1px solid #686868;
	margin:0;
	width: 337px;
}
#emailInviteForm .inv_f {
	padding: 4px;
	font-size: 11px;
	color: #686868;
}
#emailInviteForm input {
	font-size: 10px;
	height: 12px;
}
#emailInviteForm textarea {
	font-size: 10px;

}

#emailInviteForm .submitInVite {
	padding: 0px;
	font-size: 10px;
	height: 16px;
	background: #ff0000;
}

#loading {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 12;
	background: url(../images/ajax_loader.gif) center center no-repeat;
	top: 10px;
	left: 10px;
}

input.fieldEdit {
	font-size: 10px;
}
input.fieldSubmit {
    margin-left: 3px;
	width: 12px;
	height: 11px;

}
img.profile_edit_icon {
	cursor: pointer;
}

.beta_test {
 padding: 10px;
}

#loginoptions .flag_img {
float: left;
border: 1px solid #5a5a5a;
margin-right: 5px;
margin-top: 0px;
width: 16px;
height: 11px;
}
#lang_img {
	position: relative;
	margin-left: 575px;
	top: 72px;

}
#lang_img .flag_img {
float: left;
border: 1px solid #5a5a5a;
margin-right: 5px;
margin-top: 0px;
width: 16px;
height: 11px;
}

.myrowOdd {
	background: #E8E4E4;
	padding: 1px;
	height: 23px;
	width: 99%;
}
.myrowEven {
	background: #FFE7D1;
	padding: 1px;
	height: 23px;
	width: 99%;
}

#scrollable {
	float: left;
	width: 300px;
	height: 300px;
	border: 1px solid #ccc;
	overflow: auto;
	white-space: nowrap;
}

/* vertical track */
#mytrack {
	width: 16px;
	height: 298px;
	margin-left: 8px;
	background-color: #ccc;
	float: left;
}

/* vertical track handle */
#myhandle {
	width: 16px;
	height: 16px;
	background-color: #f00;
	background: url(../images/icons/handler_icon.gif);
	cursor: pointer;
}

#slide_up {
	width: 16px;
	height: 17px;
	background: url(../images/icons/slide_up.gif);
}
#slide_down {
	width: 16px;
	height: 17px;
	background: url(../images/icons/slide_down.gif);
	margin-top: 268px;
	bottom: 0px;
}

.quoted {
 	border-left: 4px solid #5B0202;
 	margin:2px;
	padding:18px 0px 0px 8px;
}

ul.mailoptionlist {
   padding: 0px;
   margin: 0;
   list-style: none;
}

li.mailoption {
    display: block;
	padding: 2px;
	text-align:left;
	width: 195px;
	font-weight: normal;

}
li.mailoption:Hover {
	background: #DEDEDE
}

ul.messaging {
	padding: 0px;
	margin: 0;
	list-style: none;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;

}
li.messaging_header {
	font-weight: bold;
	background: #E1E1E1;
	height: 22px;
	border-bottom: 1px solid #AAAAAA;
	padding: 4px;
}

li.messages_unread {
	border-bottom: 1px solid #AAAAAA;
	/*background: #FFE7D1;*/
	font-weight: bold;
}

li.messages_unread:Hover {
	background: #EBEBEB;
}

li.messages_read {
	border-bottom: 1px solid #AAAAAA;
	background: #FFFFFF;
}
li.messages_read:Hover {
	border-bottom: 1px solid #AAAAAA;
	background: #EBEBEB;
}

/*  inplace editor styles */
.inplaceeditor-saving {
	background: url(../images/indicator.gif) bottom right no-repeat;
}
form.inplaceeditor-empty {
    font-style: italic;
    color: #000;
}
form.inplaceeditor-form a { /* The cancel link */
  margin-left:2px;
  font-size: 10px;
  color: #ff0000;
  border: 0px solid #686868;
  background: #eee;
  padding-left: 4px;
  padding-right: 4px;
  height: 10px;
}
form.inplaceeditor-form a:Hover {
	color: #000;
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  font-size: 10px;
  margin: 0px;
  margin-left:3px;
  color: #ff0000;
  border: 0;
  background: #eee;
}
form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
	font-size: 10px;
}

#preview {
	position: absolute;
	width:800px;
	top: 140px;
	left:50%;
	margin-left: -400px;
	z-index: 10000;
	border: 9px solid #ccc;
	background: #fff;
	padding-bottom: 5px;
}

#preview2{
	position: absolute;
	width:520px;
	top: 140px;
	left:50%;
	margin-left: -400px;
	z-index: 10000;
	border: 9px solid #ccc;
	background: #fff;
	padding-bottom: 5px;
}

a.button {
	display: block;
	width: 120px;
	height: 20px;
	background: #dedede;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	margin-right: 15px;
	text-decoration: none;
}
a.button:Hover {
	background: #BBBABA;
	border: 1px solid #000;
}

select.titleDropdown {
	border: 1px solid #bbb;
}

#photo_upload {
	width:auto;
	height: 30px;
	background: #000;
	
	/*-moz-opacity:0.55;*/
	z-index: 18888;
	color: #fff;
	font-size: 10px;
	text-align: center
}

html * #photo_upload {
	clear:both;
	width: 100px;
	height: 24px;
	z-index: 99998;
	/*filter: Alpha(opacity=55);*/
	color: #000;
	font-size: 10px;
	text-align: center;
	background: transparent URL(images/profile_add_photo_background_small.png) no-repeat left;
}

a.photo_upload_link {
	display: block;
	padding: 2px;
	margin-top: 3px;
	border: 0px none;
	/*filter: Alpha(opacity=55);*/
}

.profile_setting_left{
	clear:both;
	width: 324px;
	height: 24px;
	z-index: 18888;
	/*filter: Alpha(opacity=55);*/
	color: #000;
	font-size: 10px;
	text-align: center;
	background: transparent URL(images/profile_setting_background.png) no-repeat left;
}

a.title {
	font-size: 12px;
	font-weight: bold;
	color: #686868
}

#uploadDiv {
	position: absolute;
	width: 420px;
	height: 175px;
	border: 3px solid #686868;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -60px;
	background: #F4F3F3;
	z-index:7777;
}

#privacyDiv {
	position: absolute;
	width: 375px;
	height: auto;
	border: 3px solid #686868;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -200px;
	background: #F4F3F3;
	z-index:7777;

}


.div-handle {
	background: #686868;
	height: 20px;
	text-align:right;
	padding: 1px;
	cursor:move;
}


#ajax-loader-bar {
	width: 220px;
	height: 19px;
	z-index: 18889;
	background: url(../images/ajax-loader-bar.gif) center center no-repeat;
}

#status {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

li.search_result_card {
	display: block;
	width: 164px;
	height: 105px;
	border: 1px solid #888;
	padding: 3px;
	margin: 5px;
	float:left;
	overflow:hidden
}
li.search_result_card:Hover {
	background: #dedede;
	cursor: pointer;
}

.entry p{
	margin-bottom: 1em;
}

li.embeddedObj {
	background: #eee;
	/* border-bottom: 1px dashed #c0c0c0; */
	padding: 8px 1px 15px 1px;

}

#embeddedBox {
	position: absolute;
	display: block;
	width: 500px;
	height: 250px;
	left: 50%;
	margin-left: -250px;
	z-index: 999999;
	border: 3px solid #686868;
	background: #fff;
}

#embeddedContent {
	font-size: 11px;
	color: #000;
	padding: 12px;
}

#my_members li {
	font-size: 10px;
	line-height: 12px;
	background: #f8f5f5;
	border-bottom:1px solid #DEDEDE;
}
#my_members a.fett{
	font-size: 11px;
	font-weight: bold;
	color: #686868;
}

.wichtig { color: #ff0000; font-weight: bold}

sup {color: #ff0000;}

.bubble {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px none;
	border-collapse: collapse;
	text-align: left;
}

.bubble img{
	float:left;
	padding: 0;
	margin: 0;
	left: 0;
}

td#lt.bubble{
	width: 25px;
	height: 7px;
}
td#t.bubble{
	height: 7px;
	width: auto;
	background: url(./images/profile_status_bubble_top.png) repeat-x;
}
td#rt.bubble{
	width: 8px;
	height: 7px;
}
td#l.bubble{
	background: url(./images/profile_status_bubble_left.png) repeat-y;
	width: 25px;
	height: auto;
}
td#c.bubble{
	height: auto;
	background-color: #fff;
}
td#r.bubble{
	background: url(./images/profile_status_bubble_right.png) repeat-y;
	width: 8px;
	height: auto;
}
td#lb.bubble{
	width: 25px;
	height: 7px;
}
td#b.bubble{
	height: 7px;
	width: auto;
	background: url(./images/profile_status_bubble_bottom.png) repeat-x;
}
td#rb.bubble{
	width: 8px;
	height: 7px;
}

.taf_form {
	width: 400px;
}

.taf_form fieldset	{
	margin-top:0px;
	padding:10px 5px;
	border:1px solid #adadad;
	border-left-color:#ececec;
	border-top-color:#ececec;
	background:#f7f7f7;
}

.taf_form .taf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.taf_form legend {
	margin-left:10px;
	padding: 0 2px;
	font:normal 20px Times;
	color:#666666;
}

ol.taf-ol {
	margin:0!important;
	padding:0!important;
}
ol.taf-ol li	{
	background:none!important;
	margin:0 10px!important; /*some themes may interfere otherwise*/
	padding:0;
	list-style:none!important;
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.taf-ol li.textonly {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 0;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.taf_form label {
	width:200px;
	margin:0px 10px 0 0;
	text-align:left;
	font-size: 10px;
	display:block;
	color:#888888;
	background:#fefefe;
	padding:2px;
}

label.taf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0;
}

label.taf-before span{
	width:200px;
	display:block;
}

label.taf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 0 0 4px;
	width:115px;
	text-align:left;
}

label.taf-after span {
	width:115px;
	display:block;
}

label.taf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
}
label.taf-group-after span {
	width:105px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.taf_form input,
.taf_form textarea {
	margin:0 0 8px 0;
	padding:3px;
	background: #fbfbfb;
	border:none;
	border-top: 1px solid #f0f0f0;
	vertical-align:top;

}
.taf_form input:hover,
.taf_form textarea:hover{
	background:#CEDDDF;
}

.taf_form input:focus,
.taf_form textarea:focus{
	background:#F3F8F8;
}

.taf_form textarea,
.taf_form input {
	width:315px;
}

.taf_form textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	display:block; /*for mozilla*/
	width:350px;
	font-size:9px;
	vertical-align:top;
	color:#888888;


	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
}

.taf_form textarea.fldemail,
.taf_form textarea.fldrequired,
.taf_form input.fldemail,
.taf_form input.fldrequired {
	margin:0;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.taf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.taf_form input.sendbutton	{
	width:150px;
	padding:5px;
	margin: 5px 3px 4px 0pt;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.taf-ol li.taf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 10px!important;
	margin:5px 0!important;
}

ol.taf-ol li ul.taf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.taf-ol ul.taf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.taf_info {
	color:#333;
	line-height:1em;
}
div.taf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.taf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.taf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#666;
	display:block;
}

div.success a{
	color:#AAAAAA;
	font-weight: bold;
}

div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .taf_form legend {
	position:absolute;
	top: -10px;
	left: 10px;
	margin-left:0;
}
* html .taf_form fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html ol.taf-ol 	{
	display:inline-block; /*for IE6!!*/
}

#tafPop {
	position: absolute;
	top: 20%;
	width: 700px;
	height: 450px;
	z-index: 50000;
	padding: 10px;
	border:12px solid #bbb;
	background: #fff;
	/*filter:Alpha(opacity=90);
	-moz-opacity: 0.9;*/
	color: #000;
	font-size: 12px;
}
#tafPop .closer {
	text-align: right;
	width: 25px;
	right: 5px;
	color: #ff0000;
	position: absolute;
	top: 0px;
}

#tafPop .myrowEven{
	background-color: #f7f7f7;
	}

#tafPop .myrowOd{
	background-color: #f0f0f0;
	}

.new_invite_inputs{
	border-top: #aaa 1px solid;
	border-left: #aaa 1px solid;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
	color: #666;
	background-color: #f9f9f9;
	margin: 1px 0;
}

.new_invite_inputs:hover,new_invite_inputs:focus {
	background-color: #f0f0ff;
}
.new_invite_email{
	padding: 2px 4px 2px 2px;
	margin: 0 0 10px 0;
	width: 466px;
}

.new_invite_firstname{
	padding: 2px;
	margin: 0 10px 10px 0;
	width: 225px;
}

.new_invite_lastname{
	padding: 2px 4px 2px 2px;
	margin: 0 0 10px 0;
	width: 225px;
}

.new_invite_number{
	float: left;
	border-bottom: #999 1px solid;
	background-color: #bbb;
	font-size:48px;
	line-height: 54px;
	padding:2px; color: #eee;
}

.new_invite_box{
	float: left;
	border-bottom: #999 1px solid;
	width: 476px;
	padding:6px 0 0 4px;
	height: 52px;
}

.new_invite_button{
	padding:3px;
	margin: 1px;
	background: URL(images/icons/bg22.jpg);
}

.new_invite_list_row{
	clear:both;
	margin-bottom: 4px;
	height: 60px;
	}

#new_invite_list{
	list-style: none;
	padding: 0;
	margin: 0;
	}

.sponsor_invite_inputs{
	border-top: #aaa 1px solid;
	border-left: #aaa 1px solid;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
	color: #666;
	background-color: #f9f9f9;
	margin: 1px 0;
}

.sponsor_invite_inputs:hover,sponsor_invite_inputs:focus {
	background-color: #f0f0ff;
}
.sponsor_invite_email{
	padding: 2px 4px 2px 2px;
	margin: 0 0 10px 0;
	width: 216px;
}

.sponsor_invite_firstname{
	padding: 2px;
	margin: 0 10px 10px 0;
	width: 100px;
}

.sponsor_invite_lastname{
	padding: 2px 4px 2px 2px;
	margin: 0 0 10px 0;
	width: 100px;
}

.sponsor_invite_number{
	float: left;
	border-bottom: #999 1px solid;
	background-color: #bbb;
	font-size:48px;
	line-height: 54px;
	padding:2px; color: #eee;
}

.sponsor_invite_box{
	float: left;
	border-bottom: #999 1px solid;
	width: 226px;
	padding:6px 0 0 4px;
	height: 52px;
}

.sponsor_invite_button{
	padding:3px;
	margin: 1px;
	background: URL(images/icons/bg22.jpg);
}

.sponsor_invite_list_row{
	clear:both;
	margin-bottom: 4px;
	height: 60px;
	}
	
#sponsor_invite_list{
	list-style: none;
	padding: 3px;
	margin: 0;
	}

div#upgrade{
	background-color:transparent;
	overflow:hidden;
	padding:0;
	position:relative;
	width:690px;
}

div#upgrade_header{
	background:#FFE7D1 url(../images/header_rose.png) repeat-x scroll 0 0;
	color:#330000;
	font-family:Georgia,Helvetica,sans;
	font-size:18px;
	height:45px;
	line-height:60px;
	padding-left:10px;
}

div#upgrade_content {
	background:#FFE7D1;
	font-family:"Lucida Grande","Trebuchet MS",Arial,sans-serif;
	height:auto;
	line-height:16px;
	overflow:hidden;
	padding:10px;
	position:relative;
}

div.upgrade_block {
	float:left;
	font-size:20px;
	height:148px;
	margin-bottom:2px;
	position:relative;
	text-align:center;
	width:148px;
	clear:both;
}

div.upgrade_block_text {
	float:left;
	font-size:20px;
	height:53px;
	margin: 12px 0 0 0;
	position:relative;
	text-align:left;
	width:440px;
	padding: 20px 10px 10px 50px;
	background: transparent URL(images/ugrade_feature_background.png) no-repeat left top;
}

div.upgrade_block_more {
	float:left;
	font-size:14px;
	height:20px;
	margin: 0 0 0 0;
	position:relative;
	text-align:left;
	width:80px;
	padding: 4px 10px 3px 410px;
	background: transparent URL(images/ugrade_feature_more_background.png) no-repeat left top;
}

div.upgrade_block_more a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}


div#upgrade_now{
	font-family: Georgia, Helvetica,sans;
	font-size:24px;
	line-height: 30px;
	clear: both;
	padding: 10px;
	vertical-align: middle;
}

.pay_input {
	border: 1px solid white;
	background-color: #dfdfdf;
	color: #000;
	font-size: 9px;
	margin-right:5px;
}

.pay_input_button {
	border: 2px solid white;
	background-color: #FE9B4F;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

.payment_inline_header{
	font-family: Georgia, Helvetica,sans;
	font-size:16px;
	font-weight: bold;
	line-height: 20px;
	clear: both;
}

.payment_inline_header_small{
	font-size:14px;
	font-weight: bold;
	line-height: 16px;
	clear: both;
}

#new_position_list {
	margin: 0px;
	padding: 0;
	list-style: none;
}
.postion_input {
	padding: 1px;
	width: 100px;
}

.position_position_input {
  padding: 1px;
	width: 120px;
	margin-right: 2px;
}

.new_position_button{
	padding:1px;
	margin: 2px;
	/* background: URL(images/icons/bg22.jpg); */
	float: right;

}
.new_position_number{
	float: left;
	border-bottom: #999 1px solid;
	background-color: #bbb;
	font-size:15px;
	line-height: 15px;
	padding:1px;
	color: #eee;
	margin-right: 2px;
	font-weight: bold;
}

.new_postion_list_row{
	clear:both;
	margin-bottom: 4px;
	height: 20px;
}

.space10 {
	margin: 0px 10px 0px 0px;
}

#content.edit {
   width: 100%;
   height: auto;
   color: #333333;
   background: #FFFFFF;
}

ul#group_requests{
  margin: 0;
  padding: 0 0 0 40px;
  list-style-type:square;
}

.new_header {
	background: #fff url(images/fwl/fwl_widget_header.png) repeat-x;
	color: #363636;
	border-bottom:1px solid #fff;
	display:block;
	font-family:Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight:normal;
	line-height:18pt;
	margin:0;
	padding-bottom:4px;
	padding-left:4px;
	padding-top:2px;
}

div.signup_hint {
	background:#F1F1F1 none repeat scroll 0 0;
	font-size:9pt;
	font-weight:normal;
	margin-bottom:10px;
	padding:6px 9px;
	width:672px;
}



.signup_hint td.form2 input, .signup_hint td.form2 select, #signup td.form2 input, #signup td.form2 select, #signup td.form2 textarea{
	background-color: #dfdfdf;
	color: #363636;
	border: 1px solid #fff;
	font-size: 10px;
	padding: 4px;
}

.signup_button {
	background-color:#8B91BA !important;
	border:2px solid #FFFFFF !important;
	color:#FFFFFF !important;
	font-size:12px !important;
	padding:4px!important;
	font-weight: normal !important;
}


.signup_step{
	font-family:Georgia,Helvetica,sans;
	font-size:16pt;
	font-weight:normal;
	line-height:18pt;
	color:#363636;
}

.widget_shadow {
	padding-bottom:8px;
	clear:both;
	border-top: 2px solid #ddd;
	background: #fff;
}

#communityPoll {
	background-color:#f1f1f1;
	border-right:0px none;
	border-bottom:1px solid #fff;
	margin:0;
	overflow:hidden;
	position:relative;
}

#communityPoll h1 {
	background:#FFE7D1 url(../images/BiZL_widget_header_eye.png) no-repeat scroll 0 0;
	border-bottom:1px solid #fff;
	color:#C75E02;
	display:block;
	font-family:Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight:normal;
	line-height:18pt;
	margin:0;
	overflow:hidden;
	padding-bottom:4px;
	padding-left:4px;
	padding-top:2px;
}

#polls div{
	background-color: #f9f9f9;
}

#polls h2 {
	color:#363636;
	display:block;
	font-family:Georgia,Helvetica,sans;
	font-size:12pt;
	font-weight:bold;
	line-height:16pt;
	margin:0;
	overflow:hidden;
	padding: 8px;
}

#polls a{
	color:#363636;
	font-family:Georgia,Helvetica,sans;
	font-size:9pt;
	font-weight:normal;
	line-height:12pt;
	text-align: right;
	display: block;
	margin: 5px;
}

#pollQuestions{
	width: 232px;
	background-color: #f9f9f9;
	margin: 10px;
	padding:4px 4px 4px 84px;
	background: #f9f9f9 URL(images/vote_widget_arrow.png) no-repeat 20px center;
}

#pollQuestions a, #pollQuestions span {
	color:#363636;
	font-family:"Lucida Grande","Trebuchet MS",Arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	line-height:18pt;
	display: inline;
}

h4.blogtitleheader {
 font-family:Georgia,Helvetica,sans;
 margin-top:0;
 margin-bottom:4px;
 color: #C75E02;
 font-weight:normal;
}

h4.blogtitleheader a{
	color: #C75E02;
}

h3.standard {
	color:#363636;
	font-family:Georgia,Helvetica,sans;
	font-size:12pt;
	font-weight:normal;
	line-height:16pt;
}

h3.bold {
	color:#363636;
	font-family:Georgia,Helvetica,sans;
	font-size:12pt;
	font-weight:bold;
	line-height:16pt;
}

h1.standard {
	color:#363636;
	display:block;
	font-family:Georgia,Helvetica,sans;
	font-size:14pt;
	font-weight:normal;
	line-height:18pt;
	margin:0;
	overflow:hidden;
	padding-bottom:4px;
	padding-left:4px;
	padding-top:2px;
}

.orange_button {
	background-color:#FE9849 !important;
	border:2px solid #FFFFFF !important;
	color:#363636 !important;
	font-size:14pt !important;
	padding:5px 10px !important;
	font-weight: normal !important;
}
