﻿pbutton{border:1px solid #404040;font-size:8pt;background:#EEEEEE;}
/* Header 1 - Main header */
.header1
{
	background: url('images/bg_header1.png');
	background-color: #353535;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	font-size:12px;
}

/* Header 2 - Sub header */
.header2
{
	background: url('images/bg_header2.png');
	background-color: #DDDDDD;
	color: #252525;
	font-weight: bold;
	height: 20px;
}
.header2 a{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
.header2 a:hover	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}

/* most tables are class 'content' */
.content
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #505050;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;	
}

.content td {
	padding: 3px;
}
/* links inside content table*/
.content a		{ color: #C02020; text-decoration: none;}
.content a:hover	{ color: Gray; text-decoration: none; }
/* Footer1 - Bottom of tables */
.footer1
{
	font-size: 7pt;
	height: 28px;
	background-color:#fbfbfb;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.UserBox
{
	font-size:7.5pt;	
	color:#808080;
}

.postformheader 
{
	background-color: #D1D1D1;
	font-weight:bold;
}

/* Header of posts */
.postheader 
{
	background-color: #eaeaea;
	color:#505050;
}

.postheader a
{
	font-size:10pt;
	
}

/* User info and post/article */
.post 
{
	background-color: #F0F0F0;
	color:#404040;
}
.post a		{font-weight:bold}
.post_alt
{
	background-color: #F5F5F5;
	color:#404040;	
}
.post_alt a		{font-weight:bold}

.post_priority
{
	font-weight:bold;
}

.post_link
{
	font-size:10pt;
	font-weight:bold;
}
/* Footer of posts */
.postfooter 
{
    background-color: #eaeaea;
}

/* topmenu 1 - Main Menu */
.tmenu
{
	background-color: #F0F0F0;
	color:#404040;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #333333; font-size: 9pt; }
.navlinks a { color: #000000; text-decoration: none; }
.navlinks a:hover { color: #C00000; text-decoration: underline; }
.navlinks #current { color: #900000; } 
/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	padding: 4px;
	background-color: #d1d1d1;
	border: solid 1px #505050;
}

.smallfont
{
font-size: 7.5pt; 
}