/*
	This File is for basic LAYOUT CSS -- Not for Color/Design which should stay in the theme.css file
*/

body
{
	background-image: url("../images/bg_forum.gif");
	background-repeat: repeat;	
}

#container
{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;	
	background-color: #FFF;
	background-image: url("../images/bg_container.gif");
	background-repeat: repeat-y;
	border-bottom: 1px solid #505050;
}

#container #header
{
	height: 198px;
	width: 998px;
	background-color: #FFF;
	background-image: url("../images/bg_header.gif");
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 1px solid #505050;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;	
}



#container #header SPAN {display: block}
#container #header SPAN a  {display: block; width: 968px; height: 190px; text-decoration: none}



#container form
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
}

.yafnet .navlinks
{
	margin-top: 0px;	
}

.yafnet .quickReplyLine
{
	padding: 5px 10px 5px 5px;
	height:100px;	
}
.yafnet textarea.basicBBCodeEditor 
{
	width: 100%;
	height: 100%;
}
.yafnet textarea.BBCodeEditor 
{
	width: 100%;
	height: 350px;
}
.yafnet #DivForumJump
{
	float:right;
	margin-top: 10px;
}
.yafnet #DivPageAccess
{
	clear:right;
	float:right;
	margin-top: 10px;
}
.yafnet #DivIconLegend
{
	float:left;
	margin-top: 10px;
}
.yafnet #DivSmartScroller
{
	clear:both;
}
.yafnet .postsep td
{
	padding:0px;
}
.yafnet .yafpopupmenu
{
	padding:0px;
}
.yafnet .fileattach
{
	margin: 15px 0px 0px 0px;
}
.yafnet #yafprofilemenu
{
	float:left;
	width: 150px;
	margin: 5px 5px 5px 0px;
}
.yafnet #yafprofilecontent
{
	margin: 5px 0px 5px 0px;
	float: left;
}
/* One Exception: Default CSS for Syntaxt Highlighting */
.yafnet .yafcodehighlighting .keytype { color : #FF9933; font-weight : normal; }
.yafnet .yafcodehighlighting .keyword { color : #224FFF; font-weight : normal; }
.yafnet .yafcodehighlighting .integer { color : #FF0032; }
.yafnet .yafcodehighlighting .comment { color : #008100; }
.yafnet .yafcodehighlighting .errors { color : #FF0000; font-weight : bold; }
.yafnet .yafcodehighlighting .string { color : #FF0022; }
