form{display:inline}

input.pbutton{background:#C5C5C5;}
.content select {width:auto !important;height: auto !important;background-image:none!important;border: solid 1px #999;padding:0;}
.content option {height: auto !important;padding: 1px;}
.content input {width: auto !important; background-image:none!important;border: solid 1px #999;font-size: 12px;padding:2px;}
.content textarea {width: auto;}
/* 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');*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #027BB5 url('../../../img/teaserHeadBg.gif') repeat-x ;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;
}

/* Links in header1 */
tr.header1 a		{color: #fff; text-decoration:none}
tr.header1 a:hover	{color: #ff6600; text-decoration:underline}

/* Header 2 - Sub header */
.header2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #000;
	background-color: #DDD;
	color: #000;
	font-weight: bold;
	height: 28px;
}
.header1 input, .header2 input {
	width: auto !important;
	background: none;
}

span.forumheading a {
	font-weight: bold;
}

input {
	height: auto;
}

td.header2 a		{color: #000; text-decoration:none;}
td.header2	a:hover	{color: #ff6600; text-decoration:underline;}

td.header2links a		{/*color: #3A4F6C;*/text-decoration:none;font-size:7.5pt;}
td.header2links	a:hover	{/*color: #3A4F6C;*/text-decoration:underline;font-size:7.5pt;}

/* Footer1 - Bottom of tables */
.footer1 {
	background: #F1F1F1;
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 8pt;
}

.postformheader 
{
	background-color: #F1F1F1;
	font-weight:bold;
}

/* Header of posts */
.postheader 
{
	background-color: #F1F1F1;
	color:#404040;
}

/* User info and post/article */
.post 
{
	background-color: #f7f7f7;
	color:#404040;
}

.post_alt
{
	background-color: #f7f7f7;
	color:#404040;	
}

.post_priority
{
	font-weight:bold;
}

.post_link
{

}

/* Footer of posts */
.postfooter 
{
    background-color: #F1F1F1;
}

/* Area between posts */
.postsep 
{
	background-color: #fff;
	height: 2px 
}

/* most tables are class 'content' */
.content {
	font-family: Trebuchet MS, 'Bitstream Vera Serif', 'Lucida Bright', Lucidabright, Charter, 'Bitstream Charter', serif; 
	font-size: 12px;
	border: solid 1px #025B85;
	padding: 0px;
	background-color: #FFFFFF;
}

.content td {
	padding: 3px;
}

table.content tr td.post li {
	margin-left: 10px;
}

#RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
.content a		{ /*color: #202020;*/ text-decoration: underline; }
.content a:hover	{ /*color: #3A4F6C;*/ text-decoration: none; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	padding: 4px;
	background-color: #F0F0F0;
	border: solid 1px #9A9A9A;
}

/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;	
}

.innercode
{
	padding: 4px;
	/*background-color: #B2C8F6;*/
	background-color: #FFFFFF;
	border: solid 1px #95B4F3;
	/*color:#014C00;*/
	color:#000000;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

.iconlegend {
	font-size: 12px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; font-size: 9pt; }
.navlinks a { color: #000000; text-decoration: none; }
.navlinks a:hover { color: #FF6600; text-decoration: underline; }

/* for printing */
.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;	
}