#yafcontainer
{
	/*width: 530px !important;*/
	width: 100%;
	overflow: auto;
}

#yafcontainer,
#yafcontainer tr, 
#yafcontainer input,
#yafcontainer select
{
	font-family: Verdana;	
	font-size: 8pt;
	
}

/*  */
img 
{
	border: 0;
}

/* hyperlinks */
a			{ text-decoration: none; color: #FF9900; }
a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1 {
	background-image: url('bg_header1.png');
	background-color: #FFFBEA;
	color: #000000;
	font-weight: bold;
	height: 19px;
}

/****************************/
/* 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: #F9CF83;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.header2 a
{
color: #000000 !important;
}
.header2 a:hover
{
}



/* 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: 0.9em;
	height: 28px;
}
/*******************************/

.footer1 select, .footer1 td
{
	font-size: 0.9em;
}

/* Header of posts */
.postheader 
{
	background-color: #FFFBEA;
}

/* User info and post/article */
.post 
{
	background-color: #FFFBEA;
	font-size: 1em;
}

/* Footer of posts */
.postfooter 
{
    background-color: #FFF4CA;
}

/* Area between posts */
.postsep 
{
	background-color: #FFAF01;
	height: 1px 
}

/* most tables are class 'content' */
.content {
	font-family: verdana;
	font-size: 1em;
	border: solid 1px #8C5B0B;
	color: #8C5B0B;
	padding: 0px;
	background-color: #FFFFFF;
}

.content td {
	padding: 3px;
}

.message
{
	background-color: #F4F4F4;
}

/* links inside content table*/
.content a			{ color: FF9900; text-decoration: none; font-weight: bold; }
.content a:hover	{ text-decoration: underline; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #FFAF01;
	border: solid 1px #F1A401;
}

/* font sizes */
.smallfont	{ font-size: 0.9em; }
.largefont	{ font-size: 1.2em; }

/* Image Links */
a.imagelink 
{
	font-size: 0.85em;
	font-weight: bold;
	color: #7E530A;
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #FF9900;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana;
	font-size: 1em;
}

/* 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: #FF9900; }
.navlinks a { color: #FF9900; text-decoration: none }
.navlinks a:hover { text-decoration: underline;}

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}
