/* ---- Right-To-Left Styling on Content Server ----- */

html{
	direction: rtl;
}

/* appearances /overview.html
channel 	/viewnews.html,mychannels.html
collections /removefromcollection.html,selectcollection.html,
				categorizecollection.html,categorizesearchresults.html
discussion	/mydiscussionsview.html	
home		/statusview.html,tasksview.html,favoritesview.html			
multifile	/printmulti.html
project		/myprojectsview.html
recommender	/personal_recommendations.html
task		/browsetaskspane.html,mytasklistsview.html
transport	/myworkbenches.html,overviewtransportbox.html,deployworkbench.html
webnode		/targetbrowse.html,actionstatus.html,browse.html
webprospector	/prospectorview.html
webreports	/webreport-run.html
websystemobj/templatebrowseview.html
webuser		/ugresults2.html,groupsfor.html,mygroupsview.html
webwork		/wfcommonsetup.html,workflows.html,wwattachments.html,audittrail.html
				managementpane.html,status.html */
.browseItemName,
.browseItemUser,
.browseItemActions {
    text-align: right;
    font-size: 11px;
}
/* discussion/viewdiscussion.html */
#discol {
    float: left;
}
/* Webnode/functionmenu2.html */
.menuItemWithSubmenu {
	background-image: url("../submenuarrow_rtl.gif");
    background-position: 4% 50% !important;
    padding-right: 0px !important;
}
/* Webnode/browseimages.html, locationdisplaycomponent.html */
.separatorImage {
	background-image: url("../style/images/breadcrumb_separator8_b8_rtl.png");
    padding-right: 0.5em;
    margin: 0.2em;
	float: right;
}
/* Webnode/sidebar.html */
.sidebarOnLeft .sidebarOpen .sidebarSeparatorArrow {
    background: transparent url("../style/images/sidebar_arrow_right11x20_b24.png");
    right: -11px;
    left: auto;
}
.sidebarOnLeft .sidebarSeparatorArrow {
    background: transparent url("../style/images/sidebar_arrow_left11x20_b24.png");
    left: -11px;
    right: auto;
}
.sidebarOnRight .sidebarOpen .sidebarSeparatorArrow {
    background: transparent url("../style/images/sidebar_arrow_left11x20_b24.png");
    right: 11px;
    left: auto;
}
.sidebarOnRight .sidebarSeparatorArrow {
    background: transparent url("../style/images/sidebar_arrow_right11x20_b24.png");
    left: 11px;
    right: auto;
}
/* websbroker	/search.html */
.sidebarOnLeft .sidebarSeparator {
    right: 0.5em;
}
#SearchForm .sidebarOnLeft .sidebarSeparator {
	right: -0.2em !important;
}

/* websbroker/brokerinfo, searchprompt.html */
.addToSearchFormLowlight {
    background-position: left;
	background-image: url("../websbroker/arrow_right16_dis_rtl.gif");
}
.addToSearchFormHighlight {
    background-position: left;
	background-image: url("../websbroker/arrow_right16_mo_rtl.gif");
}
/* websbroker/searchprompt.html */
.searchButtonLeftUp {
    background-image: url("../websbroker/btn_bkgd_search_right.gif");
}
.searchButtonLeftDown {
    background-image: url("../websbroker/btn_bkgd_search_right_on.gif");
}
.searchButtonRightUp {
    background-image: url("../websbroker/btn_bkgd_search_left.gif");
}
.searchButtonRightDown {
    background-image: url("../websbroker/btn_bkgd_search_left_on.gif");
}
/* Webnode/infotabs.html */
.buttonHeader {
    float: left;
    margin-left: 15px;
    padding-right: 2px;
}
/* webnode		/browse.html */
#addItemMenu0 {
    text-align: right !important;
}
/* webnode		/llmastheadcomponent.html */
.stressed,
#showBrowsePageSize a {
    text-align: right;
}
/* webnode		/llmastheadcomponent.html
webreports	/webreport-run.html */
#dndSupportEnabledIndicatorDiv,
span.locationDisplayTrailNonterminalElement {
    float: right;
}
/* webnode		/llmastheadcomponent.html */
.menu a,
.functionMenu a,
.subMenu a {
    padding-right: 6px;
}
/* channel 	/mychannels.html
collections /selectcollection.html
discussion	/mydiscussionsview.html
home		/statusview.html,tasksview.html,favoritesview.html
multifile	/printmulti.html
form		/formviews.html
project		/myprojectsview.html,create.html
recommender	/personal_recommendations.html
storageprovider	/pproviderinfo.html
task			/browsetaskspane.html,mytasklistsview.html
transport		/myworkbenches.html
webnode			/browse.html,llmastheadcomponent.html
webprospector	/prospectorsnapshotbrowse.html,prospectorview.html,prospectorbrowse.html
webreports		/webreport-run.html
webuser			/ugresults2.html
webwork			/workflows.html,wwattachments.html,audittrail.html,
					framestatustasksright.html,status.html */
