/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#D8D5C6;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
        color: #000;
        font: 12px Verdana;
	    font-weight: normal;
	}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#A4A089;		/* right column background colour */
	}
	.threecol .colmid {
		right:70%;			/* width of the right column */
		background:#8E8A71;		/* center column background colour */
	}
	.threecol .colleft {
		right:25%;			/* width of the middle column */
		background:#A4A089;	/* left column background colour */
	}
	.threecol .col1 {
		width:21%;			/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
        padding-left: 2%;
        padding-right: 2%;
	}
	.threecol .col2 {
		width:5%;			/* Width of left column content (column width minus padding on either side) */
		left:75%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:66%;			/* Width of right column content (column width minus padding on either side) */
		left:100%;			/* Please make note of the brackets here: */
		padding-left: 2%;
        padding-right: 2%;	/* (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
        text-align: center;
	}

	/* --> */

    .arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
/*background: black url(./images/titlebar.png) repeat-x center left;*/
background-color: #A4A089;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #660000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #660000;
background: url(./images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #A4A089;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #660000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #660000;
background-color: #F3F3F3;
}

table.cl {
    width: 100%;
}


table.cl td.cl_class {
    width: 50%;
    color: #660000;
    border-bottom: 1px solid #444444;
}

table.cl td.cl_leader {
    width: 50%;
    color: #000000;
    border-bottom: 1px solid #444444;
}

table.cl td.cl_class_final {
    width: 50%;
    color: #660000;
}

table.cl td.cl_leader_final {
    width: 50%;
    color: #000000;
}

h4 {border-bottom: 1px solid #660000;color:#660000;font-size: 12px;margin:0 0 .2em 0;padding:0;}

.col3 h5
{
    width: 96%;
    background-color: #660000;
    padding-left: 2%;
    padding-right: 2%;
    color: #FFFFFF;
    text-transform: uppercase;
    font: 12px Verdana;
	font-weight: normal;
}



th {
    background-color: #8E8A71;
    color: #FFFFFF;
    font: 12px Verdana;
	font-weight: normal;
    border-color: #D8D5C6;
    border-width: 2px;
    border-style: groove;
    padding-left: 2px;
    padding-right: 2px;
}

td.roster_odd {
    background-color: #8E8A71;
}

td a, td.roster_odd a{
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

td a:hover, td.roster_odd a:hover{
  text-decoration: underline;
  color: #000000;
  cursor: pointer;
}

.label {
  background-color: #8E8A71;
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
  padding-left: 5px;
  padding-right: 5px;
}

.info {
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
  padding-left: 5px;
  padding-right: 5px;
}

.instruction {
  color: #660000;
  font-weight: bold;
}

.redtext {
  color: #660000;
}

.greentext {
  color: #66FF33;
}

.warning {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #660000;
  padding-left: 5px;
  padding-right: 5px;
}

.captcha {
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 175%;
}

.col3 .form_container {
    text-align: center;
    width: 100%;
    margin: auto;
}

.col3 .form_row {
    margin: 5px;
}


.col3 .form_label {
  color: #FFFFFF;
  float: left;
  position: relative;
  text-align: right;
  top: 1px;
  width: 40%;
}

.col3 .form_object {
  text-align: left;
  float: left;
  width: 25%;
}

.col3 .form_warn {
  margin-left: 10px;
  text-align: left;
  float: left;
  width: 25%;
  color: #660000;
}


.col3 .form_object input {
  background-color: #D8D5C6;
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
  width: 100%;
}

.col3 .formtip {
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.col3 .clear {
  clear: both;
}

.col3 .lc_container {
    text-align: center;
    width: 100%;
    margin: auto;
}

.col3 .lc_row {
    margin: 5px;
}

.col3 .lc_stuff {
  float: left;
  position: relative;
  text-align: left;
  top: 1px;
  width: 59%;
}

.col3 .lc_naxx_list {
  text-align: left;
  float: left;
  width: 20%;
  background-color: #8E8A71;
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
}

.col3 .lc_ulduar_list {
  text-align: left;
  float: left;
  width: 20%;
  background-color: #8E8A71;
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
}

.col3 .lc_stuff_pre {
  float: left;
  position: relative;
  text-align: left;
  top: 1px;
  width: 79%;
}

.col3 .wowhead_stuff_pre {
  float: left;
  position: relative;
  text-align: left;
  top: 1px;
  width: 74%;
}

.col3 .lc_char_list {
  text-align: left;
  float: left;
  width: 20%;
  background-color: #8E8A71;
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
}

.col3 .wowhead_tooltip {
  text-align: left;
  float: left;
  width: 25%;
  background-color: #000000;
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
  color: #FFFFFF;
}

.col3 .lc_object input {
  background-color: #D8D5C6;
  border-color: #D8D5C6;
  border-width: 2px;
  border-style: groove;
  width: 100%;
}

.col3 .lctip {
  position: relative;
  top: 1px;
}

a
{
	color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #660000;
	text-decoration: underline;
    cursor: pointer;
}

.list_container {
    text-align: left;
    width: 100%;
    margin: auto;
}

.list_number {
    text-align: left;
    width: 9%;
    margin: 0;
    background-color: #8E8A71;
    float: left;
    position: relative;
}

.list_item {
    text-align: left;
    width: 89%;
    background-color: #A4A089;
    float: left;
}

.list_row {
    margin-left: 2%;
}

.list_header {
    text-align: center;
    font-weight: bold;
    background-color: #8E8A71;
    width: 98%;
}

.loot_council_table th {
    color: #FFFFFF;
    font: 12px Verdana;
	font-weight: normal;
    border-color: #660000;
    border-width: 2px;
    border-style: groove;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #660000;
}

th.red {
    color: #FFFFFF;
    font: 12px Verdana;
	font-weight: normal;
    border-color: #660000;
    border-width: 2px;
    border-style: groove;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #660000;
}

td.red {
    color: #660000;
    font-weight: bold;
    text-align: center;
}

td.roster_odd_ranking {
    text-align: center;
    background-color: #8E8A71;
}

td.roster_odd_red {
    color: #660000;
    font-weight: bold;
    text-align: center;
    background-color: #8E8A71;
}

td.odd_red {
    color: #660000;
    font-weight: bold;
    background-color: #8E8A71;
}

td.ranking {
    text-align: center;
}

.rank {
  text-align: center;
}

td.lt_g {
    background-color: #A4A089;
}

.forum_post {
    border-color: #660000;
    border-width: 2px;
    border-style: groove;
}

.col3 .forum_post .forum_title {
    background-color: #660000;
    color: #FFFFFF;
    width: 100%;

}

td.level_total {
    background-color: #8E8A71;
    text-align: center;
    font-weight: bold;
}

td.level_total_a {
    background-color: #8E8A71;
    text-align: right;
    font-weight: bold;
}

td.level_info {
    text-align: center;
}

/* Forum CSS Follows */
.post_as {
    text-align: right;
}


.bb_topic_container {
    width: 100%;
    background-color: #8E8A71;
    border-color: #660000;
    border-width: 2px;
    border-style: groove;
}

.bb_topic_name{
    font-weight: bold;
    font: 16px Verdana;
}

.bb_topic_name a{
    color: #FFFFFF;
    font-weight: bold;
}

div.bb_topic_name a:hover{
    color: #660000;
    font-weight: normal;
    text-decoration: underline;
}

.epgp_label {
  border-color: #660000;
  border-width: 2px;
  border-style: groove;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
}

.col3 .epgp_container {
    text-align: center;
    width: 100%;
    margin: auto;
    font-size: 20px;
}

.col3 .epgp_row {
    margin: 5px;
}

.col3 .epgp_left {
  float: left;
  position: relative;
  text-align: left;
  top: 1px;
  width: 59%;
}

.col3 .epgp_list_a {
  text-align: right;
  float: left;
  width: 20%;
}

.col3 .epgp_list_b {
  text-align: right;
  float: left;
  width: 20%;
}

.threadlisting
{
	position: relative;
	padding: 0;
	margin: 0;
	height: 39px;
	border-bottom: 1px solid #660000;
}
.threadlisting a{
	color: #660000;
	font-weight: bold;
}

.threadlisting .name
{
	position: relative;
	padding: 8px 5px 12px 5px;
	font-size: 13px;
}

.threadlisting .name .right, .stickythreadlisting .name .right
{
	font-size: 11px;
	color: #000000;
}

.threadlisting .pages, .stickythreadlisting .pages
{
	font-size: 11px;
	position: relative;
	padding: 0;
	margin: 0 5px;
	top: -1px;
	color: #000000;
}

.threadlisting .sub
{
	position: relative;
	padding: 0px 5px;
	font-size: 11px;
	color: #000000;
	bottom: 13px;
	left: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.blue_post {
    border-color: #333333;
    border-width: 2px;
    border-style: groove;
	background-color: #333333;
	color: #0099FF;
}

.blue_image { 
	display: block;
	background-image: url('http://www.10kdaysguild.com/images/blizzard_icon.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	width: 27px;
	height: 21px;
} 

.blue_header {
	position: absolute;
	border-bottom: 1px solid #660000;
}

.blue_quote{
	clear: both;
	position: absolute;
}

.response_bar{
	background-color: #8E8A71;
	width: 100%;
	color: #000000;
	border-color: #333333;
    border-width: 2px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}