/* CONTENT-START */
* html #content
{
   width:960px;
   padding: 10px 5px 10px 5px;
   clear:both;
}
#content
{
   width:960px;
   padding: 10px 10px 10px 10px;
   clear:both;
}
/*#crumbtrail-container
{
   width:960px;
   height:17px;
   background: url(/assets/images/crumbtrail-bg.gif) no-repeat top;
   margin-bottom:13px;
   padding: 3px 10px 0 10px;
   font-size: 10px;
   color: #8d8d8d;
}*/

/* Header 1 - Main header */
.header1 {
	background-image: url('/assets/images/bg_header1.png');
	background-color: #555555;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
}
.header1 a
{
    color:#FFFFFF;
}
/* Header 2 - Sub header */
.header2 {
	background-image: url(/assets/images/bg_header2.gif);
	background-color: #DDDDDD;
	color: #000000;
	font-weight: bold;
	height: 32px;
}
.header2 td {
	height: 26px;
}
td.header2 {
	height: 26px;
}

/* Footer1 - Bottom of tables */
.footer1 {
	background-image: url('/assets/images/bg_footer1.png');
	font-size: 7pt;
	height: 32px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

/* Header of posts */
/*.postheader 
{
	background-color: #CCCCCC;
}

/* User info and post/article */
.post 
{
	background-color: #DDDDDD;
}

.post_alt
{
	background-color: #f3f3f3;
}


/* Footer of posts */
/*.postfooter 
{
	background-color: #BBBBBB;
}

/* Area between posts */
/*.postsep 
{
	background-color: #555555;
	height: 1px
}

/* most tables are class 'content' */
table.content {
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #d7d7d7;
	color: #333333;
	padding: 0px;
	background-color: #FFFFFF;
}

table.content td {
	padding: 3px;
}

/* CONTENT-END*/