.browseListHeaderName {
    text-align: right;
}
/*  Search Prompt */
.searchPromptResultStyleContainer {
    text-align: right;
    padding-left: 600px;
}
.searchPromptResultStyleDropDown {
    display: inline;
    padding-top: 2px;
    text-align: right;
    z-index: 1;
}
/* websbroker	/resultbar.html */
.displayStyleMenu {
    text-align: right;
}
.shadow-bottom-inside {
    margin: 0 9px 0 3px;
}
.shadow-right {
    background: none;
    padding-right: 0px;
}

/* 	Login page - llglogin.html */
#signin label {
    float: right;
    margin-left: 12px;
    text-align: left;
}
#signin #loginbutton {
    float: right;
    margin-right: 0em;
}
#signin-languages {
    text-align: right;
    padding-right: 10.7em;
}
#signin-content {
    text-align: right;
    background: url("images/sign_in_alt_header_contentserver.png") no-repeat scroll 32em 90px transparent;
}
/* 
webnode		/browseimages.html
webreports	/webreport-run.html */
.divLocationMenu {
    float: right !important;
    padding-left: 0px !important;
    padding-right: 1px !important;
    margin-right: -0.5em !important;
    text-align: right;
}
.locationSelectArrow {
    border-left: none !important;
    border-right: 1px solid #999 !important;
}
/* webnode */
.navigateUpOneLevel {
    padding-right: 203px !important;
	background: transparent url(../webdoc/upalevel_rtl.gif) no-repeat scroll 1px center !important;
    overflow: visible;
}
#LocationDropdownMenu {
    left: inherit !important;
}
/* 
webnode		/locationdisplaycomponent.html,browseimages.html */
#breadcrumbs {
    clear: both;
    padding: 0.5em 2em;
    overflow: hidden;
    float: right;
}
td#DivLocationSelectTitle {
    padding-right: 8px;
}
/* 
webnode		/locationdisplaycomponent.html,browseimages.html
webreports	/webreport-run.html */
a.locationDisplayTrailNonterminalElement,
a.locationDisplayTrailTerminalElement {
    float: right;
}

/* websbroker	/dspopts2.html */
#dspopts2 {
    direction: ltr;
}
.dspopts2Right,
#availableRegions,
#selectedRegions {
    text-align: right;
}
/* 
/* webreports	/simplesearchfulltext.html */
.simpleSearchLabel {
    text-align: right !important;
}
/* webreports	/searchresultslocation.html */
.locationDisplayTrailNonterminalElement {
    float: right;
}
/* 
webnode		/browseimages.html,footercomponent.html */
.date,
.username {
    float: right !important;
}
/* appearances-overview.html */
.labelVerticalDivider {
    border-right: none !important;
}
/* appearances-overview.html */
.label {
    border-left: 1px solid #999999;
}
/* appearances-overview.html */
.layoutTable TEXTAREA {
    padding-right: 2px;
}
.labelVerticalDivider {
    border-right: none !important;
}
/* channel /mychannelsview.html,viewchannel.html */
.browseMultiSelectColor h2,
#viewchannel {
    float: right;
}
/* websbroker	/serarchprompt.html */
.browseMultiSelectColor {
    margin-right: 1px;
}
/* channel /viewchannel.html */
.news-headline {
    text-align: right;
}
/* channel /channelcomponent.html */
.newsItem a {
    float: left;
}

.styled-select.slate {
	background: url(images/dropdown16.png) no-repeat left +1px top +1px  #fff;
	float: left
}
/* channel /createnews.html */
.valueEditable {
    float: none;
}
/* channel 	/createnews.html
textedit	/textedit.html */
.cke_skin_kama a.cke_toolbox_collapser,
.cke_skin_kama a:hover.cke_toolbox_collapser {
    float: left;
}
/* channel 	/createnews.html
textedit	/textedit.html */
.cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_text,
.cke_skin_kama .cke_browser_gecko .cke_rcombo .cke_openbutton,
.cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_text,
.cke_skin_kama .cke_browser_webkit .cke_rcombo .cke_openbutton,
.cke_skin_kama .cke_browser_webkit .cke_toolbar,
.cke_skin_kama .cke_path,
.cke_skin_kama .cke_browser_gecko .cke_toolbar,
.cke_skin_kama .cke_browser_gecko .cke_button a,
.cke_skin_kama .cke_browser_gecko .cke_button a.cke_off,
.cke_skin_kama .cke_browser_gecko .cke_button .cke_icon,
.cke_skin_kama .cke_browser_gecko .cke_button .cke_buttonarrow,
.cke_skin_kama .cke_browser_gecko .cke_separator,
.cke_skin_kama .cke_browser_gecko .cke_toolbar_start {
    float: right;
}

/* channel /createnews.html */
.cke_skin_kama .cke_ltr .cke_dialog_close_button {
    right: inherit;
    left: 10px;
}
/* channel /createnews.html */
.cke_skin_kama .cke_dialog_footer {
    text-align: left;
}
/* channel /createnews.html */
.cke_skin_kama .cke_resizer {
    background-position: 0 -1455px;
    float: left;
}
/* channel 	/mychannels.html
home		/statusview.html,tasksview.html
multifile	/printmulti.html
webnode		/move.html,copy.html,infotabs.html,livelinkcomponent.html
				webreport-constants.html
collections /colindex.html
textedit	/textedit.html */
.browseListHeaderText,
.browseItemLeftText,
.boxTitleBar {
    text-align: right;
}
.facetStatus img {
    float: right;
    margin-right: 0.5em;
}

