/* Copyright 2008 Benjamin Heatwole.  All rights reserved */

.raiding
{
   background-color: #373737;
   color: #FFCF00;
   border: 1px solid #FFCF00;
   margin: 5px;
   padding: 5px;
}

.raid_normal
{
   background-color: #373737;
}

.raid_highlight
{
   background-color: #474747;
}


.Druid
{
	color: rgb(100%, 49%, 4%);
}
.Druid A:link { text-decoration: underline; color: rgb(100%, 49%, 4%); }
.Druid A:active { text-decoration: underline; color: rgb(100%, 49%, 4%); }
.Druid A:visited { text-decoration: underline; color: rgb(100%, 49%, 4%); }
.Druid A:hover { text-decoration: underline; font-style: italic; color: rgb(100%, 49%, 4%); }

.Hunter
{
	color: rgb(67%, 83%, 45%);
}
.Hunter A:link { text-decoration: underline; color: rgb(67%, 83%, 45%); }
.Hunter A:active { text-decoration: underline; color: rgb(67%, 83%, 45%); }
.Hunter A:visited { text-decoration: underline; color: rgb(67%, 83%, 45%); }
.Hunter A:hover { text-decoration: underline; font-style: italic; color: rgb(67%, 83%, 45%); }

.Mage
{
	color: rgb(41%, 80%, 94%);
}
.Mage A:link { text-decoration: underline; color: rgb(41%, 80%, 94%); }
.Mage A:active { text-decoration: underline; color: rgb(41%, 80%, 94%); }
.Mage A:visited { text-decoration: underline; color: rgb(41%, 80%, 94%); }
.Mage A:hover { text-decoration: underline; font-style: italic; color: rgb(41%, 80%, 94%); }

.Paladin
{
	color: rgb(96%, 55%, 73%);
}
.Paladin A:link { text-decoration: underline; color: rgb(96%, 55%, 73%); }
.Paladin A:active { text-decoration: underline; color: rgb(96%, 55%, 73%); }
.Paladin A:visited { text-decoration: underline; color: rgb(96%, 55%, 73%); }
.Paladin A:hover { text-decoration: underline; font-style: italic; color: rgb(96%, 55%, 73%); }

.Priest
{
	color: rgb(100%, 100%, 100%);
}
.Priest A:link { text-decoration: underline; color: rgb(100%, 100%, 100%); }
.Priest A:active { text-decoration: underline; color: rgb(100%, 100%, 100%); }
.Priest A:visited { text-decoration: underline; color: rgb(100%, 100%, 100%); }
.Priest A:hover { text-decoration: underline; font-style: italic; color: rgb(100%, 100%, 100%); }

.Rogue
{
	color: rgb(100%, 96%, 41%);
}
.Rogue A:link { text-decoration: underline; color: rgb(100%, 96%, 41%); }
.Rogue A:active { text-decoration: underline; color: rgb(100%, 96%, 41%); }
.Rogue A:visited { text-decoration: underline; color: rgb(100%, 96%, 41%); }
.Rogue A:hover { text-decoration: underline; font-style: italic; color: rgb(100%, 96%, 41%); }

.Shaman
{
	color: rgb(14%, 35%, 100%);
}
.Shaman A:link { text-decoration: underline; color: rgb(14%, 35%, 100%); }
.Shaman A:active { text-decoration: underline; color: rgb(14%, 35%, 100%); }
.Shaman A:visited { text-decoration: underline; color: rgb(14%, 35%, 100%); }
.Shaman A:hover { text-decoration: underline; font-style: italic; color: rgb(14%, 35%, 100%); }

.Warlock
{
	color: rgb(58%, 51%, 79%);
}
.Warlock A:link { text-decoration: underline; color: rgb(58%, 51%, 79%); }
.Warlock A:active { text-decoration: underline; color: rgb(58%, 51%, 79%); }
.Warlock A:visited { text-decoration: underline; color: rgb(58%, 51%, 79%); }
.Warlock A:hover { text-decoration: underline; font-style: italic; color: rgb(58%, 51%, 79%); }

.Warrior
{
	color: rgb(78%, 61%, 43%);
}
.Warrior A:link { text-decoration: underline; color: rgb(78%, 61%, 43%); }
.Warrior A:active { text-decoration: underline; color: rgb(78%, 61%, 43%); }
.Warrior A:visited { text-decoration: underline; color: rgb(78%, 61%, 43%); }
.Warrior A:hover { text-decoration: underline; font-style: italic; color: rgb(78%, 61%, 43%); }