.hidden {
	display: none;	
}
body {
	background-color: #c8d0db;
	border: 0;
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 14px;
}
#main-wrapper {
	width: 820px;
	margin: 0 auto;
	background-color: #d6dce4;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#main {
	margin: 0 auto;
	width: 800px;
	background-color: #e4e8f1;
}
#navigation {
	height: 30px;	
	border-left: 1px solid #676e76;
	border-right: 1px solid #676e76;
}
#nav-spacer {
	height: 10px;
	background-color: #C2CCD9;
	border-left: 1px solid #676e76;
	border-right: 1px solid #676e76;	
	border-bottom: 1px solid #676e76;
}
#header {
	background-color: #b0bcca;
	background-image: url('banner.png');
	height: 150px;
	border-bottom: 1px solid #676e76;
	border-right: 1px solid #676e76;
}
.hidden {
	display: none;
}	
#player-list-table {
	width: 100%;
}
#player-list-table td {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
}
#player-list-table th {
	background-color: #c2ccd9;
}
#player-list-table th, #player-list-table td {
	border-right: 1px solid #676e76;
	border-bottom: 1px solid #676e76;
	padding: 3px;
	padding-left: 10px;
}
#player-list-table td.first, #player-list-table th.first {
	border-left: 1px solid #676e76;	
}
.right-align {
	text-align: right;
	padding-right: 10px !important;
}
.red {
	color: red;
}

#player-list-table td.expanded-cell {
	border-left: 0;
	border-right: 0;
	background-color: #d6dce4;
	padding: 0;
}

.expanded-cell-content {
	width: 760px;
	margin: 0 auto;	
	border-left: 1px solid #676e76;	
	border-right: 1px solid #676e76;	
	background-color: #e4e8f1;
}

.detail-header {
	background-color: #c2ccd9;
	padding: 5px 5px 5px 10px;
}

.detail-header.dkp {
	border-bottom: 1px solid #676e76;
}

.detail-header.attendance {
	border-top: 1px solid #676e76;
	border-bottom: 1px solid #676e76;
}

.detail-header.footer {
	border-top: 1px solid #676e76;
}

.detail-row {
	display: none;	
}

.detail-table {
	margin-left: 10px;
}

.detail-table td {
	border: 0 !important;
}

.detail-table td.progress {
	color: #1d9e2c;
	font-weight: bold;	
}

.detail-table tr.farm-row td.present {
	background-image: url('icon_star.png');	
	background-repeat: no-repeat;
} 

.detail-table tr.progress-row td.present {
	background-image: url('icon_double_star.png');	
	background-repeat: no-repeat;
} 

.detail-table td.absent { 
	background-image: url('icon_dot.png');	
	background-repeat: no-repeat;
}

.detail-table a:LINK, .detail-table a:VISITED, .detail-table a:HOVER {
	color: #A335EE;	
	text-decoration: none;
}

/*
.druid, .mid 		{ background-color: #fed4aa; }
.deathknight-green 	{ background-color: #8cafac; }
.deathknight 		{ background-color: #de8384; }
.hunter 			{ background-color: #c5ecab; }
.mage 				{ background-color: #a9e9fb; }
.paladin 			{ background-color: #ffb9e3; }
.priest 			{ background-color: white; }
.rogue, .low 		{ background-color: #fffba9; }
.shaman				{ background-color: #a9cfe9; }
.warlock 			{ background-color: #c9a9e2; }
.warrior 			{ background-color: #e8d0b1; }
*/

.druid 			{ background-color: #FFB574; }
.deathknight	{ background-color: #D96D7F; }
.hunter 		{ background-color: #C8E2A3; }
.mage 			{ background-color: #9DDEF5; }
.paladin 		{ background-color: #F8B4D2; }
.priest 		{ background-color: white; }
.rogue	 		{ background-color: #FFF89D; }
.shaman			{ background-color: #87A4FF; }
.warlock 		{ background-color: #B9AEDC; }
.warrior 		{ background-color: #DABEA0; }

.low 		{ background-color: #fffba9; }
.mid 		{ background-color: #fed4aa; }
.high 		{ background-color: #ffa9a9; }