/* webnode		/browseview.html */
td.browseBanner .title {
    float: right;
}
/* webnode		/browseview.html */
td.browseBanner .links {
    float: left;
}
/* 
discussion	/mydiscussionsview.html,viewdiscussion.html,
				viewitem.html,creatediscussion.html,createitem.html
home		/favoritesview.html,formcreate.html
project		/myprojectsview.html,create.html
task		/mytasklistsview.html
webdoc		/creategeneration.html,createrelease.html,createrevision.html
webnode		/create.html,editacl.html,infoproperties.html,llmastheadcomponent.html
webnotify	/personal_changeagents.html,ninterests_ug.html
webprospector	/prospectorview.html
webreports		/webreport-destination.html,webreport-datasource.html
webuser			/renamegroup.html
webwork			/tstartrightframe.html,wwattributes.html,statusgeneralpane.html 
appearances-overview.html */
.label {
    text-align: right !important;
	border-left: 1px solid #999999;
}
/* 
collections /movetocollection.html,personalcolbrowseview.html,
				removefromcollection.html,searchcollectresults.html,selectcollection.html,colbrowseviewcore.html
				categorizecollection.html,categorizesearchresults.html,copytocollection.html
recommender	/personal_recommendations.html		
webnode		/browseview.html,infotabs.html
webprospector	/prospectorsnapshotbrowse.html,prospectorbrowse.html */
.browseListHeaderLocation,
.browseItemLocation {
    text-align: right;
}
/* collections /colbrowseview.html
webnode		/browse.html
webwork		/wwattachments.html */
.updatedBrowse .browserow1 TD,
.updatedBrowse .browserow2 TD,
.updatedBrowse .browseListHeader TD {
    text-align: right;
}
/* collections /colbrowseview.html
webnode		/browse.html
webreports	/webreport-run.html
webwork		/wwattachments.html */
.MultiDetailOperations div,
.toolbar-buttons div,
.toolbar-buttons {
    float: right !important;
}
/* collections /colbrowseview.html */
.colbrowseview {
    float: left;
}

/* 
collections /colbrowseview.html
webreports	/webreport-run.html
webwork		/wwattachments.html */    
input[name=EmailLink]:hover {
    background-position: -268px -324px !important;
}

/* 
collections /movetocollection.html,searchcollectallresults.html,
				searchcollectresults.html,collectionitems.html,copytocollection.html */
.quickSelectMenu {
    position: inherit;
    float: none;
    margin-top: 9px;
    margin-left: 18px !important;
}

/* 
collections /movetocollection.html,searchcollectallresults.html,
				searchcollectresults.html,collectionitems.html,copytocollection.html */
.quickSelectDiv {
    float: right;
}
/* 
collections /movetocollection.html,searchcollectallresults.html
				,searchcollectresults.html,collectionitems.html,copytocollection.html */
#PersonalCollections {
    margin-left: 48px !important;
}
/* 
collections /colindex.html */
.colindex,
.browseListHeader {
    text-align: right;
}
.numSelectedContainer {
    background-color: #d2e4a3;
    border: 1px solid #8dc63f;
    display: block;
    float: left;
    line-height: 1.8em;
    padding: 0 0.6em;
}

.updatedBrowse .browseListHeader .browseListHeaderCheck,
.updatedBrowse .browseListHeader .browseListHeaderPromotedCmds {
    padding: 6px;
}

/* discussion	/settingsdiscussion.html,viewdiscussion.html */
.valueStatic {
    text-align: right;
}
/* discussion	/settingsdiscussion.html */
#ViewMode {
    float: right;
}
/* discussion	/createitem.html
activeview	/activeview-tab.html
webwork		/wfbrowseview.html */
.browseBoxHeader {
    text-align: right;
}
#colorSelect,
#Row1,
#Row2 {
    float: right !important;
}
.colour-picker-preview {
    float: right;
    margin-right: 5px;
}
/* multifile	/zipdwnldmulti.html,printmulti.html */
#zipdwnldmulti,
#printmulti {
    float: right;
}
#valid,
#invalid,
.IMG_valid {
    float: left;
}
/* polling	/openpollnotyet.html,openpoll.html,viewpollresults.html */
.questionNumber,
#openpollnotyet,
#viewpollcomments {
    text-align: right;
}
/* project		/navigationbuttons.html,recommender	/ratings.html */
#navigationButtons,
.recommenderInputArea,
.ratingsTableHead {
    text-align: right;
}
/* recommender	/ratings.html */
.rating {
    text-align: left;
}
/* recommender	/personal_recommendations.html
webnode		/browseimages.html
webreports	/webreport-destination.html,webreport-constants.html,webreport-datasource.html */
.csx span.accessibility,
.csx span.username,
.csx span.date {
    float: right
}
/* recommender	/personal_recommendations.html
webnode		/llmastheadcomponent.html
webreports	/webreport-destination.html,webreport-run.html
				webreport-constants.html,webreport-datasource.html */
