/****************************
* Change the CSS to Style   *
* your homepagetools        *
*                           *
* (c) 2006 - 2007 by        *
*  WalleniuM                *
*****************************/



/******* Itemtracker ********
* Change the Layout of the  *
* Itemtracker Output with   *
* the CSS of this Part      *
*****************************/

/* uncomment the input if you 
   want to use it with a scroll
   bar and a fixed height */
#itemtable{
 /* overflow: auto;
  height: 250px; */
}

/* Itemraid Output */
.itemrow{
  font-weight: bold;
  text-align:left;
}

/* Itemwinner Style */
.itemwinner{
  font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

.itemwinner a, .itemwinner a:visited{
  text-decoration:none;
}

.itemwinner a:hover, .itemwinner a:active{
  text-decoration:underlined;
}

/******* Raidtracker ********
* Change the Layout of the  *
* Raidtracker Output with   *
* the CSS of this Part      *
*****************************/

/* uncomment the input if you 
   want to use it with a scroll
   bar and a fixed height */
#raidtable{
 /* overflow: auto;
  height: 250px; */
}

/* The Link to the Raidlist Page */
.htlink_lr, .htlink_lr a, .htlink_lr a:visited{
  text-decoration: none;
}

.htlink_lr a:hover, .htlink_lr a:active{
  text-decoration: underlined;
}

/* The Link to the Viewraid Page */
.htlink_vr, .htlink_vr a, .htlink_vr a:visited{
  text-decoration: none;
}

.htlink_vr a:hover, .htlink_vr a:active{
  text-decoration: underlined;
}

/* The Date Output */
.ht_time {
  font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

/******* BossTracker ********
* Change the Layout of the  *
* Bosstracker Output with   *
* the CSS of this Part      *
*****************************/

/* uncomment the input if you 
   want to use it with a scroll
   bar and a fixed height */
#bosstable{
 /* overflow: auto;
  height: 250px; */
  font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

.ht_pz_name{
  font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
}

.ht_ps_name{
  font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

.ht_progress_down{
  color: green;
  font-weight: bold;
}

.ht_progress_waiting{
  color: red;
}

/********* Tooltip **********
* Change the Style of the   *
* Information Tooltips with *
* this CSS Part             *
*****************************/
.httooltiphead{
  background-color: #B08617;
  text-align: center;
  color: white;
}

.httooltipdiv{
	background-color: #000000;
	text-align: left;
	width: 220px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-color: #B08617;
	border-style: ridge;
	color: white;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	padding: 3px;
}

.httooltipdiv table, .httooltipdiv td  {
	border-width: 0px;
	color: white;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/***** Raidplan Colors ******
* Change the Style of the   *
* Raidplan Count colors here*
*****************************/
.summ {
  color    : #00FF00;
  align    : right;
}

.signedout {
  color    : red;
  align    : right;
}

.total {
  color    : white;
  align    : right;
}

.notshure {
  color    : #00CCCC;
  align    : right;
}

