/*********************************************************************************************************/
/**************************************** General Styles *************************************************/
/*********************************************************************************************************/

body
  {
  background-color: #FFFFFF;
  background-image: url('greyflat.jpg');
  background-repeat: repeat
  }

a:link
  {
  color: #FFFFFF;
  text-decoration: none;
  font-family: arial
  }
a:visited
  {
  color: #FFFFFF;
  text-decoration: none;
  font-family: arial
  }
a:hover
  {
  color: #FF0000;
  text-decoration: none;
  font-family: arial
  }

h1,h2,h3,h4,h5
  {
  font-family: arial;
  color: #000000
  }

p
  {
  font-family: arial;
  }

span
  {
  color: #FFFFFF;
  font-family: arial
  }

table
  {
  border-style: solid;
  border-width: 0px;
  overflow: scroll;
  }

td
  {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #000000
  }

div
  {
  position: relative;
  }

/*********************************************************************************************************/
/**************************************** Global Styles **************************************************/
/*********************************************************************************************************/

td.tableRowHeader
  {
  background-color: transparent;
  border-style: solid;
  border-width: 0px;
  border-color: #000000;
  padding-bottom: 0px;
  }
td.tableData
  {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0px;
  border-color: #000000
  }
td.inputLabel
  {
  background-color: transparent;
  border-style: solid;
  border-width: 0px;
  border-color: #000000;
  padding: 0px;
  text-align: right;
  }
td.inputField
  {
  background-color: transparent;
  border-style: solid;
  border-width: 0px;
  border-color: #000000;
  padding: 0px;
  text-align: left
  }
td.inputButton
  {
  background-color: transparent;
  border-style: solid;
  border-width: 0px;
  border-color: #000000;
  padding: 0px;
  padding-top: 4px;
  }
td.highlight
  {
  background-color: #CCCCCC;
  }
td.left
  {
  text-align: left;
  }
td.right
  {
  text-align: right;
  }
td.center
  {
  text-align: center;
  }
td.top
  {
  vertical-align: top;
  }
td.bottom
  {
  vertical-align: bottom;
  }
td.middle
  {
  vertical-align: middle;
  }
td.blank
  {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0px;
  border-color: #000000
  }
td.invisible
  {
  background-color: transparent;
  border-style: solid;
  border-width: 0px;
  border-color: #000000
  }

a.tableRowHeaderLink:link
  {
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
  font-family: arial;
  font-weight: bold;
  }
a.tableRowHeaderLink:visited
  {
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
  font-family: arial;
  font-weight: bold;
  }
a.tableRowHeaderLink:hover
  {
  color: #FF0000;
  font-size: 12px;
  text-decoration: underline;
  font-family: arial;
  font-weight: bold;
  }
a.blueLink:link
  {
  color: #0000FF;
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
  }
a.blueLink:visited
  {
  color: #0000FF;
  text-decoration: none;
  font-family: arial;
  font-weight: bold
  }
a.blueLink:hover
  {
  color: #FF0000;
  text-decoration: none;
  font-family: arial;
  font-weight: bold
  }

span.generalText
  {
  color: #000000;
  font-family: arial;
  font-size: 13px;
  font-weight: bold
  }