.functionMenuDiv,
.sectionBarTableHeader,
.functionMenu {
    text-align: right;
}
/* recommender	/personal_recommendations.html */
.csx .copyright {
    float: left;
}
/* task		/browsetaskspane.html */
#MultiOperationBar1 h2 {
    float: right;
}
/* discussion	/mydiscussionsview.html
home		/favoritesview.html
project		/myprojectsview.html
recommender	/personal_recommendations.html
task 		/browsetaskspane.html,mytasklistsview.html
webdoc		/permsapplydown.html
webprospector	/prospectorview.html
webuser			/ugresults2.html,groupsfor.html,mygroupsview.html
					audittrail.html,framestatustasksright.html
webwork			-managementpane.html */
.browseListHeaderUser,
.browseListHeaderActions {
    text-align: right;
}
/* task 		/browsetaskspane.html */
img#editImg {
    float: left;
    margin-left: 12px;
}

/* webdoc		/createvirtualfolder.html */
.facetSelected .facetValue {
    text-align: right;
}
/* collections /selectcollection.html
discussion	/viewdiscussion.html,viewitem.html,
				creatediscussion.html,createitem.html
project		/create.html
recommender	/personal_recommendations.html
webdoc		/creategeneration.html,createrelease.html,createrevision.html
webnode		/locationdisplaycomponent.html,llmastheadcomponent.html
webreports	/webreport-destination.html,webreport-run.html,webreport-constants.html
				webreport-datasource.html
webwork		/wfamastheadcomponent.html				 */
.pageTitleIcon {
    float: right !important;
    padding-left: 0.2em !important;
	padding-right: 2.1em !important;
}
/* webdoc		/llmastheadcomponent.html */
.pageTitleText {
    float: right;
}

/* form		/edittemplate.html
webattribute/edittemplate.html
webnode		/infotabs.html,llmastheadcomponent.html
webuser		/listusers.html */
.selectTitle {
    border-left: 0px #f0f8ff;
    border-right: 1px solid #999;
    text-align: right;
}
/* webnode		/infotabs.html, websbroker	/resultlist3.html */
.browse-control,
td.facet-tree h3,
ul.facet-tree li div.facet-tree-add-remove {
    float: right;
}
.level-text {
    margin-right: 12px;
}
#docName,
.ratingsTableHeader TD,
.ratingsTableHeader TH,
#PeopleWhoViewedThisItem,
#PeopleWhoViewedThisItemAlsoViewed,
.browseListHeaderStatus,
.browseListHeaderLeftText {
    text-align: right;
}
/* webnode		/livelinkcomponent.html */
.browseItemType {
    text-align: right;
}
.search-panel {
	padding-right: 0px !important;
	padding-left: 2px !important;
}
#fulltextmainDivId{
	left: 0px !important;
	float: left !important;
	right: auto !important;
}
/* collections /selectcollection.html
webnode		/searchcomponent.html */
.search-panel-open {
    margin-left: 1px !important;
	position: absolute;
}

div.search-action-row label {
    float: right !important;
    margin-left: 0.39em !important;
}
.searchBarActionRow a {
    float: right !important;
    margin-left: 0.25em !important;
}
.search-input {
	border-right: solid 1px #bccfd8;
    float: right !important;
    padding-right: 3px !important;
}
.searchActionRowInput{
	border-right: solid 1px #bccfd8 !important;
}

.searchButton {
    float: right !important;
}
.search-options label {
    float: right !important;
    margin-right: -1.25em !important;
    margin-top: 0em !important;
}
.search-menu-select {
    float: left !important;
    margin-left: 18px !important;
}

.select-title  {	
	float: right;
    margin-right: 18px;
}

.select-title-img  {
    margin-right: 18px;
}


/* webnode		/searchcomponent.html */
.search-menu-select div {
    float: right !important;
}
span.select-arrow {
    right: inherit !important;
    left: 0px !important;
}
.advanced-search {
    float: left !important;
    margin-left: 20px !important;
}


/* webnode			/menucomponent.html,browseimages.html
recommender		/personal_recommendations.html
webreports		/webreport-destination.html,webreport-constants.html
					webreport-datasource.html */
.menu-horizontal li {
    padding-right: inherit;
    float:			right;
}
ul.menu-horizontal
{
	float:	right;
}
/* recommender	/personal_recommendations.html
webnode		/menucomponent.html,browseimages.html
webreports	/webreport-destination.html,webreport-run.html,webreport-constants.html
				webreport-datasource.html */
