/* css resets - anpassungen Support */
html {
	color: #000;
	background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
/* preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* -preserve line-height and selector appearance */
/* enable resizing for IE */
input,textarea,select {
	font-size: 100%;
}
/* -enable resizing for IE */
/* legend doesn't inherit in IE */
legend {
	color: #000;
}
/* -legend doesn't inherit in IE */
/* -css resets */
/* ml - all */
body {
	color: #555;
	font: 11px Verdana, Arial, sans-serif;
	min-width: 1000px;
}
a {
	text-decoration: none;
	color: #037;
}
a:hover {
	text-decoration: underline;
}
input,textarea,select {
	font: 100% Verdana, Arial, sans-serif;
	vertical-align: middle;
	color: #555;
}
#container {
	width: 1004px;
	padding: 0 0 0 4px;
	background: url('../siteimg/skeleton/bg-body.gif') repeat-x;
}
/* header */
#header {
	height: 1%;
	padding: 0 0 20px;
}
.header-bar {
	color:#fff;
	overflow:hidden;
	height:1%;
	padding:6px 19px 18px 9px;
}
.header-bar a {
	float: right;
	color: #fff;
}
.header-holder {
	overflow: hidden;
	height: 1%;
}
/* -header */
/* logo */
#headerLeft {
	float: left;
	height: 104px;
	display: inline;
	margin: 4px 0 0 9px;
}
#headerWrapper {
	float: right;
	width: 572px;
	padding: 16px 0 0;
	position: relative;
	z-index:5;
}
#headerMiddle {
	float: left;
	width: 248px;
	padding: 31px 0 0;
	text-align: right;
}
/* -logo */
/* search form */
#searchboxMiddle form {
	background: url('../siteimg/skeleton/bg-searchboxMiddle.gif') no-repeat;
	width: 248px;
	height: 24px;
	margin: 0 0 4px;
	overflow: hidden;
}
/* search input field */
#searchboxMiddle .searchTxt {
	background: none;
	border: none;
	float: left;
	padding: 5px 11px;
	width: 150px;
	margin: 0;
	color: #999;
}
/* search button */
.searchBtn {
	background: url('../siteimg/skeleton/btn-search.gif') no-repeat;
	width: 72px;
	height: 16px;
	float: right;
	font-size: 10px;
	color: #fff;
	margin: 2px;
	padding: 4px 0 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#headerRightWrapper {
	width: 285px;
	height: 108px;
	color: #19316c;
	float: right;
	padding-right:4px;
	padding-bottom: 5px;
	position: relative;
	background: url('../siteimg/skeleton/bg-headerRight.gif') no-repeat;
}
#headerRight {
	height: 100px;
	position: absolute;
	padding: 4px 10px;
	top:0;
	bottom:0;
	margin: auto;
	vertical-align: middle;
}
#headerRight h3 {
	font-size: 11px;
	margin: 0 0 7px;
	font-weight: bold;
}
#headerRight ul {
	padding: 0 0 0 12px;
}
#headerRight a {
	color: #19316c;
}
#headerRight strong {
	font-weight: bold;
	padding: 0 5px 0 0;
	text-align: right;
	float: left;
	width: 35px;
}
#headerRight li {
	padding: 0 0 3px;
	font:11px/13px Verdana, Arial, Helvetica, sans-serif;
}
/* -header */
/* main navigation */
#topNav:after,
#header:after {
	content: "";
	display: block;
	clear: both;
}
#topNav {
	background: url('../siteimg/skeleton/bg-top-nav.gif') no-repeat;
	width: 1000px;
	height: 22px;
	margin-top: -1px;
	position: relative;
	z-index:12;
}
#topNav ul {
	float: left;
	padding: 3px 0 0 5px;
	font-weight: bold;
	position: relative;
}
#topNav li {
	float: left;
	padding: 0 6px 0 0;
}
.extern #topNav li {
	padding-right:27px;
}
/*
.extern #topNav li .drop ul a {
	float:none;
}
*/
#topNav li a {
	color: #fff;
	float: left;
}
#topNav li a span {
	float: left;
	padding: 1px 6px 5px;
	cursor: pointer;
}
#topNav li a:hover,
#topNav li.active a,
#topNav li.active-extern a {
	color: #15376f;
	text-decoration: none;
	background: url('../siteimg/skeleton/bg-nav-link.gif') no-repeat;
}
#topNav li:hover a,
#topNav li.hover a {
	background: url('../siteimg/skeleton/bg-nav-link.gif') no-repeat;
	color: #15376f;
	/* display: block; */
}
#topNav li:hover span,
#topNav li.hover span {
	background: url('../siteimg/skeleton/bg-nav-link.gif') no-repeat 100% -20px;
}
#topNav li a:hover span,
#topNav li.active a span,
#topNav li.active-extern a span {
	background: url('../siteimg/skeleton/bg-nav-link.gif') no-repeat 100% -20px;
}
/* drop down */
#topNav li .drop {
	position: absolute;
	left: 0;
	display: none;
	top: 100%;
	width: 1000px;
	border-bottom: 2px solid #dededc;
}
#topNav li.active-extern .drop {
	border: none;
}
#topNav li .drop ul {
	float: none;
	overflow: hidden;
	height: 1%;
	padding: 7px 0;
	margin: 0 0 0 -3px;
	font-weight: normal;
}
#topNav li .drop ul a {
	color: #6C6C64;
	background: none;
	padding: 0 13px;
	float: none;
}

#topNav li .drop ul a.active,
#topNav li .drop ul a.active-extern,
#topNav li .drop ul a:hover {
	text-decoration: none;
	color: #13356D;
	background: none;
}
#topNav li .drop ul li {
	padding: 0;
}
#topNav li:hover .drop,
#topNav li.hover .drop,
#topNav li.active .drop {
	display: block;
}
/* -drop down */
#topNav a.logout {
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px 19px;
	text-transform: uppercase;
}
/* content */
#maincontent-container {
	padding: 20px 0 0;
	overflow: hidden;
	height: 1%;
}
#maincontent-container h1 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px 0;
	clear:both;
}
/*
#maincontent-container h2 {
	font-size:16px;
	font-weight:bold;
	margin: 3px 0 10px;
}
*/
/* wrapper */
#wrapper {
	float: left;
	margin: 0 17px 0 0;
	overflow: hidden;
	width: 675px;
}
/* right column */
#right {
	float: right;
	overflow: hidden;
	width: 285px;
}
#right-wide {
	float: right;
	overflow: hidden;
	width: 300px;
}
/* side-box */
.side-box {
	padding-bottom: 28px;
	width: 100%;
}
.side-box-hold {
	background: #efeeec url('../siteimg/skeleton/bg-side-box-t.gif') no-repeat;
}
.side-box-bar {
	background: url('../siteimg/skeleton/bg-side-box-b.gif') no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 8px 4px 6px;
}
.side-section .side-box-bar {
	padding: 8px 4px 11px;
}
.side-box-bar-narrow {
	background: url('../siteimg/skeleton/bg-side-box-b.gif') no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 8px 4px 3px;
}
/* tabs */
.side-box .tabset {
	overflow: hidden;
	width: 265px;
	margin: 0 auto 9px;
	font-size: 12px;
	font-weight: bold;
	background: url('../siteimg/skeleton/bg-sidebox-section.gif') no-repeat;
}
.side-box .title {
	color: #003970;
	background: url('../siteimg/skeleton/bg-sidebox-section.gif') no-repeat;
	width: 247px;
	padding: 12px 10px;
	height: 13px;
	overflow: hidden;
	margin: 0 auto 8px;
}
.side-box .title h3 {
	font-size: 12px;
	font-weight: bold;
}
.side-box h3.archiv {
	background: url('../siteimg/skeleton/icon-archive.gif') no-repeat 100% 0;
	float: left;
	margin: -7px 0 0;
	padding: 8px 40px 11px 0;
	position: relative;
}
.side-box .tabset ul {
	padding: 11px 0;
	overflow: hidden;
	height: 1%;
}
.side-box .tabset ul li {
	float: left;
	padding: 0 12px;
	margin: 0 2px 0 -2px;
	background: url('../siteimg/skeleton/separator-tabset.gif') no-repeat;
}
.side-box .tabset ul li.firsttab {
	background: none;
}
.side-box .tabset a {
	color: #909080;
}
.side-box .tabset a:hover,
.side-box .tabset a.active {
	color: #037;
	text-decoration: none;
}
/* -tabs */
/* loungebox */
.loungeboardbox {
	min-height: 249px;
	height: 249px;
	position: relative;
	overflow: hidden;
	/* padding: 0; margin: 0; */
}
.side-box ul.board {
	background-color: #fff;
	padding: 12px 7px 0;
	margin: 0 0 6px;
	position: relative;
	line-height: 14px;
	overflow: hidden;
}
.loungeboardbox ul.board {
	background: #fff repeat scroll;
	position: relative;
	line-height: 14px;
	list-style-type: none;
	z-index: 1;
	padding: 0;
    margin: 0;
}

.loungeboardbox .ticker-box-wrap {
	padding: 0 0 0 7px;
    margin: 0 0 6px;
	height: 190px;
    max-height: 190px;
    min-height: 190px;
    overflow: hidden;
    background: #fff repeat;
}

.loungeboardbox ul.board li {
	border-bottom: 1px solid #E6F0F5;
	padding: 9px 0;
	background-color: #fff;
}
.loungeboard ul li {
	padding: 0 0 17px;
}
.loungeboardbox ul.board li strong {
	display: block;
	line-height: normal;
}
.loungeboardbox ul strong,
.loungeboardbox .arrowlink,
.loungeboardbox .tab-links ul li a {
	color: #037;
	font-weight: bold;
}
.loungeboardbox ul strong a {
	color: #037;
}
.loungeboardbox .content-box-wrap {
	overflow: hidden;
	/*visibility: visible;
	z-index: 2;*/
}
* html .loungeboardbox {
	height: 242px;
}
.tab-links,
.side-box .wrapper {
	background: url('../siteimg/skeleton/bg-tab-links-c.gif') repeat-y;
	width: 265px;
	margin: 0 auto;
}
.tab-links .links-holder,
.side-box .wrapper-holder {
	background: url('../siteimg/skeleton/bg-tab-links-t.gif') no-repeat;
}
.tab-links .links-frame,
.side-box .wrapper-frame {
	background: url('../siteimg/skeleton/bg-tab-links-b.gif') no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 7px 9px 8px;
}
.side-box .wrapper-frame {
	padding: 13px 8px 14px;
}
.loungeboardbox .tab-links ul li {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 1px;
	padding: 0 0 0 15px;
}
.mmInfoBox {
	width: 261px;
	padding: 10px 8px 15px;
	color: #333;
	line-height: 16px;
	font-size: 12px;
	background: #fff url('../siteimg/skeleton/bg-mmInfoBox.gif') no-repeat 0 100%;
}
.mmInfoBox ul.links {
	margin: 0;
	padding: 0;
}

.mmInfoBox ul.links a,
.visitors ul.links li a.links {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 2px;
	padding: 0 0 0 15px;
}
.mmInfoBox div.actBarBig {
	float:left;
	width:220px;
}

.mmInfoBoxNarrow {
	width: 261px;
	padding: 5px 8px 6px 8px;
	color: #333;
	line-height: 16px;
	font-size: 12px;
	background: #fff url('../siteimg/skeleton/bg-mmInfoBox.gif') no-repeat 0 100%;
}
.mmInfoBoxNarrowBlank {
	width: 261px;
	padding: 5px 8px 6px 8px;
	color: #333;
	line-height: 16px;
	font-size: 12px;
}
.mmArticleImageBox {
	border: 1px solid #ccc;
	float: none;
	height: 88px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 88px;
}
.mmArticleImageBox img {
	display: block;
}
.mmInfoBox strong {
	color: #12346d;
	font-weight: bold;
}
.mmInfoBoxTitle {
	font-weight: bold;
	margin: 0;
	color: #555550;
	padding: 14px 0 0;
}
.mmInfoBox .text {
	clear: both;
	width: 100%;
	padding: 9px 0 0;
}
.mmInfoBoxNarrow .text {
	clear: both;
	width: 100%;
	padding: 5px 0;
}
div.mmInfoBox img.txtImgLeft {
    float: left;
    padding: 3px 8px 8px 0;
}
/* info-box */
.side-box .info-box {
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 11px 8px 11px 5px;
	color: #333;
	margin: 0 0 10px;
}
.side-box .info-box p {
	margin-bottom: 8px;
}
/* side-box wrapper */
.side-box .info-box strong {
	font-weight: bold;
	color: #15376f;
}
.side-box .wrapper .alignleft {
	float: left;
	border: 1px solid #dcdcce;
	margin: 0 5px 0 0;
}
.side-box .wrapper h3 {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 1px;
	padding: 0 0 0 15px;
	color: #13356d;
	margin: 0 0 9px;
	font-weight: bold;
}
.side-box .wrapper strong {
	font-weight: bold;
}
.side-box .wrapper a {
	color: #19316c;
}
.side-box .wrapper .text,
.side-box .wrapper-frame .text {
	overflow: hidden;
	height: 1%;
	padding: 8px 0 0;
}
/* -side-box wrapper */
/* top link */
#maincontent-container .top-link,
#right .top-link,
#right-wide .top-link {
	padding: 20px 0 12px;
	text-align: right;
	clear: both;
}
#maincontent-container .top-link a,
#right .top-link a,
#right-wide .top-link a {
	background: url('../siteimg/skeleton/icon-top-link.gif') no-repeat 0 2px;
	padding: 0 0 0 15px;
	color: #504b36;
}
/* -top link */
/* login-form */
.login-form {
	float: right;
	width: 440px;
	padding-top: 47px;
}
.login-form .row {
	width:100%;
	overflow:hidden;
	padding-bottom:4px;
}
.login-form .text {
	float:left;
	background: url('../siteimg/skeleton/bg-text.gif') no-repeat;
	width:182px;
	height:20px;
	padding:2px;
	margin-right:6px;
	display:inline;
}
.login-form .small {
	background: url('../siteimg/skeleton/bg-text-small.gif') no-repeat;
	width: 164px;
}
.login-form .text input {
	float:left;
	width:167px;
	padding:4px 5px 3px 10px;
	border:0;
	background:none;
	color:#999;
}
.login-form .small input {
	width: 149px;
}
.login-form .submit {
	float: left;
	text-indent: -9999px;
	background: url('../siteimg/skeleton/btn-login.gif') no-repeat;
	width:74px;
	height:24px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.login-form a {
	padding-left: 13px;
	color: #333;
}
#topNav .newsletter {
	color: #fff;
	float: right;
	font-weight:bold;
	margin:0 56px 0 19px;
	padding:4px 0;
}
.application {
 	width:100%;
 	overflow:hidden;
}
/* non ml */
.notesbox {
	background: url('../siteimg/boxes/notescornertopright.gif') no-repeat top right;
	padding: 8px;
	background-color: #FFFFCB;
	border: 1px solid #FFCC66;
}
h1.red {
	float: left;
	color: red;
	font-size: 12px;
	padding-right: 10px;
}
/* -non ml */
/* extern page */
.startpage {
	background-color:#efeeec;
}
.startpage #container {
	width: 1004px;
}
.extern #headerLeft {
	margin-left:13px;
}
.extern #headerLeft a,
.extern #headerLeft img {
	display:block;
}
.extern .header-holder {
	padding-bottom:6px;
}
/*
.extern #wrapper {
	background: url('../siteimg/skeleton/bg-dotted-line-wrapper.gif') no-repeat 28px 100%;
}
.extern .application {
	padding-bottom:40px;
}
*/
.extern #maincontent-container {
	padding-top:8px;
}
/* -extern page */
/* -login-form */
/* fetures block */
.features {
	padding:10px 0 15px 6px;
}
#right-wide .features {
	padding:10px 0 15px 21px;
}
#right-wide .applywrapper {
	padding-left: 8px;
}
.features h2 {
	font-size:24px;
	line-height:26px;
	color:#13356d;
	font-weight:bold;
	margin-bottom:21px;
}
.features ul {
	font-size:22px;
	line-height:26px;
	color:#13356d;
}
.features ul li {
	padding-bottom: 14px;
}
.features a {
	color:#13356d;
}
.btn-apply {
	display:block;
	background: url('../siteimg/skeleton/btn-apply.gif') no-repeat;
	width:277px;
	height:54px;
	padding:25px 0 30px;
	margin:0 0 14px 3px;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
}
.btn-apply strong {
	display:block;
	font-weight:bold;
	font-size:28px;
	line-height:32px;
}
.map-placeholder img,
.video-placeholder img {
	display: block;
}
.map-placeholder,
.video-placeholder {
	margin-bottom:30px;
}
.side-box .list {
	padding:15px 5px 0 0;
}
.side-box .list li {
	padding:0 0 20px 22px;
	background: url('../siteimg/skeleton/bullet.gif') no-repeat 0 6px;
	line-height:20px;
	font-weight:bold;
	color:#555;
}
.side-box h3 strong {
	font-weight: bold;
}
/* -features block */
/* legacy feature */
.feature p.pad {
	padding-bottom:4px;
}
.feature p.summary {
	padding:20px 0 0px;
	font-weight:bold
}
.feature p.text {
	padding-bottom:20px;
}
.printWidth {
	width:760px;
}
.imgTxt140 {
	background:#dbebf7;
	width:140px;
	float:left;
	margin:7px 10px 10px 0;
}
.imgTxt140 span	{
	padding:2px 4px;
	width:132px;
	font-size:10px;
	display:block;
}
.imgTxt140 span.top {
	padding:0px 4px;
	width:132px;
	display:block;
	text-align:right;
	border-bottom:1px #fff solid;
}
.feature ul {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}
.feature li {
	background:url('../siteimg/util/list-style1.gif') no-repeat 0px 6px;
	padding-left:10px;
}
.copyright {
	color:#989796;
	float:right;
	text-align:right;
	margin-bottom:17px;
	margin-top:10px;
}
/* exclusive feature */
.exclusivefeature {
	padding-bottom: 10px;
}
.exclusivefeature ul {
	list-style: none;
	padding-left: 6px;
	margin-left: 0px;
}
.exclusivefeature a, a > b {
	color:#003377;
}
.exclusivefeature ul > li {
	background:transparent url('../siteimg/icons/16/tick_blue.gif') no-repeat scroll 0 0;
	padding-left:22px;
}
img.exclusiveLine {
	padding-bottom: 15px;
	width: 645px;
}
.shorttextinclude a {
	color:#003377;
}
/* -exclusive feature */
/* archive box */
.extern .side-box h3.archiv {
	background:none;
}
.mmInfoBox .info-box {
	line-height:16px;
	padding:0 0 6px 0;
}
.extern .side-box .info-box p {
	margin-bottom:5px;
}
.mmInfoBox .wrapper {
	background:none;
	padding:0 0 2px;
	margin:0;
	width:auto;
	overflow:hidden;
}
.mmInfoBox .wrapper h3 {
	background:none;
	padding:0;
	margin-bottom:13px;
	font-size:11px;
	line-height:14px;
}
.mmInfoBox .wrapper .alignleft {
	margin:0 11px 0 4px;
}
.mmInfoBox .wrapper .text {
	clear:none;
	width:auto;
	font-size:11px;
	line-height:14px;
	padding-top:6px;
}
.inner .side-box-bar {
	padding-bottom:4px;
}

