@import "jquery/jquery-ui.css";

.yafnet .EditorDiv td
{
	padding: 0px !important;
	border: 0 !important;
}

.yafnet {
    font-family: arial,helvetica,"lucida grande",verdana,sans-serif;
    font-size: 9.5pt;
    color: #333333;
}
.yafnet a { color: #105CB6; text-decoration: none; }
.yafnet a:link { color: #105cb6; text-decoration: none; }
.yafnet a:visited { color: #105cb6; text-decoration: none; }
.yafnet a:active { color: #105cb6; text-decoration: none; }
.yafnet a:hover { color: #105cb6; text-decoration: underline; }
.yafnet .Unread {
	margin-left: 2px;
    padding:2px 4px 2px 4px;
    background-color:red;
	height:20px;
    -webkit-border-radius: 0.4em;
	border-radius: 0.4em;
    box-shadow:1px 1px 1px gray;
}
.yafnet .Unread a {color:white!important;font-weight:bold!important;font-size:0.9em!important;}


.yafnet img {
	border: 0;
}

.yafnet table.content {
    padding: 0px;
    margin: 5px 0px 5px 0px;
    color: #333333;
    border-collapse: collapse;
    border: solid 1px #E1F0F5;
}

.yafnet tr.forumRowTitle,
.yafnet dt.header1,
.yafnet td.header1,
.yafnet th.header1
{
background: #50A1D3; /* old browsers */

background: -moz-linear-gradient(left, #50A1D3 5%, #207cca 10%, #2b88d9 98%); /* firefox */

background: -webkit-gradient(linear, left top, right top, color-stop(5%,#50A1D3), color-stop(10%,#207cca), color-stop(98%,#2b88d9)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50A1D3', endColorstr='#2b88d9',GradientType=1 ); /* ie */


text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 15px;	
}
.yafnet a.HeaderTopicLink {
	color: #ffffff;
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration:none;
}

.yafnet div.DivTopSeparator
{
	clear:right;
}

.yafForumWelcome
{
	float:right;
	color: #555;
	margin: 2px;
	font-size: 8pt;
	margin-bottom: 5px;
	padding: 6px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
.yafForumWelcome div
{
	text-align:right;
	display:inline;
}

.yafnet th.header1
{
	text-align: left;
	padding: 10px;
	white-space: nowrap;
}

/* yaf header */
.yafnet #yafheader
{
	font-size: 90%;
}
.yafnet #yafheader .outerMenuContainer
{
	border: 0px solid #ddd;
	padding: 0px 8px 0px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	background-color: white;
	width: 98%;
}
.yafnet #yafheader ul li a
{
	font-weight: bold;
	padding: 2px
}

.yafnet #yafheader ul.menuAdminList
{
	margin-left: 10px !important;
}
.yafnet #yafheader ul.menuAdminList li a
{
	color: #999;
}
.yafnet #yafheader ul li
{
	padding: 0 0px 0 5px;
	margin: 0;
	border-left: 1px solid #ddd;
}
.yafnet #yafheader ul li:first-child 
{
	border-left: none;
}
.yafnet .menuMyContainer
{
	float: none !important;
	display: inline;
}
.yafnet .menuContainer
{
	float: right !important;
	display: inline;
}
.yafnet .menuMyList
{
	margin-bottom: 10px;
}
.yafnet .menuContainer .menuList
{
	float: left;
}
.yafnet .menuAdminList
{
	float: none !important;
}
.yafnet .menuMyList li a
{
	font-weight: bold;	
}
.yafnet .menuMyList li
{
	display: inline;
	padding: 0;
}
.yafnet #yafheader .loggedInUser
{
	float: left !important;
	margin-right: 10px;
}
.yafnet #yafheader .currentUser
{
	font-weight: bold;
}
.yafnet #yafheader .guestUser  
{    
	background: white 8px 50%;
    color: #281b1b;
    font-size: 1em;
    font-weight: bold;
    line-height: 150%;
    margin-left: 0 auto;
    margin-right: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #E1F0F5;
    padding: 5px 10px 5px 30px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* custom forum images special styles */
.yafnet .forum_customimage_locked
{
	border: solid 2px #c93a4a;    
}

.yafnet .forum_customimage_newposts
{
	border: solid 2px #FFFFFF;
}



.yafnet tr.forumRowFoot,
.yafnet td.footer1,
.yafnet td.footer2
{

background: #FCFCFC; /* old browsers */

background: -moz-linear-gradient(top, #FCFCFC 94%, #9AA4AD 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(94%,#FCFCFC), color-stop(100%,#9AA4AD)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#9AA4AD',GradientType=0 ); /* ie */


  color: #0000CC
}

.yafnet table.content td {
	padding: 10px;
	border: solid 1px #D2D2D2;	
}

.yafnet tr.forumRowTitle th
{
	padding: 10px;
}

.yafnet tr.forumRowCat,
.yafnet td.header2,
.yafnet th.header2,
.yafnet tr.header2,
.yafnet .header
{

background: #256DBA; /* old browsers */

background: -moz-linear-gradient(top, #256DBA 0%, #2989D8 23%, #207cca 100%, #7db9e8 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#256DBA), color-stop(23%,#2989D8), color-stop(100%,#207cca), color-stop(100%,#7db9e8)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256DBA', endColorstr='#7db9e8',GradientType=0 ); /* ie */
  color: #FFFFFF
}


.yafnet .header2links
{

  color: #FFFFFF
}

.yafnet th.header2
{
	padding: 5px;
}

.yafnet .topicFavoriteCount
{
	color: #292;
	font-size: 10pt;    
	font-weight:normal;    
}

.yafnet .forumLinkCol div.forumheading a,
.yafnet .forumLinkCol_Alt div.forumheading a
{
	color: #0052A4;
    font-weight: bold;
    font-size: 11.5pt;
}

.yafnet .MessageDetails span
{
	font-weight: bold;
	font-size: 8pt;
}

.yafnet .forumLinkCol div.forumheading,
.yafnet .forumLinkCol_Alt div.forumheading
{
	padding-bottom: 8px;
}

.yafnet .moderatorListCol,
.yafnet .moderatorListCol a
{
	font-size: 8pt;
	color: #000000;
}

.yafnet td.topicCountCol,
.yafnet td.postCountCol,
.yafnet td.lastPostCol
{
	background-color: transparent;
    color: #333333;
}

.yafnet .forumRowTitle .headerTopics,
.yafnet .forumRowTitle .headerPosts,
.yafnet .forumRow .topicCountCol,
.yafnet .forumRow .postCountCol,
.yafnet .forumRow_Alt .topicCountCol,
.yafnet .forumRow_Alt .postCountCol
{
	text-align: right;
}

.yafnet .forumRow .moderatorListCol,
.yafnet .forumRow_Alt .moderatorListCol
{
	text-align: center;
}

.yafnet .forumRow a.forumTopicLink,
.yafnet .forumRow_Alt a.forumTopicLink
{
	font-weight: bold;
}

.yafnet .forumRow .forumLinkCol,
.yafnet .forumRow_Alt .forumLinkCol
{
	width: 80%;
}

.yafnet .forumRowTitle .headerLastPost,
.yafnet .forumRow .lastPostCol,
.yafnet .forumRow_Alt .lastPostCol
{
	text-align: left;
}

.yafnet tr.topicRow,
.yafnet tr.topicRow_Alt
{
	color: #333333;
}

.yafnet .threadedRowCollapsed .threadUrl
{
	font-weight: bold;
}

/* Unresolved post in Moderation Reports */
.yafnet .post_res
{
	background-color: #f4e941;   
}

.yafnet tr.topicRow .topicMain,
.yafnet tr.topicRow_Alt .topicMain
{
	font-size: 11pt;
	font-weight: bold;    
}

.yafnet tr.topicRow a.post_link,
.yafnet tr.topicRow_Alt a.post_link
{
	color: #0052A4;
}

.yafnet tr.topicRow .topicMain .description,
.yafnet tr.topicRow_Alt .topicMain .description
{
	color: #222;
	font-size: 9pt;
	font-style:italic;
	font-weight:lighter;  
}

.yafnet tr.topicRow .topicMain .post_priority,
.yafnet tr.topicRow_Alt .topicMain .post_priority
{
	font-weight: normal;
}

.yafnet tr.topicRow .topicMain .topicPager,
.yafnet tr.topicRow_Alt .topicMain .topicPager,
.yafnet tr.topicRow .topicMain .topicPosted,
.yafnet tr.topicRow_Alt .topicMain .topicPosted,
.yafnet tr.topicRow .topicMain .topicStarter,
.yafnet tr.topicRow_Alt .topicMain .topicStarter
{
	font-size: 9pt;
	font-weight: normal;
}

.yafnet tr.topicRow .topicLastPost img.avatarimage,
.yafnet tr.topicRow_Alt .topicLastPost img.avatarimage,
#yafpage_members .avatarimage
{
    width: 40px;
    height: 40px;
    float: left;
    padding: 3px;
}

.yafnet tr.topicRow .topicMain img.avatarimage,
.yafnet tr.topicRow_Alt .topicMain img.avatarimage
{
    width: 40px;
    height: 40px;
    float: left;
    padding: 3px;	
    padding-right: 8px;
}

.yafnet tr.topicRow .topicReplies,
.yafnet tr.topicRow_Alt .topicReplies,
.yafnet tr.topicRow .topicViews,
.yafnet tr.topicRow_Alt .topicViews
{
	text-align: right;
}

.yafnet tr.topicRow .topicViews,
.yafnet tr.topicRow_Alt .topicViews,
.yafnet tr.topicRow .topicRepiles,
.yafnet tr.topicRow_Alt .topicRepiles
{

}

.yafnet tr.topicRow td.topicStarter,
.yafnet tr.topicRow_Alt td.topicStarter,
.yafnet tr.topicRow td.topicViews,
.yafnet tr.topicRow_Alt td.topicViews
{
	background-color: transparent;
}

.yafnet .postsep {
background: #256DBA; /* old browsers */

background: -moz-linear-gradient(top, #256DBA 0%, #2989D8 23%, #207cca 100%, #7db9e8 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#256DBA), color-stop(23%,#2989D8), color-stop(100%,#207cca), color-stop(100%,#7db9e8)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256DBA', endColorstr='#7db9e8',GradientType=0 ); /* ie */
  color: #FFFFFF
}

.yafnet table.postContainer,
.yafnet table.postContainer_Alt
{
	margin-bottom: 15px;
	border-collapse: collapse;
}

.yafnet table.postContainer td, 
.yafnet table.postContainer_Alt td
{
	padding: 10px 15px 10px 15px;
	margin: 0;
}

.yafnet .easyquote
{
	color: green;
	border-left: 1px solid #555;
	padding-left: 5px;
	line-height: 1.2em;
}
.yafnet .easyquote .easyquote
{
	color: red;
}
.yafnet .easyquote .easyquote .easyquote
{
	color: Blue;
}

.yafnet div.postedLeft
{
	line-height: 30px;
}

.yafnet .postformheader
{
	font-weight: bold;
}

.yafnet .postContainer_Alt .SignatureColumn
{
  background: White
}
.yafnet .postContainer_Alt .postPosted
{
  background: #DFDFDF
}
.yafnet .postContainer_Alt .message
{
  background: White
}
.yafnet .postContainer_Alt .postTop,
.yafnet .postContainer_Alt .postInfoBottom
{
	background-color: #f5f5f5;
}

.yafnet .postContainer_Deleted .postPosted,
.yafnet .postContainer_Deleted .message,
.yafnet .postContainer_Deleted .postTop,
.yafnet .postContainer_Deleted .postInfoBottom
{
	background-color: #E1F0F5;
}

.yafnet .postNavigation
{
	background-color: #f8f8f8;
}

.yafnet .postHeader .rightItem a
{
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 15px;
}
.yafnet .postUser
{

  background: #DFDFDF



}

.yafnet div.section
{
	padding: 5px;
	background-color:#f2f2f2;
	border: solid 1px #ddd;
	color: #888;
	font-size: 9pt;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.yafnet div.postdiv {
	width: 100%;
	min-height: 100px;
	overflow: auto;
}
.yafnet div.AdMessage {
	min-height: 10px;
}
.yafnet .yafPageLink
{
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

.yafnet .edit
{
	width: 100%;
}

.yafnet input,
.yafnet select {
	font-family: verdana,sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	font-size: 9pt;
	color: #3b3b3b;	
	padding: 5px;
	background-color: #f5f5f5;
	border: 1px solid #aaaaaa;	
}

.yafnet input[type="image"]
{
	padding: 0px;
	border: 0px;
}

.yafnet input[type="checkbox"]
{
	border: 0px;
	padding: 0px;
	margin: 5px;
}

.yafnet input:hover,
.yafnet select:hover
{
	background-color: #fff;
	border: 1px solid #333;	
}

.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;
}
.yafnet .quote {
	margin-LEFT: 40px;
	margin-right: 40px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #1F8DBA;
	color: white;
	background-color: #34ABDC;
	font-size: 10pt;
}
.yafnet .innerquote {
	PADDING: 4px;
	border-top: 1px #A9B8C2 solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	background-color: #B2C8F6;
}
.yafnet .code {
	padding-left: 16px;	
	margin: 5px;
}
.yafnet span.highlight {
	background-color: Yellow;
	color: Black;
}
.yafnet .innercode {
	padding: 4px;
    background-color: #efefef;
    border: solid 1px #808080;
    color: #000000;
    line-height: 1.3em;
    font-family: "courier new", "times new roman", monospace;
    overflow: scroll;
    width: 600px;
    white-space: nowrap;
}
.yafnet .smallfont	{ font-size: 12px; }
.yafnet .largefont	{ font-size: 12px; }
.yafnet a.imagelink {
	font-weight: bold;
	color: #000000;
}
.yafnet a:hover.imagelink {
	text-decoration: none;
}
.yafnet .posteditor {
	width: 100%;
	height: 200px;
}

.yafnet .navlinks { font-weight: bold; color: #000000; }
.yafnet .navlinks a { color: #000000; text-decoration: none }
.yafnet .navlinks a:hover {color: #666666; }

.yafnet table.print {
	border: solid 1px #C0C0C0;
}
.yafnet .printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.yafnet .printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}
.yafnet .pbutton {
	padding: 4px;
	color: #105cc9;
}
.yafnet .textfield {
	background-color: #FFFFFF;
	border: 1px solid #3B3b3b;
	width: 100%;
}
.yafnet .ButtonOut {
	border: #888888 1px solid;
}
.yafnet .ButtonOver {
	border: #000000 1px solid;
	background-color: #ffffff;
}
.yafnet .ButtonChecked {
	border: #000000 1px solid;
}
.yafnet .ButtonOff {
	border: #888888 1px solid;
}
.yafnet #bbcodeFeatures {
	border: #eeffee 1px solid;
}
.yafnet .yafsignature
{
	border-top: solid 1px #666666;
	margin-top: 15px;
	padding-top: 5px;
}
/* CSS Pagelinks */
.yafnet .yafpager {
	color: #555555;
	margin: 6px 0px 6px 0px;
}
.yafnet a.pagelink,
.yafnet a.pagelinkfirst,
.yafnet a.pagelinklast,
.yafnet .pagecurrent,
.yafnet .pagecount
{
	background: #F5F5F5;
    border: 1px solid #444444;
    padding: 1px 3px 1px 3px;
    margin-right: 2px;
}
.yafnet .pagecount {
	margin-right: 5px;
}
.yafnet a.pagelinkfirst,
.yafnet a.pagelinklast{
	background: #e0e0e0;
}
.yafnet .pagecurrent{
	background: #dddddd;
}
.yafnet a.pagelink ,
.yafnet a.pagelinkfirst ,
.yafnet a.pagelinklast  {
	text-decoration: none;
	color: #000090;
}
/* CCS Buttons */

.yafnet .MultiQuoteButton,
.yafnet a.yaflittlebutton,
.yafnet a.yafcssimagebutton {
	border: none;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .1em 0.5em .1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: White;
	border: solid 1px #0076a3;
	background: url('HeaderBack.png') #42a5ff;

	background: -webkit-gradient(linear, left top, left bottom, from(#0c75d5), to(#42a5ff));
	background: -moz-linear-gradient(top,  #0c75d5,  #42a5ff);

}
.yafnet a.yaflittlebutton:hover,
.yafnet a.yafcssimagebutton:hover {
	background: url('ButtonHover.png') #007ead;

	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);


	text-decoration: none;
	color: #ffffff;
}
.yafnet a.yaflittlebutton:active,
.yafnet a.yafcssimagebutton:active {
    color: #ffffff;
	background: url('ButtonActive.png') #007ead;

	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);


	text-decoration: none;
}

.yafnet a.yafcssimagebutton img {padding-right:5px;}


.yafnet a.yafcssbigbutton{
    border: none;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 10px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .1em 0.5em .1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: white;
	border: solid 1px #0076a3;
	background: url('HeaderBack.png') #42a5ff;

	background: -webkit-gradient(linear, left top, left bottom, from(#0c75d5), to(#42a5ff));
	background: -moz-linear-gradient(top,  #0c75d5,  #42a5ff);

}
.yafnet a.yafcssbigbutton span{
    display: block;
    line-height: 10px;
    padding: 4px 10px 4px 12px;
}
.yafnet a.yafcssbigbutton img{
	vertical-align: top;
	padding: 0px 4px 0px 0px;
}

.yafnet a.yafcssbigbutton:hover {
	color: #ffffff;
	text-decoration: none;

	background: url('ButtonHover.png') #007ead;


	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);

}
.yafnet a.yafcssbigbutton:active{
    color: #ffffff;
	background: url('ButtonActive.png') #007ead;

	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);

}
.yafnet a.yafcssbigbutton:active img{
    padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssbigbutton:active span{
    background-position: bottom left;
    padding: 5px 10px 3px 12px; /* push text down 1px */
}

/* poll vote link */
.yafnet a.pollvote:link {text-decoration: underline; color: #339;
}
/* css image button */
.yafnet a.yafcssimagebutton
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background-color: #eeeeee;
	color: white;
	display: block;
	float: left;
	font-size: 10px; 
	margin: 2px 0px 2px 2px;
	padding-right: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	border: solid 1px #a0a0a0;
}
.yafnet a.yafcssimagebutton span{
	display: block;
	line-height: 14px;
	padding: 2px 6px 2px 8px;
}
.yafnet a.yafcssimagebutton img{
	vertical-align: top;
	padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssimagebutton:hover{
	text-decoration: none;
	background-color: #fff;
	color: #105cc9;
}
.yafnet a.yafcssimagebutton:active{
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}
.yafnet a.yafcssimagebutton:active img{
	padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssimagebutton:active span{
	background-position: bottom left;
	padding: 3px 6px 1px 8px; /* push text down 1px */
}
/* CSS Popupmenu */
.yafnet .yafpopupmenu {
	background-color: #ffffff;
	border: solid 1px #333333;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;

	background: url('Header2Back.png') repeat-x #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));

background: -moz-linear-gradient(bottom,  #e3e3e3,  #ffffff);
}
.yafnet .popupitem
{
  color: #400040
}

.yafnet .yafpopupmenu ul {	
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.yafnet .yafpopupmenu li {
	padding: 5px 10px 5px 10px;
	list-style-type: none;
	margin: 0;
}
.yafnet .yafpopupmenu li.popupitemhover {
	background-color: #cccccc;
	color: #0000FF
}
.yafnet .yafpopupmenu li:first-child.popupitemhover {
	background-color: #cccccc;
	-moz-border-radius-topleft:0.3em;
    -webkit-border-top-left-radius:0.3em;
    border-top-left-radius:0.3em;

	-moz-border-radius-topright:0.3em;
    -webkit-border-top-right-radius:0.3em;
    border-top-right-radius:0.3em;
}
.yafnet .yafpopupmenu li:last-child.popupitemhover {
	background-color: #cccccc;
	-moz-border-radius-bottomleft:0.3em;
    -webkit-border-bottom-left-radius:0.3em;
    border-bottom-left-radius:0.3em;

	-moz-border-radius-bottomright:0.3em;
    -webkit-border-bottom-right-radius:0.3em;
    border-bottom-right-radius:0.3em;
}

/* ajax tabs */
.yafnet .ajax__tab_yaf .ajax__tab_header
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.yafnet .ajax__tab_yaf .ajax__tab_header .ajax__tab_outer
{
    background:url(tab.png) no-repeat left top;
    border-color:#222;

    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.yafnet .ajax__tab_yaf .ajax__tab_header .ajax__tab_inner
{
    background:url(tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.yafnet .ajax__tab_yaf .ajax__tab_hover .ajax__tab_inner
{
    color:#000000;
}
.yafnet .ajax__tab_yaf .ajax__tab_active .ajax__tab_outer
{
    background:url(tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.yafnet .ajax__tab_yaf .ajax__tab_active .ajax__tab_inner
{
    background:url(tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.yafnet .ajax__tab_yaf .ajax__tab_body
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
    border-top-width:0;
}
/* 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*/
.modalInner
{
	text-align:center;
	display:block;
	font-weight:bold;
}

.modalOuter
{
	margin:10px;
	display:block;
}

/* Goto Page Form */
.gotoPageForm
{
	font-family: Arial, Verdana, Tahoma;
	background-color: #f0f0f0;
	border: solid 1px #555555;
	width: 80px;
	margin: 1px;	
	font-size: 9pt;		
}
.gotoPageForm .gotoBase
{
	border: solid 1px #ffffff;
}
.gotoPageForm .gotoHeader
{
  background-color: #aaa;
	color: #000000;
	font-weight: bold;	
	padding: 2px;	
}
.gotoPageForm .gotoInner
{
	padding: 2px;
}
.gotoPageForm .gotoInner input
{
	margin: 2px;
}
/* Album */
.yafnet .albumtitle:hover
{
	background-color: yellow;
}
.yafnet .content .albumtable td.albumimagebox
{
		padding-bottom:0;
}
.yafnet .content .albumtable td.albumtitlebox
{
		padding-top:0;
}
/* Irkoo Service styles */
.irk-rating { font-family: Arial, Sans-Serif; color: #080; }
.irk-negative { color: #c00; }
.irk-count { font-size: 12px; font-weight: bold; padding: 0 4px; vertical-align: middle; }
.irk-down, .irk-up { cursor: pointer; width: 16px; height: 16px; vertical-align: middle; }
.irk-down { background: url(http://z.irkoo.com/down.png); }
.irk-down:hover { background: url(http://z.irkoo.com/down-hover.png); }
.irk-down-voted .irk-down { background: url(http://z.irkoo.com/down-voted.png); }
.irk-up { background: url(http://z.irkoo.com/up.png); }
.irk-up:hover { background: url(http://z.irkoo.com/up-hover.png); }
.irk-up-voted .irk-up { background: url(http://z.irkoo.com/up-voted.png); }
/* irk-vote should have relative positioning needed for popup to be positioned correctly */
.irk-vote { position: relative; }
.irk-count, .irk-rating { font-family: Arial, Sans-Serif; color: #680; }
.irk-negative, .irk-negative .irk-count { color: #c4e; }
/* End of Irkoo Service styles */
.forumRowCat a:link, .forumRowCat a{color:#FFFFFF}
.header2links a:link, .header2links a{color:#FFFFFF}
.postPosted
{
  background: #DFDFDF
}
/* Override jquery ui font-size */
.ui-widget { font-size: 9pt!important; }

.yafnet .GoToLink,
.yafnet .PopMenuLink {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;

	border: 1px solid black;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.yafnet .PopMenuLink,
.yafnet .UserPopMenuLink {
	background: url("DownArrow.png") transparent no-repeat 100% 50%;
}

.yafnet .PrevTopicLink {
	background: url("LeftArrow.png") transparent no-repeat 0% 50%;
}

.yafnet .NextTopicLink {
	background: url("RightArrow.png") transparent no-repeat 100% 50%;
}

/* clean up model dialog */
.ModalDialog .DialogContent {
  display:table;
  width: 370px;
  padding: 4px;
  background: #eee;
}
.ModalDialog .modalHeader 
{
	padding: 4px;
	border: 1px solid #999;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: #666;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align:center;
  
  font-size: 10pt;
}

.ModalDialog .modalHeader h3
{
	display: inline;
}

.ModalDialog .modalFooter
{
	padding: 2px;
	text-align: right;
}

.ModalDialog input, .ModalDialog select
{
	padding: 0px;
}

.ModalDialog hr
{
	height: 1px;
	border: 0;
	background-color: #aaa;
	clear:both;
}

.ModalDialog .modalInner
{
	display: inline;
}

.StandardButton {
	border: none;

	vertical-align: baseline;
	margin: 0;
	cursor: pointer;
	text-align: center!important;
	text-decoration: none;
	font: none !important;
	padding: .1em 0.5em .1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #fff!important;
	border: solid 1px #333;
	background: #666 !important;
	
	height:auto;
	width:80px;
}

.ModalDialog .close
{
	margin: 3px;
	border: 1px solid #777;
	background: #888;
}
.yafnet .pagination{
	padding-top:4px;
	margin-right:2px;
}
.yafnet .pagination a, .yafnet .pagination span {
	text-decoration: none;
	background: #F5F5F5;
	border: 1px solid #444444;
	-moz-border-radius: 0.4em; 
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	padding: 1px 3px 1px 3px;
	margin-right: 2px;
}

.yafnet .pagination .current {
	background: #446bb8;
	color: #fff;
	border: solid 1px #AAE;
}

.yafnet .pagination .current.smiliesPagerPrev, .yafnet .pagination .current.smiliesPagerNext{
	color:#999;
	border-color:#999;
	background:#fff;
}

.yafnet .Unread {
	margin-left: 2px;
	padding:2px 4px 2px 4px;
	background-color:red;
	height:20px;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	box-shadow:1px 1px 1px gray;
}
.yafnet .Unread a {color:white!important;font-weight:bold!important;font-size:0.9em!important;}

/* Alpha Sort Control */
.yafnet dl.AlphaSort {border:1px solid #ddd;background-color: #f0f0f0;}
.yafnet dl.AlphaSort dt {padding:10px 0 4px 10px;height:22px;}
.yafnet dl.AlphaSort dd { background-color: white;color:#3b3b3b;border: 1px solid #aaa}
.yafnet dl.AlphaSort .SelectedLetter {background-color: #e5e5e5;color:#3b3b3b;font-weight:bold}

.yafnet dl.AlphaSort dd:hover { background-color: #f5f5f5;color:#3b3b3b;cursor:pointer;}
.yafnet dl.AlphaSort dd:hover a { font-weight:bold}
.yafnet dl.AlphaSort dd a {color:#3b3b3b;}

.yafnet td.SignatureColumn {border-top:none!important;}
.postOptions{display:none}