.menu-horizontal a span .topmenu-icon {
    left: -0.3em !important;
}
/* webnode		/menucomponent.html,llmastheadcomponent.html */
#nav li ul li.last-menu-item a span {
    padding-right: 10px !important;
}
/* webnode		/sidebar.html */
.sidebarTitleBar .sidebarIcon {
    float: right;
    padding-right: .2em;
    padding-left: .4em;
}
#BrowsePageRowPagingSectionCellTable {
    margin-right: 12px;
}
.tblBackground-BrowseView {
    margin-right: 9px !important;
}
#sidebarOuter {
    margin-left: 4px;
    margin-right: 12px;
}
.sidebarOnLeft .sidebarOpen .sidebarSeparatorHover {
    right: .5em;
}
.sidebarOnLeft .sidebarOpen .sidebarSeparator {
    right: .1em;
    left: inherit;
}
fieldset.search input,
.search input {
    float: right;
}
fieldset.search input.box {
    border-left: 0px;
    border-right: 1px solid #a9b7c6;
    margin-right: 2px;
    padding-right: 2px;
}
/* webnode		/sidebar.html
websbroker	/resultlist2.html,resultlist3.html
				,resultlist4.html,resultlist.html */
.sidebarOnRight .sidebarSeparator {
    float: left;
    left: -9px;
    right: inherit;
}
/* webnode		/sidebar.html
websbroker	/resultlist2.html,resultlist3.html
				,resultlist4.html,resultlist.html */
.sidebarOnRight .sidebarOuter {
    float: left;
}
.sidebarOnRight .sidebarOpen .sidebarSeparator {
    left: .1em;
    right: inherit;
}
/* webnode		/targetbrowse.html */
#LocationSelect {
    padding-left: 0px;
    padding-right: 4px;
}
/* webnode		/targetbrowse.html */
#LocationSelectTitle {
    border-left: 1px solid #999;
    padding-left: 6px;
    border-right: 1px;
    padding-right: 1px;
}
#targetBrowse {
    float: right !important;
}
#targetBrowseDiv {
    float: left !important;
}
#targetBrowseTab {
    padding: 1px 1px 1px 4px !important;
}
.targetbrowsePager {
    float: left;
}

/* webnode		/targetbrowse.html
webprospector	/prospectorsnapshotbrowse.html */
.browseListHeaderSize {
    text-align: left;
}

/* webnotify	/personal_changeagents.html */
.notificationHeader,
.notificationHeader a {
    text-align: right;
}
.webnotify {
    float: left;
}

a.locationDisplayTrailTerminalElement {
    float: right;
}
/* webreports	/webreport-run.html */
.browseRow1,
.browseRow2,
.browseRow1 td,
.browseRow2 td,
.userRow1,
.userRow2,
.userRow1 td,
.userRow2 td {
    text-align: right;
}
.toolbar-menu-seperator {
    float: right;
}
#browsesearch .sbox input {
    float: right;
	height: 14px;
}
/* webnode		/llmastheadcomponent.html
webreports	/webreport-run.html */
.bcselectArrow {
    border-left: none;
    border-right: 1px solid grey;
}
/* collections	/colbrowseview.html
form		/edittemplate.html
webattribute/edittemplate.html
webnode		/llmastheadcomponent.html
webuser		/listusers.html */
.menuItem {
    text-align: right;
    padding-left: 12px;
}
/* webattribute/infocategories.html */
.attrActionImage {
    text-align: left;
    direction: ltr;
}
/* webattribute/edittemplate.html */
.menu {
    text-align: right;
}
.rtlMenu {
	left: 45px !important;
}
/* webreports	/webreport-run.html */
#browsesearch .sbox_r_2IE {
    border: 1px solid #d3d3d3;
    margin-top: 1px;
}
#BrowsePageRowPagingSectionCell {
    margin-right: 12px;
}
tr.browseListHeader td {
    text-align: right;
}
/* webreports	/webreport-destination.html,webreport-run.html
				webreport-constants.html,webreport-datasource.html */
.subMenu {
    left: auto !important;
    right: 100%;
    text-align: right;
}
/* webreports	/webreport-constants.html */
.browseText,
#wrConstants {
    text-align: right;
}
/* websbroker	/search.html,brokerinfo.html,searchprompt.html */
.templateInfoAddToForm {
    float: right;
}
/* websbroker	/brokerinfo.html */
.templateInfoForm {
    float: right;
    padding-right: 10px;
}

.searchPromptResultStyleDropDown,
.displayStyleMenu {
    text-align: right;
}
/* websbroker	/searchprompt.html,brokerinfo.html
webuser		/feditgroup.html
webwork		/wfcommonsetup.html */
.tblForeground TD,
.tblForeground TH {
    text-align: right;
}
.simpleSearchLabel {
    text-align: right !important;
}
/* websbroker	/facets.html */
.dateFacetTabs li {
    float: right;
}
/* webnode		/facetpanel.html
websbroker	/facets.html */
.facetHead {
    padding-left: inherit;
    padding-right: 2px;
}
.facetStatus img,
.view-type {
    float: right;
    margin-right: 0.2em;
}
.dynamic-view-ops a,
.facet-remove {
    float: left;
}
.icn-link {
    text-indent: 200em;
}
.facetSelected .facetName {
    padding-right: 0.57em;
}
.facetSelected .facetValue {
    text-align: right;
}
.facetSelected .displayValue {
    padding-left: inherit;
    padding-right: 2em;
}
.facetStatus {
    padding-right: 0em;
    padding-left: 0em;
}
/* websbroker	/resultlist2.html,resultlist3.html,resultlist4.html,resultlist.html */
#MainOperationTable {
    margin-right: 12px;
}

