body {
  background-color: #36362C;
  font-family: tahoma;
}

h4 {
  margin: 0;
}

div.body {
  height: 100%;
  text-align: center;
  min-width: 960px;
  background-color: #36362C;
}

td.mainHeader {
  min-width: 960px;
  height: 50px;
  text-align: center;
  background-color: #E6D4A7;
  
  padding: 0px;
}
td.mainBody {
  min-width: 960px;
  height: 100%;
  width: 100%;
  vertical-align: top;
  padding: 0px;
}
td.mainFooter {
  min-width: 960px;
  height: 30px;
  text-align: center;
  color: white;
  background-color: #A8AD80;
  padding-top: 10px;
  font-size: 12px;
  /*
  font-variant: small-caps;
  */
}

td.menuLeft {
  width: 150px;
  height: 100%;
  background-color: #A8AD80;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #825534;
  font-size: 12px;
  font-variant: small-caps;
}
td.menuLeft div {
  background-color: #c8cDA0;
  vertical-align: top;
  margin: 5px 5px 0px 5px;
  padding: 2px;
}
td.menuLeft div ul{
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
td.menuLeft div ul li{
  padding-left: 5px;
  margin-left: 5px;
}
td.menuLeft div ul li:first-child{
  border-top: 0;
  font-weight: bold;
  border-bottom: 1px solid #825534;
}
td.menuLeft div ul li a{
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
td.menuLeft div ul li a:hover{
  background-color: #A8AD80;
}






td.menuRight {
  width: 150px;
  height: 100%;
  background-color: #A8AD80;
  vertical-align: top;
  border-left: 1px solid #825534;
  font-size: 12px;
  font-variant: small-caps;
}
td.menuRight div {
  background-color: #c8cDA0;
  vertical-align: top;
  margin: 5px 5px 0px 5px;
  padding: 2px;
}
td.menuRight div ul{
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
td.menuRight div ul li{
  padding-left: 5px;
  margin-left: 5px;
}
td.menuRight div ul li:first-child{
  border-top: 0;
  font-weight: bold;
  border-bottom: 1px solid #825534;
}
td.menuRight div ul li a{
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
td.menuRight div ul li a:hover{
  background-color: #A8AD80;
}






td.content {
  /*
  min-width: 660px;
  */
  height: 100%;
  background-color: #E6D4A7;
  padding: 5px;
  vertical-align: top;
  font-size: 12px;
  /*
  font-variant: small-caps;
  */
}

td.content table.content {
  width: 100%;
  padding: 5px;
  border-spacing: 0px 0px;
  border-collapse: collapse;
  background-color: #E6D4A7;
}
td.content table.content tr td.content {
  padding: 5px;
  background-color: #A8AD80;
  border: 1px solid #825534;
  font-size: 12px;
  /*
  font-variant: small-caps;
  */
}

table.content2 {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #A8AD80;
  border: 2px solid #825534;
  font-size: 14px;
  /*
  font-variant: small-caps;
  */
}

table.adminPlayerRaids {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #A8AD80;
  border: 2px solid #825534;
  font-size: 14px;
  /*
  font-variant: small-caps;
  */
}

table.adminPlayerRaids tr td{
  font-size: 12px;
  font-variant: small-caps;
}





td.headerLeft {
  width: 150px;
  height: 20px;
  background-color: #c8cDA0;
  vertical-align: bottom;
  font-size: 12px;
  font-variant: small-caps;
  border-top: 1px solid #825534;
  border-right: 1px solid #825534;
  border-bottom: 1px solid #825534;
}
td.headerMenu {
  min-width: 660px;
  height: 20px;
  background-color: #E6D4A7;
  text-align: right;
  font-size: 12px;
  font-variant: small-caps;
  padding-right: 10px;
  vertical-align: bottom;
  border-bottom: 1px solid #825534;
}
td.headerMenu div {
  display: inline;
  background-color: #c8cDA0;
  margin-right: 10px;
  padding: 0px 5px 0px 5px;
  border-top: 1px solid #825534;
  border-right: 1px solid #825534;
  border-left: 1px solid #825534;
}
td.headerMenu div ul{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

td.headerMenu div ul li {
  display: inline;
  
  border-left: 1px solid #825534;
}
td.headerMenu div ul li:first-child {
  display: inline;
  border: 0;
}

td.headerMenu div ul li a {
  color: blue;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 2px 0px 2px;
}
td.headerMenu div ul li a:hover {
  background-color: #A8AD80;
}

td.headerRight {
  width: 150px;
  height: 20px;
  background-color: #c8cDA0;
  vertical-align: bottom;
  font-size: 12px;
  font-variant: small-caps;
  border-top: 1px solid #825534;
  border-left: 1px solid #825534;
  border-bottom: 1px solid #825534;
}



ul.noformatlist{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.noformatlist li{
  float: left;
  cursor: pointer;
}


b.heading {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
} 

input {
  height: 20px;
}







div.playerInfo {
  border: 1px solid black;
  width: 200px;
}

div.playerInfo div.heading{
  font-weight: bold;
  width: 50px;
  float: left;
}

div.sc_menu {
  text-align: center;
  cursor: pointer;
}
table.sc_menu {
  font-variant: small-caps;
  font-size: 12px;
  border-spacing: 0px 0px;
  border-collapse: collapse;
}
table.raidData {
  font-variant: small-caps;
  font-size: 12px;
  border-spacing: 0px 0px;
  border-collapse: collapse;
}
table.raidData table tr {
  height: 24px;
  border-bottom: 1px solid black;
}
table.raidData table tr td{
  padding: 0px;
  vertical-align: middle;
}
table.raidData table tr td img{
  height: 18px;
  padding: 0px;
}

fieldset {
  background-color: #222222;
  width: 200px;
}

a {
  color: blue;
}

div.notification {
  display: none;
  position: relative;
  left: 10px;
}
div.notificationList {
  display: none;
  float: left;
  position: absolute;
  left: 450px;
  top: 380px;
  z-index: 1000;
  background-color: #A8AD80;
  border: 1px solid #825534;
}

ul.collapse{
  list-style-type: upper-roman;
}
li.collapse {
  width: 100%;
  font-size: 14px;
}
li.collapse h4 {
  cursor: pointer;
  font-size: 18px;
  padding-left: 30px;
}
li.collapse div {
  padding: 5px 20px 10px 20px;
  display: none;
}
div.playerContainer{
	width: 100%;
	border: 1px solid black;
}
div.playerHeading{
	border-bottom: 1px solid black;
	font-weight: bold;
	padding-left: 5px;
}
div.playerContent{
	/*border: 1px solid red;*/
	margin: 5px;
}
div.playerWidget{
	
}
div.floatContainer{
	float: left;
	border: 1px solid #825534;
	margin: 5px;
}
div.playerDetails{
	border: 1px solid black;
	margin: 2px;
}
div.playerDetails div.statContentDetail {
	background-color: #E6D4A7;
}
div.statContainer {
  /*border: 1px solid #825534;*/
}
div.statContainer div.statContent {
	display: none;
	width: 300px;
	height: 200px; 
	overflow-y: auto;
	background-color: #E6D4A7;
}
div.statContainer div.playerHeading {
	cursor: pointer;
}

div.overviewClickable {
	padding-left: 3px;
	cursor: pointer;
}

div.news{
  text-align: left;
  margin-left: 20px;
  border: 1px solid black;
  width: 600px; 
  height: 400px;
  overflow-y: scroll;
}
div.newsContainer{
  width: 100%;
}

/* jQuery Countdown styles 1.5.3. */
.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 100%;
}
.countdown_show2 .countdown_section {
	width: 49.5%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.75%;
}
.countdown_show5 .countdown_section {
	width: 19.8%;
}
.countdown_show6 .countdown_section {
	width: 16.5%;
}
.countdown_show7 .countdown_section {
	width: 14.1%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