.mmInfoBox ul {
	padding:15px 5px 0 0;
}
.mmInfoBox li {
	line-height:20px;
}
/* -archive box */
/* gallery */
.gallery {
	width:664px;
	padding:0 4px 0 7px;
	margin-bottom:10px;
}
.gallery div.rotate-testimonials-wrapper,
.gallery div.rotate-testimonials-wrapper .images-wrp {
	width:664px;
	height:377px;
	overflow:hidden;
	position:relative;
}
.gallery div.rotate-testimonials-wrapper ul.images {
	width:9999px;
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0;
	width: 664px;
	height: 377px;
}
.gallery div.rotate-testimonials-wrapper ul.images li {
	width:664px;
	height:417px;
	display: inline;
}
.gallery div.rotate-testimonials-wrapper ul.images li.active {
	visibility: visible;
	display: block;
	/* opacity: 1; */
}
.gallery div.rotate-testimonials-wrapper ul.images li.inactive {
	visibility: hidden;
	display: none;
	/* opacity: 0; */
}
.gallery div.rotate-testimonials-wrapper ul.images li img {
	position: absolute;
	top: 0;
	left: 0;
}
.gallery .text-block {
	width:224px;
	position:absolute;
	right:19px;
	bottom:15px;
	font-size:12px;
	line-height:16px;
}
.gallery .text-block .t,
.gallery .text-block .b {
	background:url('../siteimg/skeleton/bg-text-block-t.png') no-repeat 0 0;
	height:4px;
	overflow:hidden;
	/* width: 233px; - width (block-c) [233 = 191 + 19 + 14]px */
}
.gallery .text-block .b {
	background:url('../siteimg/skeleton/bg-text-block-b.png') no-repeat;
}
.gallery .text-block .c {
	width:191px;
	overflow:hidden;
	padding:12px 19px 12px 14px;
	background:url('../siteimg/skeleton/bg-text-block-c.png') repeat-y;
	color:#000;
}
.gallery .text-block .title {
	display:block;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin-bottom:9px;
}
.gallery .text-block a {
	color:#037;
}
.gallery .text-block p {
	margin-bottom:6px;
}
.gallery .text-block p strong {
	font-weight:bold;
}
.gallery .text-block .more {
	font-weight:bold;
}
/* text positioning */
.gallery .right-bottom {
	right:7px;
	bottom:10px;
}
.gallery .left-bottom {
	left:11px;
	/* bottom:12px;
	line-height:16px;
	padding: 8px 5px 11px 6px;
	width:211px; */
}
.gallery .left-top {
	left:11px;
	top:12px;
}
.gallery .right-top {
	right:7px;
	top:12px;
}
* html .gallery .right-bottom {
	bottom:9px;
}
* html .gallery .left-bottom {
	bottom:11px;
}
/* -text positioning */
.rotate-testimonials-wrapper .switchers-wrp {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.rotate-testimonials-wrapper ul.switchers {
	padding:2px 20px 15px;
	text-align:right;
	font-size:11px;
	line-height:16px;
}
.rotate-testimonials-wrapper ul.switchers li {
	display:inline;
}
.rotate-testimonials-wrapper ul.switchers a {
	font-weight:bold;
	color:#5d5d5c;
}
.rotate-testimonials-wrapper ul.switchers a:hover,
.rotate-testimonials-wrapper ul.switchers .active a {
	color:#f76903;
	text-decoration:none;
}
/* -gallery */
/* events block */
.events-block {
	padding:0 0 0 20px;
}
.event {
	font-size:12px;
	line-height:16px;
	color:#000;
	padding-bottom:10px;
}
.events-block h2 {
	color:#037;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	margin-bottom:10px;
}
.event .heading {
	display:block;
	font-weight:bold;
}
.event .heading a {
	color:#037;
}
.events-block .more {
	text-align:right;
	margin-top:-5px;
	padding-right:15px;
}
.events-block .more a {
	color:#f76a04;
}
/* -events block */
/* image-box */
.image-box .outertabs {
	height:43px;
}
.image-box .tabPagingMiddleBig {
	padding:9px 11px 15px 10px;
}
.contentBox1 h2.title {
	font-size:12px;
	color:#037;
	font-weight:bold;
	padding:12px 10px;
}
.image-box .image {
	width:646px;
	position:relative;
}
.image-box .image img {
	display:block;
}
.image-box .text-block {
	position:absolute;
	width:227px;
	padding:4px 3px 4px 12px;
	font-size:12px;
	line-height:18px;
	color:#000;
	background: url('../siteimg/skeleton/bg-text-block.png');
}
.image-box .right-bottom {
	right:7px;
	bottom:10px;
}
.image-box .left-bottom {
	left:11px;
	bottom:12px;
	line-height:16px;
	padding: 8px 5px 11px 6px;
	width:211px;
}
.image-box .left-top {
	left:11px;
	top:12px;
}
.image-box .right-top {
	right:7px;
	top:12px;
}
* html .image-box .right-bottom {
	bottom:9px;
}
* html .image-box .left-bottom {
	bottom:11px;
}
.image-box .text-block p a {
	color:#037;
}
/* -image-box */
/* articles-review box */
.articles-review .outertabs ul {
	margin-right:-61px;
	width:716px;
	padding-top:1px;
}
.articles-review .outertabs ul li {
	background-position:0 50%;
	width:293px;
}
.articles-review .outertabs ul li a {
	color:#555;
}
.articles-list {
	width:100%;
	overflow:hidden;
}
.articles-list li {
	background:url('../siteimg/skeleton/bg-dotted-line.gif') repeat-x;
	width:100%;
	margin: -1px 0 1px;
	overflow: hidden;
	padding: 6px 0 5px;
	vertical-align: top;
	font-size:12px;
	line-height:16px;
}
.articles-list li.first-tab {
	background: none;
}
.articles-list .author,
.articles-list .desc {
	float:left;
	width:314px;
	background: url('../siteimg/skeleton/bg-dotted-line-y.gif') repeat-y 100% 0;
	padding:3px 19px 7px 2px;
}
.articles-list .desc {
	padding-left:0;
	width:316px;
}
.articles-list .author img {
	float:left;
	margin-right:16px;
}
.articles-list .desc img {
	border:1px solid #dbdbce;
	float:left;
	margin-right:16px;
}
.articles-list .author strong {
	color:#555;
	float:left;
	padding-top:8px;
}
.articles-list .author strong a {
	color:#555;
}
.articles-list .desc .text {
	height:1%;
	line-height:14px;
	overflow:hidden;
	padding:4px 0 0;
}
.articles-list .desc strong,
.articles-list .desc span {
	color:#555;
	display:block;
}
.articles-list .desc p {
	font-size:10px;
}
.articles-list .desc span {
	font-size:12px;
}
.articles-list .subject {
	float:right;
	width:282px;
	color:#555;
	padding-top:13px;
}
.articles-list .subject a {
	color:#555;
}
/* -articles-review box */
/* topic-list box */
.topic-list h2 {
	padding:10px 14px;
}
.topic-list .loungePagingWrp {
	padding:14px 13px 17px;
}
.topic-list .loungePaging {
	width:664px;
	margin-right:-23px;
	padding-bottom:33px;
	overflow:hidden;
}
.topic-list ul {
	float:left;
	width:298px;
	padding-right:34px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#6c6c6c;
}
.topic-list ul li {
	background:url('../siteimg/skeleton/icon-links.gif') no-repeat 0 4px;
	padding:0 0 4px 18px;
}
.topic-list ul a {
	color:#6c6c6c;
}
.topic-list .show {
	color:#037;
	font-weight:bold;
	padding-left:6px;
}
.topic-list .show span {
	font-size:10px;
	letter-spacing:-1px;
}
/* search-in-forum form */
.topic-list .row {
	width:574px;
	overflow:hidden;
}
.topic-list .row .show {
	line-height:20px;
}
.search-in-forum {
	float:right;
	width:249px;
}
.search-in-forum .text {
	background: url('../siteimg/skeleton/bg-text-small.gif') no-repeat;
	width:164px;
	height:20px;
	float:left;
	margin-right:7px;
	padding:2px;
	display:inline;
}
.search-in-forum .text input {
	width:152px;
	background:none;
	border:0;
	color:#6c6c6c;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:3px 5px 3px 7px;
}
.search-in-forum .submit {
	float:left;
	text-indent:-9999px;
	background: url('../siteimg/skeleton/bg-btn-search.gif') no-repeat;
	width:74px;
	height:24px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
/* -search-in-forum form */
/* -topic-list box */
/* places-list */
.inner .events-box .loungePagingWrp {
	padding-bottom:5px;
}
.inner .loungePagingWrp .more {
	padding-right:8px;
}
.places-list {
	height:1%;
	overflow:hidden;
	padding:15px 0 0;
}
.places-list ul {
	float:left;
	width:114px;
	padding-left:11px;
	font-weight:bold;
}
.places-list .even {
	width:124px;
}
.places-list ul li {
	padding-bottom:9px;
}
.places-list ul a {
	color:#037;
}
.places-list ul span {
	font-size:9px;
	letter-spacing:-1px;
}
/* -places-list */
/* event-description */
.event-description .loungePagingWrp {
	padding:12px 13px 21px;
	line-height:16px;
	color:#000;
}
.event-description .loungePagingWrp a {
	color:#037;
}
/* -event-description */
/* text-area */
.text-area .loungePagingWrp {
	padding:18px 13px 0 15px;
	width:639px;
}
.text-area {
	color:#000;
	line-height:16px;
}
.text-area p {
	margin-bottom:31px;
}
.text-area h3 {
	font-size:12px;
	line-height:16px;
	color:#037;
	font-weight:bold;
	margin-bottom:6px;
}
.text-area .section {
	padding-bottom:10px;
}
.text-area .section strong {
	display:block;
	font-weight:bold;
	color:#000;
	line-height:20px;
}
.text-area .section p {
	margin-bottom:23px;
}
.text-area .list {
	padding:10px 0 23px 2px;
	margin-top:-22px;
}
.text-area .steps {
	line-height:19px;
	padding-bottom:13px;
}
.text-area .list li {
	padding-left:18px;
	background: url('../siteimg/skeleton/bullet.gif') no-repeat 0 4px;
	list-style: none inside none;
}
.text-area .steps li {
	background-position:0 6px;
}
.text-area .links li {
	font-weight:bold;
	padding-bottom:19px;
}
.text-area .links a,
.text-area a.links {
	color:#037;
	text-decoration:underline;
	padding-right:11px;
	/* background: url('../siteimg/skeleton/arrow-down.gif') no-repeat 100% 50%; */
}
.text-area .links a:hover {
	text-decoration:none;
}
/* -text-area */
/* contentBox1 */
.contentBox1 {
	margin-bottom: 29px;
	width: 675px;
	background: #efeeec url('../siteimg/skeleton/bg-content-box-t.gif') no-repeat;
}
.contentBox1 .frame {
	background: url('../siteimg/skeleton/bg-content-box-b.gif') no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 7px 0 4px;
}
.contentBox1 .outertabs {
	background: url('../siteimg/skeleton/bg-content-section.gif') no-repeat;
	width: 655px;
	height: 47px;
	margin: 0 auto;
}
.contentBox1 .events-heading {
	padding:5px 0;
	color:#037;
	font-weight:bold;
	font-size:12px;
	height:34px;
}
.contentBox1 .events-heading h2 {
	font-size:12px;
	font-weight:bold;
	padding:6px 0 0 21px;
	float:left;
}
.contentBox1 .events-heading form {
	width:312px;
	background: url('../siteimg/skeleton/separator-tabset-long.gif') no-repeat 100% 0;
	float:left;
	padding:4px 0 4px 12px;
}
.contentBox1 .events-heading form label {
	padding:2px 11px 0 0;
	float:left;
}
.contentBox1 .events-heading form select {
	color:#333;
	width:92px;
	float:left;
	margin:1px 0 0;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.contentBox1 .outertabs ul {
	margin:0 0 0 -10px;
	height:29px;
	padding:5px 0;
	font-size:12px;
	font-weight:bold;
}
.contentBox1 .outertabs ul:after {
	content:"";
	clear:both;
	display:block;
}
.contentBox1 .outertabs ul li {
	background:url('../siteimg/skeleton/separator-tabset-long.gif') no-repeat;
	float:left;
	margin:0 2px 0 -2px;
	padding:9px 28px 9px 26px;
	position:relative;
}
.contentBox1 .outertabs ul li.first-tab {
	background: none;
}
.contentBox1 .outertabs ul li a {
	color:#909080;
}
.contentBox1 .outertabs ul li a:hover,
.contentBox1 .outertabs ul li a.active {
	color:#037;
	text-decoration:none;
}
.contentBox1 .tabPadding {
	/*height:44px;*/
	height:100%;
}
.contentBox1 .tabPadding ul {
	margin:0;
	overflow:hidden;
}
.contentBox1 .tabPadding ul li {
	padding:6px 13px 9px 14px;
}
.contentBox1 .outertabs ul li .new {
	background: url('../siteimg/skeleton/icon-new.gif') no-repeat;
	width: 29px;
	height: 13px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:64px;
	top:-10px;
}
.contentBox21Left {
	margin-bottom: 29px;
	width: 675px;
	background: #efeeec url('../siteimg/skeleton/bg-content-box-t.gif') no-repeat;
}
.contentBox21Left .frame {
	background: url('../siteimg/skeleton/bg-content-box-b.gif') no-repeat 0 100%;
	overflow: hidden; height: 1%;
	padding: 7px 0 4px;
}
.contentBox21Left .outertabs {
	background: url('../siteimg/skeleton/bg-content-section.gif') no-repeat;
	width: 655px;  height: 47px;
	margin: 0 auto;
}
/* job exchange */
.contentBox1 .jobexchange-heading {
	padding: 5px 0;
	color: #003377;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
}
.contentBox1 .jobexchange-heading h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 0 21px;
	float: left;
}
.contentBox1 .jobexchange .leftcolumn {
	padding: 0 100px 0 0;
}
.contentBox1 .jobexchange table {
	width: 640px;
}
.contentBox1 .events-heading,
.contentBox1 .powersearch-heading,
.contentBox1 .message-heading,
.contentBox1 .pinboard-heading
.contentBox1 .contact-heading {
	padding: 5px 0;
	color: #037;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
}
.contentBox1 .contact-heading h2,
.contentBox2LeftSmall .outertabs h1,
.contentBox2Right .outertabs h1,
.outertabs h3.headline,
.contentBox1 .outertabs h1,
.contentBox1 .outertabs h2 {
	font-size: 12px;
	font-weight: bold;
	color: #037;
	float: left;
	padding: 11px 0 0 15px;
	vertical-align: middle;
}
.contentBox1 .events-heading h2,
.contentBox1 .powersearch-heading h2,
.contentBox1 .message-heading h2,
.contentBox1 .pinboard-heading h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 0 12px;
	float: left;
}
.contentBox1 .messagelist-heading span {
	font-size: 12px;
	padding: 11px 0 0 21px;
	float: left;
}
.contentBox1 .events-heading h2,
.contentBox1 .events-heading span.tabset-long h2 {
	padding: 8px 0 0 10px;
}
.contentBox1 .events-heading span.tabset-long {
	width: 450px;
	background: url('../siteimg/skeleton/separator-tabset-long.gif') no-repeat 100% 0;
	float: left;
	padding: 0px 0 4px 0;
}
.contentBox1 .events-heading form {
	width: 312px;
	background: url('../siteimg/skeleton/separator-tabset-long.gif') no-repeat 100% 0;
	float: left;
	padding: 4px 0 4px 12px;
}
.contentBox1 .events-heading form label {
	padding: 2px 11px 0 0;
	float: left;
}
.contentBox1 .events-heading form select {
	color: #333;
	width: 92px;
	float: left;
	margin: 1px 0 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.contentBox1 .outertabs ul {
	margin: 0;
	height: 29px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}
.contentBox1 .outertabs ul:after {
	content: "";
	clear: both;
	display: block;
}
.contentBox1 .outertabs ul li.firsttab {
	background: none;
}
.contentBox1 .outertabs ul li {
	background: url('../siteimg/skeleton/separator-tabset-long.gif') no-repeat;
	float: left; margin: 0 2px 0 -2px;
	padding: 9px 25px; position: relative; display: inline;
}
li.first-tab {
	background: none;
}
.contentBox1 .outertabsNarrow1 ul li {
	padding: 9px 18px;
}
.contentBox1 .outertabsNarrow2 ul li {
	padding: 9px 15px;
}
.contentBox1 .outertabs ul li a {
	color: #909080;
}
.contentBox1 .outertabs ul li span {
	color: #037;
}
.contentBox1 .outertabs ul li a:hover,
.contentBox1 .outertabs ul li.current a,
.contentBox1 .outertabs ul li a.active {
	color: #037;
}
.contentBox1 .tabPadding {
	/*height: 44px;*/
	height: 100%;
}
.contentBox1 .tabPadding ul {
	margin: 0;
	overflow: hidden;
}
.contentBox1 .tabPadding ul li {
	padding: 6px 13px 9px 14px;
}
.contentBox1 .tabPadding .headlineM {
	padding: 0 0 0 13px;
	margin: 0;
	line-height: 40px;
	vertical-align: middle;
}
.contentBox1 .outertabs ul li .new {
	background: url('../siteimg/skeleton/icon-new.gif') no-repeat;
	width: 29px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 64px;
	top: -10px;
}
.contentBox1 .outertabs ul li a:hover,
.contentBox1 .outertabs ul li a.active {
	color: #037;
	text-decoration: none;
}
/* contentBox2LeftSmall */
.contentBox2LeftSmall {
	width: 329px;
	float: left;
	margin-bottom: 20px;
	overflow:hidden;
	background: #efeeec url('../siteimg/skeleton/bg-content-box-t-329.gif') no-repeat;
}
.contentBox2LeftSmall .frame {
	background: url('../siteimg/skeleton/bg-content-box-b-329.gif') no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 7px 0 4px;
}
.contentBox2LeftSmall .outertabs {
	background: url('../siteimg/skeleton/bg-content-section-320.gif') no-repeat 7px 0;
	width: 325px;
	height: 47px;
	margin: 0 auto;
}
/* contentBox2Left */
.contentBox2Left {
	width:407px;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
}
.contentBox2Left .outertabs {
	width:404px;
}
/* -contentBox2Left */
/* contentBox2Right */
.contentBox2Right {
	width: 329px;
	float: right;
	margin:0 0 20px 17px;
	background: #efeeec url('../siteimg/skeleton/bg-content-box-t-329.gif') no-repeat;
}
.contentBox2Right .frame {
	background: url('../siteimg/skeleton/bg-content-box-b-329.gif') no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 7px 0 4px;
}
.contentBox2Right .outertabs {
	background: url('../siteimg/skeleton/bg-content-section-320.gif') no-repeat 7px 0;
	width: 325px;
	height: 47px;
	margin: 0 auto;
}
.tabPagingMiddleBig,
.loungePagingWrp {
	background: #fff url('../siteimg/skeleton/bg-content-hold.gif') no-repeat 0 100%;
	font-size: 12px;
	padding: 10px 13px 5px;
	overflow: hidden;
	width: 641px;
	margin: 0 auto;
}
.loungePagingWrpAlternate {
	background: #fff url('../siteimg/skeleton/bg-content-hold.gif') no-repeat 0 100%;
	font-size: 12px;
	padding: 2px 0;
	overflow: hidden;
	width: 667px;
	margin: 0 auto;
}
.events-content-top {
	background: #fff url('../siteimg/skeleton/bg-content-hold-t.gif') no-repeat 100% 0;
	font-size: 12px;
	padding: 0 13px;
	overflow: hidden;
	width: 641px;
	margin: 0 auto;
	min-height: 5px;
}
.tabPagingMiddleBig {
	line-height: 16px;
	width: 646px;
	margin: 0 auto;
	padding: 15px 8px 5px 13px;
}
.tabPagingMiddleBig strong,
.loungePagingWrp strong {
	font-weight: bold;
	color: #12346d;
}
.tabPagingMiddleBig .news {
	padding: 0 0 15px;
}
.tabPagingMiddleBig strong a,
.loungePagingWrp strong a {
	color: #12346d;
}
.tabPagingMiddleBig .more,
.loungePagingWrp .more {
	display: block;
	text-align: right;
	font-size: 11px;
}
.tabPagingMiddleBig .more a,
.loungePagingWrp .more a {
	color: #f76a04;
}
.tabPagingMiddleBig .more {
	margin: -3px 0 0;
}
.more-r {
	float: right;
	padding: 0 10px 0 0;
	margin-top: 2px;
}
.more-r a {
	color: #f76a04;
}
.events-box .loungePagingWrp {
	padding: 21px 10px 28px;
	width: 647px;
}
.myevents-box .frame {
	padding: 4px 0;
}
/* about info */
.loungePagingWrp .about-info {
	overflow: hidden;
	height: 1%;
	background: url('../siteimg/skeleton/bg-about-info.gif') repeat-y 318px 0;
}
.loungePagingWrp .about-info .image {
	background: url('../siteimg/skeleton/bg-image.gif') no-repeat;
	width: 273px;
	height: 181px;
	padding: 11px;
	float: left;
}
.loungePagingWrp .about-info .text {
	float: right;
	width: 305px;
	padding: 3px 0 0;
	line-height: 16px;
}
.loungePagingWrp .events {
	padding: 0 0 14px;
}
.loungePagingWrp .about-info .more {
	padding: 10px 0 0;
}
.welcome-t,
.welcome-b {
	clear: both;
}
.welcome-b {
	float: right;
	margin: 5px 0 0 0;
}
.welcome-b a {
	display:block;
	padding-left:20px;
	padding-bottom:4px;
	background: transparent url('../siteimg/skeleton/icon-links.gif') no-repeat scroll 3px 2px;
	font-weight:bold;
}
.welcome-t .headline {
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #555555;
}
.welcome-t .text {
	padding: 10px 0 0 0;
}
.welcome-t .text p {
}
.welcome-t img {
	float: left;
	margin: 0 10px 20px 0px;
	padding: 0;
}
.welcome-t ul {
	list-style-type: none;
}
.welcome-t ul li {
	display: inline;
}
/* -about info */
.listForms {
	overflow: hidden;
	float: left;
	width: 655px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	/*font-size:11px;*/
}
.listForms h1 {
	color: #037;
	padding: 0 0 0 11px;/* font-size: 120%; */
}
.listForms img {
	display: inline;
}
.listForms .text {
	width: 50%;
	padding: 3px;
}
.listFormsFooter {
	padding-left: 15px;
	padding-top: 5px;
}
p.listFormsABC {
	color:#3065A9;
	padding: 4px 0;
}
a.tdImgLink {
	float:left;
	display:block;
	margin:3px 0 0 8px;
}
.listFormsForm {
	width:15px;
}
.listFormsTableForm	{
	width:360px;
	float:left;
}
input.editTagTableForm {
	width:350px !important;
}
.listFormsRange {
	margin: 5px 0 0 0;
}

.listFormsPages,
.listFormsRange {
	padding: 6px 0 0 0;
}
.listFormsPages {
	text-align: right;
}
.listFormsPages span {
 	vertical-align: middle;
}
.listFormsPages input {
	width: 20px;
	height: 20px;
	padding: 0 3px;
}
.listFormsPages .toPage {
	padding: 0;
}
.loungePagingWrp .listFormsTable td {
	padding: 10px 4px 10px 0;
}
.loungePagingWrp .listFormsTable td .desc img {
	float: left;
	padding-right: 5px;
}
.loungePagingWrp .listFormsTable tbody tr {
	padding: 20px;
	margin: 0 0 6px 0;
	vertical-align: top;
	background: url('../siteimg/skeleton/bg-member-list.gif') repeat-x;
}
.loungePagingWrp .listFormsTable a,
.loungePagingWrp .listFormsTable2 a {
	color: #037;
}
.loungePagingWrp .listFormsTable thead a.sort {
	padding: 0 11px 3px 0;
	background: url('../siteimg/util/arr_down_blue_e.gif') right no-repeat;
}
.loungePagingWrp .listFormsTable thead a.sortActive {
	padding: 0 11px 3px 0;
	background: url('../siteimg/util/arr_down_blue_f.gif') right no-repeat;
}
.loungePagingWrp .listFormsTable thead a.sortActiveUp {
	background: url('../siteimg/util/arr_up_blue_f.gif') right top no-repeat;
	padding: 0 11px 3px 0;
}
.loungePagingWrp .spUserProfileText a {
	color: #037;
}
.loungePagingWrp .tdPic img {
	border: 1px solid #dbdbce;
}
.loungePagingWrp .tableForms .tdPic img {
	margin: 0 20px 0 0;
}

.listsWrapper ul {
	padding:0px 0px 23px 0px;
	margin: 0px 0px 0px 40px;
}
.listsWrapper li {
	list-style: disc;
}

.tableblue select,.tableblue input,.formtextarea {
	/* width: 632px; */
	padding: 3px
}
.tableblue td {
	padding: 0 0 10px 0;
}
.tableblue .formHead {
	display: block;
	font-weight: bold;
	color: #037;
}
.tableblue .inputHead {
	display: block;
	font-weight: bold;
	color: #037;
	padding: 6px 0;
}
hr,
hr.slim {
	clear: both;
	display: block;
	border: none;
	background: url('../siteimg/skeleton/bg-member-list.gif') repeat-x;
	height: 1px;
	line-height: 1px;
}
hr.medium {
	margin: 10px 0 10px 0;
}
.rightBoxInput {
	float: left;
	width: 235px;
	height: 40px;
	margin: 0 10px 3px 1px;
	padding: 2px;
}
.rightBoxInput100 {
	overflow-y:auto;
	float:left;
	width:307px;
	height:40px;
}
a.answer:hover,
a.answer {
	background:url('../siteimg/icons/iconAwnsers.gif') 0 2px no-repeat;
	display:block;
	padding:3px 0 0 18px;
	width:60px;
}
.contactRels tr {
	background: none;
}
/* content links */
.linkPdf {
	display: block;
	padding-left:18px;
	background:url('../siteimg/icons/iconPdf.gif') 0px 0px no-repeat;
}
.linkMp3 {
	display: block;
	padding-left:18px;
	background:url('../siteimg/icons/16/music.gif') 0px 0px no-repeat;
}
.linkPrint {
	display: block;
	padding-left:20px;
	background:url('../siteimg/icons/iconPrinter.gif') left top no-repeat;
}
.linkLast {
	display:block;
	padding-left:20px;
	padding-bottom:4px;
	background: transparent url('../siteimg/skeleton/icon-links.gif') no-repeat scroll 3px 3px;
}
.linkDelete {
	display:block;
	padding-left:20px;
	background:url('../siteimg/icons/iconTrash.gif') left top no-repeat;
	height:20px;
}
.left,
.floatLeft {
	float: left;
}
.right,
.floatRight {
	float: right;
}
.backLink {
	background:url('../siteimg/util/arr_back.gif') no-repeat 0 4px;
	padding-left:20px;
}
.tdPic, .userPic {
	padding-right:10px !important;
}
.clear {
	clear: both; line-height: 0px;
	padding: 0; margin: 0;
}
/* user profile */
.userProfile {
}
.userProfile img.marg {
	margin-top: 3px;
}
#userProfileOptions {
	padding-top: 0;
	height: 142px;
	width: 185px;
}
#userProfileOptions img {
	float: left;
	padding-right: 11px;
}
#userProfileOptions	span {
	height: 13px;
	display: block;
	padding-top: 8px;
	width: 175px;
}
.tabset-long-body-left {
	width: 446px;
	float: left;
	background: url('../siteimg/skeleton/bg-about-info.gif') repeat-y right;
}
.tabset-long-body-right {
	padding: 0 0 0 10px; float: left;
}
.formHead {
	display: block;
	font-weight: bold;
	color: #555;
	margin-bottom: 1px;
	padding: 8px 0;
}
.formHeadNoPadding {
	display: block;
	font-weight: bold;
	color: #555;
	margin-bottom: 1px;
	padding: 0;
}
.formHeadSectionNoPadding {
	display: block;
	font-weight: bold;
	color: #12346D;
	padding: 0;
	margin: 0;
	height: 20px;
	line-height: 20px;
	float: left;
	clear: both;
}
a.more-btn-form,
a:hover.more-btn-form {
	color: #037;
	cursor: pointer;
	display: inline;
	float: right;
	line-height: 22px;
	margin-top: 7px;
	margin-left: 10px;
	padding: 0;
}
a.more-btn-form span,a.mehr span {
	background: transparent url('../siteimg/skeleton/icon-links.gif') no-repeat scroll 3px 6px;
	color: #037;
	float: left;
	height: 22px;
	padding: 0 7px 0 18px;
	font-weight: bold;
	white-space: nowrap;
}
a.mehr,a.mehr:hover {
	cursor: pointer;
	display: inline;
	line-height: 22px;
	margin-top: 3px;
	margin-left: 10px;
	float: left;
	padding: 0;
}
form {
	padding: 0;
}
/* member list */
.loungePagingWrp .member-list,
ul.preselect-member-list {
	overflow: hidden;
	height: 1%;
}
.loungePagingWrp .member-list li,
ul.preselect-member-list li {
	overflow: hidden;
	height: 1%;
	margin: -1px 0 1px;
	padding: 6px 0 5px;
	vertical-align: top;
	background: url('../siteimg/skeleton/bg-member-list.gif') repeat-x;
}
ul.preselect-member-list li {
	display: block;
	clear: both;
}
.loungePagingWrp .member-list li:first-child,
ul.preselect-member-list li:first-child {
	background: none;
}
.loungePagingWrp .member-list li .desc {
	float: left;
	width: 450px;
	padding: 0 19px 0 0;
	background: url('../siteimg/skeleton/bg-links.gif') repeat-y 100% 0;
}
ul.preselect-member-list li .desc {
	float: left;
	width: 520px;
}
.member-list li .desc img,
ul.preselect-member-list li .desc img {
	float: left;
	margin: 0 19px 0 0;
	border: 1px solid #dbdbce;
}
.member-list li .desc .text,
ul.preselect-member-list li .desc .text {
	overflow: hidden;
	height: 1%;
	line-height: 16px;
	padding: 4px 0 0;
}
.member-list li .desc strong,
.member-list li .desc span,
ul.preselect-member-list li .desc strong,
ul.preselect-member-list li .desc span {
	display: block;
	color: #555;
}
.loungePagingWrp .member-list li .links,
ul.preselect-member-list li .links {
	float: right;
	width: 161px;
	font-size: 11px;
	margin: 0;
	padding-top: 2px;
}
.loungePagingWrp .member-list .links li,
ul.preselect-member-list .links li {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 2px;
	padding: 0 0 2px 15px;
	margin: 0;
}
.loungePagingWrp .more-line {
	margin: -8px 0 0;
}
/* -member list */
/* activity feed satellite */
.activityFeedSatellite {
	overflow: hidden;
	height: 1%;
}
.activityFeedSatellite li {
	overflow: hidden;
	height: 1%;
	margin: -1px 0 1px;
	padding: 6px 0 5px;
	vertical-align: top;
	background: url('../siteimg/skeleton/bg-member-list.gif') repeat-x;
}
.activityFeedSatellite li:first-child {
	background: none;
}
.activityFeedSatellite li .desc {
	float: left;
	width: 550px;
	padding: 0 19px 0 0;
	background: url('../siteimg/skeleton/bg-links.gif') repeat-y 100% 0;
}
.full {
	float: left;
	width: 630px;
	padding: 0 19px 0 0;
	background: url('../siteimg/skeleton/bg-links.gif') repeat-y 100% 0;
}
.activityFeedSatellite li .desc img {
	float: left;
	margin: 0 19px 0 0;
	border: 1px solid #dbdbce;
}
.activityFeedSatellite li .desc .text {
	overflow: hidden;
	height: 1%;
	line-height: 16px;
	padding: 4px 0 0;
}
.activityFeedSatellite li .desc strong,
.activityFeedSatellite li .desc span {
	display: block;
	color: #555;
}
.activityFeedSatellite li .links {
	float: right;
	width: 61px;
	font-size: 11px;
	margin: 0;
	padding-top: 2px;
}
.activityFeedSatellite .links li {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 2px;
	padding: 0 0 2px 15px;
	margin: 0;
}
.infosmall {
	font-size:9px;
	padding-top:2px;
}
.more-activity {
	clear: both;
	display: block;
	float: right;
	text-align: right;
	line-height: 18px;
	height: 18px;
	margin: 5px 0 0 0;
}
.feed-links-all a {
	font-weight: normal !important;
	text-decoration: none !important;
}
/*
.feed-links,
.feed-links-all {
	list-style-type: none;
	float: right;
	right: 0;
	width: 100%;
}
.feed-links {
	bottom: 0;
}
.feed-links-all {
	top: 0;
}
.feed-links li,
.feed-links-all li {
	font-size: 11px;
	float: right;
	clear: both;
	background: none;
	padding: 3px 0 0 15px;
	vertical-align: middle;
	width: 100%;
}
.feed-links li.activity-hide {
	background: url('../siteimg/icons/status/no.gif') no-repeat scroll 0 1px;
}
*/
.entry-hide-btn {
	float: right;
	overflow: hidden;
	display: inline !important;
	padding: 0;
	margin: 0;
	/*
	background: url('../siteimg/icons/status/no.gif') no-repeat scroll 0 1px;
	width: 16px;
	height: 16px;
	*/
}
.entry-hide-btn img {
	float: right !important;
	border: none !important;
}
/*
.feed-links li.activity-msg {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 2px !important;
	padding: 0 0 2px 10px;
	margin: 0;
	text-align: left;
}
.feed-links li.activity-msg a span {
	margin: 0 0 0 10px;
}
.feed-links-all li.activity-msg {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 3px;
	padding: 0 0 2px 15px;
	margin: 0;
}
.feed-links a.activity-hide-btn {
}
.feed-links a.activity-msg-btn {
}
.feed-links li.inactive,
.feed-links-all li.inactive {
	display: none;
}
.feed-links-wrp {
	width: 161px;
	float: right;
	overflow: hidden;
	position: relative;
	list-style-type: none;
}
.feed-links-wrp li {
	text-align: right;
}
*/
/* -activity feed satellite */
/* activity feed list */
.activities-list {
	overflow: hidden;
	height: 1%;
}
.activities-list li {
	overflow: hidden;
	height: 1%;
	margin: -1px 0 1px;
	padding: 6px 0 5px;
	vertical-align: top;
	background: url('../siteimg/skeleton/bg-member-list.gif') repeat-x;
}
.activities-list li:first-child {
	background: none;
}
.activities-list li .desc {
	float: left;
	width: 630px;
	padding: 0 19px 0 0;
	position: relative;
	/* margin-left: 90px; */
}
.activities-list li .desc img {
	float: left;
	margin: 0 19px 0 0;
	border: 1px solid #dbdbce;
}
.activities-list li .desc .text {
	overflow: hidden;
	float: right;
	line-height: 16px;
	padding: 4px 0 0;
	width: 530px;
}
.activities-list li .desc strong,
.activities-list li .desc span {
	display: block;
	color: #555;
}
.activities-list li .links {
	float: right;
	width: 81px;
	font-size: 11px;
	margin: 0;
	padding-top: 2px;
}
.activities-list .links li {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 2px;
	padding: 0 0 2px 15px;
	margin: 0;
}
/* -activity feed list */
/* footer */
#footer {
	background: #efeeec;
	border-top: 1px solid #cccbc9;
	width: 1008px;
}
.footer-holder {
	width: 1000px;
	margin: 0 4px 0 4px;
	padding: 24px 0;
}
.footer-holder .title,
.footer-holder .title2 {
	margin-bottom: 22px;
}
.footer-holder .title h3 {
	padding-right: 124px;
}
.footer-holder .title2 h3 {
	padding-right: 20px;
}
.footer-holder h3 {
	color: #037;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 5px;
	margin: 0;
	text-transform: uppercase;
	display: inline;
	background: url('../siteimg/skeleton/bg-title-columns.gif') repeat-x 0 100%;
}
.footer-holder a {
	color: #666;
}
.footer-holder .columns {
	background: url('../siteimg/skeleton/bg-columns-c.gif') repeat-y;
}
.footer-holder .columns .holder {
	background: url('../siteimg/skeleton/bg-columns-t.gif') no-repeat;
}
.footer-holder .columns .frame {
	overflow: hidden;
	height: 1%;
	padding: 12px 18px 28px;
	background: url('../siteimg/skeleton/bg-columns-b.gif') no-repeat 0 100%;
}
.footer-holder .columns .column {
	width: 196px;
	float: left;
	margin: 0 32px 0 0;
}
.footer-holder .columns li {
	padding: 0 0 7px;
}
/* -footer */
.inp622 {
	width: 675px;
	margin-bottom: 6px;
}
.inp625 {
	width: 625px !important;
	margin-bottom: 6px;
}
.inp649 {
	width: 649px !important;
	margin-bottom: 6px;
}
.inp641 {
	width: 641px !important;
	margin-bottom: 6px;
}
.inp596 {
	width: 622px  !important;
	margin-bottom: 6px;
}
.inp562 {
	width: 618px;
	margin-bottom: 6px;
}
.inp363 {
	width: 363px;
}
.inp350 {
	width: 350px;
}
.inp309 {
	width: 309px;
	margin-bottom: 6px;
}
.inp250 {
	width: 250px;
	margin-bottom: 6px;
}
.inp250-no-bottom {
	width: 250px;
	margin-bottom: 0;
}
.inp275 {
	width: 275px;
}
.inp258 {
	width: 258px;
}
.inp262 {
	width: 262px;
}
.inp197 {
	width: 274px;
	margin-bottom: 6px;
}
.inp178 {
	width: 178px;
	margin-bottom: 6px;
}
.inp113 {
	width: 113px;
	margin-bottom: 6px;
}
.inp133 {
	width: 133px;
	margin-bottom: 6px;
}
.inp183 {
	width: 183px;
	margin-bottom: 6px;
}
.inp100 {
	width: 100px;
	margin-bottom: 6px;
}
.inp140 {
	width: 140px;
	margin-bottom: 6px;
}
.inp145 {
	width: 145px;
	margin-bottom: 6px;
}
.inp145-no-bottom {
	width: 145px;
	margin-bottom: 0;
}
.inp70 {
	width: 70px;
	margin-bottom: 6px;
}
.inp80 {
	width: 80px;
	margin-bottom: 6px;
}
.inp93 {
	width: 93px;
	margin-bottom: 6px;
	margin-right: 18px
}
.inp82 {
	width: 82px;
	margin-bottom: 6px;
}
.inp160 {
	width: 160px;
	margin-bottom: 6px;
}
.inp20 {
	width: 20px;
}
.inp40 {
	width: 40px;
}
.inp400 {
	width: 400px;
}
.inp400i {
	width: 400px !important;
}
span.sp30 {
	width: 30px;
}
span.sp40 {
	width: 40px;
}
span.sp80 {
	width: 80px;
}
span.sp70 {
	width: 70px;
}
span.sp90 {
	width: 90px;
}
span.sp100 {
	width: 100px;
}
span.sp110 {
	width: 110px;
}
span.sp130 {
	width: 130px;
}
span.sp120 {
	width: 120px;
}
span.sp140 {
	width: 140px;
}
span.sp150 {
	width: 150px;
}
span.sp160 {
	width: 160px;
}
span.sp170 {
	width: 170px;
}
span.sp180 {
	width: 180px;
}
span.sp200 {
	width: 200px;
}
span.sp210 {
	width: 210px;
}
span.sp220 {
	width: 220px;
}
span.sp230 {
	width: 230px;
}
span.sp240 {
	width: 240px;
}
span.sp260 {
	width: 260px;
}
span.sp270 {
	width: 270px;
}
span.sp280 {
	width: 280px;
}
span.sp290 {
	width: 290px;
}
span.sp300 {
	width: 300px;
}
span.sp30, span.sp40, span.sp80, span.sp70, span.sp90,
span.sp100, span.sp110, span.sp130, span.sp120, span.sp140,
span.sp150, span.sp160, span.sp170, span.sp180,
span.sp200, span.sp210, span.sp220, span.sp230, span.sp240,
span.sp270, span.sp280, span.sp290, span.sp300 {
	display: block; overflow: hidden;
}
/* tableForms2 */
.tableForms2 {
	width: 650px;
}
.tableForms2 tr.headline {
	height: 28px;
	vertical-align: middle;
}
.tableForms2 td.headline {
	padding: 7px 10px;
}
.tableForms2 tr.seperator,
.tableForms2 tr.seperatorB {
	height: 1px;
}
.tableForms2 td {
	padding: 0 10px;
}
.tableForms2 td.bottom {
	padding-bottom: 5px;
}
.tableForms2 td.top {
	padding-top: 5px;
}
.tableForms2 td.left {
	padding-left: 0px;
}
.tableForms2 td.button {
	padding: 10px;
	text-align: right;
}
.tableForms2 td.buttonLast {
	padding: 10px 10px 4px;
	text-align: right;
	vertical-align: bottom;
}
.tableForms2 td.radio {
	width: 15px;
	vertical-align: top;
	padding: 2px 7px 0 10px;
	text-align: right;
}
.tableForms2 td.radioNextBot {
	padding: 0 0 5px 0;
}
.tableForms2 td.radioNext {
	padding-left: 0px;
}
.tableForms2 td.hint {
	padding:5px 0;
}
.tableForms2 label strong,
.tableForms2 td.headline strong {
	font-weight: bold;
}
/* DIGAS */
#digasRes {
	display: block;
}
#digasRes .sourceLogoLegacy {
	height: 22px;
	padding: 15px 0 3px 0;
	border-bottom: 1px solid #d7d7d7;
	width: 635px;
}
#digasRes .sourceLogoLegacy img.logo {
	float: left;
	display: block;
	float: left;
	width: 118px;
	cursor: pointer;
}
#digasRes .sourceLogoLegacy .paging {
	float: right;
	width: 130px;
	text-align: center;
	margin: 4px 5px 0 0;
}
#digasRes .sourceLogoLegacy .pagingForm {
	float: right;
	width: 100px;
	text-align: center;
	margin: 2px 6px 0 0;
}
#digasRes .sourceLogoLegacy .pagingForm input.page {
	width: 25px;
}
#digasRes .sourceLogoLegacy .pagingInfo {
	float: left;
	width: 225px;
	text-align: left;
	margin: 4px 0 0 15px;
}
#digasRes .listFormsTable {
	margin-top: 0;
}
#digasRes div.digas-resulttable {
	float: left;
}
#digasRes .spResultText {
	/*
	display: block;
	overflow: hidden;
	width: 519px;
	position: relative;
	margin: 0;
	padding-bottom: 3px;
	*/
}
#digasRes .spResultText .Teaser {
	display: block;
}
#digasRes .spResultText .move {
	cursor: move;
}
#digasRes .spResultText .Teaser p {
	padding-bottom: 9px;
}
#digasRes .spResultText .Teaser p.small {
	font-size: 9px;
	font-weight: bold;
}
#digasRes .spResultText_NewsletterAdmin {
	width: 530px;
	display: inline;
}
#digasRes .spResultText_NewsletterAdmin .Teaser {
	width: 530px;
	cursor: default;
}
#digasRes a.spResultTitle {
	font-size: 12px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
