/* HTML ELEMENTS */
html {
	height: 100%;
}
/* BODY ELEMENTS */
body {
	height: 100%;
	width: auto;	
	margin-top: 40px;
	background-color: #9ab6a7;
	background-image: url(../images/page_bg_artwork.jpg);
	background-repeat: repeat-x;
	/* standard schrift */
    color: #161616;
    line-height: 150%;
    font-family: verdana;
    font-size: normal;
    text-decoration: none;
}

* html {
	width: 100%;
}

/* LAYOUT ELEMENTS - VON OBEN NACH UNTEN */
/* NETWORKBAR */
#networkbar {
	width: auto;
	position: absolute;
	top: 0px;
	height: 28px;
	left: 0px;
	right: 0px;
	background-image: url(../images/networkbar_bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}

* html #networkbar {
	width: auto;
	padding-right: 5px;
	margin-right: 5px;
}

#networkbar a:link, #networkbar a:visited {
	color: #FEFEFE;
	text-decoration: none;
}

#networkbar a:hover, #networkbar a:active {
	color: #FFF;
	text-decoration: underline;
}

.globalnavlinks {
	float: right;
	padding: 5px;
	color: #FFF;
}

/* USERBAR */
#userbar {
	width: 872px;
	height: 71px;
	float: right;
	background-image: url(../images/userbar-noslices.jpg);
	background-repeat: no-repeat;
}

.userbaravatar {
	border: 1px solid #000000;
	padding-right: 10px;
	background:#FFF;
}

.userbarusernamebig {
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	white-space: nowrap;
	clip: rect(auto,auto,auto,auto);
}

.userbaruserslogan, .userbarusersloganNotLoggedIn {
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	color: #FFF;
	white-space: nowrap;
	clip: rect(auto,auto,auto,auto);
}
.userbarusersloganNotLoggedIn {
	display:block;
	width:146px;
}
.userbarusersloganNotLoggedIn a, 
.userbarusersloganNotLoggedIn a:visited,
.userbarusersloganNotLoggedIn a:active, 
.userbarusersloganNotLoggedIn a:hover {
	color: #FFF !important;
	font-weight: bold !important;
}

.userbarnavtab {
	float: right;
	width: 71px;
	padding:50px 5px 10px 5px;
	color: #e8e595;
}

.userbarnavtabactive {
	float: right;
	width: 71px;
	padding:50px 5px 10px 5px;
	color: #161616;
	background-image: url(../images/userbarnavtab.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* SEITENINHALT */
#contentwrapper {
	width: 720px;
	position: relative;
	left: 50%;
	background-color: #FFF;
	margin-left: -360px;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 100%;
	background-image: url(../images/content_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#belongstogether {	
	padding: 5px 5px 10px 5px;
}

/* FOOTER SACHEN */
#outterwrapper {
	width: 100%;
	margin-bottom: 20px;
}
#nonfooter {
	position: relative;
	min-height: 100%;
}

* html #nonfooter {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -1.5em;
}

#bottomlinecont {
	height: 30px;	
	width: 100%;	
	/* background-color: #FFF;
	/**
	 * nur bottom nutzen wenn sichtbereich kleiner als seitenlänge ist,
	 * oder man den footer permanent am unteren bildschirmrand haben möchte.
	 * sonst margin-bottom benutzen
	 *
	 *
	 */
	 bottom:10px;
}

#bottomline {
    text-decoration: none;	
}

/* FONT STYLES */    
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 155%;
	font-weight: bold;
}

h3 {
	font-size: 130%;
	font-weight: bold;	
}

p {
    text-decoration: none;
}

/* EYE CATCHERS */
.eyecatcherbig {
	font-size: 600%;
}

/* LINK STYLES */
a:link, a:visited {
	text-decoration: none;
	color: #26393d;
	color: #0099cc;
}

a:hover, a:active {
	text-decoration: underline;
	color: #40627c;
}

.inactive {
	color: #999999 !important;
}

/* FEEDBACK AREA */
#feedbackarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	padding: 5px;
	margin-bottom: 10px;
}

#feedbackpositive, .feedbackpositive {
	border: 1px solid #CCCCCC;
	background-color: #E8FFE6;
	padding: 5px;
	margin-bottom: 10px;
}

#feedbacknegative, .feedbacknegative {
	border: 1px solid #FF0000;
	background-color: #FFC6C7;
	padding: 5px;
	margin-bottom: 10px;
}

#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 10px;
	background: url(http://www.theladder.de/images/icons/spinner.gif) no-repeat;
}

#log_res.ajax-done {
	padding: 10px;
	background: url(http://www.theladder.de/images/icons/done.png) no-repeat;
}

/* TD oder TR STYLES */
.hltrow {
	font-weight: bold;
	background-color: #FFF;
}

/* PROFIL-VIEW */
.profilviewcontenttd {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: bottom;
	height: 25px;
}
.lightdesaturated {
	font-weight: normal;
	color: #999999;
}

.profilviewlabeltd {
	padding-right: 10px;
	color: #999999;
	vertical-align: top;
	height: 10px;
}

.profilviewadditionaltd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: bottom;
	height: 25px;	
}

.userprofileavatar {
	border: 1px solid #000000;
	background:#FFF;
}

/* wird für leere country flags im profil view verwendet */
.thinborderblack {
	border: 1px solid #000000;
	margin-bottom: 2px;
}

.online {
	font-weight: bold;
	color: #009900;
}

.offline {
	font-weight: bold;
	color: #000000;
}

/* FOOTER */
#footer {
	height: 67px;
	width: auto;
	color: #98a8a3;
	text-decoration: none;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9d5c6;
}

.footerupper a:link, .footerupper a:visited {
	line-height: 20px;
	text-decoration: none;
	/* color: #98a8a3; */
	color: #FFF;
	font-weight: bold;
}

.footerupper a:hover, .footerupper a:active {
	text-decoration: underline;
}


.footerallend, .footerallend a:link, .footerallend a:visited {
	text-decoration: none;
	color: #c0d0ca;
}

.footerallend a:hover, .footerallend a:active {
	text-decoration: underline;
}

/* TABELLEN */
th {
	font-weight: bold;
	color: #FFF;
	background-color: #000000;
	text-align: center;
 	border: 1px solid #000000;
}

#spryregion1 th { 
	cursor: pointer;
}

.trHover {
	background-color: #FFFFCC;
}
#belongstogether #usergamesform #headerElements .headerElementsTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}

/* TEAM DETAIL SCREEN */
.teamLadderPosition {
	font-family: Tahoma, Verdana, serif;
	font-size: 50px;
	font-weight: bold;
	color: #000;
	width: 141px;
	text-align: center;
}

/* ---- jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	background-color: #fff;
	color: #fff;
	border: 2px solid #40627c;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#40627c;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #40627c;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #40627c;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #40627c;
}

.jTip{
	cursor:help;
}

fieldset {
  background-color: #F7F7F7;
}
fieldset legend { font: bold 14px Verdana; }
fieldset p { padding: 3px; }

