/* CSS Document */
/* shows the left scrollbar in ff, regardless of the length of the page */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	min-width: 985px;
	padding: 0;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
input.text, textarea, select {
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
input.radio {
	margin: 0;
	padding: 0;
}
input.checkbox {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}

th {
 	text-align: left;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li {
	padding-left: 12px;
	background: url(/img/xing/bullit.gif) no-repeat 0px .5em;
}

ul.bluelist li {
	padding-left:17px;
	background:url(/img/xing/icn_bulletpoint_blue.gif) no-repeat 0 2px;
}

img, abbr {
	border: 0;
}
table tr td img.user-photo-list {
	width: 30px;
	height: 40px;
}
/* container to center the content */
#container {
	margin: 0 auto;
	width: 985px;
	text-align: left;
}
/* container for all content between header and footer */
#content {
	clear: both;	
	/* erzeugt eine markierung des gesamten layouts beim klick neben die seite */
	/*overflow: hidden;*/
}

/* container to center the content for premium groups */
#premium-group-container {
	width: 995px; 
	overflow: hidden; 
	margin: 0 auto; 
	text-align: left;
	clear: both;
}

/* container for premium group content between header and footer */
#premium-group-content {
	clear:both; 
	overflow:hidden;
	margin: 0px 0px 0px 0px; 
	padding:10px 2px 2px 2px;
	text-align: left;
	background:#ffffff;
	line-height: 140%;
	font-size: 1.2em;
}


a.with-bg {
	display:block;
	height:69px;
}

#premium-group-content div.logo-container {
	height:73px; 
	background:#e0e0e0; 
	text-align:center; 
	padding-top:2px; 
	margin-bottom:10px;
	background-repeat: no-repeat;
}
#premium-group-content div.logo-100-per {
	width:971px;
}

#premium-group-content div.logo-66-per {
	float:left;
	width:648px;
	border-right:5px solid #FFF;
}

#premium-group-content div.logo-33-per {
	float:left;
	width:321px;
	border-right:5px solid #FFF;
}
#premium-group-content div.selected-img {
	border: 2px solid #E97F02 !important;
	margin-right: 5px;
}
#premium-group-content div.tool-item.selected {
	border: none;
}

#premium-group-content div.logo-container p {
	height:3em; 
	width:20em; 
	padding:5px;
	margin: 0 auto;	
}

#premium-group-content div.logo-container p.change-logo {
	height: auto;
	opacity:.7; 
	background-color: #fff; 
	border: 2px solid #006567;
	white-space: nowrap;
	margin-top: 5px;
}

/* defs for the columns in the content section */
.col_one, .col_two, .col_three, .col_5050 {
	display: inline;
	float: left;
	overflow: hidden;
}
.col_one {
	width: 315px;
}
.col_two {
	width: 650px;
}
.col_three {
	width: 985px;
}
.col_5050 {
	width: 482px;
}
.col_margin {
	margin-right: 20px;
}
/* .col_two.col_margin.indent-left {
	width: 642px;	
}
.col_one.col_margin.indent-left {
	width: 307px;	
}*/
/* ff and ie clearing of floats 
   http://positioniseverything.net/easyclearing.html
*/
.col_one:after, .col_two:after, .col_three:after, .col_5050:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* def for the 1st level navigation */
#navmain {
	/*background:#FFF url(/img/xing/nav_bg_border.gif) no-repeat top center;*/
	clear: both;
	/*overflow: hidden;*/
	padding: 2px 0 1px 0;
	white-space: nowrap;
	width: 985px;
	margin: 0 auto;
}
#navmain ul {
	/*background:#006567 url(/img/xing/nav_bg_all.gif) no-repeat left top;*/
	list-style: inside;
	margin: 0;
	/*overflow: hidden;*/
	padding: 0;
	width: 100%;
}
#navmain ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#navmain .max_header {
 float: right;
 font-size: 110%;
 font-weight: bold;
 color: #646365;
 padding: 2px 8px 0 0;
}
.min_header {
 font-weight: bold;
 color: #646365;
}

/* def for the 2nd level navigation */
#navsub {
	/*background:url(/img/xing/nav_bg_border.gif) no-repeat top center;*/
	clear: both;
	position: relative;
	padding-top:1px;
	white-space: nowrap;
	width: 985px;
	margin: 0 auto;	
	margin-bottom: 20px;
}
#navsub ul {
	/*background: url(/img/xing/bg_top.jpg) no-repeat top left;*/
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0 0;
	width: 100%;
}
#navsub ul li {
	float: left;
}

/* block display for labels within unsorted lists with "form" class attribute */
ul.form * {
}

ul.form li {
	overflow:hidden;
	/* height:1%; */
	padding:0;
}

ul.form.spacy li {
	padding-top:.5em;
}

ul.form li div.note{
	color: #999;
	display:block;
	margin:.2em 0;
	padding-left: 22px;
	line-height: 1.2em;
}

ul.form li input {
	float:left;
}

ul.form li label {
	margin-left:22px;
	padding:3px 0 2px 0;
	line-height:1.1em;
	display:block;
}

/* headline for breadcrumbs */
h2.path {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 8px;
	padding-bottom: 3px;
	clear: both;
	width: 650px;
	overflow: hidden;
}
h2.path a {
	color: #666;
	text-decoration: none;
	margin-right: 5px;
	padding-bottom: 5px;
}
h2.path a:hover{
	text-decoration: underline;
}
/* headline def for this list */ 
h2.start-page-info-box {
	color:#006567; 
	margin:0;	
	padding:5px 0 2px 8px;	
	background:url(/img/xing/bg_box_650_top.gif) no-repeat top;	
}

h2.help-headline {
	font-size: 1.3em;
	margin: 15px 0 2px 0;	
	background:#D8D8C7 url(/img/xing/bg_box_5050col_grad.gif) no-repeat top left;	
}

h2.headline-3col {
	font-size: 1.3em;
	margin: 15px 0 2px 0;	
	background:#D8D8C7 url(/img/xing/bg_box_3col_grad.gif) no-repeat top left;	
}

/* headline def for this list */ 
div.col_5050 h2.event-box{
	background:#D8D8C7 url(/img/xing/bg_box_50_50col_grad.gif) no-repeat top left;
	font-size: 1.3em;
	line-height: 1.9em;
	padding: 0 8px;
}
/* headline def for this list */ 
div.col_two h2.event-box{
	background: transparent url(/img/xing/bg_box_2col_grad.gif) no-repeat top left;
	font-size: 1.1em;
	line-height: 120%;
	padding:6px 4px 6px 8px;
	overflow:hidden;
}


/* headline def for the groups of a single category page in groups 
will be used on pages, where two result lists are on one page */
div.headline-double-lists h3 {
	border-bottom: 1px dotted #999; 
	/*border-top: 1px dotted #999; */
	line-height: 1.61em;
/*	font-size: 1.2em;
	padding: 0 0 0 24px;*/	
	font-size: 1.4em;
	padding: 0 0 0 8px;	
	margin:0;
	color: #006567;
	/*background: url(/img/xing/icn_headline.gif) no-repeat left;*/ 
}
div.headline-double-lists {
/*	background: url(/img/xing/icn_headline.gif) no-repeat left; 
	padding-left: 30px;*/
}

/* topline def for the article overview in a single forum */
div.topline-grey {
	background:#ECECE3;
	padding:5px 0px 5px 10px;
	width: 975px;
	font-weight:bold;
	margin-top:10px;
	overflow: visible;
}

/* links and headlines for create event box */
h2.create-event {
	padding: 0 5px 8px 0;
	margin: 0 15px 0 0 ;
	border-bottom: 1px dotted #D5D6CC; 
}
h3.create-event {
	border-bottom: 1px solid #D5D6CC;
	padding: 15px 5px 15px 35px;
	margin:0 15px 0 0;
}
h3.create-event a {
	text-decoration: none;
}
h3.create-event a:hover {
	text-decoration: underline;
}
.phone-conf-pin-tel {
	 font-size: 2em; 
	 font-weight: bold; 
	 display: block; 
	 margin: .2em 0 .5em 0;
}
/*Contacts path view */
.connection-path {
	overflow: hidden;
	/* height:1%; */
	background: url(/img/xing/bg_dot_contact_path.gif) no-repeat 8px 20px;
	margin: 0 4px;
	padding: 4px 0;
}
div.connection-path.even {
	background-color:#ECECE4;
}
div.connection-path.odd {
	background-color:#FFF;
}
div.connection-path div {
	float:left;
}
div.connection-path div.photo img {
	width: 30px;
	height: 40px;
	margin: 0 4px;
}
div.connection-path div.connection {
	padding: 0 8px 0 4px;
	/* mit 120 brichts erst ab 6 in einer reihe um
	width: 120px;*/
	width: 140px;
	overflow: hidden;
}
div.even div.connection, 
div.even div.photo {
	background: #ECECE4;
}
div.odd div.connection,
div.odd div.photo {
	background: #FFF;
}
div.odd div.last {
	background: #FFF;
}
div.even div.last {
	background: #ECECE4;
}
div.connection-path div.play {
	float: right;
	text-align:right;
	width:40px;
}	
div.connection-path div.play img {
	width:32px;
	height:32px;
}	
div.connection-path div div.two {
	width: 464px;
}
div.connection-path div div.three {
	width: 309px;
}
div.connection-path div div.four {
	width: 232px;
}
div.connection-path div div.five {
	width: 185px;
}
div.connection-path div div.six {
	width: 154px;
}
div.connection-path div div.seven {
	width: 132px;
}
/* contact page business details */
table.contact-details {
}
table.contact-details td {
	padding: 5px 5px 5px 8px;
	vertical-align: top;
}
table.contact-details td.first {
	font-weight: bold;
}
table.contact-details tr.odd {
	background: #ECECE4;
}
table.contact-details td a {
	text-decoration: underline;
}
table.contact-details td a:hover {
	text-decoration: underline;
}
table.contact-details td p {
	/*float: left;
	padding-right: 10px;
	width: 220px;*/
	margin-bottom: 5px;
}
table.contact-details td p img {
	margin-right: 1px;
	vertical-align: middle;
}
/* my contact page, additional current company list */
ul.company-list {
	clear: both;
}
/* height:1% is def in ie.css, because of opera 8.5 */
ul.company-list li {
	overflow: hidden; 
}
/* for both company lists on my contact page */
ul.company-list li div.bullit,
ul.company-list li div.num {
	float: left;
	width: 4%;
	padding-right: 2px;
}
ul.company-list li div.bullit img {
	margin-top: 5px;
}
ul.company-list li div.comp {
	float: left;
	width: 51%;
}
ul.company-list li div.date {
	float: right;
	width: 130px;
}
/* see below td ...
ul.company-list li div.link {
	float: left;
	width: 17%;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 0 4px;
}*
/* current company */
td.company-list div.comp {
	float: left;
	width: 55%;
	padding-right: 2px;
}
td.company-list div.date {
	float: right;
	width: 130px;
}
ul.company-list li div.link,
td.company-list div.link {
	float: left;
	width: 17%;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 0 4px;
	padding-top: 2px;
}
ul.company-list div.link a,
td.company-list div.link a,
table.contact-details tr td.last a.weblink {
	text-decoration: none;
	vertical-align: middle;
	color: #006567;
	font-size: 0.8em;
	text-transform: uppercase;
}
ul.company-list div.link a:hover,
td.company-list div.link a:hover,
table.contact-details tr td.last a.weblink:hover {
	text-decoration: underline;
	color: #006567;
}
div.link img.weblink,
table.contact-details tr td.last img.weblink {
	margin: 0 3px 0 0;
}

/* first used on guestbook page 202 */
p.even {
	padding: 5px 8px;
	background: #ECECE4;
}
p.odd {
	padding: 5px 8px;
	background: #FFF;
}

/* user images in the lists */
h2.user-box{
	font-size: 1.3em;
	margin: 15px 0 2px 0;	
	background: url(/img/xing/bg_box_1col_grad.gif) no-repeat top left;
	height: 17px;
}
h2.two-col{
	background: url(/img/xing/bg_box_2col_grad.gif) no-repeat top left;
}
/* user lists, ie on the startpage */
ul.user-box li {
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 2px 0;
	overflow: hidden;
	padding: 0 5px 2px 8px;
	clear:both;
	display: block;
	/* height: 1%; */
}

ul.user-box li p.no-match {
	margin: 0;
	padding: 0;
	height: 40px;
}
/* box with latest articles on a groups page */
ul.groups-latest-articles p {
	float: left;
	margin: 0;
	overflow:hidden;
	padding: 0; 
	width: 299px; 
}
/* with bulb on the right */
ul.groups-latest-articles p.new {
	width: 270px; 
}
ul.groups-latest-articles img {
	float: right; 
}
ul.groups-latest-articles a {
	white-space: nowrap; 
	/* extra for opera 8.5 */
	text-decoration: underline;
}

ul li.list-no-photo {
	padding: 5px 10px 5px 10px;
}
ul.raquo-list li {
	background:url(/img/xing/icn_raquo.gif) no-repeat 0 0.45em; 
	padding-left:15px;
	margin-bottom:5px;
}
/* network pages */
div.network_page ul li {
	padding-left: 12px;
	margin-left: 25px;
	background: url(/img/xing/bullit.gif) no-repeat 0px .5em;
}

/* more link */
div.btn-infobox-more {
	float: right;
	font-weight: normal;
	background: transparent url(/img/xing/bg_bluebtn_small_left.gif) no-repeat scroll left center;
	padding: 0pt 0pt 0pt 3px;
}
div.btn-infobox-more div.btn-infobox-more {
	float: left;
	font-weight: normal;
	background: transparent url(/img/xing/bg_bluebtn_small_right.gif) no-repeat scroll right center;
	padding: 2px 8px 2px 5px;
}
a.btn-infobox-more:link, a.btn-infobox-more:active, a.btn-infobox-more:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
a.btn-infobox-more:hover {
	text-decoration: underline;
}
ul.user-box li img.user-box {
	margin: 0 5px 0px 0;
    float: left;
	width: 30px;
	height: 40px;
	border: 0;
}
ul.user-box li span {
	float: left;
	width: 240px;
	overflow: hidden;
	white-space: nowrap;
}

ul.user-box li span.key {
	width: 40%;
}

ul.user-box li span.value {
	width: 60%;
}
/* "more" link at the end of the list */
p.user-box a {
	text-decoration: none;
	font-weight: bolder;
}
/* categorie links in box on events page */
ul.user-box li a.categories {
	float: left;
	padding: 2px 0 2px 0;
	text-decoration: none;
}
ul.user-box li a.categories:hover {
	text-decoration: underline;
}
/* width: auto, because of declaration in main.css for spans inside of user-box */
ul.user-box li span.numbers {
	float: right;
	width: auto;
}
ul.user-box li span.birthday {
	float: right;
	width: 50px;
	text-align: center;
}
ul.user-box li span.bday-name {
	float: left;
	width: 200px;
	overflow: hidden;
	display: block;
	white-space: normal;
}
ul.user-box li span.bday-photo {
	float: left;
	width: 40px;
	display: block;
}
ul.user-box li span.today {
	font-weight: bold;
	color: #006567;
	background: #CFDC00;
}

ul.user-box li.non-premium {
	color:#006567;
}
ul.user-box li.non-premium a {
	color:#006567;
	font-weight:bold;
}
a.non-premium {
	color:#006567;
	font-weight:bold;
}

.user-name {
	font-weight: bold;
}
/* search form for advanced search site*/
#advanced-search-form h3 {
	margin: 15px 0 10px 0;
	padding: 0 10px;
	line-height: 2em;
	background: #D8D8C7 url(/img/xing/bg_box_1col_grad.gif) no-repeat top;
}
#advanced-search-form h3.col-headline {
    color:#006567; 
    font-size:1.2em; 
    background:none; 
    margin:0; 
    padding:0px;
}

/* search form for advanced search site*/
#advanced-search-form input.text, #advanced-search-form select  {
	margin: 0 0 10px 0;
	width: 290px;
}
#advanced-search-options input {
	width: auto;
	margin: 0;
}
/* search form for advanced search site */
#advanced-search-form label  {
	margin: 0;
	display: block;	
}
/* search form for advanced search site */
#advanced-search-form div.search-box {
	padding:0 10px 0 8px;
}
/* search result relevance meter*/
div.relevance {
	 padding: 0px; 
	 margin: 0px 0px 0 0; 
	 border: 0px solid #999; 
	 width: 60px; 
	 background: url(/img/xing/ill_profile_compl_inactive.gif) no-repeat 1px 1px;
}

/* for lists with the i-image */
div.info-list {
	/*border-top: 1px dotted #CCC;*/
	border-bottom: 1px dotted #CCC; 
}
div.info-list ul {
	list-style: none; 
	padding: 10px 0px 10px 0px;
	margin:0; 
}
div.info-list ul li {
	padding: 0 0 0 22px;
	background:url(/img/xing/icn_information.gif) no-repeat;
}
ul.info-list{
	list-style: outside; 
	padding: 0;
	margin:0; 
}
ul.info-list li{
	background:url(/img/xing/icn_information.gif) no-repeat top left;
	padding: 1px 0 .5em 22px;
	margin:0;
}
/* needed for page 720_invite_people */
ul.info-list li ol li {
	background:none;
	padding: 0;
	list-style:decimal; /* It is necessary for displaying numbers in an ordered list in Opera or IE */
}

/* ??? maybe we can abandon this dls */
#todo dt, #todo dd {
	background: /*red*/#E9E8DD; 
	float:left; 
	margin:0;
	padding:5px; 
}
#todo dt {
	margin: 0 1px 1px 1px;
	width:526px;
}
#todo dd {
	margin: 0 0px 1px 0;
	width:100px;
}

.small {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}
.edit {
    color: #81BED1;
    text-decoration: none;
}
a.edit:hover {
    text-decoration: underline;
}