#digasRes .spResultSubTitle {
	font-size: 9px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#digasRes .addBtt {
	position: relative;
	top: 5px;
	right: 13px;
	width: 16px;
	height: 16px;
	float: right;
}
#digasRes .tdPic {
	padding: 8px 0 8px 0;
}
#digasRes .tdPic a {
	border: 1px solid #d7d7d7;
	width: 92px;
	height: 92px;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
#digasRes .tdPic img {
	/* border: 1px solid #fff; */
}
#digasRes tr {
	padding-left: 0px;
	margin-left: 0px;
}
#digasRes tr.digas-separator {
	height: 1px;
	width: 651px;
	margin: 0;
}
#digasRes td.digas-separator {
	height: 1px;
	width: 651px;
	background-color: #d7d7d7;
	margin: 0;
	padding: 0;
}
#digasRes .profileRow {
}
#digasRes .profileColumnLeft {
	display: block;
	float: left;
	margin: 10px 0 15px 0;
}
#digasRes .profileColumnRight {
	display: block;
	float: right;
	margin: 10px 0 15px 0;
}
div.digas-separator-small {
	height: 1px;
	width: 260px;
	background-color: #d7d7d7;
	margin: 0;
	padding: 0;
	line-height: 1px;
}
.mlDigasHidder {
	position: absolute;
	background: #fff;
}
.mlDigasHidderInfo {
	position: absolute;
	background: #fff;
	border: 1px solid #4d4d4d;
	width: 240px;
	height: 100px;
}
.mlDigasHidderInfo span {
	display: block;
	padding: 0px 5px 5px 5px;
	margin: 10px;
	text-align: center;
}
.mlDigasHidderInfo img {
	margin: 10px 0px 0px 70px;
}
.digasHitProxy {
	background: #d7d7d7;
	position: absolute;
	width: 215px;
	padding: 1px;
}
.digasHitProxyInner {
	background: #fff;
	padding: 0;
}
.digasHitProxy img {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	border: 1px solid #d7d7d7;
	margin: 5px;
}
.digasHitProxy div.text {
	width: 140px;
	display: block;
	float: left;
	margin: 5px;
}
#digasHitlist .notice {
	/*
	border: 1px solid #d7d7d7;
	list-style: none;
	margin: 3px;
	padding: 0;
	*/
}
#digasHitlist .notice .info {
	padding: 5px 5px 5px 5px;
	background: #fff;
	color: #4d4d4d;
}
#digasHitlist .notice li.digassortable a,
div li.digassortable a {
	display: block;
	 float: left;
	width: 15px;
	padding: 5px 0px 0px 0px;
}
#digasHitlist .notice li.digassortable span,
div li.digassortable span {
	cursor: s-resize;
}
#digasHitlist .notice li.digassortable,
div li.digassortable {
}
#digasHitlist .notice li.digassortable img,
div li.digassortable img {
	float: right;
	margin: 4px 3px 0 0;
}
#digasHitlist .notice li.digassortable a img,
div li.digassortable a img {
	cursor: pointer;
	float: left;
	margin: 0 3px;
}
#digasHitlist .clear {
	clear: both;
	line-height: 0.5px;
	width: 0.5px;
	height: 0.5px;
	margin: 0;
	padding: 0;
	display: block !important;
}
#digasSavedHitlist .rightBoxPinBottom {
	height: 15px;
	background-position: bottom left;
}
#digasHitlist .rightBoxPinBottom,
#digasSearchSat .rightBoxPinBottom {
	background-position: bottom left;
}
#digasHitlist .additionalData label {
	display: block;
	padding: 0 0 8px 3px;
}
#digasHitlist .additionalData label input {
	display: block;
	width: 269px;
}
#digasHitlist .additionalData label select {
	display: block;
	width: 258px;
}
#digasSearchSat .options,
#digasResWrapper .options,
#digasHitlist .options {
	float: right;
	width: 150px;
	text-align: right;
	margin: 5px 10px 0 0;
	font-size: 11px;
}
#digasSearchSat .options {
	font-weight: bold;
	margin: 0;
}
#digasHitlist .options {
	margin: 5px 10px;
}
#digasSearchSat .rightBoxPinBottom {
	padding-top: 4px;
}
#digasHitlist .rightBoxBoldTop,
#digasSavedHitlist .rightBoxBoldTop {
	padding-bottom: 5px;
}
#digasSavedHitlist .rightBoxBoldTop div {
	margin: 1px 0px !important;
	margin: 3px 0px;
}
#digasHitlist .additionalData {
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#digasHitlist #digasHitlist_btnNew {
	margin: 10px 0px 5px;
	display: none;
	position: relative;
	float: left;
	padding-right: 3px;
}
#digasHitlist #digasHitlist_btnNew input,
#digasHitlist #digasHitlist_btnNew img {
	position: relative;
	padding: 0px;
}
#digasHitlist #digasHitlist_btnNew .left {
	left: 0px;
	top: 0px;
}
#digasHitlist #digasHitlist_btnNew .right {
	right: 0px;
	top: 0px;
}
.tool-tip {
	border: 3px solid #6D9DCC;
	background: #fff;
	opacity: 0.8;
}
.tool-tip .tool-title,
.tool-tip .tool-text {
	padding: 1px 3px;
}
#digasSearchSatLegacy h6 {
	font-weight: 700;
	font-size: 12px;
	margin: 0 0 3px;
	padding: 0;
}
#digasSearchSatLegacy ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	margin: 3px 0 15px;
	padding: 0;
}
#digasSearchSat li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 300px;
	height: 19px;
	opacity: 0.4;
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 0;
}
#digasSearchSat li span {
	display: block;
	width: 270px;
	float: left;
	margin: 2px 0 0;
}
#digasSearchSat li span em {
	font-size: 9px;
	font-style: italic;
	color: #6D9ECE;
}
#digasSearchSat li img {
	border: 1px solid #d4d4d4;
	display: block;
	float: left;
	margin: 0 7px 0 0;
}
#digasSearchSat .timeselector,
#digasSearchSat .searchSelector {
	margin: 0 0 5px;
}
#digasSearchSat .timeselector span {
	font-size: 9px;
	display: block;
	width: 150px;
	float: left;
}
#digasSearchSat .timeselector span input {
	border: 1px solid #d4d4d4;
	width: 80px;
}
#digasSearchSat .searchSelector span {
	font-size: 9px;
	display: block;
	width: 250px;
	float: left;
	padding: 2px 0;
}
#digas_extSearchLegacy {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background: #ffffff;
	margin: 10px 0 0 0;
	clear: both;
}
#digas_extSearchLegacy .Selector {
	padding: 5px 10px;
}
#digas_extSearchLegacy div.digas-separator-line {
	height: 1px;
	width: 270px;
	line-height: 1px;
	background-color: #d7d7d7;
	padding: 0;
	margin-left: 3px;
	clear: both;
}
#digas_extSearchLegacy div.sourceselector ul#sourcesList {
	clear: both;
}
.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}
input.calendar,
select.calendar {
	width: 99px;
}
button.calendar {
	background: url('../siteimg/icons/16/calendar.gif');
	border: 0 none;
	cursor: pointer;
	height: 16px;
	margin-left: 6px;
	position: relative;
	top: -4px;
	width: 16px;
}
div.calendar {
	background: #FFF none repeat scroll 0;
	border: 3px solid #6E9FCE;
	text-align: center;
	width: 147px;
	padding: 0 4px;
}
div.calendar * {
	margin: 0;
	padding: 0;
}
div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	position: relative;
	width: 147px;
}
div.calendar caption {
	color: #333;
	font: normal 12px/ 16px Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	padding: 5px 0px;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 11px;
	color: #003;
	font-family: Trebuchet MS;
	font-weight: 700;
	font-size: 15px; top: -3px;
}
div.calendar caption a.prev {
	left: 0;
}
div.calendar caption a.next {
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	display: block;
	float: left;
	width: 85px;
}
div.calendar caption span.month span,
div.calendar caption span.year span {
	position: relative;
	text-align: center;
}
div.calendar caption span.year {
	display: block;
	float: left;
	width: 60px;
}
div.calendar caption span.month span {
	position: relative;
	text-align: center;
}
div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	overflow: hidden;
	width: 145px;
	margin: 0 auto;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #0597DB;
	font: normal 12px Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
	font-weight: 700;
	background: #E0EFF8;
}
div.calendar td {
	color: #d4d4d4;
	font-size: 11px;
	font-weight: 400;
	background: #FFF;
	border: 1px solid #d4d4d4;
}
div.calendar td.invalid {
	color: #999;
}
div.calendar td.valid {
	color: #0597DB;
	cursor: pointer;
}
div.calendar td.hilite {
	background: #2E64A8;
	color: #fff;
}
div.calendar td.inactive {
	background: #003;
	color: #0597DB;
}
div.calendar td.active,
div.calendar td.hover {
	background: #003;
	color: #fff;
}
div li.digassortable,
#digasHitlist .notice li.digassortable {
	list-style: none;
	padding: 0;
	margin: 1px 0px 0px 0px;
	background: #fff;
	width: 238px;
}
.tool-tip .tool-title {
	background: #E5F1F9;
}
.scrollSavedHitlists {
	max-height: 195px;
	overflow: auto;
}
#digasSavedHitlist .title h1,
#digasHitlist .title h1,
.title h1.headline {
	font-weight: bold;
}
.contentBox1 .digas-heading h1 {
	padding: 10px 15px;
	color: #003377;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
}
.contentBox1 .digas-content {
}
/* group welcome */
.groupwelcome {
	padding: 4px 4px 2px 4px;
	background: #FFFFFF;
}
.groupwelcome div,
.groupwelcome p,
.groupwelcome span,
.groupwelcome img {
	background: #FFFFFF;
}
.groupwelcome .profile {
	float: left;
	margin: 0 4px 0 0;
	padding: 2px;
}
.innerTbLayout {
	padding: 0 !important;
	width: 665px;
}
/* table business */
#tableBusiness {
	background: #fff url('../siteimg/skeleton/bg-content-hold.gif') no-repeat 0 100%;
	font-size: 12px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
}
#tableBusiness td {
	margin: 0;
	text-align: left;
	padding: 4px 10px 4px 5px;
}
#tableBusiness td.desc {
	vertical-align: top;
	font-weight:bold;
	width:210px;
}
#tableBusiness td.link {
	text-align: right;
	width: 100px;
}
#tableBusiness td.hline {
	vertical-align: top;
	font-weight: bold;
}
#tableBusiness a.www {
	background: url('../siteimg/icons/iconWwwBig.gif') no-repeat 0px 0px;
	display: block;
	float: right;
	width:100px;
	padding: 3px 0 0 22px;
	white-space: nowrap;
	text-align: left;
}
/* table forms */
table.tableForms tbody a:link,
table.tableForms tbody a:active,
table.tableForms tbody a:visited,
table.tableForms tbody a:focus {
	color: #003377; /* #078AC3 */
}
.tableForms {
	margin: 0 0 10px 0;
	width: 650px; /* 673 */
}
.tableForms textarea {
	width: 616px;
}
.tableForms td {
	padding: 3px 8px;
}
.tableForms tr.seperator td,
.tableForms tr.seperatorB td {
	padding: 0;
}
div.seperatorLine {
	height: 1px;
	width: 655px;
	background-color: #d7d7d7;
	margin:5px 0 5px 10px;
}
div.seperatorLineInline {
	height: 1px;
	line-height: 0;
	width: 651px;
	background-color: #d7d7d7;
	margin:1px 0 1px 0;
}
div.seperatorLineInline2 {
	height: 1px;
	line-height: 0;
	width: 655px;
	background-color: #d7d7d7;
	margin:1px 0 1px 0;
}
div.separatorLineInline3 {
	height: 1px;
	line-height: 0;
	width: 641px;
	background-color: #d7d7d7;
	margin:1px 0 1px 0;
}
.tableForms	img {
	margin-bottom: 2px;
}
.tableForms tr.seperator,
.tableForms tr.seperatorB {
	height: 1px;
}
.tableForms .icon {
	display: block;
	margin: 0 0 0 5px;
	float: left;
}
.tableForms	img.delMgn {
	margin:0px;
}
.tableForms td.padFull {
	padding:0px 10px 15px;
}
.tableForms td.padTop {
	padding: 8px 10px 0;
}
.tableForms td.padBottom {
	padding: 0 10px 15px;
}
.tableForms td.padBottom2 {
	padding: 0 10px 9px;
}
.tableForms td.padSingle {
	padding: 12px 10px 4px;
}
.tableForms td.buttonLast {
	padding: 10px 0px 4px;
	text-align: right;
	vertical-align: bottom;
}
.seperatedText {
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}
table.tableForms div.desc img {
	float: left;
	margin-right:10px;
}