#ExtResultsCmdSelect1_td {
    text-align: right;
}
div#activatePickDiv {
    margin-left: 9px;
}
table#ResultPageRowPagingSectionCellTable {
    margin-right: 12px;
}
.search-panel-open {
    position: absolute;
}
.docLocationProperties {
    float: right;
}

/* websbroker	/resultlist2.html,resultlist3.html,
				resultlist4.html,resultlist.html */
.sidebarOnRight .sidebarOpen .sidebarSeparatorHover {
    left: -1em;
}
.bestBetRow1 {
    text-align: right;
}
/* websbroker/searchprompt.html,brokerinfo.html.search.html */
select[name=RMAttributes_add],
select[name=PhysAttributes_add],
select[name=RMSecAttributes_add],
select[name=AdvancedEmailAttributes_add],
.countAndButtonComponent {
    float: left;
}
/* websbroker/searchprompt.html,search.html */
.searchPromptResultStyleDropDown,
.displayStyleMenu,
.sidebarTitleBar .title,
.searchResultsListTemplate .searchResultNoBorders .browseRow1 TD,
.searchResultsListTemplate .searchResultNoBorders .browseRow2 TD {
    text-align: right;
}
.searchButtonRight,
.searchButtonMiddle,
.searchButtonLeft,
.countAndButtonComponentLeft {
    float: right;
}
.searchDDWidget{
	float: left;
}
/*websbroker/resultlist2.html,resultlist3.html,resultlist4.html,brokerinfo.html,resultlist.html */
.selectedLayoutMenuItem {
    background-position: right;
}
.sidebarOuter {
    margin-right: 6px;
}
/* websbroker/search.html */
.searchResultHeader {
    text-align: left;
}
.sidebarOnLeft .sidebarOpen .sidebarSeparatorHover,
.sidebarOnLeft .sidebarOpen .sidebarSeparator {
    right: .5em;
}
/* websbroker/searchprompt.html */
.searchPromptUseForm {
    font-weight: bold;
    height: 28px;
    margin-right: 12px;
}
.searchResetLink {
    float: none;
	margin-right: 12px;
}
.searchPromptForm {
    margin-right: 230px;
}
span.select-arrow {
    right: inherit;
    left: 0px;
}
.searchPromptSaveOptions {
    float: right;
    clear: right;
    margin-top: 16px;
    width: 210px;
}
/* webuser/listusers.html */
#userGroupSearchCol {
    float: left;
}
/* transport,overviewtransportbox.html,deployworkbench.html,websystemobj/templatebrowseview.html */
.important {
    text-align: right;
}
/* webwor/managementpane.html,webwork/mgmtmgredit.html,framestatustasksright.html */
#mgmtmgrlist,
.geDialogClose,
.geDialogCloseHover,
.geDialogCloseActive {
    text-align: left;
}
/* websbroker/searchprompt.html,webnode/editacl.html,webwork/wwattributes.html,wwstatuscomments.html,wfcommonsetup.html,tstartrightframe.html,framestatustasksright.html,webattribute/attrpainterset.html,home/settingsgeneral.html,activeview/activeview-tab.html,websbroker/searchprompt.html,brokerinfo.html, webuser/feditgroup.html,
webnotify/ninterests_ug.html,nspecificnode.html,storageprovider/pproviderinfo.html,audittrail.html,managementpane.html,statusgeneralpane.html,steplistpane.html */

.browseBoxHeader TD,
.featuredItemTitle,
.featuredItemTitle td,
.browseBoxHeader td,
.browseBoxHeader,
.containerAttributeHeader,
#framestatustasksright,
#localeType,
.avTab,
.paddedSubTbl td,
.paddedSubTbl th {
    text-align: right;
}
/* webattribute/attrpainterset.html, home/managetabs.html, webnode/browseview.html,facetcontents.html,webwork/wwattachments.html,webuser/listusers.html */
.addItemMenuSelect,
#managementpane,
#browseViewCol,
#browseview,
.manageTabsTable,
#browse-view-switcher,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
}
/* webwfp/painter.html,webnode/facetcontents.html/storageprovider/pproviderinfo.html,activeview/activeview-editsettings.html,activeview-manageoverrides.html,webwork/tablehead.html,wfdesigner.html,status.html,framestatustasksright.html */
#WFStatusControlOption,
#dialog-heading,
div.pageTitleIcon,
#activeview-editsettings1,
#activeview-editsettings,
.activeviewManageoverrides,
.geDialogTitle,
.multiButton,
.selected-more-facet span,
.geToolbar .geButton,
.geToolbar .geSeparator {
    float: right;
}

