/**
*
* @package Board3 Portal v2 - World of Warcraft Guild Recruitment Module
* @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @Guildrecruit by Talonos v2.1.2 http://pretereo-stormrage.co.uk/
*/

#tooltip { width: 250px; }

#tooltip {
	color: #dddddd;
	background: #222222;
	border: 1px solid #333333;
	padding: 5px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-align: left;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	display: none;
	text-decoration: none;
}
div.tooltip { text-decoration: none; }

div.tooltip:hover {
	background-color: inherit;
	text-decoration: none;
}

/* opacity used on images */
img.High { opacity: 1; filter: alpha(opacity=100); }
img.Medium { opacity: .75; filter: alpha(opacity=75); }
img.Low { opacity: .50; filter: alpha(opacity=50); }
img.None { opacity: .20; filter: alpha(opacity=25); }

/* class colors */
span.cor_1{ color:#c41f3b; text-shadow: 1px 1px #000000; }
span.cor_2{ color:#ff7d0a; text-shadow: 1px 1px #000000; }
span.cor_3 { color:#abd473; text-shadow: 1px 1px #000000; }
span.cor_4 { color:#69ccf0; text-shadow: 1px 1px #000000; }
span.cor_5 { color:#f58cba; text-shadow: 1px 1px #000000; }
span.cor_6 { color:#ffffff; text-shadow: 1px 1px #000000; }
span.cor_7 { color:#fff569; text-shadow: 1px 1px #000000; }
span.cor_8 { color:#2459ff; text-shadow: 1px 1px #000000; }
span.cor_9 { color:#9482c9; text-shadow: 1px 1px #000000; }
span.cor_10 { color:#c79c6e; text-shadow: 1px 1px #000000; }
span.cor_11 { color:#008467; text-shadow: 1px 1px #000000; }
span.cor_12 { color:#2D9B78; text-shadow: 1px 1px #000000; }
span.cor_13 { color:#a330c9; text-shadow: 1px 1px #000000; }
div.graph {	
	position: relative;
	background-color: #666;
	width: 95%;
	border: 1px solid;
	padding: 0px;
	margin: 0px 0;
	height: 1em;
}

div.graph .bar {
	position: absolute;
	color: #CCC;
	background-color: #900;
	border: 0px solid #000;
	display: block;
	position: relative;
	text-align: center;
	height: 1em;
	line-height: .8em;
}
div.graph .bar span {
	position: absolute;
	left: 1em;
}