body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
}
table.content b, table.content b a {
	
	font-weight: bold!important;
}

table.content  input, table.content textarea, table.content select {
	font-size: 100%!important;
}

table.content input.pbutton {
	font-size: 12px!important; cursor: pointer!important;
color:#FFFFFF;
background: #FF0084;
cursor:pointer !important;
font-size:13px !important;
font-weight:bold;
padding:3px;
text-transform:uppercase;
border: none;	
}


textarea.forum_ctl00_edit b {
	font-weight: bold!important;
}

/* For BBCode Post Buttons */
.ButtonOut
{
	filter: alpha(opacity=70);
	border: #7F9DB9 1px solid;
}
.ButtonOver
{
	background-color: #FFE1AC;
	border: #FFAD55 1px solid;
}
.ButtonChecked
{
	background-color: #FFCB7E;
	border: #FFAD55 1px solid;
}
.ButtonOff
{
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #7F9DB9 1px solid;
}

/*  */
img 
{
	border: 0;
}

/* Header 1 - Main header */
.header1 {
	/*background-image: url('bg_header1.png');*/
	background-color: #000;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
}

/* Header 2 - Sub header */
.header2 {
	/*background-image: url('bg_header2.png');*/
	color: #000;
	font-weight: bold;
	height: 28px;
}
.yellow .header2 {
	background-color: #CFC700;
}
.pink .header2 {
	background-color: #CF006B;
}
.blue .header2 {
	background-color: #0099C7;
}
.green .header2 {
	background-color: #5BA625;
}


/* Footer1 - Bottom of tables */
.footer1 {
	/*background-image: url('bg_footer1.png');*/

	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

/* Header of posts */
.yellow .postheader 
{
	background-color: #CFC700;
}
.pink .postheader 
{
	background-color: #CF006B;
}
.blue .postheader 
{
	background-color: #0099C7;
}
.green .postheader 
{
	background-color: #5BA625;
}


/* User info and post/article */
.yellow .post
{
	background-color: #FFF96B;
}
.pink .post
{
	background-color: #FF6BB8;
}
.blue .post
{
	background-color: #6BD8F9;
}
.green .post
{
	background-color: #ACE285;
}




.yellow .post_alt
{
	background-color: #FFFB97;
}
.blue .post_alt
{
	background-color: #97E4FB;
}
.green .post_alt
{
	background-color: #D1EFBA;
}
.pink .post_alt
{
	background-color: #FF97CD;
}


/* Footer of posts */
.postfooter 
{
	background-color: transparent;
}

/* Area between posts */
.postsep 
{
	background-color: transparent;
	height: 1px
}

/* most tables are class 'content' */
table.content {
	font-size: .8em;
	border: none;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin: 0 0 1em 0;
}

table.content td {
	padding: 5px;
}

/* links inside content table*/
.content a { color: #FF0084; text-decoration: underline; }
.pink .content a {color: #FFF500; }
.content a:hover { color: #000000; text-decoration: underline; }

.content .header2 a:hover {color: #FF0084;text-decoration: none;}
.pink .content .header2 a:hover {color: #FFF500;text-decoration: none;}

.content .header1 a:hover {color: #FF0084;text-decoration: none;}
.pink .content .header1 a:hover {color: #FFF500;text-decoration: none;}

/* used for quoting messages */
.quote 
{
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #CCCCCC;
	border: 1px solid #EEEEEE;
}

/* font sizes */
.smallerfont	{ font-size: .8em!important; }
.largefont	{ font-size: 9pt; }


/* Image Links */
a.imagelink 
{
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
a:hover.imagelink
{
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-size: 8pt;
}

/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.yellow .navlinks, .pink .navlinks, .blue .navlinks, .green .navlinks { font-weight: bold; color: #000000; font-size: .8em; }
.yellow .navlinks a, .pink .navlinks a, .blue .navlinks a, .green .navlinks a {font-weight: bold; color: #FF0084; text-decoration: none }
.pink .navlinks a { color: #FFF400;}
.navlinks a:hover {
	color: #000;
}

/* for printing */
table.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
div.postdiv
{
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}
#divTimeNow, #divTimeLastVisit, #divUnreadMsgs {
	font-size: .8em;
}
.iconlegend {
	font-size: .7em;
}