/* popup layer */
.contentPopLayer {
	width: 289px;
	padding:4px 2px 4px 11px;
	background: url('../siteimg/bg/bgContentBoxPopLayer.gif');
	border:1px solid #d7d7d7;
	font-size:11px;
}
div.event-thread-links {
	width: 145px;
}
a.event-thread-filename img {
	margin-right: 5px;
}
/* edit user profile */
.contentBox21Left .editprofile {
}
.contentBox21Left .editprofile-heading {
	padding: 5px 0;
	color: #037;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
}
.contentBox21Left .editprofile-heading h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 0 12px;
	float: left;
}
/* search network */
.searchnetwork-box {
	width:675px;
	float:left;
	margin-bottom:10px;
}
.searchnetwork-box-notabs .frame {
	padding: 4px 0;
}
.searchnetwork-box .loungePagingWrp {
	padding: 0px 10px 5px 10px;
	width: 647px;
}
.contentBox1 .searchnetwork-heading {
	padding: 5px 0;
	color: #037;
	font-weight: bold;
	font-size: 12px;
	height: 34px;
}
.contentBox1 .searchnetwork-heading h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 0 21px;
	float: left;
}
.contentBox1 .searchnetwork-heading span.tabset-long h2 {
	padding-left: 10px;
}
.contentBox1 .searchnetwork-heading span.tabset-long {
	width: 450px;
	background: url('../siteimg/skeleton/separator-tabset-long.gif') no-repeat 100% 0;
	float: left;
	padding: 0px 0 4px 0;
}
.contentBox1 .searchnetwork-heading form {
	width: 312px;
	background: url('../siteimg/skeleton/separator-tabset-long.gif') no-repeat 100% 0;
	float: left;
	padding: 4px 0 4px 12px;
}
.contentBox1 .searchnetwork-heading form label {
	padding: 2px 11px 0 0;
	float: left;
}
.contentBox1 .searchnetwork-heading form select {
	color: #333;
	width: 92px;
	float: left;
	margin: 1px 0 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.contentBox1 .searchnetwork-content {
}
.contentBox1 .contentBox1Top img {
	padding: 0px 13px 5px 13px;
	margin: 0;
}
.contentBox1TopInline {
	width:673px;
	padding:12px 1px 6px;
}
.contentBox1TopInline ul.links	{
	margin-top:0;
}
.contentBox1TopInline ul.links li {
	background: transparent url('../siteimg/skeleton/bullet-list.gif') no-repeat scroll 0 6px;
}
.searchnetwork-box .forum-option {
	float: left;
	width: 262px;
	padding-bottom: 6px;
	margin-left: 5px;
}
.searchnetwork-box .tableForms {
	padding: 0; margin: 0; width: 642px;
}
.searchnetwork-box .tableForms td {
	padding: 3px 0;
}
a.padding-r0 span {
	padding: 0 2px 0 18px;
}
.powersearch-box ul.linklist li {
	background:url('../siteimg/skeleton/icon-links.gif') no-repeat 0 4px;
	padding:2px 0 4px 18px;
}
.powersearch-box .powersearch-border {
	border-bottom: 1px solid #d7d7d7;
}
/* search forms */
.listFormsTable2 {
	width: 643px;
	margin: 3px 0;
	clear: both;
	padding: 0;
}
.listFormsTable2 thead td {
	background: #EFEEEC;
	padding: 5px 9px;
	font-weight: bold;
}
.listFormsTable2 .tdPic	{
	padding: 10px;
}
.listFormsTable2 .tdPic2 {
	padding: 5px 10px;
}
.listFormsTable2 td	{
	vertical-align: top;
	padding: 4px 10px;
}
.listFormsTable2 td.pin	{
	vertical-align: middle;
	padding: 4px 10px;
}
.listFormsTable2 .tdIpunt {
	padding:5px 0 8px 225px;
}
.listFormsButtons2 a {
	padding: 0 3px;
}
.listFormsPages2 {
	display: block;
	padding-top:3px;
}
.listFormsButtons2 {
	width: 607px;
	height: 22px;
	overflow: hidden;
	padding: 6px 10px 3px 10px;
	text-align: right;
}
.listFormsButtons2 a {
	padding: 0px;
	margin: 0 3px;
}
.listFormsTable2 .header {
	padding: 1px 0 0 10px;
}
/* message list */
.contentBox1 .messagelist-content .listFormsTable {
	/* width: 638px; */
	/* font-size: 11px; */
}
.contentBox1 .messagelist-content .listFormsTable th {
	padding: 0 0 10px 0;
}
.contentBox1 .message-compose .listForms,
.contentBox1 .message-compose .tableForms {
	padding: 0;
	margin: 0;
	width: 638px;
}
/* pinboard */
.pinboard-noresults {
	padding: 10px 0;
	clear: both;
}
/* contacts */
.contact-content .search {
	padding: 0;
	float: left;
}
.contact-content .formHead {
	padding: 0 0 8px 0;
	margin-left: -1px;
}
.contact-content .tableForms td {
	padding: 0;
}
.contentBox1 .contact-content .listForms,
.contentBox1 .contact-content .tableForms {
	width: 638px;
}
.contentBox1 .contact-content .tableForms tr td {
	padding: 2px 0;
}
.contentBox1 .contact-content .listForms .searchboxMiddle .listFormsPages {
	white-space: nowrap;
}
.contentBox1 .listFormsTable {
	clear: both;
}
.contentBox1 .contact-content h1 {
	padding: 10px 0 0 0;
}
.contentBox1 .contact-content .tableForms tr td textarea {
	width: 631px;
}
.contentBox1 div.invitation-teaser {
	margin: 10px 0 0 10px;
}
.contentBox1 a.invitation-submit,
.contentBox1 a.invitation-submit:hover,
.contentBox1 a.introduction-next,
.contentBox1 a.introduction-next:hover {
	padding: 0 10px 0 0;
}
.contentBox1 .invitation-list {
}
.contentBox1 .invitation-list .teaser {
	padding: 10px 0;
}
.contentBox1 .invitation-list img {
	display: inline;
	margin-right:5px;
}
.contentBox1 .invitation-list .tableodd img {
	float: left;
}
.contentBox1 .invitation-list img.remindImg {
}
.contentBox1 .invitation-list h1 {
	padding: 10px 0 0 0;
}
.contentBox1 .invitation-list .tableForms .desc img {
	float: left;
}
/* events */
.contentBox1 .listForms,
.contentBox1 .listFormsTable {
	padding: 0 0 10px 0;
}
.contentBox1 .listForms642,
.contentBox1 .listFormsTable642 {
	padding: 0 0 10px 0;
	width: 642px;
}
.contentBox1 .events-content .listFormsTable td {
	padding: 5px 0px;
}
.contentBox1 .events-content .listFormsTable tbody tr {
	background: none;
}
/* right box */
.rightBoxBoldTop {
	margin-bottom: 29px;
	width: 285px;
	background: #efeeec url('../siteimg/skeleton/bg-side-box-t.gif') no-repeat;
}
.rightBoxBoldTop .frame {
	background: url('../siteimg/skeleton/bg-side-box-b.gif') no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 7px 0 4px;
}
.rightBoxBoldTop .outertabs {
	background: url('../siteimg/skeleton/bg-content-section-270.gif') no-repeat;
	width: 270px;
	height: 47px;
	margin: 0 auto;
}
.rightBoxBoldTop .frame .imagemap {
	padding: 0 0 5px 0;
}
.rightBoxBoldTop .frame img {
	padding: 0 12px 7px 12px;
}
/* -right box */
/* short text include box */
.shorttextinclude {
	width: 285px;
}
.shorttextinclude a {
	color:#003377;
}
.shorttextinclude .content {
	padding: 0 9px 5px 9px;
}
.shorttextinclude ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.shorttextinclude ul li {
	background: url('../siteimg/skeleton/bullet.gif') no-repeat scroll 0 6px transparent;
    line-height: 20px;
    padding: 0 0 20px 22px;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
/* Global Business Guide */
#businessguide {
	background: #fff url('../siteimg/skeleton/bg-content-hold.gif') no-repeat scroll 0 100%;
	font-size: 12px;
	padding: 0 2px;
	margin: 0 auto;
	overflow: hidden;
	width: 316px;
	min-height: 326px;
}
#businessguide ul {
	list-style-type: none;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
}
span.guidelink {
	float: left;
	padding-right:7px;
}
span.guidelink-all {
	padding:15px 0 0 8px;
	display:inline;
}
a.guidelink {
	padding:0 0 0 10px;
	background:transparent url('../siteimg/skeleton/bullet-list.gif') no-repeat scroll 0 4px;
}
div.businessguide-separator {
	margin: 0;
	padding: 0;
	background: #D7D7D7;
	height: 1px;
	overflow: hidden;
}
div.businessguide-entry {
	padding: 5px 0 5px 0;
}
table.tbox-businessguide {
	width: 300px;
	padding: 0;
	margin: 0;
}
td.tbox-businessguide-title {
	vertical-align: top;
	margin:0;
	padding:0;
}
td.tbox-businessguide-attach {
	vertical-align: top;
	padding:5px 0 0 5px;
	text-align:right;
}
#businessguide a.more-btn {
	margin: 10px 0 0 0;
	padding: 0;
	white-space:nowrap;
	overflow: hidden;
}
#businessguide li.more-btn {
	display: inline;
	margin: 0; padding: 0;
}
/* document box */
#documentbox {
	background: #fff url('../siteimg/skeleton/bg-content-hold.gif') no-repeat 0 100%;
	font-size: 12px;
	padding: 0 2px;
	margin: 0 auto;
	width: 316px;
	min-height: 326px;
	overflow: hidden;
}
#documentbox ul {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding:0 0 0 2px;
}
li.documentbox-entry {
	margin:4px 0 3px 0;
}
div.documentbox-separator {
	margin: 0; padding: 0;
	background: #D7D7D7;
	height: 1px;
	overflow: hidden;
	min-height: 1px;
}
a.dbox {
	vertical-align: top;
	display: inline;
	overflow: hidden;
	padding: 0 0 0 5px;
}
td.dbox {
	float: left;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	padding:0 0 2px 0;
}
td.dbox2 {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
}
img.dbox {
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	white-space: nowrap;
	vertical-align: top;
}
div.documentbox-entry {
	margin:0;
	padding:0;
}
table.documentbox-entry {
	border-style: none;
	border-spacing: 0px;
	table-layout: fixed;
	padding:0;
}
#documentbox a.more-btn {
	margin: 5px 0 5px 0;
	padding: 0;
	white-space:nowrap;
}
#documentbox li.more-btn {
	display: inline;
	margin: 0;
	padding: 0;
}
#documentbox div.wrapper {
	margin: 4px 0 0 5px;
	padding: 0;
	float: left;
	white-space: nowrap;
	width: 300px;
	display: inline;
}
/* -document box */
/* document box list */
div.documentbox-full {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.documentbox-full ul {
	margin-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
}
.documentbox-full ul li img {
	float: left;
	padding: 0 5px;
}
li.documentbox-full {
	vertical-align: top;
	padding: 5px 0;
}
li.documentbox-full-details {
	vertical-align: top;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.documentbox-full-date {
	float: right;
	margin-right: 0px;
	text-align: right;
}
.documentbox-navi {
	margin: 0;
	padding: 6px 0;
}
.side-box-bar-narrow .visitors,
.side-box-bar-narrow .most-active {
	width: 261px;
	padding: 10px 8px 15px;
	color: #333;
	line-height: 16px;
	font-size: 12px;
	background: #fff url('../siteimg/skeleton/bg-mmInfoBox.gif') no-repeat 0 100%;
}
.side-box-bar-narrow .most-active-header .h-left {
	text-align: left;
}
.side-box-bar-narrow .most-active-header .h-center {
	text-align: center;
}
.side-box-bar-narrow .most-active-header .h-right {
	text-align: right;
}
.side-box-bar-narrow .most-active .wide {
	width: 220px;
	white-space:normal;
	text-align: left;
	padding: 0 10px 10px 0;
}
.side-box-bar-narrow .most-active .last {
	padding: 0 10px 0 0;
}
.side-box-bar-narrow .most-active .narrow {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
/* subscribed themes */
.subscribedThemes {
	height:250px;
	overflow-x:hidden;
	overflow-y:auto;
	width: 278px;
	color: #333;
	line-height: 16px;
	font-size: 12px;
	background: #fff url('../siteimg/skeleton/bg-mmInfoBox.gif') no-repeat 0 100%;
}
p.subscribedBlue {
	background:#fff;
	display:block;
	width:100%;
	padding:7px 9px;
	border-bottom:1px solid #E6F0F5;
}
p.subscribedWhite {
	background:#fff;
	display:block;
	width:100%;
	padding:7px 9px;
	border-bottom:1px solid #E6F0F5;
}
a.articleHeadline {
	color:#333;
	font-weight:bold;
	margin:0 0 10px 0;
	display:block;
}
p.subscribedLast {
	display:block;
	width:100%;
	padding:7px 9px 0;
}
.side-box-bar-narrow .visitors td {
	display: inline;
}
.side-box-bar-narrow .title img {
	vertical-align: top;
}
.side-box-bar-narrow .title .headline span {
	vertical-align: middle;
}
#divListAllFora,
#divList10MaFora {
	clear: both;
}
#divListAllFora .loungePagingWrp,
#divList10MaFora .loungePagingWrp {
	padding-top: 10px;
}
.loungePagingWrp .forumColumn {
	width:310px;
	float: left;
	margin-right:4px;
}
.loungePagingWrp .forumColumn ol {
	margin: 0;
	list-style-type: none;
}
.loungePagingWrp .forumColumn ol li {
	padding: 5px 0 0 0;
	float: left;
	clear: both;

}
.loungePagingWrp .forumColumn ol li strong {
	color: #555555;
	line-height: 20px;
}
.loungePagingWrp .forumColumn ol li .more-btn {
	background: url('../siteimg/skeleton/icon-links.gif') no-repeat 0 2px;
	padding: 0 0 0 15px;
}
/* advantages */
a.advantages:link,
a.advantages:hover,
a.advantages:active,
a.advantages:visited {
	font-weight:bold;
	/*color:#3165a8;*/
	color:#003377;
	line-height:1.8;
}
p.summary2 {
	font-weight:bold;
	padding:3px 0 5px;
}

/* landingpage */
img.padLeft {
	padding:0 15px 15px 0;
	float:left;
}
h4.orange {
	font-size:14px;
	color:#ea661e;
	padding:0px;
	margin:0 0 4px;
}
img.landingPageSep {
	margin:20px 0;
}
/* -landingpage */
/* campaign banner */
div.campaign-banner {
    width: 1008px;
    overflow: hidden;
    height: 110px;
    background: none repeat scroll 0 0 #efefef;
    text-align: right;

}

@-moz-document url-prefix() {
	#campaign-banner a {
		white-space: pre-line;
	}
}