/*
The id topic are used for the power search overview. 300_Search/302_power_search_inc.php
*/
#topic table {
    display: block;
	background:#FFF url(/img/xing/bg_box_482_bottom.gif) no-repeat bottom;
	margin:  0; 
	padding: 0; 
    width: 482px;
    clear: both;
	white-space: normal;
}
#topic td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#topic td.first {
	background-color:#E9E8DD;
	width: 392px;
}
#topic td.last {
	background-color:#E9E8DD;
	width: 84px;
 	vertical-align: top;
}
#topic .white {
	padding-top:0px;
	padding-bottom:0px;
}
#topic a {
	text-decoration:none;
}

#topic a:hover {
	text-decoration:underline;
}
/* message toolbar on read message page */
.tool-box-photo {
	float:left; 
	padding:0 8px 10px 8px; 
	margin-left:2px;
	width: 70px;
	height: 93px;
}

.tool-box-info {
	padding:0px 0 5px 95px; 
	margin:0; 
}
div.tool-box {
	border-top: 1px solid #ccc;
}
div.tool-item {
	margin: 0 0 10px 0;
	clear:both;
	width: 100%;
}
div.tool-item.selected {
	background:#ECECE4;
}
/* the tool-item for the start page has slightly different colors */
div.startpage-widget div.tool-item.selected {
	background:#EDF4F2;
}
div.action-text {
	padding: 5px 10px 10px 10px;
	overflow: auto;
}
div.message-body {
	border-top:1px dotted #999; 
	border-bottom:1px dotted #999;
	margin: 0 0 1em 0; 
	padding:1em 0;
}
/* tool box behaviour in sidebar */
.col_one div.tool-item{
	border-bottom: 1px solid #ccc;
	margin:0;
	padding:0;
}
/*.col_one div.tool-item.first{
	border-top: 1px solid #ccc;
}*/
.col_one div.tool-item h4{
	font-size:1em; 
	margin:0;
	padding:0;
}
/* tool box behaviour in search box on event pages */
.col_three div.tool-item h4,
/* tool box behaviour in search box on groups pages */
.col_two div.tool-item h4{
	font-size:1.2em; 
	margin:0;
	padding:0;
}

div.tool-item h4 a,
div.tool-item h4 span {
	background-position: 4px 5px;
	background-repeat: no-repeat;
	display:block;
	margin:0;
	padding: 8px 0 6px 28px;
	text-decoration: none;
}
div.tool-item h4 a:hover, 
div.tool-item h4 a:hover {
	background-color: #ECECE4 !important;
}
/* the tool-item for the start page has slightly different colors */
div.startpage-widget div.tool-item h4 a:hover {
	background-color: #EDF4F2 !important;
}
.col_one div.tool-item h4 a img{
	float:right;
	padding-right:4px;
}
/* tool box behaviour in search box on event pages */
.col_three div.tool-item h4 a img,
/* tool box behaviour in search box on groups pages */
.col_two div.tool-item h4 a img {
	vertical-align: middle;
}

/* two third info box with different actions on detail view of the group page */
.two-third-box-top {
	background:url(/img/xing/bg_box_650_top.gif) no-repeat top left; 
	padding: 8px 0 0 0; 
	overflow: hidden;	
}
.two-third-box-bottom {
	background: url(/img/xing/bg_box_650_bottom.gif) no-repeat bottom left; 
	padding: 0 0 0 10px; 
	margin-bottom: 20px;
	overflow: hidden;	
}
.two-third-box-bottom.joingroup {
	background: url(/img/xing/bg_box_650_bottom_midline.gif) no-repeat bottom left; 
}
.two-third-box-bottom.groupabout {
	background: url(/img/xing/bg_box_685_bottom.gif) no-repeat bottom left; 
}
.two-third-box-top.groupabout {
	background: url(/img/xing/bg_box_685_top.gif) no-repeat top left; 
}
.two-third-box-bottom-short {
	background: url(/img/xing/bg_box_650_bottom_short.gif) no-repeat bottom left; 
	padding: 0 0 5px 0; 
	margin-bottom: 20px;
	overflow: hidden;
	height:1%;	
}
.two-third-box-middle {
	background: url(/img/xing/bg_box_650_middle.gif) repeat-y left; 
	padding: 10px; 
}
.two-third-groupbox-top {
	background:url(/img/xing/bg_groupbox_650_top.gif) no-repeat top left; 
	padding: 4px 0 0 0; 
	overflow: hidden;	
}
.two-third-groupbox-bottom {
	background: url(/img/xing/bg_groupbox_650_bottom.gif) no-repeat bottom left; 
	padding: 0 0 0 10px; 
	margin-bottom: 20px;
	overflow: hidden;	
}

/* one third box with different actions on the about page of groups */
.one-third-box-bottom {
	background:url(/img/xing/bg_box_315_bottom.gif) no-repeat bottom left; 
	margin: 0;
	padding: 0 10px 0 10px;
	overflow:hidden;
}
.one-third-box-top {
	background:url(/img/xing/bg_box_315_top.gif) no-repeat top left; 
	padding:4px 0 0 0;
	width: 315px;
}

.one-third-box-top .table-list td,
.one-third-box-top .table-list th {
	padding:3px 3px 3px 3px;		
}


/* newslist at the bottom of the start-page */
div.news-item {
	border-top:1px solid #D8D8D8;
	padding: 3px 0 0 0;
}
div.news-date {
	width: 80px;
	float:left;
	padding: 0 0 0 8px;
}
div.news-separator {
	text-align: center;
	width: 10px;
	float:left;
	padding: 0 0 0 0;
}
div.news-text {
	margin: 0 0 0 98px;
	/* for ie6 */
	/* height:1%; */
}
div.news-text h4 {
	margin:0;
	padding:1px 0;						
}
div.news-footer {
	clear:both; 
	border-top:1px solid #d8d8d8; 
	border-bottom:1px solid #d8d8d8; 
	overflow:hidden; 
	/* height:1%; */
	padding:5px 10px 5px 0;
}

/* def for the profil completion - maybe we need this in the future */
#bar {
	background: url(/img/xing/bar_normal_all.gif) 1px 1px no-repeat;
	border-top:1px solid #919191;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	border-left:1px solid #919191;
	padding:1px;
	white-space:nowrap;
	float:left;
	margin-top:6px;
	margin-right: 0px;
	width:231px;
}
#bar img {
	margin-left: 1px;
}

/* def for the members/search/groups section (301, 200, 700, 600) */
table.table-list {
	/* not consistent in all browsers, ie ignores it, 
	we have to recheck all pages using this class def */
	/*margin-bottom: 10px;*/
}
table.table-list.hairline {
  border-bottom: 1px #d8d8d8 solid;
}
div.hairline_dotted {
  border-top: 1px #999 dotted;
}
table#search-agent-list tr td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.table-list th {
	padding: 8px 0px 5px 8px;
	text-align: left;
}
table.table-list th.icons {
	text-align: center;
}

table.table-list td {
	padding: 2px 0px 2px 8px;
	border-top:1px solid #d8d8d8;
}
table.table-list td.no_border {
  border: none;
}
table.table-list td div.bday {
  padding: 2px 6px; 
  font-weight: bold; 
  color: #006567; 
  background: #CFDC00; 
  width: 120px;
}
div.groups table.table-list td {
	padding: 4px 0px 4px 8px;
}
div.groups {
	overflow: visible;
}
/* used first on 625_groups_inc category list */
table.table-list td.last {
	padding: 10px 20px 10px 0;
	text-align: right;
}
/* used first on 625_groups_inc category list */
table.table-list th.last {
	padding-right: 10px;
	text-align: right;
}
/* used for the pseudo header in a row of a table list */
table.table-list h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
table.table-list h4 a {
	font-weight: bold;
  text-decoration: underline;
}
table.table-list th.numbers,
table.table-list td.numbers {
	text-align: right;
	padding-right: 10px;
}

table.table-list td.icons {
	text-align: center;
}
/* Style defs are used on imprint page*/
table.table-list td.head {
	vertical-align: top;	
	font-weight: bold;
	padding-top: 5px;
	width:250px;	
	
}
table.table-list td.description {
	vertical-align:bottom;
	padding-top:5px;
	width:400px;
}
/* cuts the text at the end of the line */
table.table-list td p.longlines {
	margin: 0;
	overflow: hidden; 
	padding: 0; 
	white-space: nowrap; 
}

table.table-list div.main-cat-border {
	height:20px;
	background: url(/img/xing/bg_dotted_fake.gif) repeat-x left;  
}


table.table-list td.main-cat-border {
	background: url(/img/xing/bg_dotted_fake.gif) repeat-x left;  
}

table.table-list td.main-cat-offer {
	font-weight:bold;
	background:#ffffff;
	vertical-align:top;
	width:122px;
}

table.table-list td.offer {
	vertical-align:top;
	padding-right:16px;
	width:335px;
}

table.table-list tr.even td.free {
	background: #ECECE4 url(/img/xing/bg_benefits_free_border.gif) repeat-y top left; 
}

table.table-list tr td.free {
	vertical-align:middle;
	text-align:center; 	
	padding:3px 3px 3px 3px;
	width:230px;
	background: url(/img/xing/bg_benefits_free_border.gif) repeat-y top left; 
}

table.table-list tr td.premium {
	vertical-align:middle;
	text-align:center; 	
	padding:3px 3px 3px 3px;
	width:226px;
	background: url(/img/xing/bg_benefits_premium_border.gif) repeat-y top left;

}
table.table-list tr.even td.premium {
	background: #fff  url(/img/xing/bg_benefits_premium_border.gif) repeat-y top left;
}

table.table-list tr.even td.new-article {
	background: #fff url(/img/xing/icn_bulb.gif) no-repeat right 4px;
	padding-right:20px;
}

table.table-list td.new-article {
	background: url(/img/xing/icn_bulb.gif) no-repeat right 4px;	
	padding-right:20px;
}
/* height and width for premium groups and non-premium groups lists*/
table.table-list tr td div.group-list-width {
	overflow: hidden;
	height: 70px;
}
table.prem-group-list tr td div.group-list-width {
	width: 300px;
}
table.group-list tr td div.group-list-width {
	width: 382px;
}
/* def for the list view of the event on the myEvent page */
table#event-list {
	border: 0;
	margin: 0;
	padding: 0;
}
table#event-list th {
	padding: 3px 0px  3px 5px;
	text-align: left;
	white-space: nowrap;
}
table#event-list th.first {
	padding: 3px 5px  3px 10px;
}
table#event-list th.last {
	text-align: right;
}
table#event-list th.numbers {
	text-align: center;
}
table#event-list td.date {
	background: #CBDF8D url(/img/xing/bg_box_event_list.gif) repeat-x top;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	border: none;
}
table#event-list tr td {
	border-top: 1px solid #d8d8d8;
}
table#event-list td {
	padding: 1px 5px 1px 5px;
}
table#event-list td.first {
	/*vertical-align: top;*/
	padding: 1px 5px 1px 10px;
}
table#event-list td.last {
	text-align: center;
	padding: 1px 5px 1px 5px;
}
table td.numbers {
	text-align: right;
	padding: 1px 5px 1px 5px;
}
table#event-list td.yes {
	color: #0C0;
}
table#event-list td.no {
	color: #C00;
}
table#event-list tr.even {
	background: #ECECE4;
}

sup.official {
	color:#E97F02; 
	text-transform: lowercase;
}
h1 sup.official {
	font-size: 0.6em;
	font-weight: normal;
}

table.category-list td, table.table-list td.rubric {
	padding: 8px 4px 8px 8px;
}

table.table-list td.rubric a {
	text-decoration:none; 
}


/* event details table */
table#event-detail tr td {
	padding: 5px 5px 5px 8px;
	vertical-align: top;
}
table#event-detail tr td a {
	font-weight: normal;
}
/* event back link */
span.back, a.back {
	color:#333;
	font-weight:normal;
	font-size:.9em;
}

/* groups moderator table on the groups details start page (601) */
table#groups-moderator-table td {
	vertical-align: top;
	padding:4px 0px 4px 8px;
}

.col_one table#groups-moderator-table td {
	padding: 5px; 
}
table#groups-moderator-table thead td {
	border-bottom: 1px solid #D8D8D8;
}
table#groups-moderator-table tbody tr.last td {
	border-bottom: 1px solid #D8D8D8;
}
table#groups-moderator-table tbody tr.first td {
	border-top: 1px solid #D8D8D8;
}

table.groups-table-bottom {
	border-bottom: 1px solid #D8D8D8;
}


/* groups forms styles */
p.groups-form-sub-header {
	padding:15px 0 5px 0; 
	margin-bottom:0;
	clear:both;
}

div.groups-input-element {
	width:16em;
	float:left;
}


/* list in terms and conditions */

#data_protection div#content ul {

	list-style-type: disc; 
	list-style-position: outside;
	padding-left: 20px;
}
#terms-and-conditions div#content ol {
	margin:0;
	padding:0 0 0  30px;
}

/* create search agent page (307) */
#search-agent-form ul {
	list-style-type: disc;
	margin: 5px 0 10px 0;
}
#search-agent-form img {
	margin: 5px 5px 0px 0px;
}
/* used in 407_privacy_settings */
#privacy-settings-form h3 {
	margin: 10px 0 5px 0;
	padding: 0;
}

/* create event */
#create-event-first-step img {
	margin-right: 5px;
	float:left;
}

#create-event-first-step p.add-text {
	margin: 0 8px 10px 8px;
	height: 4em;
}

/* categories table at the botton of the single-slot search result page (306) */
table#single-slot-result-categories  {
	width: 985px;
}
table#single-slot-result-categories td {
	padding: 5px 10px;
}
table#single-slot-result-categories tr.even {
	background: #ECECE4;
}

table.start-page-info-box {
	display: block; 
	background:url(/img/xing/bg_box_650_bottom.gif) no-repeat bottom; 
	margin:  0; 
	padding: 0;  
	width: 650px; 
	clear: both;
	white-space: normal;	
}

table.start-page-info-box td {
	padding: 0px 5px 5px 5px;
	width: 324px;
}

/* class for the fold/unfold image, is also used in the fold_unfold.js  */
.fold-img {
	vertical-align: middle; 
	/*float: right;*/
}
/* create new event box */
.icn-right-img {
	vertical-align: middle; 
	float:right;
}
/* text box needed for left margin */
.text-box {
	margin-left: 8px;
}
/* icon on the left of search box headline */
h3.tool-box-search-icn {
	background: url(/img/xing/icn_search.gif) no-repeat left top;
}
/* groups logo in the top right corner */ 
.groups-logo {
	border: 1px solid #ECECE4;
}
/* contact pages */
/** my contact page **/
.bg-contact-info-top {
	background: url(/img/xing/bg_box_985_shaddow_top.gif) no-repeat left top;
	padding-top: 6px;
}
.bg-contact-info-bottom {
	background: url(/img/xing/bg_box_985_shaddow_bottom.gif) no-repeat left bottom;
	overflow: hidden;
	padding: 0 0 4px 8px;
}
div.col_one .bg-statistics-top {
	background:url(/img/xing/bg_box_315_shaddow_top.gif) no-repeat top left; 
	padding: 6px 0 0 0;
}
div.col_one .bg-statistics-bottom {
	background:url(/img/xing/bg_box_315_shaddow_bottom.gif) no-repeat bottom left; 
	margin: 0; 
	padding: 5px 15px 10px 15px;
	overflow:hidden;
}
ul.bg-statistics-bottom li {
	clear: both;
	padding: 2px 0;
	margin-right: 15px;
	width:285px; 
}
.contact-info-address {
	padding: 2px 0px;
	overflow: hidden;
	float: left;
	width: 396px;
}
.contact-info-address h1 {
	margin-bottom: 0px !important;
}
.contact-info-address p {
	margin-bottom: 4px;
}
.contact-info-contacts-container {
	float: left;
	overflow: hidden;
	width: 262px;
}
.contact-info-contacts {
	width: 230px; 
	padding: 0 10px 0 20px;
	text-align:left;
}
.contact-info-contacts p {
	margin-bottom: 5px;
}
.contact-info-contacts h3 {
	margin: 30px 0 5px 0;
	padding: 0;
}
ul.contactpage-stats li {
	clear: both;
	padding-left: 12px;
	background: url(/img/xing/bullit_brown_shaddow.gif) no-repeat 0 5px;
}
ul li.activity {
	 padding: 1px; 
	 margin: 5px 0  0 12px; 
	 border: 1px solid #999; 
	 width: 159px; 
	 background: url(/img/xing/ill_activity_inactive.gif) no-repeat 1px 1px;
	 /* for ie 7 */
	 line-height: 1px;
}
ul li.activity div.act {
	overflow: hidden; 
	height: 12px;
}
.contact-info-localizer {
	background: url(/img/xing/ill_world_big.gif) no-repeat top center;
	float: left;
	width: 291px;
}
.contact-info-inv-status {
	float: left;
	width: 230px;
}
.contact-info-join {
	position:relative; 
	width:530px; 
	height:180px; 
	margin-left:20px; 
	padding:4px; 
	background:#FFF; 
	float:left;
}
/* profile completeness meter*/
div.profil {
	 padding: 1px; 
	 margin: 7px 5px 0 0; 
	 border: 1px solid #999; 
	 width: 219px; 
	 background: url(/img/xing/ill_profile_compl_inactive.gif) no-repeat 1px 1px;
}
/* teaser "buttons" */
.teaser-button {
	background: url(/img/xing/btn_invite_people_dummy.jpg) no-repeat; 
	width: 315px; 
	height: 71px; 
	padding: 10px 0 5px 15px;
	cursor: pointer;
}
.teaser-button h4 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}
.teaser-button h4 a {
	color: #8DAD4C;
}
.teaser-button a {
	text-decoration: none;
}
.teaser-button a:hover {
	text-decoration: underline;
}

/* Extra class for lists which look like contact-info-contacts lists but being used in another context */ 
li.contact-statistics {
	padding-left: 12px;
	background: url(/img/xing/bullit_brown_shaddow.gif) no-repeat 0 5px;
}
li.contact-activity-bar {
	padding:1px; 
	width: 159px;
	background: url(/img/xing/ill_activity_inactive.gif) no-repeat 1px 1px; 
	border: 1px solid #999; 
	margin: 5px 0  0 12px; 	
}

