
/*body {
	background: #bfbfbf;
}*/
/* Text */

.yafnet td {
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #404040;
	vertical-align:top;
	padding:0px;
	margin:0px;
	
}
.yafnet input {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.yafnet select {
	background: #ffffff;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.yafnet textarea {
	background: #ffffff;
	border: 1px solid #404040;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 700px;
	height:300px;
}
.yafnet form {
	display: inline
}
.yafnet select {
	border: 1px solid #404040;
}
.yafnet input{
	border: 1px solid #404040;
	font-size: 10px
}
.yafnet input.pbutton{
	background: #e5e5e5;
}

/* For BBCode Post Buttons */
.yafnet .ButtonOut {
	filter: alpha(opacity=70);
	border: #808080 1px solid;
}
.yafnet .ButtonOver {
	background-color: #FFE1AC;
	border: #ff9933 1px solid;
}
.yafnet .ButtonChecked {
	background-color: #FFCB7E;
	border: #ff9933 1px solid;
}
.yafnet .ButtonOff {
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #808080 1px solid;
}
.yafnet img {
	border: 0;
}
.yafnet ul {
	margin: 2px 2px 2px 2px;
	padding: 0;
}
.yafnet li {
	margin-left: 15px;
}

/* Links */
.yafnet a {
	text-decoration: none;
	color: #006699;
}
.yafnet a:hover {
	text-decoration: none;
	color: RED;
}

/* Header 1 - Main header */
.yafnet .header1 {
	background-image: url('header_striped.png');
	background-repeat: repeat-x;
	color: #404040;
	height: 25px;
	font-weight: bold;
}

.yafnet tr.header1 a, .yafnet tr.header1 a:hover {
	color: #ffffff;
	font-weight: bold;
}

/* Header 2 - Sub header */
.yafnet .header2 {
	/*background: #ff9933;*/
	/*background: #C5C1AA;*/
	background: #C87E37;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.yafnet .header2 a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
.yafnet .header2 a:hover {
	color: #404040;
}
.yafnet .header2 img {
	vertical-align: middle;
}


.yafnet .header2links, .yafnet .header2links a {
	color: #ffffff;
	font-size: 10px;
}

/* Footer1 - Bottom of tables */
.yafnet .footer1 {
	background: #C87E37;
	font-size: 10px;
}
.yafnet .postformheader {
	background-color: #e5e5e5;
	font-weight: bold;
}

/* Attach File */
.yafnet .fileattach {
	padding: 5px;
	background-color: #eeeeee;
	border: solid 1px #808080;
}
.yafnet .fileattach .filetitle, .yafnet .fileattach .imgtitle {
	font-weight: bold;
	color: #444444;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.yafnet .fileattach .attachedimg, .yafnet .fileattach .attachedfile {
	margin-left: 10px;
}
.yafnet .fileattach a {
	font-weight: bold;
}

/* Header of posts */
.yafnet .postheader {
	background: #d9d9d9;
	height: 25px;
	color: #404040;
}

/* User info and post/article */
.yafnet .post {
	background-color: #FFFFFF;
	/*border-bottom:1px solid #333333;*/
}
.yafnet .post_alt {
	/*background-color: #f2f2f2;*/
	background-color: #E5E5E5;
	/*border-bottom:1px solid #333333;*/
}
.yafnet .post_priority {
	font-weight: bold;
}
.yafnet .UserBox {
	color: #808080;
	font-size: 11px;
}

/* Footer of posts */
.yafnet .postfooter {
	background: #d9d9d9;
	font-size: 10px;
	height: 25px;
}
.yafnet .postfooter a {
	font-size: 10px;
}
.yafnet .postfooter .editedinfo {
	color: #808080;
	font-weight: bold;
}
/* Profile page */
.yafnet #forum_ctl01_ProfileTabs_body table {
	background: #808080;
	margin: 2px;
}

.yafnet #forum_ctl01_ProfileTabs_body table table {
	background: #e5e5e5;
	margin: 0px;
}

/* yafpage_cp_profile */
.yafnet #yafpage_cp_profile #yafprofilecontent {
	background: #808080;
	border-spacing: 1px;
}