/* listing forms */
table.listLeft {
	width: 100%;
}
span.listLeft {
	float:left;
	line-height:normal;
	font-weight:bold;
}
span.listLeft span.letters {
	font-size:11px;
	font-weight:normal;
}
span.listRight {
	float:right;
}
.inp-holder {
	float: left;
	background: url('../siteimg/bg/inp-holder-lt.gif') no-repeat;
}
.inp-holder div	{
	float:left;
	padding:5px 4px 5px 5px;
	height: 29px;
	background: url('../siteimg/bg/inp-holder-rt.gif') no-repeat 100% 0;
}
.inp-holder input.text {
	width:190px;
	border:0;
	margin:0;
	float:left;
	margin-left:7px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 19px;
	padding: 0;
}
.inp-holder input {
	outline: none;
}
span.listRight a.mehr {
	float:left;
	margin:5px 0 0 5px;
}
.listLeft td.descLabel {
	padding: 0 5px;
	text-align: left;
	white-space: nowrap;
}
.listLeft td.submitBtn a {
	padding: 0;
	margin: 0;
	float: right;
}
/* search result */
div.searchResult {
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding:11px 0;
	font-weight:bold;
	line-height:normal;
}
div.searchResult a, div.searchResult a:hover {
	line-height: normal;
}
div.searchResult div.company {
	font-size: 11px;
	font-weight: normal;
}
/* search messages */
table.searchMsg {
	width: 100%;
	background-color: #FFF;
	margin: 3px auto;
}
table.searchMsg tr td {
	line-height: 29px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
table.searchMsg tr td.left {
	padding: 10px 0 0 0;
}
table.searchMsg tr td.left h1 {
	display: block;
	padding: 0 0 0 10px;
}
table.searchMsg .right div {
	margin: 6px 0 0 0;
}
table.searchMsg .inp-holder div {
	margin: 0;
	padding: 3px 0;
	height: 29px;
}
table.searchMsg .inp-holder input.text {
	margin: 0 4px;
}
/* forums */
.forums {
	overflow:auto;
	width:100%;
	height:133px;
	margin-top: 15px;
}
.forums p {
	display:block;
	margin-bottom:14px;
}
.forums	img {
	float:left;
	padding-right:10px;
}
.forums-listing	{
	margin-left:-7px;
	width:313px;
}
.forums-listing p {
	padding:2px 10px;
	display:block;
}
.forums-listing	table {
	width:297px;
}
.forums-listing	table td {
	padding: 2px 0 2px 10px;
	vertical-align:top;
	line-height: 1.5;
}
.forums-listing	table td a:link,
.forums-listing	table td a:hover,
.forums-listing	table td a:visited,
.forums-listing	table td a:active {
	line-height: 1.5;
}
.fAnswers {
	height: 160px;
}
.fRequests {
	height: 140px;
}
/* tablist */
.tablistTxt {
	padding: 0 8px;
	display: inline;
}
.tablistPage {
	display: inline;
}
.tablistPage div,
.tablistPage form {
	display: inline;
}
.tablistPage img {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.tablistShort {
	display: inline;
	margin: 0;
	padding: 0;
}
.tablist td.listFormsPages {
	min-width: 250px;
}
.tablist td.listFormsPages img,
.tablist td.listFormsPages form {
	display: inline;
}
/* -tablist */
/* event */
.eventWrp {
}
.eventWrp h1.headline {
	vertical-align: middle;
	margin: 0;
	padding: 12px 0 0 10px;
}
.eventWrp table {
	margin: 0 !important;
	padding: 0;
	width: 100%;
	clear: both;
}
.eventWrp table.tableForms td.submit {
	text-align: right; float: right;
}
.eventWrp table.tableForms a.more-btn-form {
	text-align: right;
}
.eventWrp tr.participants {
	padding-bottom: 8px;
	padding-top: 8px;
}
.eventWrp tr.participants td.label {
	padding-bottom: 8px;
	padding-top: 8px;
	width: 330px;
}
.eventWrp tr.participants td.optionY {
	padding-bottom: 8px;
	padding-top: 8px;
	width:40px;
}
.eventWrp tr.participants td.optionM {
	padding-bottom: 8px;
	padding-top: 8px;
	width:94px;
}
.eventWrp tr.participants td.optionN {
	padding-bottom: 8px;
	padding-top: 8px;
}
.pagingL,
.pagingR {
	margin: 0 5px;
	padding: 0;
	vertical-align: middle;
}
.searchnetwork .searchLabel {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	display: block;
}
.searchnetwork .submitBtn {
	float: left;
	vertical-align: top;
}
.searchnetwork .submitSearchBtn {
	float: left;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.searchnetwork .submitSearchBtn a {
	margin: 0;
	line-height: 29px;
}
.spacer5 {
	margin: 5px 0;
}
.spacer10 {
	margin: 10px 0;
}
.spacerTop5 {
	padding: 5px 0 0 0;
}
.spacerTop10 {
	padding: 10px 0 0 0;
}
.w10 {
	width:10px !important;
}
.w70 {
	width:70px !important;
}
.w104 {
	width:104px !important;
}
.w105 {
	width:105px !important;
}
.w120 {
	width:120px !important;
}
.w150 {
	width:150px !important;
}
.w155 {
	width:155px !important;
}
.w160 {
	width:160px !important;
}
.w250 {
	width:250px !important;
}
.w254 {
	width:254px !important;
}
.w355 {
	width: 355px;
}
.w635 {
	width: 635px;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
/* --------- */
/*  modules  */
/* --------- */
/* searchbox */
#searchboxTopLegacy {
	width: 316px;
	height:5px;
	background:url('../siteimg/skeleton/searchboxBgTop.gif') no-repeat;
	overflow:hidden/*IE6*/;
}
#searchboxMiddleLegacy {
	width:298px;
	height:auto;
	background:url('../siteimg/skeleton/searchboxBgMiddle.gif') repeat-y;
	padding:4px 5px 1px 13px;
	height:46px;
}
#searchboxBottomLegacy {
	width:316px;
	height:5px;
	background:url('../siteimg/skeleton/searchboxBgBottom.gif') no-repeat;
	overflow:hidden/*IE6*/;
	clear:both;
}
#searchboxMiddleLegacy .searchTxt	{
	width: 218px;
	float:left;
	border:1px solid #ffffff;
	margin-right:3px;
}
#searchboxMiddleLegacy .searchBtn {
	font-weight:bold;
	color:#068CC1;
	text-decoration:none;
}
#searchboxMiddleLegacy p {
	color:#3065a9;
	clear:both;
	overflow:hidden;
	margin-top: 10px;
}
#searchboxMiddleLegacy a {
	font-size:11px;
}
/* info box */
.info-padding, .info-padding2 {
	padding: 10px 15px 29px 5px;
	width:980px;
	position: relative;
}
.info-padding {
	height:61px;
	z-index:50;
}
.info-padding2 {
	position: absolute;
}
.info {
	background:#efeeec url('../siteimg/skeleton/box-blue-top-lt.gif') no-repeat;
	overflow:hidden;
	color:#fff;
}
tr .info { /* class .info already defined prior relaunch */
	background:none;
	color:#4d4d4d;
}
.info-wrap {
	background:url('../siteimg/skeleton/box-blue-top-rt.gif') no-repeat 100% 0;
	height:1%;
	overflow:hidden;
}
.info-hold {
	background:url('../siteimg/skeleton/box-blue-bottom-lt.gif') no-repeat 0 100%;
	height:1%;
	overflow:hidden;
}
.info-bar {
	background:url('../siteimg/skeleton/box-blue-bottom-rt.gif') no-repeat scroll 100% 100%;
	height:1%;
	padding:20px 20px 16px 20px;
	overflow:hidden;
}
.info-bar div.box {
	width: 450px;
	float:left;
	margin-right:30px;
	display:inline;
	padding: 0;
}
.info h2 {
	color:#fff !important;
	font-size:20px !important;
	margin:0 !important;
	font-weight: bold !important;
	line-height:normal;
}
.info .hide-wrap {
	overflow:hidden;
}
.box-wrap ul {
	color:#fff;
	line-height:25px;
	margin:0;

}
.infobox .box ul {
	padding: 0 0 0 15px;
}
.infobox .box li{
	background:transparent url('../siteimg/icons/16/tick_blue.gif') no-repeat scroll 0 4px;
	list-style-type:none;
	padding: 0 0 0 25px;
}
.box-wrap strong {
	color:#fff;
	font-weight:bold;
	line-height:25px;
	margin:0;
}
.info h2 {
	margin-bottom:0;
}
.box-wrap {
	overflow:hidden;
	width:100%;
	padding:10px 0;
	position:relative;
}
.box-wrap .box-wrapper {
	width:974px;
}
.info p {
	line-height:25px !important;
	margin:0;
	color:#555;
	font-size:12px;
	display:block;
}