/* double arrow (&raquo;) befor links on single message page */
a.raquo {
	text-decoration: none;
}
a.raquo:hover {
	text-decoration: underline;
}
/* container to center event logos */
.event-logo {
	width: 311px;
	border: 1px solid #999;
	text-align: center;
	padding: 1px;
}
/* different levels of opacity for links in tag cloud */
a.tagcloud0:link, a.tagcloud1:link, a.tagcloud2:link, a.tagcloud3:link {
	text-decoration: underline;
	font-weight: normal;
}

a.tagcloud0:link, a.tagcloud0:active, a.tagcloud0:visited, a.tagcloud0:hover{color:#999; text-decoration:underline;}
a.tagcloud1:link, a.tagcloud1:active, a.tagcloud1:visited, a.tagcloud1:hover{color:#666; text-decoration:underline;}
a.tagcloud2:link, a.tagcloud2:active, a.tagcloud2:visited, a.tagcloud2:hover{color:#333; text-decoration:underline;}
a.tagcloud3:link, a.tagcloud3:active, a.tagcloud3:visited, a.tagcloud3:hover{font-weight:bold; text-decoration:underline;}

/* when previewing an article */
div.preview {
	background-color:#eee;
	padding: 3px 5px;
}

/* inline edit for ajax */
div.inlineedit{
	border: 1px solid #d5d6cc;
	padding: 0 2px;
}

.inlineedit-input {
	width: 100%;
}

.table-list div.inlineedit{
	width: 638px;
}
.table-list .network-doc-desc-narrow .inlineedit{
	width: 600px;
}

/*.inlineedit-input, bringt probleme beim umbrechen */
.inlineedit-display {
	overflow:hidden;
}

/* tags */
.table-list .inlineedit-display,
.table-list input.inlineedit-input {
	width: 636px;
	overflow:hidden;
}
.network-doc-desc-narrow .inlineedit-display {
	width: 614px;
}
.network-doc-desc-wide {
	width: 933px;
}
div.network-doc-desc-narrow a {
    border: none;
}
.contact-info-inv-status .inlineedit-display {
	width: 205px;
}
.contact-info-inv-status .inlineedit-input {
	width: 200px;
}
table.table-list .network-doc-desc-narrow textarea.inlineedit-input {
	width: 609px;
}
.contact-info-inv-status .inlineedit-display {
	height: 70px;
	overflow: auto;
}
/* memo */
textarea.inlineedit-input {
	height: 60px;
}
table.table-list textarea.inlineedit-input {
	width: 636px;
}
div.contact-info-inv-status textarea.inlineedit-input {
	width: 200px;
}

div.inlineedit.empty{
	color:#bbb;
}

div.inlineedit.hover{ 
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background-color:#FCFFCC;
	cursor:text;
}


/* top link in long text areas */
a.top-link{
	background:url(/img/xing/icn_arrow_top.gif) no-repeat right;
	border-bottom: 1px dotted #999;
	display:block;
	padding-right:12px;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
}

/* privacy protection background */
.privacy-protection {
	height:64px;
	padding-left: 100px;
	background: url(/img/xing/privacy_protection.gif) top left no-repeat;
	position: relative;
}
p.privacy-protection span.privacy-protection-txt {
	position: absolute;
	left: 100px;
	bottom: 10px;
}

/* shareable links like invitation */
tt,
a.code{
	font-size:1.1em;
	/*display:block;*/
	font-family: "Courier New", Courier, monospace;
	text-decoration:none;
}
a.code:hover{
	text-decoration:underline;
}

/* 4 and 5 column box as used in registration process */
.box4-registration,
.box-premium {
/*	background: url(/img/xing/bg_box_4col_top.gif) no-repeat top left;*/
	background: url(/img/xing/bg_box_985_top.gif) no-repeat top left;
	margin-bottom:2em;
}

.box5-registration {
/*	background: url(/img/xing/bg_box_5col_top.gif) no-repeat top left;*/ 
	background: url(/img/xing/bg_box_985_top.gif) no-repeat top left; 
	margin-bottom:2em;
}

.box4-registration ol,
.box-premium ol {
/*	background: url(/img/xing/bg_box_4col_bottom.gif) no-repeat bottom left;*/
	background: url(/img/xing/bg_box_985_4_bottom.gif) no-repeat bottom left;
	list-style: inside;
	margin: 12px 0 0 0;
	padding: 0 0 12px 0px;
	overflow:hidden;
}

.box5-registration ol {
/*	background: url(/img/xing/bg_box_5col_bottom.gif) no-repeat bottom left;*/
	background: url(/img/xing/bg_box_985_5_bottom.gif) no-repeat bottom left;
	list-style: inside;
	margin: 12px 0 0 0;
	padding: 0 0 12px 0px;
	overflow:hidden;
}


.box4-registration ol li,
.box5-registration ol li,
.box-premium ol li {
	display: block;
	width:246px;
	float:left;
	padding:0;
	margin:0;
}


.box5-registration ol li {
	width: 197px;
} 

.box4-registration ol li span,
.box5-registration ol li span,
.box-premium ol li span {
	font-weight:bold;
	color:#006567;
	display:block;
	padding:15px 0 15px 75px;
	background-repeat: no-repeat;
	background-position: 18px center;
	text-decoration:none;
}

.box4-registration ol li span, 
.box5-registration ol li span {
	color:#B8C910;
	padding: 12px 10px 0px 75px;
	background-position: 18px 0px;
	height:28px;
} 

.box4-registration ol li.inactive span,
.box5-registration ol li.inactive span,
.box-premium ol li.inactive span{
	color: #C5C5C5;
	cursor: default;
}

.box-premium  ol li#step1 span{ background-image: url(/img/xing/num_1_premium.gif);}
.box-premium  ol li#step2 span{	background-image: url(/img/xing/num_2_premium.gif);}
.box-premium  ol li#step3 span{ background-image: url(/img/xing/num_3_premium.gif);}
.box-premium  ol li#step4 span{ background-image: url(/img/xing/num_4_premium.gif);}

.box-premium  ol li#step1.inactive span{ background-image: url(/img/xing/num_1_inactive.gif);}
.box-premium  ol li#step2.inactive span{ background-image: url(/img/xing/num_2_inactive.gif);}
.box-premium  ol li#step3.inactive span{ background-image: url(/img/xing/num_3_inactive.gif);}
.box-premium  ol li#step4.inactive span{ background-image: url(/img/xing/num_4_inactive.gif);}

.box4-registration ol li#step1 span,
.box5-registration ol li#step1 span{ background-image: url(/img/xing/num_1_registration.gif);}
.box4-registration ol li#step2 span,
.box5-registration ol li#step2 span{ background-image: url(/img/xing/num_2_registration.gif);}
.box4-registration ol li#step3 span,
.box5-registration ol li#step3 span{ background-image: url(/img/xing/num_3_registration.gif);}
.box4-registration ol li#step4 span,
.box5-registration ol li#step4 span{ background-image: url(/img/xing/num_4_registration.gif);}
.box5-registration ol li#step5 span{ background-image: url(/img/xing/num_5_registration.gif);}

.box4-registration ol li#step1.inactive span,
.box5-registration ol li#step1.inactive span{ background-image: url(/img/xing/num_1_inactive.gif);}
.box4-registration ol li#step2.inactive span,
.box5-registration ol li#step2.inactive span{ background-image: url(/img/xing/num_2_inactive.gif);}
.box4-registration ol li#step3.inactive span,
.box5-registration ol li#step3.inactive span{ background-image: url(/img/xing/num_3_inactive.gif);}
.box4-registration ol li#step4.inactive span,
.box5-registration ol li#step4.inactive span{ background-image: url(/img/xing/num_4_inactive.gif);}
.box5-registration ol li#step5.inactive span{ background-image: url(/img/xing/num_5_inactive.gif);}

/* grey box such as used in credit card frame */

div.grey-box {
	padding:8px 0 0 0;
	background: url(/img/xing/bg_box_grey_top.gif) no-repeat top left;
}
div.grey-box div.grey-box-bottom {
	padding: 8px 16px 16px 16px;
	background: url(/img/xing/bg_box_grey_bottom.gif) no-repeat bottom left;
}

/* shadows for payment icons */


img.payment-icon  {

	background: url(/img/xing/bg_payment.gif) no-repeat top left; 
	padding: 1px 5px 5px 1px;
}


/* a non editable field section */

.datafield {
	
	border: 1px solid #ccc;
	padding: 2px 4px;
	margin-bottom:.5em;
}


/* status box in membership area */
div.membership-status {
	clear:both;
	overflow:hidden;
	width:100%;
	padding:4px 0 0 0;
	background: url(/img/xing/bg_box_821_top.gif) no-repeat top left;
}
div.membership-status div.inner{
	width:821px;
	float:left;
	padding: 4px 0 8px 0;
	background: url(/img/xing/bg_box_821_bottom.gif) no-repeat bottom left;
}

div.membership-status img{
	float:right;
	margin:0 10px ;
	padding:0;
}

img.membership-status{
	float:right;
	margin:4px 10px ;
	padding:0;
}

div.membership-status div.content,
div.membership-status h4{
	padding: 2px 7px;
	margin:0;
}

div.membership-status div.content {
	background-color: #EFF0E6;
	overflow:hidden;
	/* height:1%; */
	margin: 2px 1px;
}

div.membership-status div.content div.label {
	width: 80px;
	padding:0;
	display:block;
	float:left;
}

div.membership-status div.content div.value {
	width: 600px;
	display:block;
	float:left;
}

/* teaser list for premium membership benefits */
ul#premium-benefits{
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
	border-bottom: 1px solid #D5D6CC;
}
ul#premium-benefits li {
	color:#006567;
	margin:0;
	padding:4px;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #D5D6CC;
}
ul#premium-benefits img {
	width:33px;
	height:33px;
	vertical-align:middle;
}
div#premium-upgrade-done{
	background: url(/img/xing/ill_thanks.gif) no-repeat center left;
	clear:both;
	padding: 16px 0 16px 60px;
	margin:2em 0;
	border-bottom: 1px solid #D5D6CC;
	border-top: 1px solid #D5D6CC;
}
div#premium-upgrade-done strong{
	color:#006567;
	font-size: 1.2em;
	font-weight: bold;
}

/* teaser list for membership benefits */
ul#member-benefits{
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
	clear:both;
}
ul#member-benefits li {
	background:  no-repeat 0 0;
	clear:both;
	color:#006567;
	font-size: 1.1em;
	font-weight: bold;
}
ul#member-benefits li p {
	border-bottom: 1px solid #D5D6CC;
	margin:0 0 5px 41px ;
	padding:7px 0;
}

/* Style definitions for edit my contact page */
.contact-page-picture-col {
	float:left;
	padding-left:8px; 
	padding-bottom: 10px;
	width:140px; 
	margin-right:10px;
	overflow: hidden;
}

.contact-page-form-col {
	float:left;
	width:827px;
	overflow: hidden;
}

.contact-page-form-col div.form-col-one {
	float:left;
	width:411px;
	overflow: hidden;
}

.contact-page-form-col div.form-col-margin {
	margin-right:5px;	
}

.contact-page-form-col .private {
	padding-right:15px;
	background:url(/img/xing/icn_lock.gif) no-repeat right;
}

.contact-page-form-col div.form-inner-col {
	float:left;
	width:194px;
}
.contact-page-form-col div.form-inner-col-margin {
	padding-right:5px;
}

.contact-page-form-col div.form-inner-homepage-col {
	float:left;
	width:127px;
	padding-right:10px;	
	margin:0px;
}
.contact-page-form-col div.form-inner-year-col {
	float:left;
	width:253px;	
}

.contact-page-form-col select {
	margin-right:5px;	
}

.contact-page-form-col textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	width:98%;
	height:5.5em;	
}

/* A special style definition for the help pages */
ol.faq-list{
	margin:0px;
}
ol.faq-list li {
	padding: 5px 0px;
}

ul.rubric li {
	background: url(/img/xing/tab_inactive_arrow.gif) no-repeat  0 9px; 
	padding-left:15px;
	padding:5px 5px 5px 15px;
	border-bottom:1px solid #ECECE4;
}
ul.rubric li.active {
	background: url(/img/xing/tab_active_arrow.gif) no-repeat center left; 
}
ul.rubric li.description {
	background:#ECECE4; 
	overflow:hidden;
}
ul.rubric li.active a {
	font-weight:bold; 
}
ul.rubric a {
	text-decoration:none;
}
ul.rubric li.description a {
	text-decoration:underline;
}

/* group news */
ul.group_news li {
	background: url(/img/xing/icn_news_arrow_right.gif) no-repeat  0 9px;
	padding:5px 5px 10px 12px;
	text-decoration:underline;
	font-weight:bold;
}
ul.group_news li.active {
	background: url(/img/xing/icn_news_arrow_down.gif) no-repeat 0 12px;
	font-weight:bold;
}
ul.group_news li.description {
	overflow:hidden;
	text-decoration:none;
	background:none;
	font-weight:normal;
}
ul.group_news a {
	text-decoration:none;
}
ul.group_news li.description a {
	text-decoration:underline;
}

/* centers image in os specific link */
img.os-icon{
	vertical-align:middle;
	padding-bottom:3px;
}

/* quotes in group  discussions*/
cite.quote {
	display: block;
	border-left: 4px solid #888;
	padding-left: 4px;
	font-style: italic;
	color: #888;
}
p.changed {
	font-style: italic;
	color: #E97F02;
	margin: 0px;
	padding: 0px;
}

/* events: icon width height */
img.event-icon {
	width: 30px;
	height: 40px;
}
img.icn {
	width: 18px;
	height: 18px;
}
/* javascript error message */
#no-javascript{
	font-size:1.2em;
	font-weight:bold;
	background: url(/img/xing/icn_error.gif) no-repeat 2px 1px;
	color:#BC100E;
	padding:4px 8px 3px 23px;
	display:block;
	margin:1px 0;
	border:1px solid red;
}/* fonts & colors */
/* html is needed for ie */
html {
	font-size: 100%;
}
body {
	background: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* sets default font size to 10px, so 1.2em = 12px */
	line-height: 140%;
}
/* please leave the star as it is, 
important for all font-sizes for the child elements of this id */
*#content {
	font-size: 1.2em;
	line-height: 140%;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-color: #BFBFBF;
	border-right-color:#E0E0E0;
	border-bottom-color:#E0E0E0;
	border-left-color: #BFBFBF;
}

input.text{
	border-top-color: #BFBFBF;
	border-right-color:#E0E0E0;
	border-bottom-color:#E0E0E0;
	border-left-color: #BFBFBF;
}
select {
	font-size: 1.2em;
	border-top-color: #BFBFBF;
	border-right-color:#E0E0E0;
	border-bottom-color:#E0E0E0;
	border-left-color: #BFBFBF;
} 
textarea.non-premium, input.text.non-premium, select.non-premium {
	background-color: #EFEFEF;
}
/* headline definition for every page */
h1 {
	color: #006567;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 1px 0 10px 8px;
	clear: both;
}
h1.name {
	color: #333;
	font-size: 1.6em;
	margin: 0 0 1em 0;
	line-height: 1.1em;
	padding: 0;
}
h2 {
	font-size: 1.4em;
	line-height: 120%;
	margin: 0 0 8px 0;
	padding: 0;
}

h2.user-box {
	font-size: 1.1em;
	line-height: 120%;
	margin: 0 0 2px 0;
	padding:6px 4px 6px 8px;
}

h2.help-headline {
	font-size: 1.1em;
	line-height: 120%;
	margin: 0 0 2px 0;
	padding:6px 4px 6px 8px;
}

h2.headline-3col {
	font-size: 1.1em;
	line-height: 120%;
	margin: 0 0 2px 0;
	padding:6px 4px 6px 8px;
}

h2.headline-power-search {
	font-weight:normal;
	margin:0; 
	padding:5px 0 2px 5px; 
	background:url(/img/xing/bg_box_482_top.gif) no-repeat top;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 .5em 0;
	padding: 0;
}
h4 {
	font-size:1em;
	margin:.75em 0 1px 0;
	padding:0;
}

h4 a{
	text-decoration:none;
}

a {
	color: #333;
}

.no-ul a,
a.no-ul  {
	text-decoration: none;
}

.no-ul a:hover,
a.no-ul:hover  {
	text-decoration: underline;
}
label.text-field{
	font-weight: bold;
}
label {
	font-weight: normal;
}
/* headline with fold/unfold mechanism */
/* ??? ausgemustert */
h3.h3box {
	/*border-bottom: 1px solid #CCC; */
	font-size:1.2em; 
	color:#333; 
	cursor: pointer;
	line-height:1.2em;
	margin:0; 
	padding:5px 0 8px 36px;
	overflow: hidden;
	background-position: 8px 4px;
	background-repeat: no-repeat;
}
/* headline for tool-boxes without fold/unfold mechanism */
h3.h3box#groups-search-headline {
	cursor: default;
	padding-left: 36px;
	background-position: 8px 0;
}

#privacy-settings-form h3 {
	margin: 10px 0 5px 0;
	padding: 0;
}
/* headline with fold/unfold mechanism for the tool box single messages */
h4.h4box {
	border-bottom: 1px solid #CCC;
	font-size:1em; 
	cursor: pointer;
	line-height:1.2em;
	margin:0; 
	padding:5px 5px 8px 32px;
	overflow: hidden;
}

/* background and color for tool boxes and search forms on events page */
/* "height:1%" = ie fix for getting the background color around all floating elements in the form
   = giving the form 'hasLayout' */
.tool-form {
	background: #ECECE4;
	/* height: 1%; */
	overflow: hidden;
	padding: 12px 10px; 
}

table {
	font-size: 100%;
}
table p {
	font-size: 1em;
}

#content p {
	line-height: 140%;
}

#info-list {
	line-height: 140%;
}

