body, tr ,input , select
{
	font-family: Verdana;
	font-size: 8pt;
}

/* 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;
}

/* hyperlinks */

a			{ text-decoration: none;
			font-weight:bold;
		  }
a:hover		{ text-decoration: underline; }


.a_Main 
{
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	}

/* Header 1 - Main header */
.header1 {
/*  background-image: url('bg_header1.png'); */
	background-color:orange;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}

/* Links in header1 */
tr.header1 a		{color:#FFFFFF;text-decoration:none}
tr.header1 a:hover	{color:#C0C0FF;text-decoration:none}

/* Header 2 - Sub header */
.header2 {
/*	background-image: url('bg_header2.png'); */
	background-color: #CECDCE;
	color: #000000;
	font-weight: bold;
	height: 28px;
}

/* 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 */
.postheader 
{
	background-color: #DDEEFF;
}

/* User info and post/article */
.post 
{
	background-color: #CFDDF8;
}

.post_alt 
{
	background-color: #c0d3f8;
}

/* Footer of posts */
.postfooter 
{
    background-color: #95B4F3;
}

/* Area between posts */
.postsep 
{
	background-color: #2163E8;
	height: 1px 
}

/* most tables are class 'content' */
.content, .rte {
	font-family: verdana;
	font-size: 8pt;
	border: solid 1px #2163E8;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}

 .content td {
	padding: 3px;
	color:White;
}

/* links inside content table*/
.content a, .rte a			{ color: navy; text-decoration: underline; }
.content a:hover, .rte a:hover	{ color: #000000; text-decoration: underline; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #B2C8F6;
	border: solid 1px #95B4F3;
}

/* 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;
	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 */
.navlinks { font-weight: bold; color: #000000; }
.navlinks a { color: #000080; text-decoration: none }
.navlinks a:hover { 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;
}
.largeText
{
	padding-left: 10px;
	font-size: 16pt;
	font-weight: bold;
	color: #000080
}
.padding10px
 {
	padding:10 10 0 10;
	}
	
.WhiteText
{
	font-family: Verdana;
	font-size: 8pt;
	color:#ffffff;
	font-weight:bold;
}	

/* admin page links */
.adminlinks { font-weight: bold; color: #000000; font-size: 13px }
.adminlinks a { color: #000080; text-decoration: none }
.adminlinks a:hover { color: #808080; }
.scheduleBlack { color: #000000;}
.scheduleRed { color: #FF0000;}
.scheduleBlue { color: #0000FF;}
.scheduleGreen { color: #008000;}

.blogSubject {
background-color:#000080;
color:#FFFFFF;
font-weight: bold;
border: 1px solid #FFFFFF;
}
.blogSubject td {
border-bottom: 1px solid #FFFFFF;
}
.blogSubject a {
color:#FFFFFF;
font-weight: bold;
text-decoration: none;
}



#tabsI {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../images/tableftI.gif") no-repeat left top;
	  margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }
