body.forums h1.page-title {
    font-size: 190%;
}

/* Element level classes */

/* Standard classes for use in any page */
/* PhorumDesignDiv - a div for keeping the forum-size size */

.PDDiv {
    color: Black;
    font-size: 12px;
    width: 100%;
    text-align: left;    
}

.PDDiv p {
    margin: 0 0 10px 0;
}

.PDDiv td, .PDDiv th {
    color: Black;
    font-size: 12px;
    
}

.PDDiv img {
    border-width: 0px;
    vertical-align: middle;
}

.PDDiv a {
    text-decoration: none;
}

.PDDiv a:hover {
    color: #5C5CA6;
}

.PDDiv input[type=text], input[type=password], input[type=file], select {
    background-color: White;
    color: Black;
    font-size: 12px;
    

    vertical-align: middle;

}

.PDDiv textarea {
    background-color: White;
    color: Black;
    font-size: 12px;
    font-family: Lucida Console, Andale Mono, Courier New, Courier;
}

.PDDiv input[type=submit] {
    border: 1px dotted #808080;
    background-color: #FFEDA8;
    font-size: 12px;
    
    vertical-align: middle;
}

.PDDiv input {
    vertical-align: middle;
}


/* new styles */

#phorum-index {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom-width: 0px;
    text-align: left;
}

#phorum-index th {
		font-weight: bold;
		font-size: 90%;
    border-bottom: 1px solid #ddd;
		background: #FDEFB3; 
    padding: 3px 0 3px 0;
    vertical-align: middle;
}

#phorum-index td {
    padding: 3px 0 3px 0;
    vertical-align: middle;
}

#phorum-index .folder th {
    background: url("/common/images/insideshadow.gif");
}		

#phorum-index tr.folder th {
    padding: 6px 10px;
}
#phorum-index .forum-bottom td {
    border-bottom: 1px solid  #ddd;
    padding: 0px 0px 0px 25px;
    font-size: 120%;
}

#phorum-index th.forum-name {
		font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0px 6px 6px;
}

#phorum-index th.forum-name a {
    color: Black;
}

#phorum-index th.forum-threads {
  	width: 70px; 
    text-align: center;
}

#phorum-index th.forum-posts {
  	width: 70px; 
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-last-post {
		text-align: center;
    padding: 3px 15px 3px 3px;
}

#phorum-index td.forum-name {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

#phorum-index td.forum-name a {
    color: #004E61;
}


#phorum-index td.forum-name small {
}

#phorum-index td.forum-threads {
    /* width: 120px; */
    text-align: center;
}

#phorum-index td.forum-posts {
   /* width: 120px; */
    text-align: center;
}

#phorum-index td.forum-last-post {
		text-align: right;
    width: 120px;
    padding: 0 15px 0 0;
}

#phorum-index tr.forum td {
    padding-top: 10px;
}
#phorum-menu-table {
    width: 100%;
    border-width: 0px;
}

#phorum-menu {
    padding: 5px 3px 0 0;
    vertical-align: top;
    width: 200px;
}

#phorum-content {
    padding: 5px 0 0 2px;
    vertical-align: top;
}

div.phorum-menu {
    font-size: 12px;
    
    background-color: White;
    border: 1px solid #808080;
    padding: 3px;
}

div.phorum-menu ul {
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

div.phorum-menu li {
    font-weight: bold;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-top:3px;
    background-image: url("/templates/mysql/images/square_bullet.png");
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

div.phorum-menu a {
    font-weight: normal;
    color: #000000;
}

div.phorum-menu a:hover {
    color: #5C5CA6;
}

div.phorum-menu a.phorum-current-page {
    font-weight: bold;
}

#phorum-post-form ul {
    padding: 0 0 0 20px;
    margin: 3px 0px 8px 0px;
    font-size: 11px;
}

#phorum-post-form li {
    margin-bottom: 3px;
}

#phorum-attachment-list td {
    font-size: 11px;
}

#header-search-form {
    float: right;
}


/* new class for layouting the submit-buttons in IE too */
.PhorumSubmit {
    border: 1px dotted #808080;
    color: Black;
    background-color: #EEEFDE;
    font-size: 12px;
    
    vertical-align: middle;
}

.PhorumTitleText {
    color: #555F55;
}

.PhorumStdBlock {
    font-size: 12px;
    border: 1px solid #ddd;
    background-color: White;
    padding: 3px;
    text-align: left;
}

.PhorumStdBlockHeader {
    font-size: 12px;
    
    background-color: #eee;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 3px;
    text-align: left;
}

.PhorumHeaderText {
    font-weight: bold;
}

.PhorumNavBlock {
    font-size: 12px;    
    border: 1px solid #ddd;
    margin-top: 1px;
    margin-bottom: 4px;
    background: url("/common/images/insideshadow.gif");
    padding: 4px;
}

.PhorumNavHeading {
    font-weight: bold;
}

.fbuttonbox {
	float: left; 
	padding: 4px; 
	margin-right: 20px;
}

.forumbutton, .PhorumNavLink {
	background: url("/common/images/insideshadow.gif");
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 8px 2px 8px;
	color: #222;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-decoration: none;
}

