#forum_Page .edit 
{
	width: 460px;
}
#forum_Page TD {
	font-size: 8pt; font-family: verdana,arial,helvetica,sans-serif; 
}
#forum_Page input {
	FONT: 8pt verdana,arial,helvetica,sans-serif
}
#forum_Page select {
	background: #ffffff; font: 8pt verdana,arial,helvetica,sans-serif
}
#forum_Page textarea {
	border-right: #000000 1px solid; border-top: #000000 1px solid; padding-left: 2px; background: #FFFFFF; padding-bottom: 2px; font: 8pt verdana,arial,helvetica,sans-serif; border-left: #000000 1px solid; border-bottom: #000000 1px solid;
}
#forum_Page form {
	display: inline;
}
#forum_Page input.pbutton {
	background: #ffffff;
}
#forum_Page .header1 {
/*	font-weight: bold;  border:0px #006699 solid; background-image: url(~/forum/themes/icgstation/tb2_m.gif); height: 22px; */
	font-weight: bold;  border:0px #006699 solid; background-image: url(../..//images/redbg.gif); height: 22px; 
}
#forum_Page tr.header1 a {
	/*COLOR: #a9b8c2;*/ color: #FFFBD6; text-decoration: none; 
}
#forum_Page tr.header1 a:visited
{
    color: #FFFBD6; text-decoration: none; 
}
#forum_Page tr.header1 a:hover {
	color: #C0C0FF; text-decoration: none;
}
#forum_Page .header2 {
height: 25px; color: #444444; border-color: #A9B8C2; border-style: solid; font-size: 10px; background-color: #FFFBD6; white-space: nowrap; border-width: 0px 0px 0px 0px; font-weight: bold;
}
#forum_Page .footer1 {
	font-size: 7pt; background-image: url(~/forum/themes/icgstation/tb3_m.gif); color: #FFFFFF; height: 22px;
}
#forum_Page .footer1 select {
	font-size: 7pt;
}
#forum_Page .footer1 td {
	font-size: 7pt;
}
#forum_Page .postformheader {
	font-weight: bold; background-color: #C8C8C8;
}
#forum_Page .postheader {
	background-color: #EAEAEA; color: #000000;
}
#forum_Page .post {
	background-color: #F7F7F7; color:#000000; padding: 4px; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; border-color: #FFFFFF; border-style: solid; border-width: 1px 1px 1px 1px; 
}
#forum_Page .post_alt {
	background-color: #EAEAEA;
	color:Black;
}
#forum_Page .post_priority {
	font-weight: bold;
}
#forum_Page .post_link {
	font-weight: bold;
}
#forum_Page .postfooter {
	background-color: #EFEFEF;
}
#forum_Page .postsep {
	height: 5px; background-image: url(~/forum/themes/icgstation/tb2_m.gif); 
}
#forum_Page .content {
	border: #a9b8c2 1px solid; padding: 0px; font-size: 8pt;
	/*COLOR: #000000;*/
	color:White;
	padding-top: 0px; font-family: verdana,Arial,Helvetica,sans-serif;
	/*background-color: #A9B8C2;*/
	background-color: #990000;
}

#forum_Page .content td {
	padding: 3px;
}

#forum_Page #RichEdit td {
	padding: 0px;
}
#forum_Page .quote, .code  {margin-left: 40px; margin-right:40px;  padding:0px; border-width: 1px; border-style: solid; border-color: #A9B8C2; color: black; background-color: #DCE1E5; font-size: 8pt; }
#forum_Page .innerquote, .innercode {padding: 4px; border-top: 1px #A9B8C2 solid; color: black; font-weight: normal; font-size: 8pt; font-family: verdana, sans-serif; background-color: #FAFAFA; }

#forum_Page .innercode {
font-family: Courier New,Courier; background-color: #FFFFFF;
}
#forum_Page .smallfont {
	font-size: 7.5pt; color: #111111;
}
#forum_Page .largefont {
	font-size: 9pt; color: #111111;
}
#forum_Page a.imagelink {
	font-weight: bold; font-size: 8pt; color: #000080;
}
#forum_Page a.imagelink:hover {
	color: #0000FF; text-decoration: underline;
}
#forum_Page .posteditor {
	font-size: 8pt; width: 100%; font-family: verdana,arial,helvetica,sans-serif; height: 200px;
}
#forum_Page table.command {
	padding: 3px;
}
#forum_Page .navlinks {
	font-weight: bold; color: #000000;
}
#forum_Page .print {
	border-right: #C0C0C0 1px solid; border-top: #C0C0C0 1px solid; border-left: #C0C0C0 1px solid; border-bottom: #C0C0C0 1px solid;
}
#forum_Page .printheader {
	padding: 4px; color: #000000; background-color: #DDDDDD;
}
#forum_Page .printbody {
	padding: 4px; color: #000000; background-color: #FFFFFF;
}
#forum_Page .message {
	color: #111111; background-color: #FFFFFF;
}
/*.post TR{
border: 10px #00ff00 solid;
}*/

/*
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.
*/
#forum_Page div.postdiv
{
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}