/*
	This File is for basic LAYOUT CSS -- Not for Color/Design which should stay in the theme.css file
*/
.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
{
	font-size:0.75em;
	float:right;
	margin-top: 10px;
}
.yafnet #DivPageAccess
{
	clear:right;
	float:right;
	margin-top: 10px;
	width:275px;
	text-align:right;
}
.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 {}
.yafnet #yafprofilecontent {}

.yafnet #yafprofilecontent td.header2 {
	border-top:none;
	background:none;
}

.yafnet #yafprofilecontent .postheader {
	background:none;
	padding-left:8px;
}

.yafnet #yafprofilemenu td.header2,
.yafnet #yafprofilemenu tr.header2 {
	border-top:none;
	background:none;
}

.yafnet #yafprofilemenu tr.header2 td {
	border-bottom:1px solid #ccc ;
}

.yafnet #yafprofilemenu li {
	margin:0;
	padding:0;
}




/* 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; }
