#guildMain #leftColumn table {
width:200px;
}



#guildMain #rightColumn table {
width:600px;
}

table#root_table {
    width: 800px;
  }



/* ------------------------------------------------------------
   raid calendar niblet
------------------------------------------------------------ */

#guildMain table#raidCalendarNib {
  border: 1px solid black;
  margin: 1px 0px 1px 0px;
  width: 100%;
}

#guildMain table#raidCalendarNib td#week div.day {
  background: black;
  border: 1px solid white;
  float: left;
  min-height: 91px;
  margin: 2px;
  padding: 3px;
  width: 73px;
}

#guildMain table#raidCalendarNib td#week div.date {
  border-bottom: 1px dotted dimgrey;
  height: 18px;
  text-align: center;
}

#guildMain table#raidCalendarNib td#week span.eventTime {
  color: gray;
}

#guildMain table#raidCalendarNib td#week div.today {
  background: #333333;
  border: 1px solid #F4CC6A;
  float: left;
  min-height: 91px;
  margin: 2px 2px 2px 0px;
  padding: 3px;
  width: 73px;
}

#guildMain table#raidCalendarNib td#week div.today div.date {
  border-bottom: 1px dotted grey;
  color: white;
}