#phpraider {
	display: block;
	float: left;
	background: transparent url('/phpBB3/styles/m9lkprobb3/theme/images/ttip.png') no-repeat;
	position: relative;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	width: 470px;
	border: 1px solid #202020;
	overflow: auto;
	height: 150px;
}

#phpraider h2 {
	margin: 0px;
	color: #ffffff;
}

.raid_role {
	display: block;
	width: 46px;
	height: 25px;
	position: relative;
	float: left;
	cursor: pointer;
}

.raid_icon {
	display: block;
	position: absolute;
	left: 20px;
	top: 3px;
}

.raid_attendance {
	font-size:12px;
}

.full { color: #0030FF; }
.below { color: #BBBB00; }
.over { color: #FF0000; }

.raid_selected {
	color:#00FF00;
	font-size:10px;
	text-align:right;
	width: 15px;
	position:absolute;
	display: block;
	left: 5px;
	top: -4px;
	z-index:2;
}

.raid_queued {
	top:-4px;
	right: 0px;
	color:#FFFFFF;
	font-size:10px;
	position:absolute;
	display: block;
	z-index:2;
}

.raid_cancelled {
	bottom:-2px;
	right: 0px;
	color:#FF0000;
	font-size:10px;
	position:absolute;
	display: block;
	z-index:2;
}

#raid-signup {
	display: none;
	position: absolute;
	background-color: #000000;
	width: 250px;
	border: 1 solid #C4C4C4;
	z-index: 600;
}

.raid-signup {
	cursor: pointer;
}

.raid_tooltip {
	z-index: 600;
	position: absolute;
	display: none;
	background:transparent url('/phpBB3/styles/m9lkprobb3/theme/images/ttip.png') no-repeat scroll 0 0;
	border:1px solid #202020;
	width: 70px;
	min-height: 50px;
	padding: 3px;
	margin: 0px;
	overflow: hidden;
}

.raid_tooltip li {
	list-style: none;
	margin: 0px;
	font-size: 9px;
	text-align: left;
}

li.raid-selected {
	font-weight: bold;
}

li.raid-cancelled {
	text-decoration: line-through;
}

.deathknight { color: #F00050; }
.druid { color: #FFA000; }
.hunter { color: #00A000; }
.mage { color: #00FFFF; }
.paladin { color: #FFA0FF; }
.priest { color: #FFFFFF; }
.rogue { color: #FFFF00; }
.shaman { color: #0000FF; }
.warlock { color: #900090; }
.warrior { color: #A08000; }

#mumble {
	display: block;
	float:left;
	margin-left:15px;
	background:transparent url('/phpBB3/styles/m9lkprobb3/theme/images/ttip.png') no-repeat scroll 0 0;
	border:1px solid #202020;
	padding:10px;
	width:120px;
	height: 150px;
	overflow: auto;
}

#mumble li {
	list-style: none;
}

span.mumble-users {
	float:right;
	text-align:right;
}

#mumble h2 {
	margin:0 0 5px;
	color: #ffffff;
}

#mumble a:hover {
	text-decoration: none;
	cursor: normal;
	color: #CBA300;
}

#announce {
	display: block;
	float: left;
	margin-left: 15px;
	background:transparent url('/phpBB3/styles/m9lkprobb3/theme/images/ttip.png') no-repeat scroll 0 0;
	border:1px solid #202020;
	padding:10px;
	width:350px;
	height: 150px;
	overflow: auto;
}

#announce h2 {
	margin:0 0 5px;
	color: #ffffff;
}