﻿/* RTL Layout specifies*/

optgroup option:hover{
	background-position: right;
	background-image: url('../images/option_hover.png');
	background-repeat: no-repeat;
}
.CheckOK{
	background-position:right center;
	padding-right:18px;
}
.CheckFailed{
	background-position:right center;
	padding-right:18px;
}

.HMenuBar a{
	float: right !important;
}

.NavMenuListSide div.NavMenuBar a{
	padding: 2px 10px 2px 5px;
	border-width: 0px !important;
	border-right: 4px solid #CCC !important;
}
.NavMenuListSide div.NavMenuBar a:hover{
	background: #f2f2f2;
	color: #339900;
	border-right: 4px solid #9EC630 !important;
}

/** BorderTopTheme.ascx */
.HLogo_Image{
	text-align:center;
	display: block;
	background-image: url('../images/header_logo_rtl.jpg');
	background-repeat: no-repeat;
	background-position:right bottom;
	width: 200px;
	height: 125px;
}
.HLogoSide{

}
.HContentSide,.HContentSide *{
	float:left;
}
.HTitleBarMenu{
	float:left;
}
.TMenu{
	float:left;
	direction:ltr;
}

/** TraceNavigator.ascx */
.Trace_Icon_Start
{
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('../images/tracenavigator_start.gif');
}

/** ViewTopicComments.ascx */
.CMTBlockTLeft{background-position:right top !important;}
.CMTBlockTRight{background-position:0px top !important;}
.comment_item_block{
	float:left;
}
.comment_item_userlink a{
	background-repeat:no-repeat;
	background-image:url('../images/user_16.gif');
	background-position:right center;
	padding-right:18px;
	min-height:17px;
	vertical-align:middle;
	display:block;
}
.comment_details_item{
	float:left;
}
.comment_button{
	float:left;
}


/** ViewTopic.ascx */
.VTopic_AdminBar{float:left;}

/** For all compact ViewTopicsSummary_*Compact*.ascx */
.VTS_C_Arrow {
	background-image:url(../images/arrow9_rtl.gif);
	background-repeat:no-repeat;
	width:9px;height:9px;
}
.VTS_C[dir='ltr'] .VTS_C_Arrow{
	background-image:url(../images/arrow9_ltr.gif);
	background-repeat:no-repeat;
	width:9px;height:9px;
}
.VTS_C A , .VTS_C A:visited{
	padding-right:5px;
}
.VTS_C[dir='ltr'] A , .VTS_C[dir='ltr'] A:visited{
	padding-left:5px;
}
