/* YaBB Colors */ 
.nav		{ background-color : transparent; color : #fe701a; text-decoration : none }
.nav:link	{ background-color : transparent; color : #fe701a; text-decoration : none }
.nav:visited{ background-color : transparent; color : #fe701a; text-decoration : none }
.nav:hover	{ background-color : transparent; color : #cc3333; text-decoration : underline }
 
.windowbg	{ background-color : #ffc450; color : #000000; font-family : Verdana, arial, helvetica, serif; font-size : 12px }
.windowbg2	{ background-color : #ffcc66; color : #000000; font-family : Verdana, arial, helvetica, serif; font-size : 12px }
.windowbg3	{ background-color : #fe701a; color : #fe701a; font-family : Verdana, arial, helvetica, serif; font-size : 12px }
.bordercolor{ background-color : #fe701a; font-family : Verdana, arial, helvetica, serif; font-size : 12px }
.titlebg	{ background-color : #ff8e28; color : #ffde92; font-weight : bold }
.catbg		{ background-color : #ff9a3e; color : #000000; font-size : 13px; font-weight : bold }
.hr			{ background-color : transparent; color : #fe701a }
.text1		{ background-color : transparent; color : #ffde92; font-size : 12px; font-style : normal; font-weight : bold }
.quote		{ background-color : #dee7ef; color : #000000; font-family : verdana, Arial, helvetica, serif; font-size : 10px }
.code		{ background-color : #cccccc; color : #000000; font-family : "Courier New", helvetica, "Times New Roman", serif; font-size : 10px }
.help 		{ background-color : transparent; cursor : help }
.meaction	{ background-color : transparent; color : #ff0000 }

#footer	{
	border : 2px solid #ffde92;
	width : 706px;
	padding : 10px;
	margin-top : 4px;
	background : #ffcc66;
	text-align : center;
	vertical-align : top;
}

div.forum	{
	border : 2px solid #ffde92;
	width : 718px;
	padding : 4px;
	margin-bottom : 4px;
	background : #ffcc66;
}

input.button {
	border-style : none;
	border-width : 0px;
	font : 11px Verdana,arial, helvetica, serif;
}

#vblogin form {
	margin : 0px;
	font-size : 10px;
}

#vblogin input {
	border-style : solid;
	border-width : 1px;
	border-color : #FE701A;
	width : 80px;
	background : #ffc450;
	font-size : 10px;
}

.clear:after {
	clear : both;
	display : block;
	content : ".";
	height : 0;
	visibility : hidden;
}


