

a.button {
    background: url('images/btn_bg.gif') no-repeat right top;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    width:70px;
    margin-right: 6px;
    text-align:center;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: url('images/btn_bg.gif') no-repeat;
    display: block;
    line-height: 11px;
    padding: 5px 0 5px 18px;
} 

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
   
} 


/* Header 1 - Main header */
tr.header1 {
	background-color: #6984B3;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}

tr.header1 a { color: #ffffff;	text-decoration: none; }
tr.header1 a:hover { color: #eeffee; text-decoration: underline; }	


td.header1 
{
	background-color:#6984B3;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}	

.header1Title
{
	/*background: url('bg_header5.png');*/
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;	
	background-color: #66a262;
}

/* Header 2 - Sub header */
tr.header2 {
	background-color:#3D5586;
	color: #ffffff;
	font-weight: bold;
}

td.header2 {
	background-color:#3D5586;
	color: #ffffff;
	font-weight: bold;
}

td.header2 a { color: #579000; text-decoration: none; }
td.header2 a:link { color: #7F7D6C; text-decoration: none; }
td.header2 a:visited { color: #7F7D6C; text-decoration: none; }
td.header2 a:active { color: #7F7D6C; text-decoration: none; }
td.header2 a:hover { color: #7F7D6C; text-decoration: underline; }

td.infoTable {
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #F3F2F2;
}

/* Footer1 - Bottom of tables */
.footer1 {
	font-size: 7pt;
	height: 28px;
	background-color: #f4f4f4;
}

.footer1 select, .footer1 td {
	font-size: 10px;
}

/* Header of posts */
.postheader {
	background-color: #DAE2DA;/*#666666;*/
}


.datepost
{
	
	color:White;
	width:25%;
}

/* User info and post/article */
.post
{
	background-color: #F5F5F2;
}

.post_alt
{
	background-color: #FAFAF5;
}

tr.post:hover
{
	background-color: #FFFFFF;	
}

tr.post_alt:hover
{
	background-color: #FFFFFF;	
}

/* Footer of posts */
.postfooter
{
	background-color: #cdcdcd;
}

/* Area between posts */
.postsep {
	background-color: #555555;
	height: 1px;
	background: url('bg_header2.png');
}

/* most tables are class 'content' */
.content
{
	border: solid 1px #3D5586;
	padding: 0px;
	background-color: #ffffff;	
	margin: 0px;
	color: #000000;
}

.postformheader 
{
	background-color: #D1E1D1;
	font-weight:bold;
}

table.content td {
	padding: 5px;
}

/* links inside content table*/
.content a			{ color: #004276; font-weight:bolder;}
.content a:hover	{ color: #FF4400; text-decoration: none;font-weight:bolder; }

/* used for quoting messages */
.quote {
	padding-left: 16px;
	margin: 5px;
}

.innerquote
{
	padding: 4px;
	background-color: #fefefe;
	border: 1px dashed #808080;
}

/* used for code */
.code
{
	padding-left: 16px;	
	margin: 5px;
}

.innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color: #000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 10px; }
.largefont	{ font-size: 11px; }

/* Image Links */
a.imagelink {
	font-weight: bold;
	color: #000000;
}
a:hover.imagelink {
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}