/* Area between posts */
.yafnet .postsep {
	background: #bfbfbf;
	height: 2px 
}

/* most tables are class 'content' */
.yafnet table.content {
	background: #E5E5E5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
.yafnet .content td {
	padding: 2px;
}
.yafnet .content td table td table td {
	padding: 0px;	
}
.yafnet #RichEdit td {
	padding: 0px;
}

/* Forum Header */
.yafnet #yafheader {
	border: solid 1px #808080;
}

/* [quote] in posts */
.yafnet .quote {
	margin-left: 16px;
	padding-left: 16px;
}
.yafnet .innerquote {
	padding: 4px;
	background: #bfbfbf;
	border: solid 1px #404040;
}

/* [code] in posts */
.yafnet .code {
	margin-left: 16px;
	padding-left: 16px;	
}
.yafnet .innercode {
	padding: 4px;
	background-color: #FFFFFF;
	border: solid 1px #404040;
	color: #808080;
	font-family: Courier New, Courier;
}

/* Font sizes */
.yafnet .smallfont {
	font-size: 10px;
}
.yafnet .largefont {
	font-size: 14px;
}

/* Image links */
.yafnet a.imagelink {
	font-size: 8pt;
	font-weight: bold;
	color: #99182C;
}
.yafnet a:hover.imagelink {
	text-decoration: underline;
	color: #0000FF;
}

/* Table just above and below tables */
.yafnet table.command {
	padding: 3px;
}
.yafnet .yafForumWelcome {
	color: #808080;
	padding: 5px;
}

/* Navigation links */
.yafnet .yafPageLink {
	color: #404040;
	font-weight: bold;
}
.yafnet .yafPageLink a {
	color: #808080;
	text-decoration: none
	font-weight: bold;
}
.yafnet .yafPageLink a:hover {
	color: #404040;
}
.yafnet .yafPageLink .linkSeperator {
	color: #808080;
}

/* for printing */
.yafnet .print {
	border: solid 1px #bfbfbf;
}
.yafnet .printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.yafnet .printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}
.yafnet .yafactiveusers a.active_hidden {
	font-style: italic;
	color: #aaaaaa;
}
/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
.yafnet div.postdiv {
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}
.yafnet div.yafsignature
{
	border-top: none;
	margin-top: 15px;
	padding-top: 5px;
}

/* CSS Pagelinks */
.yafnet .yafpager {
	color: #555555;
	margin: 6px 0px 6px 0px;
}
.yafnet .pagelink, .yafnet .pagelinkfirst, .yafnet .pagelinklast, .yafnet .pagecurrent, .yafnet .pagecount{
	background: #F5F5F5;
	border: 1px solid #404040;
	padding: 1px 3px 1px 3px;
	margin-right: 2px;
}
.yafnet .pagecount {
	margin-right: 5px;
}
.yafnet .pagelinkfirst, .yafnet .pagelinklast{
	background: #e0e0e0;
}
.yafnet .pagecurrent{
	background: #dddddd;
}
.yafnet .pagelink a, .yafnet .pagelinkfirst a, .yafnet .pagelinklast a {
	text-decoration: none;
	color: #000090;
}