/* webnode/browse.html,llmastheadcomponent.html, webwork/wwattachments.html */
#tAddItemPane {
    float: left !important;
    border-left: solid 1px #b3cbdc;
    border-right: solid 1px #b3cbdc;
}
.toolbar-background {
    float: right !important;
    direction: ltr;
}
.toolbar-menu-seperator {
    padding-left: 3px;
    background-position: left;
	float: right;
}
/* webwork/wwattachments.html */
.smallIconMap {
    display: inline-block;
    margin-right: 0em;
    margin-left: 0.5em;
}
img.smallIconImg {
    margin-right: 0px;
}
/* webwork/wfdesigner.html */
.geHsplit {
    right: 190px;
    left: inherit !important;
}
.geVsplit {
    left: inherit !important;
    right: 0px;
}
.geSidebarContainer {
    left: inherit !important;
    right: 0px;
}
.geOutlineContainer {
    left: inherit !important;
    right: 0px;
}
.geDiagramContainer {
    right: 198px !important;
    left: 0px !important;
}
/* webwork/tstartrightframe.html */
#addItemMenu {
    left: 118px !important;
    text-align: right !important;
}
/* webwork/tasksview.html */
.valueStaticTable {
    float: right;
}
/* webwork/taskgeneralpane.html, webwork/tstartrightframe.html */
.helpDescriptionMsg {
    text-align: right;
}
/* webnode/browse.html
collections /colbrowseview.html
webnode		/browse.html
webreports	/webreport-run.html
webwork		/wwattachments.html */
.MultiDetailOperations,
.toolbar-buttons {
    float: right !important;
    border-left: solid 1px #b3cbdc;
    border-right: 1px;
}
/* webnode/browse.html, websbroker/searchbar.html */
#browsesearch .sbox input {
    float: right;
    border-right: 1px solid;
    border-left: 0px;
	height: 14px;
}
/* webnode/facetcontents.html */
.left-more-panel {
    float: right;
}
.selected-facet-display {
    float: right;
    margin-right: 16px;
}
.ui-dialog .ui-dialog-title {
    float: right !important;
    margin-left: 16px !important;
    margin-right: 0px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: inherit !important;
    left: .3em;
}
.more-items label {
    margin-right: 9px;
}
div#facet_2098_more_selected_facets {
    margin-right: 12px;
}
.facetSelected a:link,
.facetSelected a {
    margin-right: .5em;
    margin-left: .5em;
}

/* webdoc/overview.html */
.buttonRight {
    background-image: url(../webdoc/overview/buttonleft.gif );
}
.buttonLeft {
    background-image: url(../webdoc/overview/buttonright.gif );
}
/* webnode		/infoproperties.html */
form[name=InfoPropertiesFrm] {
    direction: rtl;
}
#infoproperties {
  	direction: rtl;
    text-align: right;
}
/* 
form		/edittemplate.html
webnode		/locationdisplaycomponent.html,browseimages.html
webreports	/webreport-destination.html,webreport-run.html,webreport-constants.html
				webreport-datasource.html */
.breadcrumbs-trail {
    float: right;
    direction: rtl;
}
/* channel 	/createnews.html
textedit	/textedit.html */

.cke_skin_kama a:hover,
.cke_skin_kama a:link,
.cke_skin_kama a:visited,
.cke_skin_kama a:active {
    text-align: right;
    direction: rtl;
}

.Kind,
.tightTable,
.pproviderinfo,
#tabsList,
#pageFilterTable
{
    direction: rtl;
}
table.multilingualeditor-footer {
    float: right;
    direction: rtl;
}
/* form/edittemplate.html */
#editTemplateTD{
float: right;
}

.subtype480img	/*appearance*/
{
	position: 				relative; 
	right:					-973px;
}

.subtype131img	/*category*/
{
	position: 				relative; 
	right:					-948px;
}

.subtype207img	/*channel*/
{
	position: 				relative; 
	right:					-925px;
}

.subtype298img	/*collection*/
{
	position: 				relative; 
	right:					-900px;
}

.subtype136img	/*compound document*/
{
	position: 				relative; 
	right:					-873px;
}

.subtype146img	/*customview*/
{
	position: 				relative; 
	right:					-859px;
}

.subtype215img	/*discussion*/
{
	position: 				relative; 
	right:					-823px;
}

.subtype144img	/*document*/
{
	position: 				relative; 
	right:					-800px;
}

.subtype0img	/*folder*/
{
	position: 				relative; 
	right:					-773px;
}

.subtype299img	/*report*/
{
	position: 				relative; 
	right:					-749px;
}

.subtype218img	/*poll*/
{
	position: 				relative; 
	right:					-724px;
}

.subtype202img	/*project*/
{
	position: 				relative; 
	right:					-699px;
}

.subtype384img	/*prospector*/
{
	position: 				relative; 
	right:					-675px;
}

.subtype1img	/*alias*/
{
	position: 				relative; 
	right:					-650px;
}

.subtype2img	/*generation*/
{
	position: 				relative; 
	right:					-149px;
}

.subtype204img	/*tasklist*/
{
	position: 				relative; 
	right:					-624px;
}

.subtype145img	/*apptext*/
{
	position: 				relative; 
	right:					-600px;
}

.subtype140img	/*url*/
{
	position: 				relative; 
	right:					-574px;
}

.subtype128img	/*workfmp*/
{
	position: 				relative; 
	right:					-549px;
}

.subtype190img	/*wfstatus*/
{
	position: 				relative; 
	right:					-526px;
}

