#draft_board_container {
	
	font-family: verdana, arial;
	color: #000000;
  float: left;
	margin-bottom: auto;
  width: 100%;
}

#draft_board_container .comment img {
  background-color: #DFDFDF;
  padding: 4px;
  border: 1px solid #999;
  margin: 4px;
}

#bottom_spacer {
	height: 10px;
	width: 100%;
	margin-bottom: auto;
}

#draft_board_container table {
	
	font-family: verdana, arial;
	color: #000000;

}


#draft_board_container h2 {
	color: #880000;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#draft_board_container a {
	color: #880000;
	font-weight: bold;
}

#draft_board_table {
	width: 100%;
	margin-bottom: 20px;
}

#draft_board_table th {
	text-align: left;
}

.db_player_col {
  width: 200px;
}

.db_rank_col {
  width: 80px;
}

#draft_board_table th a {
  color: #fff;
}

#draft_board_table td a {
  color: #00F;
  font-weight: normal;
}


#active_topics_table td a {
  color: #00F;
  font-weight: normal;
}

#player_list_left a {
  color: #00F;
  font-weight: normal;
}

#player_list_right a {
  color: #00F;
  font-weight: normal;
}


#position_select {
	margin-bottom: 8px;
}

#projections {
  float: left;
  dislay: inline;
  width: 49%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

#projections h2 {
  font-size: 13px;
}

#community_projections h2 {
  font-size: 13px;
}

#user_projections h2 {
  font-size: 13px;
}

#community_projections {
  float: left;
  text-align: center;  
  display: inline;
  width: 49%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projections table {
  margin-left: auto;
  margin-right: auto;
}

#community_projections table {
  margin-left: auto;
  margin-right: auto;
}

#user_projections {
  width: 100%;
  text-align: center;
  clear: both;
  overflow: hidden;
}

#user_projections input {
  margin-left: auto;
  margin-right: auto;
}


#user_projections table {
  margin-left: auto;
  margin-right: auto;
}

#comments {
	margin-top: 20px;
  overflow: hidden;
  clear: both;
}

#player_list {
	text-align: left;
	margin-left: 200px;
}


#player_list_left {
	float: left;
	width: 200px;
}

#plalyer_list_right {
	float: left;
	width: 200px;
}

#active_topics_table {
	width: 100%;
	margin-bottom: 20px;
}


.error_text {
	color: #ff0000;
}

form {
	display: inline;
}

.odd_row {
	background-color: #DFDFDF;
}

.even_row {
	background-color: silver;
}

.align_center {
	text-align: center;
}

.stat_row {
	background-color: #DFDFDF;
}

.stat_headers {
	color: #000000;
	font-weight: normal;
	background-color: silver;
}

.position_headers {
	color: #FFFFFF;
	background-color: #666;	
}

.rank_headers {
	color: #FFFFFF;
	background-color: #666;	
}

.comment {
  width: 100%;
	border-bottom: 1px dashed #000000;
	padding: 0px;
	padding-bottom: 8px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.comment p {
	margin-bottom: 20px;
}

.comment_post {
	width: 100%;
	padding: 0px;
	margin: 0px;

}

.comment_player_header {
	width: 100%;
	background-color: #DfDFDF;
	border-bottom: 1px dashed #000000;
	padding: 5px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

.draft_board_crumb {
	margin-bottom: 20px;
}


.topic_column {
	color: #FFFFFF;
	background-color: #666;	
	text-align: left;
}

.last_comment_column {
	color: #FFFFFF;
	background-color: #666;	
	text-align: left;
}

#db_player_profile {
  clear: both;
  overflow: hidden;
}
#db_player_profile h2 {
  display: inline;
}

#db_player_profile p {
  color: #666;
}

.analysis_byline {
  width: 100%;
	border-bottom: 1px dashed #000000;
	font-size: 12px;
	color: #666;
	padding: 0px 0px 8px 2px;
	
	padding-bottom: 8px;
	padding-top: 0px;
	margin-top: -14px;
	margin-bottom: 10px;
}

#draft_board_container li {
  list-style-type: normal;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #000000;
}


.list_byline {
	font-size: 12px;
	color: #666;
}

#draft_board_container .list_byline a {
  font-weight: normal;
}

#content_db #subscribers_content_email_signup h2 { color: #fff; }
#content_db #subscribers_content_email_signup { width: 500px; margin-top: 40px; margin-left: auto; margin-right: auto; }