/* main navigation definition */
#navmain ul li a {
	color:#FFF;
	display:block;
	font-size:1.6em;
	font-weight:normal;
	line-height:1em;
	padding:6px 15px;
	text-decoration:none;
}
#navmain a.navmain-other {
	/*color: #FFF;*/
}
#navmain a.navmain-other:hover {
	/*background:#A7CF4A url(/img/xing/nav_bg_active.gif) repeat-x top;*/
	color: #006567;
}
/* special definition for the first item in the navigation */
#navmain a.navmain-start {
	/*background: url(/img/xing/nav_bg_l_normal_long.gif) no-repeat left top; */
	padding-left: 36px;
	/*color: #FFF;
	display: block;
	text-decoration: none;*/
}
#navmain a.navmain-start:hover {
	/*background:#A7CF4A url(/img/xing/nav_bg_l_active.gif) no-repeat left top; */
	color: #006567;
}
/* defintion of the selected nav item */
#navmain a.selected {
	/*background:#A7CF4A url(/img/xing/nav_bg_active.gif) repeat-x left top; */
	color: #006567;
	font-weight:bold;
}
/* definition of the selected navigation item for the first item */
#navmain a.navmain-start-selected {
	/*background:#A7CF4A url(/img/xing/nav_bg_l_active.gif) no-repeat left top; */
	color: #006567;
	font-weight:bold;
}
/* font-size definiton for the sub navigation */
#navsub {
	font-size: 1.4em;
}
/* definition for the sub navigation link */
#navsub a.navsub {
	border-right: 1px solid #A1A093;
	display: block;
	color: #6D6D6D;
	font-weight: normal;
	margin: 0 2px 0 0px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
}
#navsub a.navsub:hover {
	color: #006567;
	text-decoration: underline;
}
#navsub a.selected {
	color: #006567;
	font-weight: bold;
}
/* color defintions for normal text and headlines, do not use if possible */
.c333 {
	color: #333;
}
.c330 {
	color: #330;
}

.info-form-field {
	border-left:1px solid #B7C87A;
	width:650px;
}

.info-message,
.warning-message,
.confirm-message,
.error-message,
.error-message-top {
	font-weight: normal;
	padding-left: 22px;
	margin-bottom: 5px;
	padding-top:1px;
	clear:both;
}
.info-message {
	background: url(/img/xing/icn_information.gif) no-repeat left top;
	/*color: #618117;*/
	color: #333;
}

.info-message-tandc {
	background: url(/img/xing/icn_information.gif) no-repeat left; 
	padding-left: 22px; 
	padding-top: 6px; border-top: 1px dotted rgb(153, 153, 153); 
	padding-bottom: 6px; 
	border-bottom: 1px dotted rgb(153, 153, 153);
}

/* old style
.warning-message {
	background: url(/img/xing/icn_warning.gif) no-repeat left top;
	color: #666;
} */
/* new style */
.warning-message {
	background:#ffff99 url(/img/xing/icn_warning.gif) no-repeat 3px 3px;
	color: #333;
	border: 1px solid #cfdc00;
	padding: 5px 5px 5px 26px;
}
.error-message {
	background: url(/img/xing/icn_error.gif) no-repeat left top;
	color:#BC100E;
}
.error-message-top {
	background:url(/img/xing/icn_error_v2.gif) no-repeat 6px 4px;
	color:#FCFCFC;
	border: 1px solid #620303;
	padding: 6px 4px 4px 30px;
}
/* old style
.confirm-message{
	background: url(/img/xing/icn_confirmation.gif) no-repeat 2px 4px;
	border: 1px solid #00887F;
	color: #00887F;
	padding: 4px 4px 4px 26px;
}*/
/* new style */
.confirm-message{
	background:#edf4f2 url(/img/xing/icn_event_check_07.gif) no-repeat 5px 6px;
	color: #333;
	border: 1px solid #c4dcd4;
	padding: 5px 5px 5px 26px;
}

.warning-form-field {
	border:1px solid #F7CD45;
}

input.error-form-field {
	border-top:2px solid #BC100E;
	border-left:2px solid #BC100E;
	border-bottom:1px solid #FE9999;
	border-right:1px solid #FE9999;
}

.error-form-field {
	border-top:2px solid #BC100E;
	border-left:2px solid #BC100E;
	border-bottom:1px solid #FE9999;
	border-right:1px solid #FE9999;
}

.confirmation-message {
	background: #FFF;
	color: #A1B64D;
}
.table-list-pagination {
	border-bottom: 1px dotted #999;
	padding: 0 0 5px 0px;
	margin-bottom: 5px;
}
/* def only needed for ie7 */
.table-list-pagination form {
	padding-bottom: 5px;
}
.table-list-pagination-bottom {
	border-bottom: 0;
	border-top: 1px dotted #999;
	padding: 8px 0 0 0px;
	margin-top: 15px;
}
.table-list-pagination a {
	font-weight: normal;
	text-decoration: none;
	padding: 0 3px 0 5px;
	border-left: 1px solid #333;
}
.table-list-pagination a:hover {
	text-decoration: underline;
}
.table-list-pagination a.selected {
	font-weight: bold;
}
.table-list-pagination .disabled {
	color: #A0A0A0;
	padding: 0 3px 0 0px;
	border-left: 1px solid #333;
}
.table-list-pagination .first {
	padding: 0 3px 0 0;
}

.table-list-pagination.alpha-pagination a {
	border: 0;
	padding: 0 2px 0 0;
}

/* events search form */
label.event-search-form {
	display: block;
	font-weight: bold;
	/*margin-bottom: 5px;*/
}
/* event participants list, my profil in the list */
.me {
	color:#006567;
} 
.me a {
	color:#006567;
}
/* required form fields */
.required-fields {
	font-size: 1.4em;
	/* needed in th cells */
	font-weight: normal;
	line-height: .1em;
	padding: 0;
	margin: 0 0 0 1px;
}
/* premium membership converted currency amount */
.converted-amount {
	color: #006567;
}
/* text-color on logged out pages for infos that are only available as reg member */
.logged-out-info,
.logged-out-info a {
	color: #738634;
}

/* CSS Document */
a.underline {
	text-decoration: underline;
}
.nobr {
	white-space: nowrap;
}
.b {
	font-weight: bold;
}
*.normal {
	font-weight: normal !important;
}
.mp0 {
	margin: 0 !important;
	padding: 0 !important;
}
.ml {
	margin-left: 8px;
}
.noborder {
	border: 0 !important;
}
.b1 {
	border: 1px solid red;
}
.text-border {
	border: 1px solid #D5D6CC;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float:none;
}
.borderright {
	border-right: 1px solid #333;
	margin-right: 5px;
	padding-right: 5px;
}
.borderbottom {
	border-bottom: 1px dotted #999;	
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.bordertop {
	border-top: 1px dotted #999;	
	margin-top: 0px;
	padding-top: 15px;
}
.section-border {
	float:none;
	overflow:hidden;
	/* height: 1%; */
	clear:both;
	border-bottom: 1px dotted #999;	
	margin:0;
	padding:2px 8px;		
}
.section-border a {
	text-decoration: none;
	padding: 0 1px;
}
.section-border a:hover {
	text-decoration: underline;
}
.section-border a.selected {
	font-weight: bold;
}
.clr {
	clear: both;
}
.disabled   {
	color: #A0A0A0;
}
input.disabled   {
	background-color: #A0A0A0;
	color: #333;
}

.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.hidden {
	display: none;
}
.overflow {
	overflow: hidden;
	/* height: 1%; */
}

.fixed-anchors {
	overflow: visible;
}

.green, .status-color {
	color: #360;
}
.block {
	display: block;
}

table.clean, table.clean td, table.clean tr {
	margin:0;
	padding:0;
}
/* test class for indent left */
.indent-left {
	margin-left: 8px !important;
}

.middle {
	vertical-align: middle;
}
/* make sure text large input fields fit into */
.col_two select.large,
.col_two textarea.large,
.col_two input.large{
	margin:2px 0;
	width:647px;
	display:block;
}
.col_one select.large,
.col_one textarea.large,
.col_one input.large{
	width:310px;
}
.col_one.clr select.large,
.col_one.clr textarea.large,
.col_one.clr input.large{
	width:300px;
}/* def for all form buttons */
button {
	background: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
button div {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* definition for standard submit button */
button div p,
button div table {
	color: #006567;
	font-size: 14px;
	line-height:1em;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	/* beware of the ie defs in the ie.css - should be different! */
	padding: 9px 12px 10px 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

button.btn,
button.btn-submit-tools,
button.btn-cancel-tools{
	margin:0;
	padding:0;
}

button div.btn 					{ background-image: url(/img/xing/btn_bg_left.gif);				}
button div.btn-submit 			{ background-image: url(/img/xing/btn_bg_submit_left.gif); 		}
button div.btn-submit-tools 	{ background-image: url(/img/xing/btn_bg_submit_tools_left.gif);	}
button div.btn-cancel-tools 	{ background-image: url(/img/xing/btn_bg_cancel_tools_left.gif);	}
button div.btn-large-submit 	{ background-image: url(/img/xing/btn_bg_large_submit_left.gif);	}
button div.btn-cancel 			{ background-image: url(/img/xing/btn_bg_cancel_left.gif);			}
button div.btn-export 			{ background-image: url(/img/xing/btn_bg_export_left.gif);			}

button div p.btn 				{ background-image: url(/img/xing/btn_bg_right.gif);				}
button div p.btn-submit 		{ background-image: url(/img/xing/btn_bg_submit_right.gif);		}
button div p.btn-submit-tools 	{ background-image: url(/img/xing/btn_bg_submit_tools_right.gif);	}
button div p.btn-cancel-tools 	{ background-image: url(/img/xing/btn_bg_cancel_tools_right.gif);	}
button div p.btn-large-submit,
button div table.btn-large-submit 	{ background-image: url(/img/xing/btn_bg_large_submit_right.gif); 	}
button div p.btn-cancel 		{ background-image: url(/img/xing/btn_bg_cancel_right.gif);		}
button div p.btn-export 		{ background-image: url(/img/xing/btn_bg_export_right.gif);		}

button div p.btn,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	font-size: 13px;
	line-height: 1.6em;
	padding: 3px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
}
button div p.btn-export {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight: normal;
	padding: 1px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
	color: #000;
}

/* definition for cancel/reset tools buttons */
button div p.btn-cancel,
button div p.btn-submit-tools,
button div p.btn-cancel-tools {
	color: #fff;
}
/* definition for "add as contact" button */
button div p.btn-large-submit,
button div table.btn-large-submit {
	/* beware of the ie defs in the ie.css - should be different! */
	white-space: normal;
	padding: 0 0 0 5px;
	line-height: 1em;
}

/* teaser button */

div.teaser {
	width: 315px;
	margin: 0 0 1em 0;
	padding: 0;
	background: url(/img/xing/bg_teaser_bottom.gif) no-repeat bottom left;
	cursor: pointer;
}
div.teaser.small {
	width: 290px;
}
div.teaser div.teaser-content{
	display:block;
	padding: 12px 13px;
	overflow:hidden;
	/* height: 1%; */
	background: url(/img/xing/bg_teaser_top.gif) no-repeat top left;
}
div.teaser div.teaser-content p {
	padding: 0;
	margin: 0;
}
div.teaser h4{
	color:#666;
}
/*
div.teaser.invite {
	background: url(/img/xing/bg_teaser_invite_bottom.gif) no-repeat bottom left;
}
div.teaser.invite div.teaser-content{
	background: url(/img/xing/bg_teaser_invite_top.gif) no-repeat top left;
}
div.teaser.invite.small {
	background: url(/img/xing/bg_teaser_invite_small_bottom.gif) no-repeat bottom left;
}
div.teaser.invite.small div.teaser-content{
	background: url(/img/xing/bg_teaser_invite_small_top.gif) no-repeat top left;
}
*/
div.teaser.invite h4{
	color: #89AA4B;
}
div.teaser.corporate {
	background: url(/img/xing/bg_teaser_corporate_bottom.gif) no-repeat bottom left;
}
div.teaser.corporate div.teaser-content{
	background: url(/img/xing/bg_teaser_corporate_top.gif) no-repeat top left;
}
div.teaser.premium {
	background: url(/img/xing/bg_teaser_premium_bottom.gif) no-repeat bottom left;
}
div.teaser.premium div.teaser-content{
	background: url(/img/xing/bg_teaser_premium_top.gif) no-repeat top left;
}
div.teaser.premium h4{
	color: #065159;
}
div.teaser img {
	padding:0 0 .5em 0;
}
div.teaser img.icon {
	float:right;
	padding:0 !important;
	width: 64px;
	height: 64px;
}
div.teaser h4{
	font-weight:bold;
	display:block;
	font-size:1.2em;
	padding: 0 0 4px 0;
	margin:0;
}
/* The style a.raquo-block-link is used on 646_premium_group_infos_inc.php */
div.teaser div.teaser-content a,
div.teaser-large div.teaser-content a,
a.raquo-block-link
{
	text-decoration: none;
	padding-left:10px;
	display:block;
	background: url(/img/xing/icn_raquo.gif) no-repeat 0 0.45em;
}
div.teaser div.teaser-content h4 a {
	text-decoration: none;
	padding-left:0px;
	display:block;
	background: none;
}

div.teaser div.teaser-content a:hover,
div.teaser:hover a,
div.teaser-large div.teaser-content a:hover,
a.raquo-block-link:hover
 {  /* firefox only */
	text-decoration: underline;
}

div.teaser-large {
	width: 650px;
	margin: 0 0 1em 0;
	padding: 0;
	background: url(/img/xing/bg_teaser_member_bottom.gif) no-repeat bottom left;
	cursor: pointer;
}
div.teaser-large div.teaser-content{
	display:block;
	padding: 0px 13px 15px 13px;
	overflow:hidden;
	/* height: 1%; */
	background: url(/img/xing/bg_teaser_member_top.gif) no-repeat top left;
}
/* File upload buttons */ 
div.fileinputs {
	position: relative;
	height:4em;			
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

input.file {
	position: absolute;
	right:0;
	z-index:2;	
	-moz-opacity:0;
	opacity: 0;
	font-size:50px;
	height:46px;
	line-height:50px;
/*	overflow:hidden;				*/	
	cursor: pointer;
}
/* upload foto button on profil forms page*/
div.fake-browse-button-top {
	width:140px; 
	background: url(/img/xing/bg_upload_photo_top.gif) no-repeat left top;
}

div.fake-browse-button-bottom {
	width:140px; 
	white-space:normal; 
	background: url(/img/xing/bg_upload_photo_bottom.gif) no-repeat left bottom; 
	padding-top:5px;
}

div.fake-browse-button-bottom p {
	text-align:center; 
	margin:0px; 
	padding:0 5px 5px 5px; 
	font-size: 13px; 
	line-height:15px; 
	color: #006567;
	font-weight:bold;
}

img#photo-loading-indicator{
	position:absolute;
	background-color:white;
}

/* Button "I want Premium Membership" */
button.btn-premium-membership {
	margin:0;
	padding:0;
}

button div p.btn-premium-membership {
	background-image:url(/img/xing/btn_premium_membership_right.gif);
	color:white;
	font-size: 13px;
	line-height: 1.6em;
	padding: 22px 30px 28px 60px;
}

button div.btn-premium-membership{
	background-image:url(/img/xing/btn_premium_membership_left.gif);
}

/* auto completer */

.auto-complete{
	text-align: left;
	font-size: 1.2em;
	top:200px;
	left:500px;
	position:absolute;
	border:1px solid #BBB;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	background-color:white;
	padding:1px;
}

.auto-complete img{
	position:absolute;
	height:16px;
	width:16px;
	opacity: .5;
	cursor:pointer;
	right:2px;
}

.auto-complete img.up-arrow{
	top:2px;
}

.auto-complete img.down-arrow{
	bottom:2px;
}

.auto-complete ul li {

	padding:0px 30px 1px 3px;
	cursor:pointer;

}

.auto-complete ul li.selected {
	background-color:#D5D6CC;
}

/* search form for contact page */
#contacts-search-form input.text, #advanced-search-form select  {
	margin: 0 0 10px 0;
	width: 290px;
}
#contacts-search-form input {
	width: auto;
	margin: 0;
}

#contacts-search-form button {
	margin-left: 10px;
}

#contacts-search-form label  {
	margin: 0 10px 0 0;
	display: block;	
	font-weight: bold;
}
.contact-card {
	background: url(/img/xing/bg_contact_top.gif) no-repeat top left; 
	float:left;
	width:238px;
	margin:11px 11px 0 0;
}
.contact-card .photo{
	float:left;
	width:70px;
	padding:10px 0 3px 10px;
}
.contact-card .description{
	float:left;
	margin:10px 0 0 7px;
	width:140px;
}
.contact-card .main-info{
	padding-bottom:4px;
	line-height:1em;
	height:100%;
	overflow:hidden;
	background: url(/img/xing/bg_contact_bottom.gif) no-repeat bottom left; 
}
/* CSS Document */
/* Style defintions for the datechooser */

.calendar *
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
}

.calendar.popup {
	background:none; 
	font-size: 1.2em;
	line-height:1em;
	padding:0; 
	margin:0;
	text-align:left;
	display:block;
	width:404px; 
}

.calendar.popup{
	overflow:hidden;
	position:absolute;
	z-index:10;
}

.calendar .content,
.calendar .header,
.calendar .footer{
	background:#EDECE3;
}

.calendar .footer{
	overflow:hidden;
	/* height: 1%; */
	padding:4px 0 6px 6px;
}

.calendar .header{
	font-weight: bold;
	padding: 5px 0 0 11px
}

.calendar.popup .header {
	padding:52px 54px 0 44px;
	background: url(/img/xing/bg_cal_top.png) no-repeat top left;
	height:21px;
}

.calendar.popup .content {
	background: url(/img/xing/bg_cal_middle.png) repeat-y bottom left; 
	padding:0 54px 0 44px;
}

.calendar.popup .footer {
	overflow:visible;
	background: url(/img/xing/bg_cal_bottom.png) no-repeat bottom left; 
	font-size: .9em;
	height:79px;
	padding:3px 54px 0 44px;
}

.calendar.popup.top-left		.header{	background-image: url(/img/xing/bg_cal_top_left.png); }
.calendar.popup.top-right		.header{	background-image: url(/img/xing/bg_cal_top_right.png); }
.calendar.popup.bottom-left		.footer{	background-image: url(/img/xing/bg_cal_bottom_left.png); }
.calendar.popup.bottom-right	.footer{	background-image: url(/img/xing/bg_cal_bottom_right.png); }

