/* support - teamviewer */
/*
	big (200x125)
	small (120x60)
		small half
	wide (234x60)
		wide half 

	gray or blue
*/

.support div.support_small{
	margin-top: -8px;
}

.support_big, .support_small, .support_wide {
	margin: 3px;
	margin-top: 0;
	padding: 0;
	text-indent: 0;
}

div .support_link {
	position: absolute;
}

.support_small, .support_small div .support_link {
	width: 120px;
	height: 60px;
}

.support_big, .support_big div .support_link {
	width: 200px;
	height: 125px;
}

div.support_link a span.support_link {
	position:absolute;
	top:0;
	left:0;
	z-index: +1;
	background-color: transparent;
	background-image:url('images/empty.png'); 
}

.support_text {
	font-family: Arial;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	position: absolute;
	text-align: center;
}

.support_small.support_half .support_text {
	font-size: 9px;
	width: 70px;
	padding: 27px 0px 0px 50px;
}

.support_big .support_text {
	font-size: 14px;
	padding: 65px 5px 0px 5px;
	width: 190px;
}

.support_small.support_half .support_text {
	position: absolute;
	font-family: Arial;
	font-size: 9px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	width: 70px;
	padding: 27px 0px 0px 50px;
}

.support_blue, .support_gray:hover {
	color: white;
}
.support_gray, .support_blue:hover {
	color: black;
}

.support_small.support_half.support_blue, .support_small.support_half.support_gray:hover {
	background-image: url("images/support_small_half_blue");
}
.support_small.support_half.support_gray, .support_small.support_half.support_blue:hover {
	background-image: url("images/support_small_half_grey");
}

.support_big.support_blue, .support_big.support_gray:hover {
	background-image: url("images/support_big_blue");
	color: white;
}
.support_big.support_gray, .support_big.support_blue:hover {
	background-image: url("images/support_big_grey");
	color: black;
}
.hash {
	font-size: 8.4px;
}