/* Loginbox */

div.fbFriendsbar div.socialMediaBox{
	height: 21px;
}
div.fbFriendsbar span#facebookLogin a,
div.fbFriendsbar span.g-signin {
	display: inline-block !important;
	color: #fff;
	line-height: 18px !important;
	height: 21px !important;
	padding: 0px 0px 0px 22px !important;
	opacity: 0.6;
	background: url(images/fblogin/fb_connectButton.png) no-repeat !important;
	background-position: 0px -1px !important;
    width: 140px;
}

/*
span#facebookLogin a:hover,
span#googleLogin a:hover {
*/

div.fbFriendsbar span#facebookLogin a:hover,
div.fbFriendsbar span.g-signin {
	text-decoration: none !important;
	cursor: default;
}

div.fbFriendsbar span#facebookLogin.on a,
div.fbFriendsbar span#googleLogin.on span.g-signin {
	opacity: 1.0;
	cursor: pointer !important;
}

/*
span#facebookLogin.on a:hover,
span#googleLogin.on a:hover {
*/
div.fbFriendsbar span#facebookLogin.on a:hover {
	text-decoration: none !important;
	cursor: default;
}

/* Loginbox status logged */

div.fbFriendsbar div.teamStatus {
	position: absolute;
	top: 63px;
}

/* register */

textarea.text,
input.field,
input.text {
	width: 96%;
}

div.fbFriendsbar span.switch {
	display: inline-block;
	margin-right: 10px !important;
	background: transparent url(images/fblogin/socialshareprivacy_on_off_fb.png) no-repeat 0 10px scroll;
	height: 18px;
	width: 23px;
	padding-top: 7px !important;
	cursor: pointer;
}

div.fbFriendsbar span.switch.on {
	background-position: 0 -20px;
}



#tippsStatus {
    background-color: #222;
    border: 1px solid #666;
    border-radius: 4px 4px;
    color:#f5f5f5;
    display: none;
    font-family:Arial,Verdana,Helvetica;
    font-size:12px;
    left: 200px;
    padding: 8px;
    position: absolute;
    top: 200px;
    width: 200px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#tippsStatus a {
    color:#fff;
    float: right;
    text-decoration: underline;
}
#tippsStatus a:hover {
    text-decoration: underline;
}

#tippsStatus.active{
    display: block;
}


.tip {
    font-family:Arial,Verdana,Helvetica;
    width:320px;
    padding: 8px;
    margin: 0;
    background-color: #222;
    color:#f5f5f5;
    display: inline-block;
    border-radius: 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #666;
}

.tip-top {
}

.tip-title {
    color:#fff;
    font-size:12px;
    font-weight: bold;
    line-height:16px;
    float: left
}

.tip-text {
    color:#f5f5f5;
    font-size:12px;
    line-height:16px;
}

.tip-bottom {
}

.icontipz,
.tipz {
    z-index: 100
}

.icontipz .tip {
    font-family:Arial,Verdana,Helvetica;
    padding: 4px;
    width: 100px;
    margin: 0;
    color:#fff;
    background-color: #222;
    display: inline-block;
    border-radius: 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #666;
}

*html .icontipz .tip {
    display: none;
}

.icontipz .tip-title {
    color:#fff;
    font-size:12px;
    font-weight: normal;
    line-height:14px;
    margin:0px;
    text-transform: none
}

.icontipz .tip-text {
    display: none
}