.calendar table {
	border-top:4px solid #EDECE3;
	border-right:8px solid #EDECE3;
	border-left:8px solid #EDECE3;
	border-bottom:2px solid #EDECE3;
	background:#EDECE3;
	font-weight:bold;
}

.calendar tbody td{
	margin:0;
}

.calendar a {
	color: #000;
	text-decoration: none;
}

.calendar table a:hover {
	background: #CCE544;
	border-color: #CCE544 !important;
}

.calendar a.previousmonth,
.calendar a.nextmonth {
	text-decoration: underline;
}


.calendar a.previousmonth{
	float:left;
}
.calendar a.nextmonth {
	float:right;
}

.calendar .description{

	float:left;
	margin-left:5px;
}

.calendar a.previousmonth:hover,
.calendar a.nextmonth:hover,
.calendar a.currentdate:hover {
	background: none;
}

.calendar thead td {
	padding: 0px 0 4px 2px;
}

.calendar thead td {
	text-align: left;
}

.calendar tbody td {
	text-align:right;
}

.calendar tbody td * {
	display:block; 
	padding:0 1px;
	width: 33px;
	border: 2px solid white;
}

.calendar tbody td.even * {
	background: white;
	border-color: white;
}
.calendar tbody td.odd * {
	border-color: #EDECE3;
}
.calendar tbody td.empty * {
	background: none;
}
.calendar tbody td.next-month * {
	background-color: #CCC;
	border-color: #CCC;
}

.calendar .selectedday * {
	background: #CCE544;
	border-color: #CCE544;
}

.calendar .selectedday.today *{
	border-color:white !important;
}
.calendar .today *{
	border-color: #CCE544 !important;
}


.calendar img.icon{
	vertical-align:middle;
}

.calendarlink, .calendaricon {
	margin: 0px 3px;
}
.calendaricon {
	cursor: pointer;
}.modal-window,
.context-window {
	font-size: 1.2em;
	text-align: left;
	line-height: 120%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	margin:0;
	padding:0;
	z-index:10000;
}
/* FF2 MAC scrollbar bleedthrough fix (hack) */
.modal-window {
	overflow: auto;
}
.modal-window .wrapper,
.context-window .wrapper {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 10px 10px 10px;
	margin-top:5px;
}

.modal-window h3,
.context-window h3 {
	margin:0;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 0 4px 20px;
}

.modal-window img.close,
.context-window img.close {
	float:right;
	cursor:pointer;
}
.context-window{ 
	width: 197px; 
	background-image: url(/img/xing/win_context_bg_top.gif); 
}

.context-window.help {
	width: 300px; 
	background: url(/img/xing/win_context_help_bg_top.gif);
}

.modal-window{ 
	width: 315px; 
	background-image: url(/img/xing/win_modal_bg_top.gif); 
}
.context-window .wrapper  { 
	background-image: url(/img/xing/win_context_bg_bottom.gif); 
}

.context-window.help .wrapper  { 
	background-image: url(/img/xing/win_context_help_bg_bottom.gif); 
}
.modal-window .wrapper { 
	background-image: url(/img/xing/win_modal_bg_bottom.gif); 
}

.modal-background {
	position:absolute;
	top:0;
	left:0;
	z-index: 9999;
	background-color:#000;
	-moz-opacity:30;
	opacity: .3;
	width:100%;
	height:1000px; /* should be set via js */
}

.infobox-pane {
	overflow: visible;
	position: relative;
	left: 0;
	top: 0;
	width: 670px;
	margin: 0;
}

.infobox-pane .drop {
	padding: 0 20px 0 0;
	margin: 0 0 5px 0;
	overflow: visible;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.infobox-pane .drop .drop-inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.infobox-pane .drop.active {
	z-index: 1024;
}

.infobox-pane .drop.active .drop-inner {
	background: #D8D8C7;
}
.infobox-pane .handle {
	cursor: move;
	width: 100%;
}

.infobox-pane .handle .close_btn {
	cursor: pointer;
}

.handle img {
	display: none;
}

.infobox-pane .handle img {
	display: block;
}

.register-path {
	overflow: hidden;
	height:1%;
	background: url(/img/xing/bg_dot_contact_path.gif) no-repeat 12px 24px;
	margin: 0 4px;
	padding: 4px 0;
}
div.headline-register {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999; 	
	padding: 0 0 5px 0;	
	color: #006567;
	background:#FFF; 
}
div.registration-steps{
	background: transparent;
	width:214px;
}
div.registration-steps div div{
	background: transparent;
	width: 150px;
	height: 40px;
}
div.registration-steps div span{
	background: transparent;
	padding: 0 0 0 6px;
}
.email-confirmation-top{
	background:url(/img/xing/bg_green_box_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding:6px 0 0 0;
}
div.email-confirmation-bottom{
	background:url(/img/xing/bg_green_box_bottom.gif) no-repeat;
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 11px 15px 20px 15px;
}
.registration-statistics-top{
	background:url(/img/xing/bg_box_315_shaddow_top.gif) no-repeat left top;
	padding: 6px 0 0 0;
}
.registration-statistics-bottom {
	background:url(/img/xing/bg_box_315_shaddow_bottom.gif) no-repeat left bottom; 
	margin: 0;
	padding: 10px 0 10px 15px;
	overflow:hidden;
}

/* CSS Document with additional/changed styles for new invitation page colors */
.pending {
	color: #ee7700;
}
.accepted {
	color: #aabb00;
}	
.following {
	color: #bcbcbc;
}
/* headlines */
#invitations h4 {
	padding: 0;
	background:url(/img/xing/box_level0_left.gif) no-repeat;
	line-height:19px;
  height: 1%;
  overflow: hidden;
}
#invitations h4 span {
	font-size: 12px;
	font-weight: normal;
	display:block;
	float: left;
}
#invitations h4 span.invitations-counter-headline {
  background: url(/img/xing/box_level0_right.gif) no-repeat left top;
  padding-left: 10px;
}
#invitations h4 span.invitations-counter {
  padding-left: 11px;
  padding-right: 8px;
}
#invitations h4.level1, #invitations h4.level2, #invitations h4.level2_bot {
	padding-left: 22px;
	margin-top:0px;
	background:url(/img/xing/box_level1_left.gif) no-repeat;
}
#invitations h4.level2 {
	background:url(/img/xing/box_level2_left.gif) no-repeat;
}
#invitations h4.level2_bot {
	background:url(/img/xing/box_bot_left.gif) no-repeat;
}
/* lists */
#invitations_status li {
	padding: 0 0 10px 25px;
	background:url(/img/xing/icn_check_special_for_addressbook.gif) no-repeat;
}
ul.invitations_list li {
	padding-left: 12px;
	background: url(/img/xing/invite/bullit_olive.gif) no-repeat 0px .5em;
}
ul.info-list-hints {
	padding-left: 7px;
}
ul.info-list-hints li {
	padding-left: 12px;
	background: url(/img/xing/invite/bullit_olive.gif) no-repeat 0px .5em;
}
/* tables */

#invitations table.table-list, #invitations table-list-pagination-bottom {
	width: 570px;
}
#invitations table.table-list {
	border-collapse: collapse;
	border-spacing: 0;
}
#invitations td.icons{
	padding: 2px 0px 2px 8px;
	text-align:center;
}
#invitations table.table-list .col_name {
	width: 317px;
}
#invitations table.table-list .col_date {
	width: 100px;
}
#invitations table.table-list .col_option {
	width: 80px;
}
#invitations table.table-list .col_options {
	width: 160px;
}

/* pagination at bottom of tables */
#invitations .table-list-pagination-bottom {
	padding: 0px 0 0 0px;
	margin: 0 0 0 22px;
}
#invitations .table-list-pagination .first {
	border: none;
}


/* main divs & paragraphs */

/* left column */
#invitations div.level1, #invitations div.level1_bot, #invitations div.level2 {
	padding-left: 14px;
	background:url(/img/xing/box_line.gif) repeat-y top left;
}
#invitations div.level1_bot {
	background: none;
	margin:0 0 0 14px;
	padding:0;
}
#invitations div.level2{
	margin-left: 22px;
	padding: 15px 0 25px 14px;
}
 #invitations div.level2_bot{
	 margin-left: 22px;
	padding: 15px 0 25px 14px;
 }
#invitations div.level2_bot {
	padding-top: 0;
}
#invitations div.level1 p, #invitations div.level2 table, #invitations div.level2_bot table {
	margin-left: 22px;
}
/* used on search-result site*/
.grey_info_box_shadow {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}
.grey_info_box_shadow li {
	padding-left: 65px;
	background-image: url(/img/xing/bg_search_no_matches.gif);
	background-repeat: no-repeat;
	height:55px;
}
.grey_info_box_shadow li span{
	display:block;
	padding-top:5px;
	height:65px;
}
.grey_info_box_shadow li a{
	display:block;
	padding-top:12px;
	height:65px;
}
.grey-box-300-top{
	background:url(/img/xing/bg_grey_box_300_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding:4px 0 0 1px;
}
.grey-box-300-bottom{
	background:url(/img/xing/bg_grey_box_300_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding:4px 0 0 10px;
	height:85px;
}
.grey-box-315-top{
	background:url(/img/xing/bg_grey_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding:4px 0 0 0;
	margin:0 0 20px 0;
}
.grey-box-315-bottom{
	background:url(/img/xing/bg_grey_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:55px;
	padding:4px 0 0 0;
}
.check-list li{
	background: url(/img/xing/icn_check.gif);
	background-repeat: no-repeat;
	padding: 1px 0 0 20px;
	margin: 0 0 10px 0;
	line-height:16px;	
}
table.table-list .ext-name {
	width: 200px;
	overflow: hidden;
}
table.table-list .ext-title {
	width: 210px;
	overflow: hidden;
}
table.table-list td.ext-list-item {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.table-list td.middle {
	vertical-align: middle !important;
}
/* invite statistics*/
div.invite-statistics {
	 padding: 1px; 
	 border: 1px solid #999; 
	 width: 219px;
	 height:12px; 
	 background: url(/img/xing/ill_profile_compl_inactive.gif) no-repeat 1px 1px;
}
.orange{
	background: #FFF;
	color: #E97F02;
}
div.col_one .bg-invite-statistics-bottom {
	background:url(/img/xing/bg_box_315_shaddow_bottom.gif) no-repeat left bottom; 
	margin: 0; 
	overflow:hidden;
	padding:0 15px 0 15px;
}
ul.xing-help-list { 	 
     list-style-image: url(/img/xing/tab_inactive_arrow.gif); 	 
     list-style-position: outside; 	 
     padding-left: 16px; 	 
 }
.preview-window { 
	position: absolute;
	z-index: 10000;
	margin: 0pt;
	padding: 0pt;
	width: 750px;
	font-size: 1.2em;
	background-image:url(/img/xing/win_preview_bg_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.preview-window .wrapper { 
	background-image:url(/img/xing/win_preview_bg_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top:5px;
	padding: 10px 10px 45px 9px;
}
.preview-window .content {
	overflow:scroll;
	background:#fff;
	height:490px;
	width:730px;
	text-align:left;
	border: 1px solid #9C9C9C;
}

.preview-window .group_inv {
	overflow: auto;
	border: 0;
}

.hl-field {
	font-weight:bold;
	white-space:nowrap;
}

.hl-value {
	color: #333;
	background: #c4dcd4;
}

h3.hl-category-mp1 {
	background:url(/img/bg_hl_985.gif) no-repeat scroll left center;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	height:17px;
	padding:15px 8px;
}

h3.hl-category-mp2 {
	background:url(/img/bg_grey_985.gif) no-repeat scroll left center;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	height:17px;
	padding:15px 8px;
}

/* profile 2007 */

/* profile: self, display */
h1.h1-profile {
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin:0 0 0 8px;
	clear: none;
	color:#333;
}
div.profile-row {
	clear: both;
	overflow: hidden;
	padding:5px 0;
}
div.profile-row div.profile-col-category, div.profile-row-category {
	width: 127px;
	float: left;
	font-weight: bold;
	padding: 0 5px 0 8px;
	clear: both;
}
div.profile-row div.profile-col-content {
	width: 510px;
	float: left;
	overflow: hidden;
}
div.profile-row div.profile-col-content div.edit-mode, div.profile-row div.profile-col-content p.edit-mode {
	float: left;
	width: 375px;
	overflow: hidden;
}
div.profile-row div.profile-col-content div.display-mode, div.profile-row div.profile-col-content p.display-mode {
	float: left;
	width: 510px;
	overflow: hidden;
} 

/* in settings */
div.col_5050 div.profile-row div.profile-col-content {
	width: 374px; 
	float: left;
	padding-left: 8px;
}
div.col_three div.profile-row div.profile-col-content {
	width: 884px; 
	float: left;
	padding-left: 8px;
}
div.profile-row h4.profile-col-category, h4.profile-row-category {
	font-weight: bold;
	padding: 5px 5px 5px 8px;
	margin: 0 0 10px 0;
	width: 469px;
	height: 17px;
}
h4.profile-col-category {
	background: #edf4f2 url(/img/xing/bg_hl_5050.gif) no-repeat left center;
}
h4.profile-row-category {
	background: #edf4f2 url(/img/xing/bg_hl_col_three.gif) no-repeat left center;
	width: 985px;
}
div.settings-check {
	width: 20px;
	float: left;
}
div.settings-content {
	width: 354px;
	float: left;
}
div.col_three div.settings-content {
	width: 854px;
}
/* in edit mode */
div.wgt-box div div.settings-content {
	width: 444px;
	float: left;
	padding-top :2px;
}
.protected {
	padding-right:10px;
	background: url(/img/xing/icn_protected.gif) no-repeat right 2px;
}

/* CONTACT card */
.bg-contact-info-top {
	background: url(/img/xing/bg_box_650_profile_top.gif) no-repeat left top;
	padding-top: 6px;
}
.bg-contact-info-bottom {
	background: url(/img/xing/bg_box_650_profile_bottom.gif) no-repeat left bottom;
	overflow: hidden;
	padding: 0 0 4px 8px;
}
.bg-contact-info-zoominfo-bottom {
	background: url(/img/xing/bg_box_650_profile_zoominfo_bottom.gif) no-repeat left bottom;
	overflow: hidden;
	padding: 0 0 4px 8px;
}
.contact-info-contacts {
	float: left;
	overflow: hidden;
	width: 220px; 
	padding: 0 0 0 20px;
	text-align:left;
}
.profile-photo {
	z-index:1; 
	width:140px; 
	height:185px;
	float: left;
}
/* display styles */
/* headline with rounded corners */
h3.hl-category-col-three {
	background: #edf4f2 url(/img/xing/bg_hl_col_three.gif) no-repeat left center;
	color: #333;
	padding: 5px 8px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
	height: 17px;
}
h3.hl-category {
	background: #edf4f2 url(/img/xing/bg_hl.gif) no-repeat left center;
	color: #333;
	padding: 5px 8px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
	height: 17px;
}
h3.hl-category span a.lnk-show-hide {
	color: #808080;
	font-weight: normal;
	background: url(/img/xing/btn_down.gif) no-repeat right;
	padding: 2px 22px 2px 0;
}
div.btn-edit, span.btn-edit {
	background: url(/img/xing/btn_edit_bg_left.gif) no-repeat left center;
	padding: 0 0 0 3px;
	margin: 0 8px 0 0;
	font-weight: normal;
	float: left;
}
div.btn-edit div.btn-edit {
	background: url(/img/xing/btn_edit_bg_right.gif) no-repeat right center;
	padding: 0 8px 0 5px;
	margin:0;
}
a.btn-edit:link, a.btn-edit:active, a.btn-edit:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
a.btn-edit:hover {
	text-decoration: underline;
}
div.btn-edit, span.btn-edit {
	background: url(/img/xing/btn_edit_bg_left.gif) no-repeat left center;
	padding: 0 0 0 3px;
	margin-right: 8px;
}
span.btn-edit {
 	float:none;
}
div.btn-edit {
 	float:left;
}
div.btn-edit div.btn-edit, span.btn-edit span.btn-edit {
	background: url(/img/xing/btn_edit_bg_right.gif) no-repeat right center;
	padding: 2px 8px 2px 5px;
	margin:0;
}
div.btn-edit div.btn-edit a.btn-edit:link, 
div.btn-edit div.btn-edit a.btn-edit:active, 
div.btn-edit div.btn-edit a.btn-edit:visited,
span.btn-edit span.btn-edit a.btn-edit:link, 
span.btn-edit span.btn-edit a.btn-edit:active, 
span.btn-edit span.btn-edit a.btn-edit:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	/*font-weight: bold;*/
}
div.btn-edit div.btn-edit a.btn-edit:hover, 
span.btn-edit span.btn-edit a.btn-edit:hover {
	text-decoration: underline;
}
p.profile-work-descr, p.profile-work-period, p.profile-work-note {
	padding: 0;
	margin: 0;
}
p.profile-work-note {
	color: #808080;
	clear: both;
}
.txt2nd {
	color: #808080;
}
.smalltxt2nd {
	color: #808080;
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 5px;
}
a.url:link, a.url:active, a.url:visited {
	color: #0e6e84;
	text-decoration: none;
}
a.url:hover {
	text-decoration: underline;
}
p.edu-department {
	margin:0;
	padding:0;
}
p.edu-school {
	margin: 0;
	padding: 0;
}
p.edu-notes {
	margin:0;
	padding: 0;
	color: #808080;
}
/* widget styles */
div.wgt-frame {
	background-color: #edf4f2;
	border: 1px solid #cddcd4;
	width: 648px;
	margin: 5px 0;
}
div.settings {
	width: 480px;
}
div.settings-three {
	width: 985px;
}
div.wgt-frame div.wgt-box {
	padding:8px; 
	overflow:hidden;
}
div.wgt-frame div.wgt-save-box {
	clear: both; 
	padding: 8px 0 0 0;
	overflow: hidden;
}
h4.hl-cat-sub {
	background-color: #c4dcd4;
	border: 1px solid #c4dcd4;
	padding: 2px 8px;
	font-size: 1em;
	margin:0 0 5px 0;
}
div.wgt-frame a.wgt-close {
	float:right; 
	padding: 4px 8px 4px 40px;
}
/* defines lists for phone numbers */
p.display-mode, p.edit-mode {
	float: left;
    margin: 0 0  5px 0;
    padding: 0;
}
dl.display-mode, dl.edit-mode {
    margin: 0;
    padding: 0;
	float: left;
}
dl dt.service-name {
    float: left;
    width: 105px;
    margin: 0 5px 0 0;
    padding: 0;
    font-weight: normal;
    clear:both;
	overflow: hidden;
	white-space: normal;;
}
dl.display-mode dd.service-value {
    float: left;
    width: 400px;
    margin: 0;
    padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
dl.edit-mode dd.service-value {
    float: left;
    width: 265px;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
/* settings */
div.list-box-top {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 3px 0 0 0;
	background:#edf4f2 url(/img/xing/bg_list_box_top.gif) no-repeat top left;
}
div.list-box-top div.list-box-bot {
	padding: 6px 10px;
	background:#edf4f2 url(/img/xing/bg_list_box_bot.gif) no-repeat bottom left;
}
div.list-box-top div.list-box-bot a {
	padding: 1px 0 0 20px;
	background:url(/img/xing/icn_list_options.gif) no-repeat 0 3px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
div.list-box-top div.list-box-bot a:hover {
	text-decoration: underline;
}
div.list-box-top div.list-box-bot p {
	padding: 5px 0 0 20px;
	margin: 0;
}
/* list entry seperator */
table#groups-table {
	border-collapse: collapse;
}
table td.seperator, table#groups-table td {
	padding-bottom: 5px;
	padding-top: 5px;
}
/* List-Bullets from Marketplace */
.bg-statistics-bottom .unsorted-list-col-one {
	list-style-position: outside;
  margin:10px 0 10px 0;
  width: 265px;
}
.bg-statistics-bottom .unsorted-list-col-one li {
	background: url(/img/xing/icn_list_options.gif) no-repeat left 1px;  
  line-height: 15px;
  padding-left: 17px;
	margin: 0 0 5px 0;
}
div.col_one .bg-bluebox-315-top {
	background:url(/img/xing/bg_bluebox_315_top.gif) no-repeat top left; 
	padding: 4px 0 0 0;
}
div.col_one .bg-bluebox-315-bot {
	background:url(/img/xing/bg_bluebox_315_bot.gif) no-repeat bottom left; 
	margin: 0; 
	padding: 5px 15px 10px 15px;
	overflow:hidden;
}
.bg-bluebox-985-top {
	background:url(/img/xing/bg_bluebox_985_top.gif) no-repeat top left; 
	padding: 4px 0 0 0;
}
.bg-bluebox-985-bot {
	background:url(/img/xing/bg_bluebox_985_bot.gif) no-repeat bottom left; 
	margin: 0; 
	padding: 5px 15px 10px 15px;
	overflow:hidden;
}
ul.unsorted-list-zoominfo {
	margin: 0 0 10px 0;
}
ul.unsorted-list-zoominfo li {
	overflow: hidden;
	margin: 0 0 5px 0;
	display: block;
	height: 18px;
}
ul.econozco-search-teaser li {
	overflow: hidden;
	margin: 0 0 0 0;
	display: inline-block;
}
ul.econozco-search-teaser li div {
	width: 915px;
	overflow: hidden;
	float: left;
	margin: 7px 0 0 0;
}
/* New upsell page start */
#upsell {
	margin: 0 0 0 8px;
  border-collapse: collapse;
  border: none;
}
#upsell th {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#upsell th h1 {
	padding-left: 0;
  font-family: Arial,Helvetica,sans-serif;
}
#upsell th p {
  font-weight: normal;
  margin: -5px 0 0 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#upsell th.premium, #upsell th.basic {
  text-align: center;
}
#upsell th.premium img, #upsell th.basic img {
	margin: 0;
  padding: 0px 5px 5px 5px;
  text-align: center;
}
#upsell th.premium p, #upsell th.basic p {
	margin: 0;
  padding: 0px 5px 5px 5px;
  text-align: center;
}
#upsell tbody td {
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#upsell tbody td p {
  margin: 0;
  padding: 5px 15px 5px 15px;
  text-align: left;
  vertical-align: top;
}
#upsell td.premium {
  background-color: #edf4f2;
}
#upsell td.premium div, #upsell td.basic div {
  margin: 0;
  padding: 5px 15px 5px 15px;
  text-align: center;
  vertical-align: middle;
}
#upsell tfoot td {
  border: none;
  text-align: center;
}
#upsell div.new p {
  margin: -13px 0px 0px 0px;
  padding: 7px 15px 7px 15px;
}
#upsell div.new p.new {
  background-color: #e2001a;
  color: #ffffff;
  display: inline;
  font-size: 10px;
  font-weight: bold;
  left: -5px;
  margin: 0;
  padding: 2px 5px 2px 5px;
  position: relative;
  text-align: center;
  top: -7px;
}
/* New upsell page stop */
/* New mobile page start */
#mobile h1, #mobile h2 {
  color: #006567;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
