a img
{
	border-style: none;
}

.ButtonOut
{
	border: #7F9DB9 1px solid;
	filter: alpha(opacity=70);
}

.ButtonOver
{
	border: #FFAD55 1px solid;
	background-color: #FFE1AC;
}

.ButtonChecked
{
	border: #FFAD55 1px solid;
	background-color: #FFCB7E;
}

.ButtonOff
{
	background-color: #C0C0C0;
	border: #7F9DB9 1px solid;
	filter: gray() alpha(opacity=30);
}

/* Header 1 - Main header */
.header1
{
	background: #B35C37;
	color: #FFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;
}

/* Links in header1 */
.header1 a,
.header1 a:link
{
	background: Transparent;
	color: #FFF;
	text-decoration: none;
}

.header1 a:hover
{
	text-decoration: underline;
}

/* Header 2 - Sub header */
.header2
{
	background: #9E9A93;
	color: #EEE;
	font-weight: bold;
	height: 28px;
}

.header2 a,
.header2 a:link
{
	background: Transparent;
	color: #EEE;
	text-decoration: none;
}

.header2 a:hover
{
	text-decoration: underline;
}

/* Footer1 - Bottom of tables */
.footer1
{
}

.postformheader 
{
	font-weight: bold;
}

/* Header of posts */
.postheader 
{
}

/* User info and post/article */
.post 
{
}

.post_alt
{
}	

.post_priority
{
	font-weight: bold;
}

.post_link
{
	font-weight: bold;
}

/* Footer of posts */
.postfooter 
{
}

/* Area between posts */
.postsep 
{
	background: #CCC;
	color: #CCC;
	height: 1px 
}

/* most tables are class 'content' */
.content
{
	padding: 0px;
}

.content td
{
	padding: 3px;
}

#RichEdit td 
{
	padding: 0px;
}

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	background: #DBD7D0;
	color: inherit;
	padding: 4px;
}

/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;	
}

.innercode
{
	background: #DBD7D0;
	color: inherit;
	font-family: "Courier New", Courier;
	padding: 4px;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}

a.imagelink:hover
{
	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;
}

/* 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;	
}