/* CCS Buttons */
.yafnet a.yaflittlebutton {
	background: transparent url('ButtonEnd.gif') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 11px; 
	height: 19px;
	margin: 2px 0px 2px 2px;    
   	padding-right: 5px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial;
}
.yafnet a.yaflittlebutton span {
	background: transparent url('ButtonBack.gif') no-repeat;
	display: block;
	line-height: 11px;
	padding: 4px 3px 4px 8px;
}
.yafnet a.yaflittlebutton img {
	vertical-align: middle;
	padding: 0px 4px 2px 0px;
}
.yafnet a.yaflittlebutton:hover {
	color: #404040;
	text-decoration: none;
}
.yafnet a.yaflittlebutton:active {
	background-position: bottom right;
	outline: none;
}
.yafnet a.yaflittlebutton:active span{
	background-position: bottom left;
}
.yafnet a.yafcssbigbutton{
	background: transparent url('ButtonEndBig.gif') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 12px; 
	height: 24px;
	margin: 2px 0px 2px 2px;    
	padding-right: 4px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial;
}
.yafnet a.yafcssbigbutton span{
	background: transparent url('ButtonBackBig.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 3px 5px 7px;
}
.yafnet a.yafcssbigbutton img{
	vertical-align: middle;
	padding: 0px 4px 2px 0px;
}
.yafnet a.yafcssbigbutton:hover {
	color: #404040;
	text-decoration: none;
}
.yafnet a.yafcssbigbutton:active {
	background-position: bottom right;
	outline: none;
}
.yafnet a.yafcssbigbutton:active span{
	background-position: bottom left;
}
/* css image button */
.yafnet a.yafcssimagebutton{
	background: transparent url('ButtonEnd.gif') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 10px; 
	height: 19px;
	margin: 2px 0px 2px 2px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial;
	font-weight: bold;
}
.yafnet a.yafcssimagebutton span{
	background: transparent url('ButtonBack.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 3px 4px 2px 8px;
}
.yafnet a.yafcssimagebutton img{
	vertical-align: top;
	padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssimagebutton:hover{
	text-decoration: none;
	color: #404040;
}
.yafnet a.yafcssimagebutton:active {
	background-position: bottom right;
	outline: none;
}
.yafnet a.yafcssimagebutton:active span{
	background-position: bottom left;
}
/* CSS Popupmenu */
.yafnet .yafpopupmenu {
	background-color: #ffffff;
	border: solid 1px #333333;
}
.yafnet .yafpopupmenu ul {	
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.yafnet .yafpopupmenu li {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.yafnet .yafpopupmenu li.popupitemhover {
	background-color: #cccccc;
}
/* ajax tabs */
/* default layout */
.yafnet .ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.yafnet .ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.yafnet .ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.yafnet .ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.yafnet .ajax__tab_xp .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;}
.yafnet .ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;height:21px;}
.yafnet .ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;}
.yafnet .ajax__tab_xp .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;}
.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-right.gif")%>) no-repeat right;}
.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-left.gif")%>) no-repeat;}
.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover.gif")%>) repeat-x;}
.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-right.gif")%>) no-repeat right;}
.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-left.gif")%>) no-repeat;}
.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active.gif")%>) repeat-x;}
.yafnet .ajax__tab_xp .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #000000;border-top:0;padding:5px;}

/* scrolling */
.yafnet .ajax__scroll_horiz { overflow-x:scroll; }
.yafnet .ajax__scroll_vert { overflow-y:scroll; }
.yafnet .ajax__scroll_both { overflow:scroll; }
.yafnet .ajax__scroll_auto { overflow:auto; }

/* Modal Popup */
.modalBackground {
	background-color: #404040;
	filter: alpha(opacity=80);
	opacity: 0.80;
}

.modalPopup {
	background-color: #ffffff;
	border: solid 1px #404040;
	width: 400px;
}

.modalPopup .modalHeader {
	background-color: #ff9933;
	color: #ffffff;
	font-weight: bold;
	line-height: 22px;
	font-size: 12px;
	padding: 5px;
}

.modalPopup .modalInner {
	padding: 10px;
	text-align: center;
}

.modalPopup .modalInnerMain {
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	text-align: center;
}

.modalPopup .modalInnerSub {
	font-size: 10px;
	color: #808080;
	text-align: center;
}

.modalPopup .modalFooter {
	padding: 5px;
	line-height: 28px;	
}

.modalPopup .modalFooter input {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

/* Goto Page Form */
.gotoPageForm {	
	background-color: #ffffff;
	border: solid 1px #555555;
	width: 90px;
	margin: 1px;			
}
.gotoPageForm .gotoBase {
	border: solid 1px #ffffff;
}
.gotoPageForm .gotoHeader {
	background-image: url('bg_header1.png');
	color: #ffffff;
	font-weight: bold;	
	padding: 2px;	
}
.gotoPageForm .gotoInner {
	padding: 2px;
}
.gotoPageForm .gotoInner input {
	margin: 2px;
}