﻿
/* Forum - start*/

#forum 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	color:#404040;
}


#forum input{font:8pt Verdana,Arial,Helvetica,sans-serif}

#forum select{background:#ffffff;font:8pt Verdana,Arial,Helvetica,sans-serif}

#forum textarea{background:#ffffff;border:1px solid #404040;
font:8pt Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

#forum form{display:inline}

#forum input{border:1px solid #404040;font-size:8pt;}

#forum input.pbutton{background:#EEEEEE;}

/* For BBCode Post Buttons */
#forum .ButtonOut
{
	filter: alpha(opacity=70);
	border: #7F9DB9 1px solid;
}
#forum .ButtonOver
{
	background-color: #FFE1AC;
	border: #FFAD55 1px solid;
}
#forum .ButtonChecked
{
	background-color: #FFCB7E;
	border: #FFAD55 1px solid;
}
#forum .ButtonOff
{
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #7F9DB9 1px solid;
}

/*  */
#forum img 
{
	border: 0;
}

/* hyperlinks */
#forum a		{ text-decoration: none; color: #E00000; }
#forum a:hover		{ text-decoration: underline; }

/* Forum Header 1 - Main header */
#forum .ForumHeader1
{
	background-color: #353535;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;
}

/* Links in header1 */
#forum tr.header1 a		{color:#C00000;text-decoration:none}
#forum tr.header1 a:hover	{color:#404040;text-decoration:none}

#forum .ForumHeader1Title
{
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;	
}

/* Header 2 - Sub header */
#forum .ForumHeader2
{
	background-color: #DDDDDD;
	color: #252525;
	font-weight: bold;
	height: 28px;
}

#forum td.header2links a				{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
#forum td.header2links	a:hover	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}

/* Footer1 - Bottom of tables */
#forum .footer1
{
	font-size: 7pt;
	height: 28px;
	background-color:#fbfbfb;
}

#forum .footer1 select, .footer1 td
{
	font-size: 7pt;
}

#forum .UserBox
{
	font-size:7.5pt;	
	color:#808080;
}

#forum .postformheader 
{
	background-color: #D1D1D1;
	font-weight:bold;
}

/* Header of posts */
#forum .postheader 
{
	background-color: #eaeaea;
	color:#505050;
}

#forum .postheader a
{
	font-size:10pt;
	
}

/* User info and post/article */
#forum .post 
{
	background-color: #F0F0F0;
	color:#404040;
}

#forum .post_alt
{
	background-color: #F5F5F5;
	color:#404040;	
}

#forum .post_priority
{
	font-weight:bold;
}

#forum .post_link
{
	font-size:10pt;
	font-weight:bold;
}

/* Footer of posts */
#forum .postfooter 
{
    background-color: #eaeaea;
}

/* Area between posts */
#forum .postsep 
{
	background-color: #939393;
	height: 2px 
}

/* most tables are class 'content' */
#forum .content
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #505050;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;	
	width: 99%;
}

#forum .content td {
	padding: 3px;
}

#forum .forumheading 
{
	font-size:10pt;
	font-weight:bold;
}

#forum .forumviewing
{
	font-size:8pt;
	color:#a0a0a0;
}
#forum .forumsubheading
{
	font-size:7.5pt;
}

#forum #RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
#forum .content a		{ color: #C02020; text-decoration: underline; }
#forum .content a:hover	{ color: #C00000; text-decoration: none; }

/* used for quoting messages */
#forum .quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

#forum .innerquote 
{
	padding: 4px;
	background-color: #d1d1d1;
	border: solid 1px #505050;
}

/* used for code */
#forum .code
{
	margin-left: 16px;
	padding-left: 16px;	
}

#forum .innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color:#000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
#forum .smallfont	{ font-size: 7.5pt; }
#forum .largefont	{ font-size: 9pt; }

/* Image Links */
#forum a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}
#forum a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
#forum .posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */
#forum table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
#forum .navlinks { font-weight: bold; color: #333333; font-size: 9pt; }
#forum .navlinks a { color: #000000; text-decoration: none; }
#forum .navlinks a:hover { color: #C00000; text-decoration: underline; }
#forum .navlinks #current { color: #900000; } 

/* for printing */
#forum .print 
{
	border: solid 1px #C0C0C0;
}
#forum .printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
#forum .printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

/* Forum - end*/