.info p.floatL {
	font-weight:bold;
	color:#037;
}

.side-nav {
	list-style: none;
	font-size:13px;
	line-height:normal;
	margin:0 0 10px 11px;
	padding:10px 0 0 0;
}
.side-nav li {
	padding-bottom:8px;
}
.side-nav li a,
.side-nav li a:visited {
	color:#fff;
	font-weight:bold;
	line-height:normal;
}
.side-nav li a:hover {
	text-decoration:none;
	color:#364666;
}
.side-nav span {
	float:left;
	margin-right:5px;
}

.news-box {
	background:url('../siteimg/skeleton/transparent-box-top-lt.gif') no-repeat;
	font-size: 11px;
	overflow:hidden;
	width:100%;
	float:left;
	color:#000;
}
.news-box-wrap {
	height: 1%;
	background:url('../siteimg/skeleton/transparent-box-top-rt.gif') no-repeat 100% 0;
}
.news-box-hold {
	height:1%;
	background:url('../siteimg/skeleton/transparent-box-bottom-lt.gif') no-repeat 0 100%;
}
.news-box-bar {
	border:solid #aecfde;
	border-width:0 1px;
	padding:0 5px 9px 9px;
}
.news-box-bar:after {
	content: "";
	clear:both;
	display:block;
}
.news-box-bottom {
	padding: 4px 0;
	background:url('../siteimg/skeleton/transparent-box-bottom-rt.gif') no-repeat 100% 100%;
}
.news-box p {
  	margin:0;
  	line-height: normal;
}
.news-box ul {
	margin:0;
	padding:0;
	list-style:none;
}
.news-box ul li {
	padding-bottom:5px;
}
.news-box ul li p a {
	color:#4F6271;
}
.news-box h5 {
  	margin:0;
  	line-height: normal;
  	font-size: 11px;
}
a.guide, a:visited.guide {
	background: url('../siteimg/skeleton/more-link-rt.gif') no-repeat 100% 0;
	width: 162px;
	float:left;
	line-height:22px;
	color:#003377;
	font-weight:bold;
}
a.guide span {
  	background: transparent url('../siteimg/skeleton/more-link-lt.gif') no-repeat scroll 0 0;
  	float: left;
  	height:22px;
  	margin:0;
  	padding:0 15px;
  	font-size:12px;
  	cursor:pointer;
}
a.guide:hover {
	text-decoration: none;
}