#mobile h2 {
  font-size: 1.2em;
}
#mobile .note {
  color: #808080;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
}
#mobile .note a {
  color: #808080;
}
#mobile ul {
  background: url(/img/xing/mobile/background_left.gif) no-repeat left top;;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
}
#mobile ul li {
  color: #474a3d;
  font-weight: bold;
  height: 38px;
  margin: 0 0 0 50px;
  padding: 0 0 0 0;
  width: 230px;
}
#mobile .left-column {
  float: left;
  margin: 0 30px 0 0;
  width: 557px;
}
#mobile .left-column-box-top {
  background-image: url(/img/xing/mobile/bg_leftbox_557_top.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
#mobile .left-column-box-bottom {
  background-image: url(/img/xing/mobile/bg_leftbox_557_bottom.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#mobile .right-column-top {
  background-image: url(/img/xing/mobile/bg_rightbox_375_top.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
#mobile .right-column-top div {
  padding: 0 10px 10px 10px;
}
#mobile .right-column-bottom {
  background-image: url(/img/xing/mobile/bg_rightbox_375_bottom.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  float: left;
  width: 375px;
}
#mobile .left-box {
  float: left;
  width: 380px;
}
#mobile .left-box h2 {
  margin: 0 0 0 0;
  padding: 15px 25px 15px 15px;
}
#mobile .right-box {
  float: left;
  padding: 30px 0 1px 0;
  width: 170px;
}
#mobile div.mobile-teaser {
  padding: 30px 0 220px 20px;
}
#mobile div.mobile-teaser h1 {
  background-color: #e97f02;
  color: #ffffff;
  display: inline;
  margin: 0 0 0 0;
  padding: 1px 4px 1px 4px;
}
/* New mobile page stop */
/* searchbox with big image */
#image-searchbox h1 {
  font-size: 15px;
  padding:1px 0pt 10px 0px;
}
.img-box {
	background: url("/img/xing/bg_border_left_bottom.gif") no-repeat left bottom;
	background-color: #016567;
}
.img-box-outer {
	background:transparent url("/img/xing/bg_img_groups.jpg") no-repeat scroll right top;
}
.img-box-inner {
	background: url("/img/xing/bg_border_left_top.gif") no-repeat left top;
}
.img-box-content {
	background: url("/img/xing/bg_border_right_top.gif") no-repeat right top;
}
.img-box-content-wrapper {
	padding: 16px 8px 0px 16px;
	height: 182px;
	background: url("/img/xing/bg_border_right_bottom.gif") no-repeat right bottom;
}
.img-box-content-wrapper h1 {
	color: #D8E03D;
}
.img-box-content-wrapper p {
	color: #fff;
}
.img-box-content-wrapper .btn p {
	color: #006567;
}
.img-box-content-wrapper label.inactive {
	color: #7AB0B0;
}
.img-box-content-wrapper label {
	color: #D2E450;
}
#img_search_form {
	font-size: 0.9em;
}
#img_search_form input.text {
  width:285px;
  height: 15px;
  color: #949494;
  font-size: 1em;
}
.bw300 {
	width: 300px;
}
.bw285 {
	width: 285px;
}
#img-search-btn div.btn {
	background-image:url("/img/xing/btn_bg_dark_left.gif");
}
#img-search-btn div p.btn {
	background-image:url("/img/xing/btn_bg_dark_right.gif");
}
/* searchbox with big image stop*/
/* grey box next to image search box*/
.group-request-box {
	height: 167px;
}
/* grey box next to image search box stop*/
/* group signup form */
.emphasize {
	color: #006567;
	font-weight:bold;
}

/* groups export permissions start */
#groups li input {
  margin-bottom: 0px;
}
#groups li label {
  margin-left: 4px;
}
#groups p input {
  float: left;
}
#groups p label {
  display: block;
  margin-left: 24px;
}
#groups .col-three {
  margin: 5px 10px 5px 10px;
  width: 965px;
}
#groups .col-three-float {
  float: left;
  padding: 5px 10px 5px 10px;
  width: 965px;
}
#groups .col-three-info {
  border-bottom: 1px dotted #cccccc;
  padding: 5px 10px 5px 10px;
  width: 965px;
}
#groups .col-three-info-float {
  border-bottom: 1px dotted #cccccc;
  float: left;
  padding: 5px 10px 5px 10px;
  width: 965px;
}
#groups .col-half {
  float: left;
  margin: 5px 0px 5px 0px;
  width: 475px;
}
#groups .col-half .right-half {
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
} 
#groups .col-half .left-half {
  margin: 0px 15px 0px 0px;
  padding: 5px 10px 5px 10px;
}
#groups .col-half .right-half-background {
  background: #ecece4;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
}
#groups .col-half .left-half-background {
  background: #ecece4;
  margin: 0px 15px 0px 0px;
  padding: 5px 10px 5px 10px;
}
#groups .col-half .right-half-border {
  border: 1px solid #cccccc;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
} 
#groups .col-half .left-half-border {
  border: 1px solid #cccccc;
  margin: 0px 15px 0px 0px;
  padding: 5px 10px 5px 10px;
}
/* groups export permissions stop */
.overlay-window {
	background-color: #eee;
	height: 100%;
	left: 0px;
	opacity: 0.2;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
/* underline links in bg-statistics */
a.no-ul div:hover {
  text-decoration: underline;
}
.new-sign {
  background-color: #e2001a;
  color: #ffffff;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  /*left: 8px; // should be somewhere else, not every new sign is positioned the same */
  line-height: 140%;
  margin: 0px;
  padding: 1px 5px 1px 5px;
  position: relative;
  /*top: 0px; // should be somewhere else, not every new sign is positioned the same */
}
.beta-sign, .special-sign {
  background-color: #e97f02;
  color: #ffffff;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  /*left: 8px; // should be somewhere else, not every new sign is positioned the same */
  line-height: 140%;
  margin: 0px;
  padding: 1px 5px 1px 5px;
  position: relative;
  /*top: 0px; // should be somewhere else, not every new sign is positioned the same */
}

.col_one_ad, .col_two_ad, .col_three_ad, .col_5050_ad {
	display: inline;
	float: left;
	overflow: hidden;
}
.col_one_ad {
	width: 271px;
}
.col_two_ad {
	width: 650px;
}
.col_three_ad {
	width: 855px !important;
}
.col_5050_ad {
	width: 412px;
}
#advanced-search-form-ad input.text, #advanced-search-form-ad select  {
	margin: 0 0 10px 0;
	width: 250px;
}
.bg-bluebox-855-top {
	background:url(/img/xing/bg_bluebox_855_top.gif) no-repeat top left; 
	padding: 4px 0 0 0;
}
.bg-bluebox-855-bot {
	background:url(/img/xing/bg_bluebox_855_bot.gif) no-repeat bottom left; 
	margin: 0; 
	padding: 5px 15px 10px 15px;
	overflow:hidden;
}

/* teaser_market */
div.teaser.randomwhite-market {
	background: url(/img/xing/bg_teaser_315_market_bottom.png) no-repeat bottom left;
}
div.teaser.randomwhite-market div.teaser-content {
	background: url(/img/xing/bg_teaser_315_market_top.png) no-repeat top left;
}
div.teaser.randomwhite-market div.teaser-content a {
	display:inline;
	background:transparent;
	padding:0;
	text-decoration:underline;
	color:#CEDC03;
}
div.teaser.randomwhite-market div.teaser-content h4 {
	color:#CEDC03;
}
div.teaser.randomwhite-market div.teaser-content p {
	color: white;
}

/* teaser_white */
div.teaser.randomwhite {
	background: url(/img/xing/bg_teaser_315_bottom.png) no-repeat bottom left;
}
div.teaser.randomwhite div.teaser-content {
	background: url(/img/xing/bg_teaser_315_top.gif) no-repeat top left;
}
div.teaser.randomwhite div.teaser-content a {
	display:inline;
	background:transparent;
	padding:0;
	text-decoration:underline;
}
div.teaser.randomwhite div.teaser-content h4 {
	color:#85AB48;
}
div.teaser.randomwhite div.teaser-content p {
	padding-left:10px;
	display:block;
	background: url(/img/xing/icn_raquo.gif) no-repeat 0 0.45em;
}

/* teaser_green */
div.teaser.randomwhite-green {
	background: url(/img/xing/bg_teaser_random_315_bottom.png) no-repeat bottom left;
}
div.teaser.randomwhite-green div.teaser-content {
	background: url(/img/xing/bg_teaser_315_top_green.gif) no-repeat top left;
}
div.teaser.randomwhite-green div.teaser-content a {
	display:inline;
	background:transparent;
	padding:0;
	text-decoration:underline;
	color:#CEDC03;
}
div.teaser.randomwhite-green div.teaser-content h4 {
	color:#CEDC03;
}
div.teaser.randomwhite-green div.teaser-content p {
	padding-left:10px;
	display:block;
	background: url(/img/xing/icn_raquo_yellow.gif) no-repeat 0 0.45em;
	color: white;
}
/* profile - work time period display */
small#work-time-period, small.work-time-period {
	color: #808080;
	font-weight: normal;
	font-size: 11px;
}

.smallinfo {
	font-size: 10px;
	cursor: help;
	font-weight:normal;
	color: #646365;
}

/* upsellpage */
.column-left {
  float: left;
  width: 560px;
  padding: 5px 0;
  border-top: 1px solid #D8D8D8;
}
.column-premium, .column-basic {
  float: left;
  width: 200px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  border-top: 1px solid #D8D8D8;
}
.column-left:after, .column-premium:after, .column-basic:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.column-premium {
  background: #EDF4F2;
}
.column-head {
  background: none;
}
div.column-left p {
  margin: 0;
  padding-left: 20px;
}
div#toggle-search div.column-left p, div#toggle-powersearch div.column-left p {
  padding-bottom: 5px;
  padding-left:35px;
  background:url(/img/xing/icn_list.gif) 20px 5px no-repeat;
}

/* =POLICE LINE - DO NOT CROSS - NEED FOR SPEED
=========================================================================== */

/* =WEBSLICE
=========================================================================== */
.hslice .entry-title {
	display: none;
}

.hslice .entry-content {
	display: none;
}

/* =TEMPORARY-RESET (DELETE WHEN CLEANUP IS DONE!)
=========================================================================== */
a.text-button, a.text-button:link, a.text-button:visited,
a.text-button:focus, a.text-button:active,
a.big-text-button, a.big-text-button:link, a.big-text-button:visited,
a.big-text-button:focus, a.big-text-button:active,
a.online, a.online:link, a.online:visited,
a.online:focus, a.online:active,
a.message, a.message:link, a.message:visited,
a.message:focus, a.message:active,
a.contact, a.contact:link, a.contact:visited,
a.contact:focus, a.contact:active {
	text-decoration: none;
}

a.text-button:hover, a.big-text-button:hover, a.online:hover, a.message:hover,
a.contact:hover {
	text-decoration: underline;
}


/* =RESET
=========================================================================== */
/* SOON(tm) */


/* =TYPOGRAPHY
=========================================================================== */
/* SOON(tm) */


/* =GRID
=========================================================================== */
/* SOON(tm) */


/* =FORM
=========================================================================== */

form, fieldset {
	width: auto;
}

fieldset label {
	display: block;
	font-weight: bold;
 	width: 100%;
}

fieldset input,
fieldset select {
	border-color: #BFBFBF #E0E0E0 #E0E0E0 #BFBFBF;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	width: 99%;
	/* --- */
	font-size: 1.2em;
}


/* =SPRITE
=========================================================================== */

#navmain,
.event-private,
.event-public,
.icon-ambassador,
.icon-close,
.icon-customize,
.icon-down,
.icon-moderator,
.icon-move,
.icon-premium,
.icon-search
.icon-up,
.image-edit,
.image-search,
.language,
.logo,
.navmain-other,
.navmain-selected,
.navmain-start,
.ruler,
.shadow-bottom,
.shadow-top,
.small-logo,
.gadget-ruler,
.gadget-ruler div,
h2.grey-headline-long,
h2.grey-headline-medium,
h2.grey-headline-short,
h3.blue-headline-long,
h3.blue-headline-medium,
h3.blue-headline-short,
img.contact,
img.event-private,
img.event-public,
img.icon-addbookmark,
img.icon-addcontact,
img.icon-addcontact-big,
img.icon-ambassador,
img.icon-ambassador-big,
img.icon-basic-big,
img.icon-close,
img.icon-close-big,
img.icon-customize,
img.icon-delete,
img.icon-deletebookmark,
img.icon-deletecontact,
img.icon-down,
img.icon-down-big,
img.icon-down-big,
img.icon-edit,
img.icon-edit-down,
img.icon-edit-up,
img.icon-editsettings,
img.icon-expandminus,
img.icon-expandplus,
img.icon-exportcontact,
img.icon-info,
img.icon-introduce,
img.icon-introduce-big,
img.icon-invitetogroup,
img.icon-location,
img.icon-lock,
img.icon-locked,
img.icon-mobilenumber,
img.icon-moderator,
img.icon-moderator-big,
img.icon-move,
img.icon-phonenumber,
img.icon-premium,
img.icon-premium-big,
img.icon-profilepreview,
img.icon-questionmark,
img.icon-reportprofile,
img.icon-route,
img.icon-search,
img.icon-sendmessage,
img.icon-sendmessage-big,
img.icon-sharedinfo,
img.icon-skype,
img.icon-skype0,
img.icon-skype1,
img.icon-skype2,
img.icon-skype3,
img.icon-skype4,
img.icon-skype5,
img.icon-skype6,
img.icon-skype7,
img.icon-up,
img.icon-up-big,
img.image-edit,
img.image-search,
img.message,
img.new-contact,
img.new-message {
	background: transparent url(/img/xing/spr_page_r4.png) no-repeat 0 0;
}

