/*
* phpBB 3.0 Style Sheet
*
* Style name:       PPF
* Based on Style:   subSilver (the default phpBB2 style)
* Original author:  subBlue ( http://www.subBlue.com/ )
* Modified by:      Jason E. Smith for PPF Community ( http://www.ppf-community.com )
*
* This is a custom style for PPF Community
*
* Copyright 2008 PPF Community
*/

/*
* Include Wordpress styles to save time
*/
@import url("http://www.ppf-community.com/wp-content/themes/ppf/style.css");


/*
* PHPBB Forum Styles
*/
table.phpbb_forumlist
{
  /* float: left; */
  /* margin-left: 23px; */
  margin-top: 15px;
  padding: 2px;
  text-align: left;
  width: 754px;
}
  table.phpbb_forumlist td.phpbb_cat
  {
	border-bottom: 1px solid #E4DCCA;
  }

table.phpbb_post_info
{
  font-size: 8pt;
}

table.phpbb_viewtopic img
{
  max-width: 580px;
  min-width: 1px;
}

table.phpbb_forumrules
{
  border: 2px solid #E4DCCA;
  padding: 5px;
  color: #AA0000;
}
  table.phpbb_forumrules th
  {
	background-color: #E4DCCA;
	border-bottom: none;
  }

/*
* PHPBB Posting Styles
*/
table.phpbb_posting
{
  font-size: 8.5pt;
}


/*
* PHPBB Index Info Box
*/
table.phpbb_index_info
{
  margin-top: 15px;
  width: 754px;
}
  table.phpbb_index_info th
  {
	border-bottom: 1px solid #E4DCCA;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
  }
  table.phpbb_index_info td
  {
	font-size: 8.5pt;
	text-align: left;
	vertical-align: middle;
  }


/*
* PHPBB User Control Panel Styles
*/
table.phpbb_ucp_menu
{
  border: 2px solid #E4DCCA;
  padding: 2px;
}


/*
* PHPBB Uncommon Styles
*/
#phpbb_page_title
{
  float: left;
  font-size: 16pt;
  margin-left: 25px;
  margin-top: 10px;
  padding-bottom: 10px; /* For IE & Netscape*/
  text-align: left;
}
#phpbb_page_date_time
{
  float: right;
  font-size: 7pt;
  margin-right: 30px;
  margin-top: 8px;
}

table.phpbb_dashed, td.phpbb_dashed
{
  border: 1px dashed #E4DCCA;
  font-size: 8pt;
}

td.phpbb_post_row_buttons
{
  border-top: 1px dashed #E4DCCA;
  border-bottom: 1px solid #E4DCCA;
  
}

img.phpbb_attachment_image
{
  max-width: 592px;
  min-width: 1px;
}

.quotetitle
{
  background-color: #517CA8;
  border: 1px solid #517CA8;
  color: #FCFCFC;
  font-weight: bold;
  padding: 5px;
}
.quotecontent
{
  border-bottom: 1px solid #517CA8;
  border-left: 1px solid #517CA8;
  border-right: 1px solid #517CA8;
  padding: 5px;
}

.codetitle
{
  background-color: #00CC00;
  border: 1px solid #00CC00;
  color: #FCFCFC;
  font-family: "Courier New, Courier"
  font-weight: bold;
  padding: 5px;
}
.codecontent
{
  border-bottom: 1px solid #00CC00;
  border-left: 1px solid #00CC00;
  border-right: 1px solid #00CC00;
  font-family: Courier New, Courier;
  padding: 5px;
}

table.phpbb_attachments
{
  border: 1px solid #E4DCCA;
  padding: 5px;
}
  table.phpbb_attachments th
  {
	background-color: #E4DCCA;
  }

input.phpbb_helpline
{
  background-color: transparent;
  border: none;
  font-size: 8pt;
}


/*
* PHPBB Common Styles
*/
a
{
  color: #517CA8;
  text-decoration: none;
}
  a:hover
  {
	color: #FFCC00;
  }
table.phpbb_common
{
  /* font-size: 8.5pt; */
  float: left;
  margin-left: 23px;
  margin-top: 15px;
  padding: 2px;
  text-align: left;
  width: 754px;
}
  table.phpbb_common th
  {
	border-bottom: 2px solid #E4DCCA;
	font-size: 10pt;
  }
  table.phpbb_common td
  {
	font-size: 9pt;
  }
  table.phpbb_common img
  {
	border: none;
  }

td.bottom_menu
{
  border-bottom: 2px solid #E4DCCA;
  border-top: 1px solid #E4DCCA;
}

.topic_type_switch
{
  border-bottom: 1px solid #E4DCCA;
  font-weight: bold;
}

.row1
{
  background-color: #F3F0E8;
}
.row2
{
  background-color: #FCFCFC;
}
.row3
{
  background-color: #E4DCCA;
}

.gensmall
{
  font-size: 8pt;
}
.genlarge
{
  font-size: 10pt;
}