a.more,
a:hover.more,
a:hover.visited,
a.mehr {
	color: #4f6271;
	font-weight:bold;
	/* padding-left: 10px; */
	/*background:url('../siteimg/skeleton/arrow-link.gif') no-repeat 0 50%;*/
}
a.mehr,
a:hover.mehr,
a:visited.mehr {
	color:#003377; /* #078ac3 */
	padding-left: 10px;
	/*background:url('../siteimg/skeleton/arrow-link.gif') no-repeat 0 50%;*/
}
.heading {
	width:100%;
	overflow:hidden;
}
.heading h2 {
  	float:left;
}
.heading ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.heading ul li {
	float:left;
}
.heading ul li a {
	float:left !important;
	width:135px;
	margin-right:8px;
	overflow:hidden;
	display:inline;
}
.info .heading ul li a {
	margin-left:8px;
	margin-right:0;
}
.heading ul li a.more-info {
	width:22px;
	height:22px;
	text-indent:-9999em;
	background-image: url('../siteimg/skeleton/arrow-link5.gif');
	background-repeat: no-repeat;
}
.heading ul li a.more-info-hidden {
	background-image: url('../siteimg/skeleton/arrow-link6.gif');
}
/* -info box- */
/* forum group satellite */
tr.tbox-forumsat-separator {
	height:1px;
}
td.tbox-forumsat-theme {
	padding:10px 0;
}
td.tbox-forumsat-themetitle {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 4px;
	width:340px;
}
td.tbox-forumsat-postby {
	padding:10px 0;
}
td.tbox-forumsat-postdetails {
	vertical-align: top;
	padding: 3px 0 4px 5px;
	width:160px;
}
span.tbox-forumsat-profile {
	float: left;
	padding-top: 2px;
	padding-left:5px;
	padding-right:5px;
}
span.tbox-forumsat-name {
	padding: 0px; margin: 0px;
}
div.tbox-forumsat-separator {
	width: 100%;
	height: 1px;
	background-color: #D4D4D4;
	overflow: hidden;
}
div.tbox-forumsat-btn {
	margin-right:16px;
}
/* -forum group sat */
/* message boxes */
.messageBoxSmallIcon {
	padding:10px 10px 0 0;
	float:left;
	display:block;
	height:50px;
}
.messageBoxSmallText {
	padding-top:10px;
	display:block;
	height:50px;
	overflow:hidden;
}
/* -message boxes */
/* forum threads */
div.threads {
	padding:0;
	margin: 0;
	clear: both;
}
.threadBlue,
.threadWhite {
	display: block;
	width: 630px;
	padding:7px 10px;
	border-bottom:1px solid #d4d4d4;
}
.threadBlueLast,
.threadWhiteLast {
	border-bottom: none;
	padding-bottom: 5px;
}
.btnBottom {
	padding: 10px 10px 0 10px;
}
img.threadUser {
	padding: 0 20px 2px 0;
	float:left;
}
.threadWhite span.headline,
.threadBlue span.headline {
	font-weight: bold;
	display:block;
	padding:6px 0 9px 0;
}
table.attachments {
	width:642px;
}
table.attachments td {
	padding:2px 10px 2px 0;
}
table.attachments td.data {
	padding: 2px 10px 2px 20px;
}
/* -forum threads */
.searchWrp {
	padding: 0;
	width: 675px;
	margin-bottom: 20px;
	z-index: 10;
}
.searchWrpInner {
	padding: 0;
	width: 675px;
	z-index: 10;
}
.paddingB15 {
	padding-bottom: 15px;
}
.boardInfo h1 {
	padding: 10px 0;
	font-weight: bold;
}
.boardInfo p {
	margin: 0 0 20px 0;
	font-size: 12px;
}
.searchBtnLegacy {
	float: left;
}
.searchBtnLegacy a,
.searchBtnLegacy a:hover {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 29px;
}
/* network toc- */
.networkTOC div {
	padding: 10px 0 0 0;
}
/* -network toc */
/* networklist- */
.networklist {
}
.networklist .options {
	margin: 5px 0;
}
.networklist .options a {
	display: inline;
	margin: 0;
	padding: 0;
}
.networklist .options a.btnEdit img {
	height: 14px;
	width: 13px;
}
.networklist .options a.btnTrash img {
	height: 16px;
	width: 16px;
}
.networklist .abstract p {
	margin: 10px 0;
}
.networklist .abstract p .expert,
.boardInfo p .expert {
	font-weight: bold;
	clear: both;
	display: block;
	padding: 0 0 10px 0;
}
.networklist .boardtitle {
	display: block; clear: both;
}
.networklist .spUserProfileText {
	font-size: 11px;
}
.networklist .lastarticle {
	font-size: 11px;
}
.networklist .listFormsTable tbody tr {
}
/* -networklist */
.boardDescription {
	color: #555555;
	margin: 0;
	padding: 10px 3px;
}
.bold {
	font-weight: bold;
}
tr.separatorW {
	background: none !important;
}
.search-holder {
	margin: 5px 0 0 0;
}
.extern .side-section .side-box-bar {
	padding-bottom:3px;
}
/* footer inner */
.inner #footer {
	background: #efeeec url('../siteimg/skeleton/bg-footer.gif') repeat-x 0 100%;
}
.inner .footer-holder {
	padding-bottom: 0;
}
.inner #footer .columns {
	margin-bottom: 33px;
}
.inner .copy {
	color:#fff;
	display:block;
	font-size:11px;
	line-height:13px;
	padding:2px 0 6px;
}
/* -footer inner */
/* intern page */
.member-list-box .outertabs ul {
	margin-left:-30px;
}
.member-list-box .outertabs ul li {
	padding:9px 18px 8px 41px;
	width:165px;
}
.member-list-box .outertabs ul li .new {
	top:-11px;
	left:84px;
}
.member-list-box .loungePagingWrp {
	padding-top:8px;
}
.member-list-box .loungePagingWrp .member-list li .desc {
	width:434px;
}
.member-list-box .loungePagingWrp .member-list li .links{
	width:165px;
}
.inner .tabPagingMiddleBig .more {
	padding-right:9px;
}
/* search-box */
.search-form {
	padding:10px 0 7px 8px;
}
.search-form .holder {
	width:642px;
	overflow:hidden;
	margin-right:-9px;
	padding-bottom:25px;
}
.search-form .col {
	float:left;
	width:275px;
	padding-right:46px;
}
.search-form .text {
	background: url('../siteimg/skeleton/bg-text-long.gif') no-repeat;
	width:244px;
	height:20px;
	padding:2px;
	margin-bottom:12px;
	overflow:hidden;
}
.search-form .text input {
	float:left;
	border:0;
	background:none;
	width:234px;
	padding:4px 5px 3px;
	margin:0;
	color:#333;
	font-size:11px;
}
.search-form label {
	display:block;
	color:#15376f;
	line-height:16px;
	font-weight:bold;
	margin-bottom:18px;
}
.search-form .show-max {
	width:46px;
	color:#333;
	margin:0 0 18px 12px;
}
.search-form .section {
	width:100%;
	border-top:1px solid #eeeded;
	padding:16px 0 18px;
}
.search-form .section h3 {
	font-size:12px;
	line-height:16px;
	color:#13356d;
	font-weight:bold;
	padding-bottom:5px;
}
.search-form .row {
	width:100%;
	overflow:hidden;
}
.search-form .section .row {
	padding-bottom:2px;
}
.search-form .row label {
	font-size:10px;
	line-height:13px;
	color:#666;
	float:left;
	font-weight:normal;
	width:26px;
	margin:0;
}
.search-form .row .text {
	background: url('../siteimg/skeleton/bg-text-short.gif') no-repeat;
	width:68px;
	height:13px;
	margin:2px 11px 0 0;
	padding:0;
	float:left;
}
.search-form .row .text input {
	padding:0 3px;
	width:62px;
	font-size:9px;
	color:#333;
}
.search-form .ico-calendar {
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	background: url('../siteimg/skeleton/ico-calendar.gif') no-repeat;
	width:14px;
	height:15px;
}
.search-form .radio-buttons {
	margin-top:10px;
}
.search-form .radio-buttons h3 {
	padding-bottom:4px;
}
.search-form .radio {
	float:left;
	width:16px;
	height:15px;
	padding:0;
	margin:0 2px 0 0;
}
.search-form .radio-buttons label {
	width:auto;
	line-height:15px;
}
.search-form .heading {
	padding-top:35px;
	margin-bottom:8px;
	line-height:16px;
}
.search-form .heading h3 {
	font-size:12px;
	line-height:18px;
	color:#13356d;
	font-weight:bold;
}
.search-form .heading span {
	font-size:9px;
	color:#7a7a7a;
}
.search-form .sources li {
	padding-bottom:4px;
	height:1%;
	overflow:hidden;
	line-height:18px;
	vertical-align:top;
}
.search-form .sources li.inactive {
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}
.search-form .sources a {
	color:#666;
	float:left;
}
.search-form .sources img {
	margin-right:12px;
	float:left;
}
.search-form .sources span {
	font-size:10px;
}
.search-form .submit {
	float:right;
	text-indent:-9999px;
	background: url('../siteimg/skeleton/bg-btn-search.gif') no-repeat;
	width:74px;
	height:24px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0 24px 0 0;
	display:inline;
	cursor:pointer;
}
/* -search-form */
/* search-results box */
.search-results .select-menu {
	width:100%;
	overflow:hidden;
	line-height:18px;
	font-weight:bold;
	padding:8px 0 27px;
}
.search-results .select-menu li {
	float:right;
	margin-left:42px;
}
.search-results .select-menu a {
	color:#13356d;
}
/* -search-results box */
/* paging search-results */
.search-results .section {
	width:100%;
	overflow:hidden;
	color:#1d1d1d;
	font-size:12px;
	line-height:22px;/* 16px */
}
.search-results .section p img {
	display: inline;
	float: left;
	line-height: 22px;
}
.search-results .section p a {
	font-weight:bold;
	color:#037;
	padding-right:13px;
}
.search-results .paging {
	float:right;
	color:#1d1d1d;
}
.search-results .paging li.prev img {
	float:none;
	margin:0;
}
.search-results .paging l.next img {
	float:none;
	margin:0;
}
.search-page,
.search-page fieldset {
	float:left;
}
.search-page span {
	float:left;
	padding-right:6px;
}
.search-page .text {
	float:left;
	background: url('../siteimg/skeleton/bg-text-shortest.gif') no-repeat;
	width:24px;
	height:13px;
	margin:5px 0 0 0;
}
.search-page .text input {
	float:left;
	background:none;
	border:0;
	width:18px;
	padding:0 3px;
	margin:0;
	font-size:9px;
	text-align:center;
	line-height: 21px;
}
.search-page .submit {
	float:left;
	text-indent:-9999px;
	background: url('../siteimg/skeleton/btn-go.gif') no-repeat;
	width:13px;
	height:6px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:8px 0 0 3px;
	display:inline;
	cursor:pointer;
}
.search-results .paging ul {
	float:left;
	padding-right:2px;
}
.search-results .paging ul li {
	float:left;
	padding-right:3px;
}
.search-results .paging ul a {
	font-size:9px;
	font-weight:bold;
	letter-spacing:-1px;
}
.search-results .paging ul a:hover {
	text-decoration:none;
}
/* -paging search-results */
/* articles area */
.articles-area {
	width:100%;
	overflow:hidden;
	/* margin:-9px 0 -17px; */
}
.search-results .article {
	background: url('../siteimg/skeleton/bg-dotted-line2.gif') repeat-x;
	margin:-1px 0 0;
	padding:25px 0;
	width:98%;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	color:#1d1d1d;
}
.search-results .article .image {
	float:left;
	border:1px solid #d5d5d5;
	margin:3px 17px 0 0;
}
* html .search-results .article .image {
	margin-right:14px;
}
.search-results .article .image img {
	display:block;
}
.search-results .text-block {
	height:1%;
	overflow:hidden;
}
.search-results .article h3 {
	font-size:12px;
	line-height:16px;
	color:#797979;
	text-transform:uppercase;
}
.search-results .article h4 {
	font-size:12px;
	line-height:16px;
	color:#037;
	font-weight:bold;
}
.search-results .article h4 a {
	color:#037;
}
.search-results .source {
	color:#037;
	display:block;
}
.search-results .source a {
	color:#037;
}
/* -articles area */
/* employees-table */
.employees-table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:29px;
}
.employees-table tr {
	background: url('../siteimg/skeleton/bg-dotted-line3.gif') repeat-x;
}
.employees-table thead tr {
	background:none;
}
.employees-table .col1 {
	width:152px;
	padding-left:6px;
}
.employees-table .col2 {
	width:134px;
}
.employees-table .col3 {
	width:145px;
}
.employees-table .col4 {
	width:200px;
}
.employees-table th {
	font-size:12px;
	color:#037;
	font-weight:bold;
	padding:14px 0 13px;
}
.employees-table td {
	font-size:10px;
	line-height:16px;
	vertical-align:top;
	padding:6px 0 5px;
}
.employees-table strong {
	display:block;
	color:#037;
	font-weight:bold;
	padding-top:6px;
}
.employees-table span {
	display:block;
	color:#555;
}
/* -employees-table */
/* advertiser */
.advertiser {
	width:100%;
	overflow:hidden;
}
.advertiser .image {
	float:left;
	width:50px;
	border:1px solid #dadacc;
	margin-right:8px;
}
* html .advertiser .image {
	margin-right:5px;
}
.advertiser .image img {
	display:block;
}
.advertiser .text {
	height:1%;
	overflow:hidden;
}
/* -advertiser */
/* right */
.mmInfoBox .text-block {
	padding-top:4px;
	margin-bottom:21px;
}
.mmInfoBox .block {
	width:100%;
	overflow:hidden;
}
.mmInfoBox .block .mmArticleImageBox {
	display:inline-block;
	vertical-align:bottom;
	float:none;
	margin-right:7px;
}
.mmInfoBox .block .mmArticleImageBox img {
	vertical-align:bottom;
}
.mmInfoBox .block .mmInfoBoxTitle {
	display:inline-block;
	vertical-align:bottom;
	padding:0;
	font-weight:normal;
	color:#333;
}
* html .mmInfoBox .block .mmArticleImageBox {
	display:inline;
}
*+html .mmInfoBox .block .mmArticleImageBox {
	display:inline;
}
* html .mmInfoBox .block .mmInfoBoxTitle {
	display:inline;
}
*+html .mmInfoBox .block .mmInfoBoxTitle {
	display:inline;
}
.mmInfoBox .block .mmInfoBoxTitle div {
	width: 160px;
}
.mmInfoBox .block .mmInfoBoxTitle strong {
	display:block;
	color:#12346d;
	font-weight:bold;
}
.mmInfoBox p.relation {
	padding-bottom:36px;
	background:url(../siteimg/util/arr_profil_down.gif) 75px 52px no-repeat;
	height:40px;
}
.mmInfoBox p.relation_unconfirmed {
	padding-bottom:36px;
	background:url(../siteimg/util/arr_profil_down_unconfirmed.gif) 75px 52px no-repeat;
	height:40px;
}
.mmInfoBox p.myself	{
	font-weight:bold;
	padding-bottom:5px;
}
/* -right */
/* articles-archives */
.articles-archives {
	margin-bottom:-10px;
}
.articles-archives li {
	width:100%;
	overflow:hidden;
	padding-bottom:2px;
	vertical-align:top;
}
.articles-archives li a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:9px;
	margin-top:5px;
}
.articles-archives .ico-green-arrow {
	width:10px;
	background: url('../siteimg/skeleton/ico-green-arrow.gif') no-repeat;
	margin-right:5px;
}
.articles-archives .ico-minus {
	width:9px;
	background: url('../siteimg/skeleton/ico-minus.gif') no-repeat;
	margin-right:8px;
}
.articles-archives strong {
	float:left;
	font-weight:bold;
	color:#13356d;
}
/* -articles-archives */
/* files-management */
.files-management-box .title {
	padding-right:0;
	word-spacing:-1px;
	width:257px;
}
.files-management {
	margin-bottom:-7px;
	padding:4px 0 0 4px;
}
.files-management .text {
	background: url('../siteimg/skeleton/bg-text-long.gif') no-repeat;
	width:244px;
	height:20px;
	padding:2px;
	overflow:hidden;
	margin-bottom:10px;
}
.files-management .text input {
	background:none;
	border:0;
	color:#999;
	float:left;
	font-size:11px;
	margin:0;
	padding: 4px 5px 3px;
	width: 234px;
}
.files-management .comments {
	background: url('../siteimg/skeleton/bg-textarea.gif') no-repeat;
	width: 244px;
	height: 134px;
	padding: 2px;
	overflow-x: hidden;
	overflow-y: auto;
}
.files-management .comments textarea {
	max-height: 124px;
	max-width: 235px;
	background: none;
	border: 0;
	width: 235px;
	height: 124px;
	float:left;
	padding: 4px 0 4px 9px;
	margin: 0;
	color: #4e4e4e;
	font-size: 12px;
	line-height: 16px;

}
/* -files-management */
/* career-forum */
.career-forum ul {
	margin: 0;
	padding: 0;
}
.career-forum li {
	background: none;
	padding: 0 0 14px;
	font-size: 11px;
	line-height: 14px;
	color: #555;
}
.career-forum strong,
.career-forum a {
	color:#15376f;
	font-weight:bold;
}
/* -career-forum */
/* -intern page */
/* sign-form */
.sign-form {
	padding:16px 0 0 6px;
}
.sign-form label,
.sign-form strong {
	font-size:12px;
	line-height:14px;
	color:#555;
	font-weight:bold;
	display:block;
	padding:0 5px 2px;
}
.sign-form strong {
	padding:5px 5px 12px;
}
.sign-form .text {
	background: url('../siteimg/skeleton/bg-text-longest.gif') no-repeat;
	width:246px;
	height:19px;
	padding:1px 1px 0;
	overflow:hidden;
	margin-bottom:7px;
}
.sign-form .text input {
	float:left;
	width:240px;
	padding:2px 3px 3px;
	margin:0;
	border:0;
	background:none;
	font-size:10px;
	color:#555;
}
.sign-form select {
	width:247px;
	margin-bottom:7px;
}
.sign-form .section {
	padding-bottom:26px;
}
.sign-form .section select {
	margin-bottom:13px;
}
.sign-form .submit {
	height:1%;
	overflow:hidden;
	padding-right:15px;
}
.sign-form .submit input {
	float:right;
	text-indent:-9999px;
	background: url('../siteimg/skeleton/btn-submit.gif') no-repeat;
	width: 74px;
	height: 24px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
/* -sign-form */
.internal-campaign-banner {
	text-align: center;
	position:fixed;
	color: #FFFFFF;
	background-color: #A1A1A1;
	border: 1px dashed #FFFF75; /* #E6E6F3 */
	height: 14px;
	line-height: 12px;
	width:820px;
	vertical-align: middle;
	font-family: monospace;
}
/* newsletter list */
div.separatorNewsletter {
	height:1px;
	width:245px;
	background-color:#d7d7d7;
	margin:5px 0 5px 10px;
}
#newsletterbox td  {
	padding-left:10px;width:80px;
}
/* -newsletter list */
/* registration steps */
#regSteps {
	width:624px;
	float:left;
}
#regSteps ul {
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}
#regSteps li.arrow {
	padding:25px 6px 0 6px;
	float:left;
	text-align:center;
	background:url('../siteimg/util/rsArrow.gif') center 4px no-repeat;
	width:15px;
}
#regSteps li.li1,
#regSteps li.li2,
#regSteps li.li3,
#regSteps li.li4,
#regSteps li.li5,
#regSteps li.li1h,
#regSteps li.li2h,
#regSteps li.li3h,
#regSteps li.li4h,
#regSteps li.li5h {
	padding:25px 8px 0 8px;
	float:left;
	text-align:center;
}
#regSteps li.li1 {
	background:url('../siteimg/util/rs1norm.gif') top center no-repeat;
	width: 118px;
}
#regSteps li.li2 {
	background:url('../siteimg/util/rs2norm.gif') top center no-repeat;
	width: 118px;
}
#regSteps li.li3 {
	background:url('../siteimg/util/rs3norm.gif') top center no-repeat;
	width: 118px;
}
#regSteps li.li4 {
	background:url('../siteimg/util/rs4norm.gif') top center no-repeat;
	width: 118px;
}
#regSteps li.li5 {
	background:url('../siteimg/util/rs5norm.gif') top center no-repeat;
	width: 118px;
}
#regSteps li.li1h {
	background:url('../siteimg/util/rs1highl.gif') top center no-repeat;
	font-weight:bold;
	width: 118px;
}
#regSteps li.li2h {
	background:url('../siteimg/util/rs2highl.gif') top center no-repeat;
	font-weight:bold;
	width: 118px;
}
#regSteps li.li3h {
	background:url('../siteimg/util/rs3highl.gif') top center no-repeat;
	font-weight:bold;
	width: 118px;
}
#regSteps li.li4h {
	background:url('../siteimg/util/rs4highl.gif') top center no-repeat;
	font-weight:bold;
	width: 118px;
}
#regSteps li.li5h {
	background:url('../siteimg/util/rs5highl.gif') top center no-repeat;
	font-weight:bold;
	width: 118px;
}
img.imgRegStep {
	padding: 0 10px 2px 0;
	float:left;
}
span.imgRegStep {
	float:left;
	padding:2px 0 0 0;
	font-weight:bold;
}
/* -registration steps */
/* cluboffer */
.cluboffer p.teaser {
	font-weight:bold;
}
.cluboffer p.text {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cluboffer .visual {
	float: left;
	margin-right:15px;
}
.cluboffer .contentBox2Top {
	height:191px;
}
.cluboffer h3 {
	margin-left:0 !important;
}
.club-wrapper {
	width: 100%;
	overflow: hidden;
}
div.cluboffer {
	width:285px;
	text-align: left;
}
.club-header,
.club-columns,
.club-footer {
	clear: both;
}
.club-columns {
	text-align: center;
	width: 675px;
}
.club-leftcolumn,
.club-rightcolumn {
	display: inline;
	width: 335px;
	text-align: center;
	padding: 0 auto;
}
.club-leftcolumn {
	float: left;
	display: block;
}
.club-rightcolumn {
	float: right;
	display: block;
}
.club-wrapper {
}
/* -cluboffer */
/* club offers */
img.coBanner {
	margin: 10px 0 7px 0;
}
ul.coList {
	margin:0px;
	padding:0px;
}
ul.coList li {
	list-style:none;
	background:url('../siteimg/util/list-style2.gif') 0px 9px no-repeat;
	padding:2px 10px;
}
/* -club offers */
/* loginbox */
.loginTable td {
	padding-right:10px;
}
a.small {
	font-size:10px;
}
/* Login box */
#loginbox-wrapper{
	background:#efeeec url(../siteimg/util/working2.gif) no-repeat center center;
	position:fixed !important;
	position:absolute;
	opacity:0.3;
	-moz-opacity:0.3;
	filter:Alpha(opacity=30);
	z-index:1000000;
}
#loginbox-wrapper .login-form {
	width: 457px;
	padding-top: 12px;
}
#loginbox-wrapper .login-form p.loginbox-info {
	padding:8px 0;
}
#loginbox-wrapper .application{
	border:3px solid #003377;
	background:#efeeec;
}
#loginbox-wrapper #registration{
	background-color: #f76903;
	font-size:20px;
	font-weight:bold;
	padding: 8px;
	width: 210px;
	float:right;
	margin:0 12px 12px 0;
}
#loginbox-wrapper #registration a{
	color: #fff;
}
#loginbox-wrapper #registration a.hintlink{
	font-size:10px;
	font-weight:normal;
}
#loginbox-wrapper p.btn-close a.mehr{
	margin:0;
	padding:32px 0 0 0;
}
#loginbox-wrapper .clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }
#loginbox-wrapper fieldset{
	float:none;
}
#loginbox-wrapper #registration p{
	background: transparent;
	width:auto;
	float:none;
}
#loginbox-overlay{
	width:100%;
	height:100%;
	background:#fff;
	position:fixed !important;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	-moz-opacity:0;
	filter:Alpha(opacity=0);
	z-index:999999;
	display:block;
}