.submit-button span, .submit-button em,
.cancel-button span, .cancel-button em,
.save-button span, .save-button em,
.delete-button span, .delete-button em,
.text-button span, .text-button span em,
.big-text-button span, .big-text-button span em,
ul.tab li a, ul.tab li a span,
ul.tab li div, ul.tab li div span {
	background: transparent url(/img/xing/spr_button_r1.png) no-repeat 0 0;
}


/*
=========================================================================== */
#footer,
#header-navigation,
#header-navigation-min,
#footer-navigation,
#footer-navigation-extended {
	border: 0;
	color: #9C9C9C;
	font-size: 10px;
	font-weight: normal;
	line-height: 0.9em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 985px;
}


/* =HEADER
=========================================================================== */

#header-min {
	border-bottom: 1px solid #4c9091;
	height: 60px;
	margin-bottom: 3px;
}

#header div.shadow-top {
	position: relative;
	z-index: 1;
}

#header-navigation,
#header-navigation-min {
	float: left; /* Opera needs this */
	position: relative;
	top: -15px;
	z-index: 10;
}

#header-navigation ul,
#header-navigation-min ul {
	float: right;
	line-height: 1.2em;
	margin-right: 10px;
}

#header-navigation ul li,
#header-navigation-min ul li {
	border-color: #9C9C9C;
}

#header-navigation a,
#header-navigation-min a {
	background-image: none;
}

#header-navigation span,
#header-navigation-min span {
	display: block;
	float: left;
	padding-right: 5px;
}

#header-navigation span.language,
#header-navigation-min span.language {
	background-position: -312px -13px;
	display: block;
	float: left;
	height: 13px;
	margin-top: 0px;
	padding-right: 0px;
	position: relative;
	top: 0px;
	width: 13px;
}

#header:after, #header-min:after, #header-navigation:after,
#header-navigation-min:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}


/* =FOOTER
=========================================================================== */

#footer {
	border-top: 1px solid #D8D8D8;
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;
}

#footer div {
	position: relative;
	z-index: 10;
}

#footer div.shadow-bottom {
	position: relative;
	top: -10px;
	z-index: 1;
}

#footer-navigation {
	margin-left: auto;
  margin-right: auto;
 	text-align: center;
	width: 100%;
}

#footer-navigation p {
	clear: both;
	line-height: 1.4em;
	margin: 0px;
	padding-bottom: 5px;
	padding: 0px;
}

#footer-navigation p.last {
	padding: 0px;
}

#footer-navigation ul {
	float: left;
	line-height: 1em;
	margin-bottom: 5px;
}

#footer-navigation ul li {
	line-height: 1.4em;
	border-color: #9C9C9C;
	padding-left: 4px;
	padding-right: 4px;
}

#footer-navigation-extended {
	margin: 10px auto 30px auto;
	width: 955px;
}

#footer-navigation-extended ul {
	float: left;
	margin-right: 3px;
	width: 120px;
}

#footer-navigation-extended ul.last {
	width: 90px;
}

#footer-navigation-extended ul li {
	border: 0;
	float: none;
	line-height: 1.4em;
	padding: 0;
}

#footer-navigation-extended ul li.first {
	font-weight: bold;
	padding-bottom: 1px;
}

#footer:after, #footer-navigation:after, #footer-navigation-extended:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

/* =NAVIGATION
=========================================================================== */
/* =MAIN-NAVIGATION (=TODO)
--------------------------------------------------------------------------- */
/*#navigation ul {
}

#navigation ul li {
}

#navigation a, #navigation a:link, #navigation a:visited,
#navigation a:focus, #navigation a:active {
}

#navigation a:hover, #navigation a span:hover {
}

#navigation ul li.first * {
}

#navigation ul li.last * {
}

#navigation ul li.selected * {
}*/

#navmain {
	background-position: 0px -90px;
	background-color: #006567;
	padding: 0;
	height: 32px;
}

#navmain ul li a {
	padding:8px 15px 6px 15px;
}

#navmain a.navmain-start {
	background-position: 0px -90px;
	background-color: #006567;
}

#navmain a.navmain-start:hover {
	background-position: 0px -122px;
	background-color: #CEDC03;
}

#navmain a.navmain-other {
	background-position: -10px -90px;
	background-color: #006567;
}

#navmain a.navmain-other:hover {
	background-position: -10px -122px;
	background-color: #CEDC03;
}

#navmain a.navmain-start-selected {
	background-position: 0px -122px;
	background-color: #CEDC03;
}

#navmain a.selected {
	background-position: -10px -122px;
	background-color: #CEDC03;
}


/* =SUB-NAVIGATION (=TODO)
--------------------------------------------------------------------------- */

/*#subnavigation ul {
}

#subnavigation ul li {
}

#subnavigation a, #subnavigation a:link, #subnavigation a:visited,
#subnavigation a:focus, #subnavigation a:active {
}

#subnavigation a:hover, #subnavigation a span:hover {
}

#subnavigation ul li.selected * {
}*/

#navsub {
	padding: 0;
	margin: 0;
}

#navsub div.shadow-top {
	position: relative;
	z-index: 1;
}

#navsub ul {
	position: relative;
	top: -20px;
	float: left;
	z-index: 10;
}


/* =SMALL-NAVIGATION
--------------------------------------------------------------------------- */

.navigation ul {
	color: #646365;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

.navigation ul li {
	border-right: 1px solid #646365;
	float: left;
	line-height: 1.4em;
	padding: 0px 8px 0px 8px;
}

.navigation a, .navigation a:link, .navigation a:visited,
.navigation a:focus, .navigation a:active {
	color: #646365;
	text-decoration: none;
}

.navigation a:hover, .navigation a span:hover {
	cursor: pointer;
	text-decoration: underline;
}

.navigation ul li.first {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.navigation ul li.last {
	border: 0 none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.navigation ul li.selected {
	background-color: #CEDB00 !important;
	color: #006567 !important;
}

.navigation ul:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

#footer-navigation ul,
#footer-navigation-extended ul {
	color: #9C9C9C;
}

#footer-navigation a, #footer-navigation a:link,
#footer-navigation a:visited, #footer-navigation a:focus,
#footer-navigation a:active,
#footer-navigation-extended a, #footer-navigation-extended a:link,
#footer-navigation-extended a:visited, #footer-navigation-extended a:focus,
#footer-navigation-extended a:active {
	color: #9C9C9C;
}


/* =TAB
		unfortunately the additional <span> is needed for IE6.
		The commented properties are only needed when there is no wrapping div;
		The wrapping div is needed for backwards compatibility.
--------------------------------------------------------------------------- */

#tab-navigation {
	background: transparent url(/img/xing/tab_bg.gif) repeat-x bottom;
	line-height: normal;
	overflow: hidden; 
	width: 100%; 
}

ul.tab {
/*	background-color: transparent;*/
/*	border-bottom: 1px solid #B8BDC1;*/
/*	float: left;*/
	height: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tab li {
	display: block;
	float: left;
	height: 27px;
	margin: 0 10px 0 0;
	padding: 0 0 0 3px;
}

ul.tab li a, ul.tab li a span, ul.tab li div, ul.tab li div span {
	border: 0;
	color: #333333;
	cursor: pointer;
	display: block;
	white-space: nowrap;
}

ul.tab li div, ul.tab li div span {
	cursor: default;
}

ul.tab li a, ul.tab li div {
	background-position: right -69px;
	margin: 0;
	padding: 0 8px 0 0;
/*	position: relative;*/
	text-decoration: none;
/*	top: 1px;*/
}

ul.tab li a span, ul.tab li div span {
	background-position: left -69px;
	display: inline-block;
	height: 27px;
	line-height: 23px;
	margin: 0 0 0 -3px;
	padding: 0 0 0 18px;
}

ul.tab li.inactive a, ul.tab li.inactive div {
	background-position: right -96px;
	color: #A2A39E;
} 

ul.tab li.inactive a span, ul.tab li.inactive div span {
	background-position: left -96px;
	color: #A2A39E;
}

ul.tab li.active a, ul.tab li.active div {
	background-position: right -123px;
	font-weight: bold;
} 

ul.tab li.active a span, ul.tab li.active div span {
	background-position: left -123px;
	font-weight: bold;
}


/* =SHADOW
		Example:
		<div class="shadow-top">
			<span class="shadow-top left-side"></span>
			<span class="shadow-top"></span>
			<span class="shadow-top right-side"></span>
		</div>
=========================================================================== */

.shadow-top, .shadow-bottom {
	border: 0;
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

div.shadow-top .shadow-top {
	background-position: 0px -172px;
	width: 927px;
}

div.shadow-top .left-side {
	background-position: -239px 0px;
	width: 29px;
}

div.shadow-top .right-side {
	background-position: -268px 0px;
	width: 29px;
}

div.shadow-bottom .shadow-bottom {
	background-position: 0px -192px;
	width: 927px;
}

div.shadow-bottom .left-side {
	background-position: -239px -20px;
	width: 29px;
}

div.shadow-bottom .right-side {
	background-position: -268px -20px;
	width: 29px;
}

div.ruler {
	background-position: 0px -154px;
	width: 985px;
	height: 18px;
}


/* =BOX
=========================================================================== */

.container-box,
.content-box,
.context-box,
.green-simple-teaser-box,
.green-teaser-box,
.grey-simple-teaser-box,
.grey-teaser-box,
.help-box {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
}

.green-simple-teaser-box {
	color: #FFFFFF;
}

.grey-simple-teaser-box .header, .grey-simple-teaser-box .header span.header,
.grey-simple-teaser-box ul.content, .grey-simple-teaser-box ul.content li.content {
	background: transparent url(/img/xing/box_grey_r1.png) no-repeat left top;
}

.context-box .header, .context-box .header span.header,
.context-box ul.content, .context-box ul.content li.content {
	background: transparent url(/img/xing/box_grey_border_r1.png) no-repeat left top;
}

.green-simple-teaser-box .header, .green-simple-teaser-box .header span.header,
.green-simple-teaser-box ul.content, .green-simple-teaser-box ul.content li.content {
	background: transparent url(/img/xing/box_green_r1.png) no-repeat left top;
}

.content-box .header, .content-box .header span.header,
.content-box ul.content, .content-box ul.content li.content {
	background: transparent url(/img/xing/box_white_border_shadow_r1.png) no-repeat left top;
}

.help-box .header, .help-box .header span.header,
.help-box ul.content, .help-box ul.content li.content {
	background: transparent url(/img/xing/box_grey_border_shadow_r1.png) no-repeat left top;
}

.container-box .header, .container-box .header span.header,
.container-box ul.content, .container-box ul.content li.content {
	background: transparent url(/img/xing/box_transparent_border_r1.png) no-repeat left top;
}

.grey-teaser-box .header, .grey-teaser-box .header span.header,
.grey-teaser-box ul.content, .grey-teaser-box ul.content li.content {
	background: transparent url(/img/xing/box_grey_border_r1.png) no-repeat left top;
}

.green-teaser-box .header, .green-teaser-box .header span.header,
.green-teaser-box ul.content, .green-teaser-box ul.content li.content {
	background: transparent url(/img/xing/box_green_border_r1.png) no-repeat left top;
}

.container-box .header,
.content-box .header,
.green-simple-teaser-box .header,
.green-teaser-box .header,
.grey-simple-teaser-box .header,
.grey-teaser-box .header,
.help-box .header {
	background-position: right top;
	margin: 0;
	padding: 0 15px 0 0;
}

.container-box .header span.header,
.content-box .header span.header,
.context-box .header span.header,
.green-simple-teaser-box .header span.header,
.green-teaser-box .header span.header,
.grey-simple-teaser-box .header span.header,
.grey-teaser-box .header span.header,
.help-box .header span.header {
	background-position: left top;
	display: block;
	margin: 0 0 0 -10px;
	overflow: hidden;
	padding: 10px 0 3px 15px;
}

.container-box div.header span.header,
.content-box div.header span.header,
.context-box div.header span.header,
.green-simple-teaser-box div.header span.header,
.green-teaser-box div.header span.header,
.grey-simple-box div.header span.header,
.grey-teaser-box div.header span.header,
.help-box div.header span.header {
	height: 1px;
	padding: 7px 0 3px 15px;
}

.container-box ul.content,
.content-box ul.content,
.context-box ul.content,
.green-simple-teaser-box ul.content,
.green-teaser-box ul.content,
.grey-simple-teaser-box ul.content,
.grey-teaser-box ul.content,
.help-box ul.content {
	background-position: right bottom;
	list-style: none;
	margin: 0;
	padding: 0 15px 0 0;
}

.container-box ul.content li.content,
.content-box ul.content li.content,
.context-box ul.content li.content,
.green-simple-teaser-box ul.content li.content,
.green-teaser-box ul.content li.content,
.grey-simple-teaser-box ul.content li.content,
.grey-teaser-box ul.content li.content,
.help-box ul.content li.content {
	background-position: left bottom;
	margin: 0 0 0 -10px;
	padding: 0 0 10px 15px;
}

/* =BUTTON
		dependencies: ie_lt_7.css
=========================================================================== */

.submit-button, .cancel-button, .save-button, .delete-button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	float: left;
	margin: 0 5px 0 0;
	overflow: visible;
	padding: 0 0 0 3px;
	text-align: center;
	white-space: nowrap;
	width: auto !important;
	width: 1%;
}

.submit-button span, .cancel-button span, .save-button span, .delete-button span {
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
}

.submit-button em, .cancel-button em, .save-button em, .delete-button em {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 23px;
	margin: 0 0 0 -3px;
	padding: 0 0 0 10px;
}

a.submit-button, a.cancel-button, a.save-button, a.delete-button {
	display: block;
	text-decoration: none;
}

a.submit-button em, a.cancel-button em, a.save-button em, a.delete-button em {
	font-size: 13px;
	height: 23px;
	line-height: 24px;
}

.submit-button span {
	background-position: right 0px;
	color: #006567;
}

.submit-button em {
	background-position: left 0px;
	color: #006567;
}

.cancel-button span {
	background-position: right -23px;
	color: #FFFFFF;
}

.cancel-button em {
	background-position: left -23px;
	color: #FFFFFF;
}

.save-button span {
	background-position: right -46px;
	color: #FFFFFF;
}

.save-button em {
	background-position: left -46px;
	color: #FFFFFF;
}

.delete-button span {
	background-position: right -46px;
	color: #FFFFFF;
}

.delete-button em {
	background-position: left -46px;
	color: #FFFFFF;
}

/* TEXT-BUTTON
--------------------------------------------------------------------------- */

.text-button, .big-text-button {
	cursor: pointer;
	display: block;
	float: left;
	height: 13px;
	padding: 0 0 0 7px;
	text-align: left;
}

.big-text-button {
	height: 18px;
}

.text-button span, .text-button span em,
.big-text-button span, .big-text-button span em {
	display: block;
	font-size: 11px;
	vertical-align: top;
	white-space: nowrap;
}

.big-text-button span, .big-text-button span em {
	font-size: 12px;
}

.text-button span, .big-text-button span {
	margin: 0;
	padding: 0 7px 0 0;
}

.text-button span em, .big-text-button span em {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 -4px;
	padding: 0 0 0 7px;
}

.text-button:hover span em, .big-text-button:hover span em {
	text-decoration: underline;
}

.text-button span {
	background-position: right -168px;
}

.text-button span em {
	background-position: left -168px;
	cursor: pointer;
	height: 13px;
	line-height: 14px;
}

.big-text-button span {
	background-position: right -150px;
}

.big-text-button span em {
	background-position: left -150px;
	height: 18px;
	line-height: 18px;
}


/* =HOME
--------------------------------------------------------------------------- */

#infobox_pane .text-button, #premium-group-content .text-button,
#upcoming-events .text-button, #regional-events .text-button,
#official-events .text-button {
	float: right;
	margin-top: 5px;
}

#infobox_pane .icon, #infobox_pane .icon-move {
	float: left;
	margin-left: 5px;
}

#infobox_pane .icon-move {
	cursor: move;
}

#header-status .big-text-button {
	margin-right: 20px;
}


/* =CONTACTLIST
--------------------------------------------------------------------------- */

#contact-navigation ul.tab {
	float: left;
}


/* =BASE
=========================================================================== */

/* =LOGO
		top does also work instead of margin-top, but then the parent container
		gets the height as if there would be no top.
--------------------------------------------------------------------------- */

#header-logo,
#header-logo-china,
#header-logo-min,
#header-tag {
	float: left;
	margin: -25px 10px 10px 10px;
	padding: 0;
	position: relative;
	z-index: 10;
}

#header-logo a,
#header-logo-china a,
#header-logo-min a,
#header-tag a {
	background-image: none;
}

#header-logo img.logo,
#header-logo-china img.logo,
#header-logo-min img.logo {
	background-position: 0px 0px;
}

#header-logo img.small-logo,
#header-logo-china img.small-logo,
#header-logo-min img.small-logo {
	background-position: -148px 0px;
}

#header-logo-china,
#header-logo-china-min {
	margin-left: -3px;
	margin-top: -5px;
}

#header-logo span,
#header-logo-china span,
#header-logo-min span {
	display: none;
}

#header-logo:after, #header-logo-china:after, #header-logo-min:after,
#header-tag:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}


/* =SEARCH
--------------------------------------------------------------------------- */

