/* hyperlinks */
a		{cursor:hand; text-decoration: none; color: #003399; }
a:hover	{cursor:hand; text-decoration: underline; color: #cc3300;  }

#LinkStream
{
	background:#F0F5FA;
	border: solid #8394B2;
	border-width: 0 1 1 1;
	padding: 3px;
}

#DivRSS
{
	position: absolute;
	right: 4;
	top: 147;
}

.LineBreak{height:5px;} /* LineBreak */

body,td
{
	font: 11px Tahoma,Arial,Helvetica,Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

input
{
	font: 11px Tahoma,Arial,Helvetica,Verdana,sans-serif;
	border:1px solid #4C77B6;
	padding: 2 2 2 2;
	vertical-align : middle;
	height:20px;
}

select
{
	background:#ffffff;
	font: 11px Tahoma,Arial,Helvetica,Verdana,sans-serif;
}

textarea
{
	background:#ffffff;border:1px solid #000000;
	font: 11px Tahoma,Arial,Helvetica,Verdana,sans-serif;
	padding-bottom:2px;padding-left:2px;
}

form{display:inline}

input.pbutton
{
	background:#e4e4e4;
	border:1px outset #c0c0c0;
}

/* 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;
	vertical-align : middle;
}

/* Header 1 - Main header */
.header1 {
	background: #e8eef7 url('bg_header1.gif') repeat-x bottom;
	color: #003366;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
}

/* Links in header1 */
td.header1 a		{cursor:hand; color:#003366; text-decoration:none}
td.header1 a:hover	{cursor:hand; color:#804000; text-decoration:underline}

/* Header 2 - Sub header */
.header2 {
	background: #f2f5fb url('bg_header2.gif') repeat-x ;
	color: #336699;
	font-weight: bold;
	font-size: 12px;
	height: 28px;
}

td.header2links a		{cursor:hand; color: #3A4F6C; text-decoration:none; font-size:7.5pt;}
td.header2links	a:hover	{cursor:hand; color: #3A4F6C; text-decoration:none; font-size:7.5pt;}

/* Footer1 - Bottom of tables */
.footer1 {
	background: url('bg_footer1.gif') repeat-x ;
	font-size: 12px;
	height: 28px;
	color:#003399;
}

.footer1 select, .footer1 td
{
	font-size: 11px;
	color:#006699;
}

.postformheader 
{
	background-color: #D1DCEB;
	font-weight:bold;
}

.PopupMenu{
	border:1px outset white;
	background:#EBEBEB;
	color: #5F779C;
	padding: 2 2 2 2; 
}

.MenuItem{
	padding: 2 6 2 6; 
}

.MenuItemSelect{
	padding: 1 5 1 5;
	border: 1px solid gray;
	background:#ffffff;
}

/* most tables are class 'content' */
.content {
	font : 11px Tahoma,Arial,Helvetica,Verdana,sans-serif;;
	border: 1px solid #8394B2;
	color: #5F779C;
	padding: 0px;
	background:#C2CFDF;
}

/* links inside content table*/
.content a		{cursor:hand; color: #006699; text-decoration: underline; }
.content a:hover{cursor:hand; color: #cc3300; text-decoration: underline; }

.content .focus .forumheading a		 {cursor:hand; color: #5F779C; font-size: 12px; font-weight:bold; text-decoration: none; }
.content .focus .forumheading a:hover{cursor:hand; color: #cc3300; font-size: 12px; font-weight:bold; text-decoration: underline; }

.content .menu			{color: #5F779C; padding: 2 6 2 6; }
.content .menu a		{cursor:hand; color: #5F779C; padding: 2 6 2 6; text-decoration: none; }
.content .menu a:hover	{cursor:hand; color: #006699; padding: 1 5 1 5; border: 1px solid gray; background-color: #ffffff; text-decoration: none; }

.content .message
{
	color:#000000;
	background:#F0F5FA;
	padding: 5px;
}

.content td {
	padding: 3px;
}	

.content .EditorCell td
{
	padding: 0px;
	border: none;
}

/* Area between posts */
.content .postsep 
{
	background: #8396B8;
	height: 1px ;
	padding: 0px;
}

/* Footer of posts */
.content .postfooter 
{
    background: #DDE4EE;
	padding: 2px;
}

/* Header of posts */
.content .postheader 
{
	background: #E4EAF2;
	color:#404040;
	padding: 2px;
}

/* used for quoting messages */

.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

/* User info and post/article */
.focus 
{
	background-color: #F0F5FA;
}

.post 
{
	background-color: #E8EEF7;
}

.post_alt
{
	background-color: #E8EEF7;
}

.post_priority
{
	font-weight:bold;
}

.post_link
{

}

.forumheading{
	padding: 5 0 5 5;
	vertical-align : middle;
}

.forumviewing
{
	padding: 5 0 5 5;
	vertical-align : middle;
}

.subforumheading{
	padding: 5 0 5 20;
	color:#808080;
	vertical-align : middle;
}

.innerquote 
{
	padding: 4px;
	background-color: #E8EEF7;
	border: solid 1px #8394B2;
}

/* 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 */
.NewPost{ font-size: 11px; margin: 0 0 5 0;}
.smallfont	{ font-size: 7.5pt;}
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
	cursor:hand; 
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	cursor:hand;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 0px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #cc3300; font-size: 9pt; }
.navlinks a {cursor:hand; color: #5F779C; text-decoration: none }
.navlinks a:hover {cursor:hand; color: #cc3300; }

.TimeLogin 
{
	color: #808080;
}

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}