a.forumbutton, a.PhorumNavLink { color: #222; }
a.forumbutton:hover { 
	color: #004E61;
	border: 1px solid #666;
	}
a.forumbutton:active { color: #E2E9EB; }

.PhorumNavLink {
    font-size: 12px;
}

a.PhorumNavLink {
	font-weight: normal;
	padding: 3px;
}

.PhorumNavBlock a.PhorumNavLink, .PhorumReadNavBlock a.PhorumNavLink {
	color: #004E61;
	border: none;	
	margin-right: 8px;
	background: none;
}

A.PhorumNavLink:hover {
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #aaa;
    border-width: 1px;
}



.PhorumSelectedFolder {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-size: 12px;
    border-style: solid;
    border-color: #EEEFDE;
    border-width: 1px;
    padding: 0px 4px 0px 4px;
}


.PhorumFloatingText {
    padding: 10px;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-size: 12px;
}

.PhorumHeadingLeft {
    padding-left: 3px;
    font-weight: bold;
}

.PhorumUserError {
    padding: 10px;
    text-align: center;
    color: Red;
    font-size: 16px;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
}

.PhorumOkMsg {
    padding: 10px;
    text-align: center;
    color: DarkGreen;
    font-size: 16px;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
}

.PhorumNewFlag {
    
    font-size: 10px;
    font-weight: bold;
    color: #CC0000;
}

.PhorumNotificationArea {
    float: right;
    border-style: dotted;
    border-color: #808080;
    border-width: 1px;
}

/* PSUEDO Table classes                                       */
/* In addition to these, each file that uses them will have a */
/* column with a style property to set its right margin       */

.PhorumColumnFloatXSmall {
    float: right;
    width: 75px;
}

.PhorumColumnFloatSmall {
    float: right;
    width: 100px;
}

.PhorumColumnFloatMedium {
    float: right;
    width: 150px;
}

.PhorumColumnFloatLarge {
    float: right;
    width: 200px;
}

.PhorumColumnFloatXLarge {
    float: right;
    width: 400px;
}

.PhorumRowBlock {
    background-color: White;
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 0px 5px 0px;
}

.PhorumRowBlockAlt {
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 0px 5px 0px;
}

/************/


/* All that is left of the tables */

.PhorumStdTable {
    border-style: double;
    border-color: #ddd;
    border-width: 1px;
  	width: 100%;
}

.PhorumTableHeader {
    background-color: #FFFFCC;
    background: url("/common/images/insideshadow.gif");
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    font-size: 12px;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-weight: bold;
    padding: 3px;
}

.PhorumTableRow {
    background: white;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    border-bottom-width: 1px;
    color: Black;
    font-size: 12px;
    
    height: 35px;
    padding: 3px;
    padding-top: 6px;
}

.PhorumTableRowAlt {
    background: white;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    border-bottom-width: 1px;
    color: #000000;
    font-size: 12px; 
    height: 35px;
    padding: 3px;
    padding-top: 6px;
}

.PhorumTableRow.thread {
	font-weight: bold;
}

.PhorumTableRowAlt.thread {
	font-weight: bold;
}

.PhorumStdTable tr.thread td {
	border-top: 1px solid #999;
	background: #DAE6EA;
}

.PhorumStdTable tr.post td:first-child {
	padding-left: 15px;
}

.PhorumStdTable th.subject {
    padding-left: 8px;
}

table.PhorumFormTable td {
    height: 26px;
}

/**********************/


/* Read Page specifics */

.PhorumReadMessageBlock {
    margin-bottom: 5px;
}

.PhorumReadBodySubject {
    background: url("/common/images/insideshadow.gif");
		border: 1px solid #ddd;
    color: Black;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 4px;
		margin-bottom: 6px;
}

.PhorumReadBodyHead {
		background: #eee;
    padding: 2px 2px 2px 5px;
}

.PhorumReadBodyText {
    font-size: 105%;
    border: 1px dashed #ccc;
    line-height: 1.6;
    padding: 6px;
}

.PhorumReadNavBlock {
    font-size: 12px;
    
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #FDF1B6;
    padding: 2px 3px 2px 3px;
}

/********************/

/* List page specifics */

.PhorumListSubText {
    color: #707070;
    font-size: 10px;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
}

.PhorumListPageLink {
    color: #707070;
    font-size: 10px;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
}

.PhorumListSubjPrefix {
    font-weight: bold;
}

/********************/

/* Posting editor specifics */

.PhorumListModLink, .PhorumListModLink a {
    color: #707070;
    font-size: 10px;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
}

.PhorumAttachmentRow {
    border-bottom: 1px solid #EEEFDE;
    padding: 3px 0px 3px 0px;
}

/********************/

/* PM specifics */

.phorum-recipientblock {
    border: 1px solid black;
    position:relative;
    float:left;
    padding: 1px 1px 1px 5px;
    margin: 0px 5px 5px 0px;
    font-size: 11px;
    background-color: White;
    border: 1px solid #808080;
    white-space: nowrap;
}

.phorum-pmuserselection {
    padding-bottom: 5px;
}

.phorum-gaugetable {
    border-collapse: collapse;
}

.phorum-gauge {
    border: 1px solid #808080;
    background-color: #EEEFDE;
}

.phorum-gaugeprefix {
    border: none;
    background-color: white;
    padding-right: 10px;
}

/********************/

/* Class to make forum list in "Move Thread" readable in IE */

.MoveToForumList {
    font-size: 12px;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
}

/********************/

/* Override classes - Must stay at the end */

.PhorumNarrowBlock {
    width: 600px;
    border: 1px solid #ccc;
}

.PhorumSmallFont {
    font-size: 11px;
}

.PhorumLargeFont {
    color: Black;
    font-size: 16px;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
}


.PhorumFooterPlug {
    margin-top: 10px;
    font-size: 10px;
    font-family: "Bitstream Vera Sans", Arial, sans-serif;
}



/*   BBCode styles  */

blockquote.bbcode {
    font-size: 11px;
    margin: 0 0 0 10px;
}

blockquote.bbcode div {
    margin: 0;
    padding: 5px;
    border: 1px solid #808080;
}

blockquote.bbcode strong {
    font-style: italic;
    margin: 0 0 3px 0;
}
