body {
	margin:		0;
	padding:	0;
	font:		100.01% verdana,sans-serif;
	color:		#999;
	background: 	#000;
	background-image: url(/raidpro_static/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.body {
	margin:		0;
	padding:	0;
	height:		1200px;
	background-image: url(/raidpro_static/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.main {
	margin:		0;
	padding:	0 2em 1em 2em;
}

a, a:visited, a:active {
	color:		#FFF;
	text-decoration: none;
	/* CSS ist kein PHP!
	//padding-right:	12px;
	//background-image: url(/raidpro_static/arrowup.png);
	//background-repeat: no-repeat;
	//background-position: right center;
	*/
}

a img {
	border:		none;
}

h1 {
	font-size:	140%;
	margin-top:	0;
	padding-top:	0;
	color: #ddd;
}

h2 {
	font-size:	120%;
	margin-top:	0;
	padding-top:	0;
	color: #ddd;
}

em {
	font-weight:	bold;
	font-style:	normal;
	color: #ccc;
	/* CSS ist kein PHP!
	//font-style:	italic;
	*/
}

#overDiv {
	position:	absolute;
	visibility:	hidden;
	z-index:	1000;
}

.intro {
	border:		4px outset #BBB;
	border-collapse:	collapse;
}

.intro td {
	border:		1px solid #BBB;
	padding:	0.5em;
}

.instance, .raidhistory, .raidlist, .instancelist, .realmhistory, .achmatrix {
	border:		0;
	border-collapse:	collapse;
	background:	#313131;
	text-align:	center;
	margin:		0;
	padding:	0;
}

.instance td, .raidhistory td, .raidlist td, .instancelist td, .realmhistory, .achmatrix td {
	border-right:	1px dotted #999;
}

.instance td img {
	padding:	2px 3px 0 3px;
}

.instance span {
	visibility:	hidden;
}

.instance tr:first-child, .raidhistory tr:first-child, .raidlist tr:first-child, .instancelist tr:first-child, .realmhistory tr:first-child, .achmatrix tr:first-child {
	border-bottom:	1px solid #999;
}

.achmatrix tr {
	font-size: 0.8em;
}

.achmatrix td:first-child {
	border-right: 0px;
}

.instance td:first-child {
	text-align:	left;
	padding:	0.3em 0.5em 0.3em 0.2em;
	border-right:	1px solid #999;
	white-space:	nowrap;
}

.raidhistory td, .raidlist td, .instancelist td, .realmhistory td {
	padding:	0.1em 0.5em 0.1em 0.5em;
	text-align:	left;
}

.instancelist td {
	text-align:	center;
}

.instancelist td:first-child {
	text-align:	left;
}

.instance_separator {
	border-right:	1px solid #999;
	border-left: 	1px solid #999;
	width:		0;
}

.even {
	background-color: #2a2a2a;
}

.odd {
	background-color: #313131;
}

/*
 * Gems: inv_jewelcrafting_gem_XX
 * 25 = wotlk geschliffen gruen
 * 26 = wotlk geschliffen gelb?
 * 27 = wotlk geschliffen blau
 * 28 = wotlk geschliffen rot
 * 29 = wotlk geschliffen lila
 * 30 = wotlk geschliffen orange
 */

.instance_raid_none {
	width:			2em;
}

.instance_raid_10 {
	width:			2em;
	background-image:	url(/raidpro_static/inv_jewelcrafting_gem_28.png);
	background-position: 	center center;
	background-repeat:	no-repeat;
}

.instance_raid_25 {
	width:			2em;
	background-image:	url(/raidpro_static/inv_jewelcrafting_gem_30.png);
	background-position: 	center center;
	background-repeat:	no-repeat;
}

.instance_raid_both {
	width:			2em;
	background-image:	url(/raidpro_static/inv_jewelcrafting_gem_25.png);
	background-position: 	center center;
	background-repeat:	no-repeat;
}

.horde td:first-child {
	padding-left:		2em;
	background-image:	url(/raidpro_static/icon_horde.gif);
	background-position:	0.25em center;
	background-repeat:	no-repeat;
}

.allianz td:first-child {
	padding-left:		2em;
	background-image:	url(/raidpro_static/icon_alliance.gif);
	background-position:	0.25em center;
	background-repeat:	no-repeat;
}

.border-table {
	border-collapse:	collapse;
	clear:			none;
	margin-bottom:		1em;
}

.border {
	margin: 0;
	padding: 0;
	border: 0;
}

.ul {
	width: 12px;
	height: 12px;
	background-image: url(/raidpro_static/dialog-border-ul.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bl {
	width: 12px;
	height: 12px;
	background-image: url(/raidpro_static/dialog-border-bl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.ur {
	width: 12px;
	height: 12px;
	background-image: url(/raidpro_static/dialog-border-ur.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.br {
	width: 12px;
	height: 12px;
	background-image: url(/raidpro_static/dialog-border-br.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.u {
	background-image: url(/raidpro_static/dialog-border-u.gif);
	background-position: 0 2px;
	background-repeat: repeat-x;
}

.l {
	background-image: url(/raidpro_static/dialog-border-l.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.r {
	background-image: url(/raidpro_static/dialog-border-r.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.b {
	background-image: url(/raidpro_static/dialog-border-b.gif);
	background-position: 0 1px;
	background-repeat: repeat-x;
}

.navbar {
	/* CSS ist kein PHP!
	//margin-left:	1em;
	*/
	width:		100%;
	background-image: url(/raidpro_static/header_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	height:		40px;
	padding:	0.4em 1em 0 1.2em;
}

.navbar a {
	color:		#D0A803;
	padding-right: 0;
	background: transparent;
}
	
.footer {
	text-align:	right;
	font-size:	0.9em;
	font-style:	italic;
}

.instancelist td:first-child {
	padding-left:	22px;
	background-repeat: no-repeat;
	background-position: left center;
}

.instancelist tr:first-child td {
	padding-left:	0.5em;
}

.history, .realmhistory, .raidhistory {
	white-space: nowrap;
}

.filter_name {
	color: #D0A803;
	font-weight:	bold;
	text-align:	right;
}

.filter_options {
	padding-left:	0.5em;
}

.filter_options a {
	color:		#999;
}

a.filter_active {
	color: #ffffff;
}

a.filter_inactive {
	color: #999;
}

.announcement {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