/* FAQs */
.faqListing a.faqInactive:visited,
.faqListing a.faqInactive:active,
.faqListing a.faqInactive:link {
	background:url('../siteimg/icons/iconPlus.gif') 0 2px no-repeat;
	padding-left:15px;
	font-weight:bold;
	line-height:2.0;
}
.faqText {
	margin:30px 0 10px 0;
}
.faqListing a.faqActive:link,
.faqListing a.faqActive:active,
.faqListing a.faqActive:visited,
.faqListing a.faqActive:hover,
.faqListing a.faqActive {
	background:url('../siteimg/icons/iconMinus.gif') 0 2px no-repeat;
	padding-left:15px;
	font-weight:bold;
	line-height:2.0;
}
.faqListing a.faqActive {
	background:url('../siteimg/icons/iconMinus.gif') 0 2px no-repeat;
	padding-left:15px;
	font-weight:bold;
	line-height:2.0;
}
.faqListing .description {
	display:block;
	margin:0 15px;
}
.faqListing .empty a {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
/* -FAQs */
/* image scroller */
.imageScroller {
}
.imageScroller strong {
	color: #555555;
	position: relative;
	top: 0;
	left: 20px;
}
.imageScroller .gallery {
	margin: 0;
	padding: 0;
}
.imageScroller .gallery ul {
	list-style:none;
	height:40px;
	padding:0;
	margin:0;
}
.imageScroller .gallery li {
	margin:0 3px 0;
	padding:0;
	width:50px;
	float:left;
	overflow:hidden;
	opacity:1;
	-moz-opacity:1;
}
.imageScroller .gallery .imgWrp {
	width:225px;
	overflow:hidden;
	float:left;
}
.imageScroller .mainImgWrp {
	text-align:center;
	height:125px;
	overflow:hidden;
	background: url('../siteimg/skeleton/logoSiteuser.gif') no-repeat center;
}
.imageScroller .mainImgWrp a {
	display:block;
	height:125px;
}
.imageScroller .gallery a,
.imageScroller .gallery a:link,
.imageScroller .gallery a:visited,
.imageScroller .gallery a:hover {
	width:20px;
	height:40px;
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
}
.imageScroller .gallery .back {
	background-image:url('../siteimg/buttons/link_back.png');
}
.imageScroller .gallery .next {
	background-image:url('../siteimg/buttons/link_next.png');
}
.imageScroller .gallery .group {
	padding: 0 0 0 15px;
}
.imageScroller .access {
	display:none;
}
/* -image scroller */
/* changes for group images */
.imageScrollerGI .mainImgWrp {
	float:left;
}
.imageScrollerGI .gallery .imgWrp {
	width:285px;
}
.imageScrollerGI .gallery li {
	width:65px;
}
.imageScrollerGI .gallery {
	position: relative;
	margin:15px 0;
}
/* -changes for group images */
.searchHint {
	line-height: 22px;
}
.headlineDefault .links {
	float: right;
	margin: 0;
}
.printpage,
.sendpage {
	float: left;
	margin-left:3px;
	background: none !important;
}
.advantages-index-links {
	clear: both;
	padding: 0 0 10px;
}
.profilestatus {
	margin: 30px 0 0 0;
}
.co_alerttext, .formcolwarn {
	color: #B22222;
}
.settings .desc {
	padding: 15px 0;
}
.settings ul {
	list-style-type: none;
	padding: 0 0 0 15px;
}
.settings ul li {
	padding: 8px 0;
}
.popupDescLayer {
	position:absolute;
	margin-top:37px;
	display: none;
}
.popupDescLayer16 {
	position:absolute;
	margin-top:16px;
	display:none;
}
.popupDescLayer270 {
	position:absolute;
	margin-top:37px;
	margin-left:270px;
	display:none;
}
.pointer {
	cursor:pointer;
}
.pointer img {
	display: inline;
	height: 16px;
	width: 16px;
}
.pointer img.lock {
	padding-left:6px;
	vertical-align:bottom;
	width:10px;
	height:14px;
}
.questBtn {
	margin-bottom:2px;
	padding-left:10px;
	float: right;
}
.questBtn2 {
	margin-bottom:2px;
}
.paddingR {
	right:7px;
}
.fontNormal {
	font-weight:normal;
}
ul.buttons {
	list-style-type: none;
	float: right;
}
ul.buttons li {
	float: left;
	display: inline;
}
th.col-msg-spacer,
td.col-msg-spacer {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 20px;
}
th.col-msg-profile,
td.col-msg-profile {
	width: 160px;
}
td.col-msg-profile {
	vertical-align: top;
}
td.col-msg-profile img {
	float: left;
	margin: 0 5px 0 0;
}
td.col-msg-profile .desc {
	font-size:11px;
	padding-left: 3px;
}
td.col-msg-profile strong {
	font-size:11px;
}
th.col-msg-subject,
td.col-msg-subject {
	width: 230px;
}
td.col-msg-subject {
	vertical-align: top;
}
td.col-msg-subject span {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.subject-outbox {
	width: 290px;
}
th.col-msg-date,
td.col-msg-date {
	width: 60px;
}
th.col-msg-status,
td.col-msg-status {
	width: 40px;
}
td.col-msg-status {
	vertical-align: top;
	text-align: center;
}
th.col-msg-delete,
td.col-msg-delete {
	width: 20px;
}
td.col-msg-delete {
	vertical-align: top;
	text-align: center;
}
td.msg-select {
	text-align: center;
	vertical-align: middle;
}
td.msg-select .all-box,
td.msg-select label {
	float: left;
}
td.msg-select label {
	padding: 0 15px;
}
.status-outbox {
	width: 1px;
}
.select-user-results {
}
.select-user-results input.select-user {
	float: left;
	vertical-align: middle;
	width: 30px;
	height: 70px;
	padding: auto 10px;
}
.select-user-results li {
	width: 100%;
}
.select-user-results .desc {
	background: none !important;
}
.membership-form {
	padding: 10px 0 0 0;
}
.membership-form .hint {
	padding-right: 10px;
}
.membership-form .option {
	padding: 10px 0;
	line-height: 24px;
}
/* recipient list */
ul.recipientList {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.recipientList li {
	font-weight: normal;
	float: left;
	border: 1px dashed #ffffff;
	background-color: #005599;
	color: #ffffff;
	margin:2px 5px 2px 0;
	padding: 2px;
}
ul.recipientList li.selecthint {
	border: none;
	background-color: #fff;
	color: #000;
}
/* -recipient list */
.tableForms .hint,
.hintMultipleSelect {
	font-size: 11px;
	display: inline;
	width: 100%;
	padding-bottom: 5px;
}
.pantone550 {
	background-color: #8CB8C6;
}

/* IE_Hack for CSC202084: applies only to IE7 */
	*:first-child+html .loungeboardbox ul.board {
		z-index: -1;
	}
	*:first-child+html .loungeboardbox .ticker-box-wrap{
		background-color: transparent;
		border-bottom: 59px solid #efeeec;
	}
	*:first-child+html .tab-links{
		margin-top: -59px;
	}

/* marketplace */
.marketplace_article {
	padding:10px 10px;
	width:900px;
	overflow:hidden;
}
.marketplace_image {
	float:left;
	height:120px;
	width:180px;
}
.marketplace_text {
	margin-left:195px;
}
.marketplace_text h2 {
	font-size: 12px;
	font-weight: bold;
	color: #037;
	padding: 5px 0px 10px 0px;
}
.marketplace_link {
	display:block;
	padding:5px 0px;
}

/* contentBoxFull */
.contentBoxFull {
	margin-bottom: 29px;
	width: 1001px;
	background: #efeeec url('../siteimg/skeleton/bg-content-box-t_full.gif') no-repeat;
}
.contentBoxFull .frame {
	background: url('../siteimg/skeleton/bg-content-box-b_full.gif') no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 7px 0 4px;
}
.contentBoxFull .outertabs {
	background: url('../siteimg/skeleton/bg-content-section_full.gif') no-repeat;
	width: 981px;
	height: 47px;
	margin: 0 auto;
}
.contentBoxFull .title {
	font-size:12px;
	color:#037;
	font-weight:bold;
	padding:11px 15px;
}
.contentBoxFull .frame .loungePagingWrp {
	width:967px;
	background: #fff url('../siteimg/skeleton/bg-content-hold_full.gif') no-repeat 0 100%;
}
.registration-note {
	border: 1px solid #555555;
	margin: 0 10px 0 0;
	padding: 5px 8px;
}
.formHeadSectionNoPadding span {
	float: left;
	font-weight: bold;
	color: #12346D;
}
.formHeadSectionNoPadding span.fieldHead {
	color: #555555;
}
a.registration-hint {
	cursor: pointer;
	display: inline;
	line-height: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}
.registration-hint img {
	height: 16px;
	line-height: 16px;
	width: 16px;
	margin: 0;
	padding: 2px 0;
}
.payment-option {
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.payment-option .formHeadNoPadding {
	display: inline;
	vertical-align: middle;
	padding: 0 0 0 5px;
}

/* Newsletter CSS Update */
table#newslettercontainer {
	margin: 0;
	padding: 0;
	width: 100% !important;
}

table#newslettercontainer a img {
	border: none;
}

table#newslettercontainer .image_fix {
	display: block;
}

table#newslettercontainer td {
	padding: 0;
	border-collapse: collapse;
}

table#newslettercontainer {
	border-collapse: collapse;
	mso-table-lspace: 0pt;
	mso-table-rspace: 0pt;
}

table#newslettercontainer p {
	margin: 1em 0;
}

table#newslettercontainer a,
table#newslettercontainer a:visited,
table#newslettercontainer a:hover {
	color: #ffffff;
	text-decoration: none;
}

table#newslettercontainer #logo {
	width: 210px;
}

table#newslettercontainer[class="btn-container"] td {
	padding: 0;
	text-align: left;
	background: none !important;
}

table#newslettercontainer .btn-container {
	margin-top: 20px;
	line-height:100% !important;
}

table#newslettercontainer .b-teaser {
	width: 231px;
}
/* /Newsletter CSS Update */