/******************************
 * Styles for EQdkp RaidPlan
 * PopUp Style 
 * (c) 2007 by Wallenium 
 * ---------------------------
 * $Id: viewraid.css 649 2007-08-10 23:58:00Z wallenium $
 ******************************/
 
.hr {
	border : none 0px;
	background-color : #000000;
	height : 1px;
}

.rp_raidname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #424563;
}

a.raid_link, a.raid_link:visited {
	font-size: 11px;
	color: #424563;
	text-decoration:none;
}

a.raid_link:hover{
  text-decoration:underline;
}

TABLE.guesttable { 
  padding: 5px;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 1px;
  border-color: green; 
  border-style: solid;
  background: #EEFFDF;
}

TABLE.guesttable td{
	color:black;
}

TABLE.errortable { 
  padding: 5px;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 1px;
  border-color: red; 
  border-style: solid;
  background: #FFEFEF;
}

TABLE.errortable td{
	color:red;
}