span.nonBold
  {
  color: #000000;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  }
span.error
  {
  color: #FF0000;
  font-family: arial;
  font-weight: bold
  }
span.nonerror
  {
  color: #00CC00;
  font-family: arial;
  font-weight: bold
  }

/*********************************************************************************************************/
/**************************************** startup.php ****************************************************/
/*********************************************************************************************************/

a.email:link
  {
  color: #FFFFFF;
  text-decoration: none;
  font-family: arial;
  font-size: 9px;
  }
a.email:visited
  {
  color: #FFFFFF;
  text-decoration: none;
  font-family: arial;
  font-size: 9px;
  }
a.email:hover
  {
  color: #FF0000;
  text-decoration: none;
  font-family: arial;
  font-size: 9px;
  }

table.mainTable
  {
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  }

td.mainWindow
  {
  background-color: transparent;
  border-width: 0px;
  width: 1000px;
  vertical-align: top;
  }
td.header
  {
  background-color: transparent;
  background-image: url('grey1.jpg');
  background-repeat: repeat;
  border-width: 0px;
  height: 90px;
  width: 100% 
  }
td.menu
  {
  background-color: transparent;
  background-image: url('grey1.jpg');
  background-repeat: repeat;
  border-width: 0px;
  width: 160px;
  height: 735px;
  padding-right: 0px;
  padding-left: 6px;
  text-align: left;
  background-position: -90px;
  }

span.bestView
  {
  color: #FFFFFF;
  font-family: arial;
  font-size: 9px;
  }
span.rulesupdate
  {
  color: #00FF00;
  font-size: 9px;
  }

/*********************************************************************************************************/
/**************************************** member.php *****************************************************/
/*********************************************************************************************************/


td.memberPlayerName
  {
  width: 110px;
  }
td.memberClass
  {
  width: 110px;
  }
td.memberPoints
  {
  width: 45px;
  }
td.memberAttendance
  {
  width: 100px;
  }
td.memberRecentAttend
  {
  width: 100px;
  }
td.memberTotalRaids
  {
  width: 100px;
  }

div.memberData
  {
  height: 460px;
  width: 630px;
  overflow: auto;
  padding-left: 16px;
  }

span.memberPoints
  {
  color: #CC0000;
  }
span.memberEpic1
  {
  color: #0000FF;
  }
span.memberEpic2
  {
  color: #FF00FF;
  }
span.memberEpic3
  {
  color: #FF0000;
  }
span.winloss
  {
  color: #000000;
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  }

/*********************************************************************************************************/
/**************************************** guest.php ******************************************************/
/*********************************************************************************************************/

td.guestPlayerName
  {
  width: 110px;
  }
td.guestClass
  {
  width: 110px;
  }
td.guestPoints
  {
  width: 45px;
  }
td.guestAttendance
  {
  width: 100px;
  }
td.guestRecentAttend
  {
  width: 100px;
  }
td.guestTotalRaids
  {
  width: 100px;
  }
div.guestData
  {
  height: 460px;
  width: 630px;
  overflow: auto;
  padding-left: 0px;
  }
span.guestPoints
  {
  color: #CC0000;
  }

/*********************************************************************************************************/
/**************************************** memberdetail.php ***********************************************/
/*********************************************************************************************************/

div.memberDetail
  {
  height: 360px;
  width: 580px;
  overflow: auto;
  position:relative;
  right:80px;
  }

table.memberDetail
  {
  position:relative;
  right:87px;
  }
table.rollTable
  {
  border-style: solid;
  border-width: 0px;
  position:relative;
  z-index: 1;
  }

td.memberDetailDate
  {
  width: 75px;
  }
td.memberDetailRaidName
  {
  width: 200px;
  }
td.memberDetailPoints
  {
  width: 40px;
  }
td.memberDetailLoot
  {
  width: 200px;
  }

/*********************************************************************************************************/
/**************************************** links.php ******************************************************/
/*********************************************************************************************************/

div.links
  {
  height: 650px;
  width: 700px;
  background-color: transparent;
  overflow: auto
  }

/*********************************************************************************************************/
/**************************************** loot.php *******************************************************/
/*********************************************************************************************************/

div.specialLoot
  {
  height: 600px;
  background-color: transparent;
  overflow: auto
  }

span.specialLootHeader
  {
  color: #000000;
  font-family: arial;
  font-size: 18px;
  font-weight: bold
  }
span.specialLootLabel
  {
  color: #000000;
  font-family: arial;
  font-size: 15px;
  font-weight: bold
  }

/*********************************************************************************************************/
/**************************************** lootupdate.php *************************************************/
/*********************************************************************************************************/


div.lUpdate
  {
  height: 370px;
  width: 430px;
  overflow: auto
  }
td.lUpdatePlayerName
  {
  width: 100px;
  }
td.lUpdateLoot
  {
  width: 220px;
  }
td.lUpdateRadio
  {
  width: 10px;
  }

/*********************************************************************************************************/
/**************************************** raid.php *******************************************************/
/*********************************************************************************************************/

div.raidHistory
  {
  height: 410px;
  width: 740px;
  overflow: auto;
  }

table.raidHistoryData
  {
  position: relative;
  left: 9px;
  }

td.raidHistRadio
  {
  width: 25px;
  }
td.raidHistEdit
  {
  width: 30px;
  }
td.raidHistDate
  {
  width: 75px;
  }
td.raidHistRName
  {
  width: 230px;
  }
td.raidHistType
  {
  width: 50px;
  }
td.raidHistPoints
  {
  width: 40px;
  }
td.raidHistComment
  {
  width: 200px;
  }

/*********************************************************************************************************/
/**************************************** raiddetail.php *************************************************/
/*********************************************************************************************************/

div.raidDetail
  {
  height: 370px;
  width: 450px;
  overflow: auto
  }

table.raidDetail
  {
  position: relative;
  left: 9px;
  }

td.raidDetPName
  {
  width: 100px;
  }
td.raidDetPoints
  {
  width: 40px;
  }
td.raidDetLoot
  {
  width: 200px;
  }

/*********************************************************************************************************/
/**************************************** raidupdate.php *************************************************/
/*********************************************************************************************************/

div.rUpdate
  {
  height: 350px;
  width: 230px;
  overflow: auto
  }

table.rUpdateData
  {
  position: relative;
  left: 9px;
  }

td.rUpdateRadio
  {
  width: 25px;
  }
td.rUpdatePName
  {
  width: 100px;
  }
td.rUpdatePoints
  {
  width: 60px;
  }

/*********************************************************************************************************/
/**************************************** rules.php ******************************************************/
/*********************************************************************************************************/

div.rules
  {
  height: 650px;
  background-color: transparent;
  overflow: auto
  }

/*********************************************************************************************************/
/**************************************** strats.php *****************************************************/
/*********************************************************************************************************/

div.strats
  {
  height: 650px;
  width: 850px;
  background-color: transparent;
  text-align: left;
  overflow: auto
  }

/*********************************************************************************************************/
/**************************************** ui.php *********************************************************/
/*********************************************************************************************************/

div.interface
  {
  height: 650px;
  background-color: transparent;
  overflow: auto
  }

span.interfaceCaption
  {
  color: #FFFF00;
  padding: 5px;
  background-color: #000000;
  font-family: arial;
  font-size: 13px;
  font-weight: bold
  }
img.interfacePic
  {
  border-width: 0px;
  }

/*********************************************************************************************************/
/**************************************** uiinstall.php **************************************************/
/*********************************************************************************************************/

div.installation
  {
  height: 650px;
  background-color: transparent;
  overflow: auto
  }

/*********************************************************************************************************/
/**************************************** usermanage.php *************************************************/
/*********************************************************************************************************/

div.uManage
  {
  height: 460px;
  width: 430px;
  overflow: auto
  }

table.uManageData
  {
  position: relative;
  left: 9px;
  }

td.uManageRadio
  {
  width: 25px;
  }
td.uManagePName
  {
  width: 100px;
  }
td.uManageClass
  {
  width: 100px;
  }
td.uManageGuild
  {
  width: 100px;
  }

/*********************************************************************************************************/
/**************************************** manageraidtypes.php ********************************************/
/*********************************************************************************************************/

div.raidTypes
  {
  height: 420px;
  width: 430px;
  overflow: auto
  }

table.raidTypes
  {
  position: relative;
  left: 9px;
  }

td.raidTypesRadio
  {
  width: 25px;
  }
td.raidTypesRName
  {
  width: 200px;
  }
td.raidTypesSize
  {
  width: 70px;
  }
td.raidTypesPoints
  {
  width: 50px;
  }

/*********************************************************************************************************/
/**************************************** managelootlist.php ********************************************/
/*********************************************************************************************************/

div.lootList
  {
  height: 420px;
  width: 430px;
  overflow: auto
  }

table.lootList
  {
  position: relative;
  left: 9px;
  }

td.lootListRadio
  {
  width: 25px;
  }
td.lootListIName
  {
  width: 220px;
  }
td.lootListPoints
  {
  width: 70px;
  }

/*********************************************************************************************************/
/**************************************** raidlistdetail.php *********************************************/
/*********************************************************************************************************/

div.raidListDet
  {
  height: 300px;
  width: 300px;
  overflow: auto
  }

table.raidListDet
  {
  position: relative;
  left: 9px;
  }

td.raidListDetRadio
  {
  width: 25px;
  }
td.raidListDetIName
  {
  width: 220px;
  }

/*********************************************************************************************************/
/**************************************** lootlist.php ***************************************************/
/*********************************************************************************************************/

div.itemList
  {
  height: 420px;
  width: 770px;
  overflow: auto
  }

table.itemList
  {
  position: relative;
  left: 9px;
  }

td.itemListEdit
  {
  width: 40px;
  }
td.itemListIName
  {
  width: 220px;
  }
td.itemListDate
  {
  width: 75px;
  }
td.itemListRName
  {
  width: 220px;
  }
td.itemListPName
  {
  width: 120px;
  }

/*********************************************************************************************************/
/**************************************** raidstats.php **************************************************/
/*********************************************************************************************************/

div.raidStats
  {
  height: 300px;
  width: 390px;
  overflow: auto
  }

table.raidStats
  {
  position: relative;
  left: 9px;
  }

td.raidStatsIName
  {
  width: 220px;
  }
td.raidStatsNumOf
  {
  width: 70px;
  }
td.raidStatsRate
  {
  width: 80px;
  }

/*********************************************************************************************************/
/**************************************** flagtracker.php ************************************************/
/*********************************************************************************************************/


td.flagTrackerFlags
  {
  width: 90px;
  }
td.flagTrackerplayerName
  {
  width: 90px;
  }
td.flagTrackerAttendance
  {
  width: 80px;
  }
td.flagTrackerRecentAttend
  {
  width: 80px;
  }

table.flagData
  {
  position: relative;
  left: -9px; 
  }

div.flagData
  {
  position: relative;
  height: 580px;
  width: 850px;
  overflow: auto;
  padding-left: 16px;
  }
div.insideFlagData
  {
  position: relative;
  height: 520px;
  overflow: auto;
  }