#header-search {
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0;
}

#header-search .navigation {
	clear: both;
	padding-top: 2px;
}

#header-search .navigation ul {
	line-height: 1em;
}

#header-search .navigation ul li {
	padding-left: 5px;
	padding-right: 5px;
}

#header-search .navigation a {
	text-decoration: underline;
}

#header-search fieldset {
	display: inline;
}

#header-search fieldset div#search {
	float: left;
	margin: 3px 5px 0 0;
}

#header-search fieldset label#search-label {
	font-size: 1.2em;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: auto;
}

#header-search fieldset input#search-field {
	display: block;
	float: left;
	width: 210px;
}

#header-search:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}


/* =STATUS + =LOGIN
--------------------------------------------------------------------------- */

#header-status, #header-login {
	border-color: #7F7F7F;
	border-style: none dotted none none;
	border-width: 1px;
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

#header-status {
	margin-right: 20px;
	padding: 0px 15px 0px 0px;
}

#header-status:after, #header-login:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}


/* =LOGIN
--------------------------------------------------------------------------- */

#header-login fieldset div#username,
#header-login fieldset div#password {
	float: left;
	margin-right: 10px;
	width: 100px;
}

#header-login fieldset div.submit-button {
	margin-top: 14px;
}

#header-login p {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

#header-login button {
	margin-top: 11px;
}

/* =STATUS
--------------------------------------------------------------------------- */

#header-status {
	text-align: right;
}

#header-status a {
	background-image: none;
}

#header-status div.text-button-big {
	margin-right: 20px;
}

#header-status a.message, #header-status a.contact{
	float: left;
}

#header-status a.message {
	margin-right: 10px;
}

#header-status a.online {
	display: block;
	margin-bottom: 5px;
}

#header-status img.message, #header-status img.new-message,
#header-status img.contact, #header-status img.new-contact {
	margin-right: 5px;
}

#header-status img.message {
	background-position: -325px -14px;
}

#header-status img.new-message {
	background-position: -338px -14px;
}

#header-status img.contact {
	background-position: -325px 0px;
}

#header-status img.new-contact {
	background-position: -336px 0px;
}


/* =LANGUAGE
--------------------------------------------------------------------------- */

#header-language-selector {
	background-color: #FFFFFF; 
	border: 1px solid #D0D0D0; 
	/*display: none;*//* =TODO: does only work as inline style, javascript issue? */
	position: absolute;
	text-align: left;
	width: 160px;
	z-index: 100;
}

#header-language-selector a {
 	color: #646365;
	text-decoration: none;
}

#header-language-selector a:hover {
	text-decoration: underline;
}

#language-select {
	font-size: 1.2em;
}

#language-select li {
	display: block;
	height: 17px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#language-select li a {
	display: block;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	width: 140px;
}

#language-select li a:hover {
	background: #CCCCCC;
	text-decoration: none;
}


/* =HEADLINE
--------------------------------------------------------------------------- */

h2.grey-headline-short, h2.grey-headline-medium, h2.grey-headline-long {
	font-size: 1.1em;
	height: 27px;
	margin: 0 0 2px 0;
	overflow: hidden;
	padding: 0;
}

h3.blue-headline-short, h3.blue-headline-medium, h3.blue-headline-long {
	color: #333333;
	font-size: 1em;
	height: 27px;
	margin: 5px 0 5px 0;
	overflow: hidden;
	padding: 0;
}

/* fix for iPhone which seems not to like padding while using the sprite */
h2.grey-headline-short span, h2.grey-headline-medium span, h2.grey-headline-long span {
	display: block;
	padding: 6px 4px 6px 8px;
}

h3.blue-headline-short span, h3.blue-headline-medium span, h3.blue-headline-long span {
	display: block;
	padding: 5px 8px 5px 8px;
}

h2.grey-headline-short {
	background-position: 0px -312px;
}

h2.grey-headline-medium {
	background-position: -315px -312px;
}

h3.blue-headline-short {
	background-position: 0px -258px;
}

h3.blue-headline-medium {
	background-position: -315px -258px;
}

h3.blue-headline-long {
	background-position: 0px -285px;
}

/* =ICON
=========================================================================== */

a.icon {
	border: 0px none;
	display: block;
}

img.icon-premium {
	background-position: -325px -28px;
}

img.icon-moderator {
	background-position: -334px -28px;
}

img.icon-ambassador {
	background-position: -343px -28px;
}

img.icon-premium-big {
	background-position: -325px -37px;
}

img.icon-moderator-big {
	background-position: -340px -37px;
}

img.icon-ambassador-big {
	background-position: -355px -37px;
}

img.icon-basic-big {
	background-position: -370px -37px;
}

img.icon-move {
	background-position: -312px -39px;
}

img.icon-close {
	background-position: -312px -26px;
	cursor: pointer;
}

img.icon-up {
	background-position: -312px 0px;
}

img.icon-down {
	background-position: -312px -13px;
}

img.icon-close-big {
	background-position: -325px -52px;
	cursor: pointer;
}

img.icon-up-big {
	background-position: -355px -52px;
}

img.icon-down-big {
	background-position: -340px -52px;
}

img.icon-edit-up {
	background-position: -281px -52px;
}

img.icon-edit-down {
	background-position: -281px -65px;
}

img.icon-info {
	background-position: -312px -52px;
}

img.image-search {
	background-position: -666px 0px;
}

img.image-edit {
	background-position: -706px 0px;
}

img.event-public {
	background-position: -420px 0px;
}

img.event-private {
	background-position: -450px 0px;
}

img.icon-lock {
	background-position: -351px -28px;
}

img.icon-editsettings {
	background-position: -432px -18px;
}

img.icon-location {
	background-position: -432px 0px;
}

img.icon-profilepreview {
	background-position: -432px -54px;
}

img.icon-sharedinfo {
	background-position: -450px 0px;
}

img.icon-route {
	background-position: -396px -36px;
}

img.icon-invitetogroup {
	background-position: -396px 0px;
}

img.icon-reportprofile {
	background-position: -414px -36px;
}

img.icon-deletebookmark {
	background-position: -414px 0px;
}

img.icon-addbookmark {
	background-position: -414px 0px;
}

img.icon-edit {
	background-position: -432px -36px;
}

img.icon-deletecontact {
	background-position: -414px -54px;
}

img.icon-exportcontact {
	background-position: -396px -54px;
}

img.icon-introduce {
	background-position: -396px -18px;
}

img.icon-search {
	background-position: -450px -18px;
}

img.icon-customize {
	background-position: -450px -36px;
}

img.icon-questionmark {
	background-position: -468px -36px;
}

img.icon-delete {
	background-position: -486px -54px;
}

img.icon-skype {
	background-position: -558px 0px;
}

img.icon-skype0 {
	background-position: -522px 0px;
}

img.icon-skype1 {
	background-position: -522px -18px;
}

img.icon-skype2 {
	background-position: -522px -36px;
}

img.icon-skype3 {
	background-position: -522px -54px;
}

img.icon-skype4 {
	background-position: -540px 0px;
}

img.icon-skype5 {
	background-position: -540px -18px;
}

img.icon-skype6 {
	background-position: -540px -36px;
}

img.icon-skype7 {
	background-position: -540px -54px;
}

img.icon-addcontact-big {
	background-position: -628px 0px;
}

img.icon-phonenumber {
	background-position: -359px -27px;
}

img.icon-mobilenumber {
	background-position: -368px -27px;
}

img.icon-locked {
	background-position: -352px -28px;
}

img.icon-sendmessage-big {
	background-position: -602px 0px;
}

img.icon-sendmessage {
	background-position: -486px -36px;
}

img.icon-introduce-big {
	background-position: -576px 0px;
}

img.icon-expandplus {
	background-position: -377px -28px;
}

img.icon-expandminus {
	background-position: -386px -28px;
}


/* =ACTION OPTION
--------------------------------------------------------------------------- */

a.action-option {
	width: 100% !important;
	cursor: pointer !important;
	float: left !important;
	padding: 6px 0 4px 0 !important;
}

a.action-option img.icon-customize, a.action-option img.icon-search {
	display: block !important;
	float: left !important;
	margin: 0 6px 0 4px !important;
	padding: 0 !important;
}

a.action-option span {
	display: block !important;
	float: left !important;
	margin: 0 !important;
	padding: 1px 0 0 0 !important;
}

div.tool-item h4 {
	overflow: hidden; /* some float clear fixing */
}

/* =LINK WITH ICON
--------------------------------------------------------------------------- */

a.icon-link {
	cursor: pointer;
	display: block;
	float: left;
	padding-bottom: 3px;
}

a.icon-link img {
	display: block;
	float: left;
	margin-right: 5px;
}

a.icon-link span {
	display: block;
	float: left;
	margin-top: 2px;
	width: auto;
}

a.icon-link span.short {
	width: 114px;
}

a.icon-link span:hover {
	text-decoration: underline; /* Opera needs this explicit because of block */
}

a.icon-link-vertical {
	cursor: pointer;
	display: block;
}

a.icon-link-vertical img {
	display: block;
	margin: 0 auto 0 auto;
}

a.icon-link-vertical span {
	display: block;
	font-weight: bold;
}

/* reset for table-list */
.table-list a.icon-link {
	display: inline;
	float: none;
	padding-bottom: 0px;
}

.table-list a.icon-link img {
	display: inline;
	float: none;
	margin-right: 0px;
}

/* widget icon */
.wgt-frame .icon {
	float: right;
	margin: 4px 8px 4px 8px;
}

.wgt-frame a.icon-link {
	padding-top: 3px;
}

.wgt-frame a.icon-link img {
	margin-right: 2px;
}

/* =ADVERTISING
--------------------------------------------------------------------------- */

.vertical-advertising-text {
	background: transparent url(/img/xing/text_advertising.png) no-repeat 0px 0px;
}

div.vertical-advertising-text {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	background-image: none;
	width: 11px;
}

span.vertical-advertising-text {
	display: block;
	height: 250px;
}

.vertical-advertising-text .language-de {
	background-position: -165px 0px;
}

.vertical-advertising-text .language-en {
	background-position: -154px 0px;
}

.vertical-advertising-text .language-es {
	background-position: -143px 0px;
}  

.vertical-advertising-text .language-fi {
	background-position: -132px 0px;
}

.vertical-advertising-text .language-fr {
	background-position: -121px 0px;
}

.vertical-advertising-text .language-hu {
	background-position: -110px 0px;
}

.vertical-advertising-text .language-it {
	background-position: -99px 0px;
}

.vertical-advertising-text .language-ja {
	background-position: -88px 0px;
}

.vertical-advertising-text .language-ko {
	background-position: -77px 0px;
}

.vertical-advertising-text .language-nl {
	background-position: -66px 0px;
}

.vertical-advertising-text .language-pl {
	background-position: -55px 0px;
}

.vertical-advertising-text .language-pt {
	background-position: -44px 0px;
}

.vertical-advertising-text .language-ru {
	background-position: -33px 0px;
}

.vertical-advertising-text .language-sv {
	background-position: -22px 0px;
}

.vertical-advertising-text .language-tr {
	background-position: -11px 0px;
}

.vertical-advertising-text .language-zh {
	background-position: 0px 0px;
}

/* =MARKETPLACE-CAMPAIGN
--------------------------------------------------------------------------- */
#campaign {
	margin: 0 15px 10px 15px;
	overflow: auto;
	padding: 0;
	width: 955px;
}

#campaign img {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 96px;
}

#campaign div {
	float: right;
	margin: 0;
	padding: 0;
	width: 844px;
}

#campaign div h1 {
	font-size: 15px;
	margin: 0;
	padding: 0 0 5px 0;
}

#campaign-disclaimer {
	border-top: 1px dotted #D8D8D8;
	color: #9C9C9C;
	margin: 0 15px 0 15px;
	overflow: auto;
	padding: 10px 0 0 0;
	width: 955px;
}

#campaign-disclaimer .asterisk {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 5px;
}

#campaign-disclaimer .content {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 940px;
}


/* =GROUPS
=========================================================================== */

/* =GROUPS-TEASER
--------------------------------------------------------------------------- */

.groups-teaser {
	display: block;
	margin: 15px 0 10px 0;
	overflow: hidden;
	padding: 0 8px 0 8px;
	width: 969px;
}

.groups-teaser img {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	width: 80px;
}

.groups-teaser span {
	display: block;
	float: left;
	width: 874px;
}


/* =GROUP-OPTIONS
--------------------------------------------------------------------------- */

#group-options div.item {
	clear: both;
	margin-bottom: 3px;
	width: 100%;
}

#group-options div.item form {
	overflow: hidden;
}

#group-options div.item form input {
	display: block;
	float: left;
}

#group-options div.item form label {
	display: block;
	float: left;
	padding-left: 4px;
	padding-top: 2px;
	width: 240px;
}

#group-options div.item form img.indicator {
	display: block;
	float: left;
	padding-left: 4px;
}


/* =ACCOUNT
=========================================================================== */

/* =INVOICE-ADDRESS
--------------------------------------------------------------------------- */

#suggested-billing-address div.datafield-header {
	display: block;
	font-weight: bold;
	text-align: right;
}

#suggested-billing-address div.datafield-header a:link,
#suggested-billing-address div.datafield-header a:visited,
#suggested-billing-address div.datafield-header a:active {
	text-decoration: none;
}

#suggested-billing-address div.datafield-header a:hover {
	text-decoration: underline;
}

/* =INFO (LIST)
=========================================================================== */

h1.headline {
	margin-bottom: 10px;
	padding: 0;
}

ul.unordered-list, ul.unordered-link-list, ol.ordered-list {
	background-image: none;
	margin: 0 0 15px 0;
	padding: 0;
}

ul.unordered-list li, ul.unordered-link-list li, ol.ordered-list li {
	background: transparent url(/img/xing/icn_bulletpoint_blue.gif) no-repeat scroll 0px 4px;
	margin: 0;
	padding: 0 0 7px 17px;
	width: auto;
}

ul.unordered-link-list li {
	background: transparent url(/img/xing/icn_bulletpoint_blue_link.gif) no-repeat scroll 0px 4px;
}

ol.ordered-list li {
	background-image: none;
	padding-left: 22px;
}

ol.ordered-list li.one {
	background: transparent url(/img/xing/icn_bulletpoint_1.gif) no-repeat scroll 0px 2px;
}

ol.ordered-list li.two {
	background: transparent url(/img/xing/icn_bulletpoint_2.gif) no-repeat scroll 0px 2px;
}

ol.ordered-list li.three {
	background: transparent url(/img/xing/icn_bulletpoint_3.gif) no-repeat scroll 0px 2px;
}

/* =GROUP_REQUEST
--------------------------------------------------------------------------- */

#more-information h3 span {
	color: #006567;
	padding-bottom: 10px;
}

#more-information ul.unordered-link-list {
	margin-bottom: 0;
}


/* =CONTEXT WINDOW
--------------------------------------------------------------------------- */

#context-window-help h4 {
	margin-bottom: 4px;
	margin-top: 0;
}

#context-window-help ul {
	list-style-type: square;
	margin: 0 0 6px 16px;
}

#context-window-help ol {
	margin: 0 0 6px 0;
	padding: 0 0 0 16px;
}

#context-window-help ul li, #context-window-help ol li {
	padding: 0 0 4px 0;
}

/* =GENERAL
--------------------------------------------------------------------------- */

span.annotation {
	color: #808080;
	font-size: 11px;
}


/* =THIS IS THE END, MY FRIEND
=========================================================================== */

#old-footer, #navfooter {
	display: none;
}


/* =PRINT
=========================================================================== */

@media print {
  
  .col_one, .col_two, .col_three, .col_5050 {
    overflow: visible;
  }
  
	#navmain,
	.event-private,
	.event-public,
	.icon-ambassador,
	.icon-close,
	.icon-customize,
	.icon-down,
	.icon-moderator,
	.icon-move,
	.icon-premium,
	.icon-search
	.icon-up,
	.image-edit,
	.image-search,
	.language,
	.logo,
	.navmain-other,
	.navmain-selected,
	.navmain-start,
	.ruler,
	.shadow-bottom,
	.shadow-top,
	.small-logo,
	.gadget-ruler,
	.gadget-ruler div,
	h2.grey-headline-long,
	h2.grey-headline-medium,
	h2.grey-headline-short,
	h3.blue-headline-long,
	h3.blue-headline-medium,
	h3.blue-headline-short,
	img.contact,
	img.event-private,
	img.event-public,
	img.icon-addbookmark,
	img.icon-addcontact,
	img.icon-addcontact-big,
	img.icon-ambassador,
	img.icon-ambassador-big,
	img.icon-basic-big,
	img.icon-close,
	img.icon-close-big,
	img.icon-customize,
	img.icon-delete,
	img.icon-deletebookmark,
	img.icon-deletecontact,
	img.icon-down,
	img.icon-down-big,
	img.icon-down-big,
	img.icon-edit,
	img.icon-edit-down,
	img.icon-edit-up,
	img.icon-editsettings,
	img.icon-expandminus,
	img.icon-expandplus,
	img.icon-exportcontact,
	img.icon-info,
	img.icon-introduce,
	img.icon-introduce-big,
	img.icon-invitetogroup,
	img.icon-location,
	img.icon-lock,
	img.icon-locked,
	img.icon-mobilenumber,
	img.icon-moderator,
	img.icon-moderator-big,
	img.icon-move,
	img.icon-phonenumber,
	img.icon-premium,
	img.icon-premium-big,
	img.icon-profilepreview,
	img.icon-questionmark,
	img.icon-reportprofile,
	img.icon-route,
	img.icon-search,
	img.icon-sendmessage,
	img.icon-sendmessage-big,
	img.icon-sharedinfo,
	img.icon-skype,
	img.icon-skype0,
	img.icon-skype1,
	img.icon-skype2,
	img.icon-skype3,
	img.icon-skype4,
	img.icon-skype5,
	img.icon-skype6,
	img.icon-skype7,
	img.icon-up,
	img.icon-up-big,
	img.image-edit,
	img.image-search,
	img.message,
	img.new-contact,
	img.new-message {
		background-image: none;
	}
}