.subtype335img	/*dtd*/
{
	position: 				relative; 
	right:					-500px;
}

.subtype905img	/*facetfolder*/
{
	position: 				relative; 
	right:					-773px;
}

.subtype955img	/*assetfolder*/
{
	position: 				relative; 
	right:					-773px;
}

.subtype899img	/*virtualfolder*/
{
	position: 				relative; 
	right:					-124px;
}

.subtype528img /*workbench*/
{
	position: 				relative; 
	right:					-98px;
}

.subtype529img /*workbench folder*/
{
	position: 				relative; 
	right:					-74px;
}

.subtype530img /*box folder*/
{
	position: 				relative; 
	right:					-48px;
}

.subtype531img /*box*/
{
	position: 				relative; 
	right:					-23px;
}

.subtype5573img /*wiki*/
{
	position: relative;
	right:		-989px;
}

.mimeTypeappexelimg
{
	position: 				relative; 
	right:					-473px;
}

.mimeTypeappgifimg
{
	position: 				relative; 
	right:					-449px;
}

.mimeTypeappiexplimg
{
	position: 				relative; 
	right:					-424px;
}

.mimeTypeappjpegimg
{
	position: 				relative; 
	right:					-400px;
}

.mimeTypeapppdfimg
{
	position: 				relative; 
	right:					-374px;
}


.mimeTypeappppoinimg
{
	position: 				relative; 
	right:					-348px;
}

.mimeTypeappprojimg
{
	position: 				relative; 
	right:					-323px;
}

.mimeTypeapptaroimg
{
	position: 				relative; 
	right:					-299px;
}

.mimeTypeapptextimg
{
	position: 				relative; 
	right:					-275px;
}

.mimeTypeappvisioimg
{
	position: 				relative; 
	right:					-248px;
}

.mimeTypeappwordimg
{
	position: 				relative; 
	right:					-223px;
}

.mimeTypeappxmlimg
{
	position: 				relative; 
	right:					-200px;
}

.mimeTypeappzipimg
{
	position: 				relative; 
	right:					-174px;
}

.mimeTypeappcsfimg
{
	position: 				relative; 
	right:					0px;
}

#nav>ul>li>a
{
	background: 		url(images/caret_down.svg) no-repeat right center;
	background-size: 	12px 12px;
	background-position: left 14px center;
	border: 1px solid #ebf7fc;
}

#nav>ul>li>a:hover,
#nav>ul>li>a:focus
{
	background: 		#FFF6DA url(images/caret_down_mo.svg) no-repeat;
	background-size: 	12px 12px;
	background-position: 	left 12px center;
	border: 		1px solid #eeb111;
	outline: 		none;
}

#breadcrumbs
{
	width: 100%
}

.navigateUpOneLevelPadding
{
	padding-right:4px;
}

/* name container issue */
.nameContainer {
	float: right;
	padding-right: 0px;
}

/* CS landing page Like-comment-download not aligned*/
.updatedBrowse .promotedCmds{
	text-align:left;
}

/*Add Item - Error msg alignment*/
.nameErrorMsg{
	float:right;
}

/* Live Reports - Edit Page 
report/ editreportsql.html */
.liveAdd{
	float:left;
}

/* WebDAV module - Continue Button Aligment 
report/ editreportsql.html */
.webDavTD{
	float:left;
}

/* Webadmin */
.cs-form-expandcollapse-text a.cs-form-expandcollapse-icon-left
{
	float:				left;
}

/* scrolling tabs */
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_last, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_last {
	margin-left: 0;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_first {
	margin-left: 3px !important;
}
.scroll_tabs_container {
	text-align: right !important;
	right: 10px !important;
}
/* message boxes */
.cs-form-message {
	border-left-width: 1px;
	border-right-width: 10px;
}
.cs-form-message-error:before
{
	content: 	url('images/notification_error24.svg');
	color:		#df3324;
	height: 	24px;
	width: 		24px;
	position: 	absolute;
	right:		12px;
	left: 		0;
	top: 		calc(50% - 12px);
}

.cs-form-message-success:before
{
	content:	url('images/notification_success24.svg');	
	color: 		#067d14;
	height: 	24px;
	width: 		24px;
	position: 	absolute;
	right:		12px;
	left: 		0;
	top: 		calc(50% - 12px);
}

.cs-form-message-info:before
{
	content:	url('images/notification_information24.svg');
	color: 		#2e3d98;
	height: 	24px;
	width: 		24px;
	position: 	absolute;
	right:		12px;
	left: 		0;
	top: 		calc(50% - 12px);
}

.cs-form-message-warning:before
{
	content: 	url('images/notification_warning24.svg');
	color:		#df6800;
	height: 	24px;
	width: 		24px;
	position: 	absolute;
	right:		12px;
	left: 		0;
	top: 		calc(50% - 12px);
}

/* webnode	webnode/footercomponent.html */
.copyright{
	float:left;
}
#footer span{
	float:right;
	border-right:1px solid darkgrey;
	border-left:none;
}
#footer span:first-child{
	margin-top:.5em;
	border-right:none;
	padding-right:2em;
	padding-left:.5em;
}