/*
	This File is for basic LAYOUT CSS -- Not for Color/Design which should stay in the theme.css file
*/
.yafnet .quickReplyLine
{
	padding: 0px 0px 0px 0px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.yafnet textarea.basicBBCodeEditor 
{
	width: 100%;
	height: 100%;
}
.yafnet textarea.BBCodeEditor 
{
	width: 100%;
	height: 300px;
}
.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; }
/*add for CSS3.0 font pro*/

@font-face{
  font-family: UVNKeChuyen;
  src: url('../media/UVNKeChuyen.TTF');
}

.uvn-kieu{
	font-family: UVNKieu, serif;
	font-size: 200%; 
}
.uvn-bucthu{
	font-family: UVNBucThu, serif;
	font-size: 170%;
}
.uvn-hoatay{
	font-family: UVNHoaTay, serif;
	font-size: 200%;
}
.uvn-kechuyen{
	font-family: UVNKeChuyen, serif;
	font-size: 200%;
}
.vni-thuphap1{
	font-family: VNIThuPhap1, serif;
	font-size: 140%;
}

.menuBar2 {
	background: #f4fac9 url(nav-top-body.jpg) repeat-x center top;
	clear: both;
	height: 30px;
}
.menuBar2 ul {
	height: 30px;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 30px;
}
.menuBar2 li {
	background: #f4fac9 url(nav-left-corner.jpg) no-repeat left top;
	float: left;
	margin-right: 4px;
}
.menuBar2 ul li a {
	background: #f4fac9 url(nav-right-corner.jpg) no-repeat right top !important;
	color: #fc6001;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	margin-left: 2px;
	padding: 7px 20px;
	width: auto;
}
.menuBar2 ul li.active {
	background: #ffba4d url(nav-left-corner-active.jpg) no-repeat left top;
	height: 30px;
}
.menuBar2 ul li.active a {
	background: #ffba4d url(nav-right-corner-active.jpg) no-repeat right top !important;
	color: #3c3c3c !important;
	font-weight: bold;
	text-decoration: none;
}

.yafnet .content a.adminlink-color
{
/*	color:#ce6d06;
	font: bold 13px verdana;
*/
}

.yafnet .content a.modlink-color
{
	color:#CD5400;
	font: bold 13px verdana;
}

.yafnet .content a.memlink-color
{
	color: #CD5400;
	font: 13px verdana;
}
