/****************************
* Change the CSS to Style   *
* your homepagetools        *
*                           *
* (c) 2006 - 2007 by        *
*  WalleniuM                *
*****************************/

/******* Page Layout ********
* Change the general Page   *
* Layout with CSS. No need  *
* to use this on CSS Styled *
* Homepages                 *
*****************************/
img {
  vertical-align: middle;
  border: 0px; 
}

BODY {
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  text-align: center;
  color: #000000;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1%;
  background-color: transparent;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #555555;
}

a:hover {
  text-decoration: underline;
  color: #0033b6;
}

/******* 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: 200px; */
}

/* 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: hidden;
  height: 200px;
}

*/ 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    : green;
  align    : right;
}

.signedout {
  color    : red;
  align    : right;
}

.total {
  color    : black;
  align    : right;
}

.notshure {
  color    : yellow;
  align    : right;
}

