/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

#banner {
	border-top: 1px solid #b5b6b6;
}	

.UIBannerPortlet {
	zoom: 100%;
	
}

.UIBannerPortlet .LeftBanner {
	border-top: 1px solid #b5b6b6;
	padding-left: 10px; /* orientation=lt */
}

.UIBannerPortlet .RightBanner {
background: url('/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/Logo.gif') no-repeat left 11px;
}

.UIBannerPortlet .MiddleBanner {
	height: 43px;
}

.UIBannerPortlet .LeftLoginContainer {
	float: right; /* orientation=lt */
}

.UIBannerPortlet .RightLoginContainer {
}

.UIBannerPortlet .MiddleLoginContainer {
	padding: 5px 15px 1px;
}

.UIBannerPortlet .Signin {

}

.UIBannerPortlet .MiddleLoginContainer a {
	color: #0d62af;
	outline: none;
}

.UIBannerPortlet .MiddleLoginContainer a:hover {
	color: #e7e7e7;
}

.UIBannerPortlet .MiddleLoginContainer .Name {
	text-align: left;	 
	color: #666666;
	margin-bottom: 6px;
	line-height: 35px;
	float: left;
}

.UIBannerPortlet .MiddleLoginContainer .Logout {
	margin-right: 12px;
	cursor: pointer;
	float: left;	
	font-weight: bold;
	display: block;
	line-height: 35px;
	color: white;
}

.UIBannerPortlet .MiddleLoginContainer .Login {
	margin-right: 12px;	
	cursor: pointer;
	float: left;	 	
	font-weight: bold;
	display: block;
	line-height: 35px;
	color: white;
	background: none;
}

.UIBannerPortlet .MiddleLoginContainer .Register {
	margin-right: 12px;	
	cursor: pointer;
	float: left;	 	
	font-weight: bold;
	display: block;
	line-height: 35px;
	color: white;
	background: none;
}
 
.UIBannerPortlet .MiddleLoginContainer .Language {
	cursor: pointer;
	font-weight: bold;
	float: left;
	display: block;
	line-height: 35px;
	color: white;
}

.UIPageBody .BLPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/BgPagebody.gif") no-repeat scroll left top transparent;
height:16px;
padding-left:6px;
}
.UIPageBody .BRPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/BgPagebody.gif") no-repeat scroll right top transparent;
height:16px;
padding-right:6px;
}
.UIPageBody .BMPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/BgPagebody.gif") repeat-x scroll center bottom transparent;
height:16px;
}

.UIWorkingWorkspace {
background: #969696;
}

/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

.UIFooterPortlet {
  margin: 0;
  background: #dedfdf;
}
	
.UIFooterPortlet .RepeatFooter {
	padding: 0px;
	margin: 0px;
}

.UIFooterPortlet .FooterInfoContainer {
	line-height: 25px;
}

.UIFooterPortlet .CopyrightInfo {
	text-align: center;
	line-height: 30px;
	height: 30px;
	color:#5A5A5A;
	font-weight:bold;
}
/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

#banner {
	border-top: 1px solid #b5b6b6;
}	

.UIBannerPortlet {
	zoom: 100%;
	
}

.UIBannerPortlet .LeftBanner {
	border-top: 1px solid #b5b6b6;
	padding-left: 10px; /* orientation=lt */
}

.UIBannerPortlet .RightBanner {
background: url('/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/Logo.gif') no-repeat left 11px;
}

.UIBannerPortlet .MiddleBanner {
	height: 43px;
}

.UIBannerPortlet .LeftLoginContainer {
	float: right; /* orientation=lt */
}

.UIBannerPortlet .RightLoginContainer {
}

.UIBannerPortlet .MiddleLoginContainer {
	padding: 5px 15px 1px;
}

.UIBannerPortlet .Signin {

}

.UIBannerPortlet .MiddleLoginContainer a {
	color: #0d62af;
	outline: none;
}

.UIBannerPortlet .MiddleLoginContainer a:hover {
	color: #e7e7e7;
}

.UIBannerPortlet .MiddleLoginContainer .Name {
	text-align: left;	 
	color: #666666;
	margin-bottom: 6px;
	line-height: 35px;
	float: left;
}

.UIBannerPortlet .MiddleLoginContainer .Logout {
	margin-right: 12px;
	cursor: pointer;
	float: left;	
	font-weight: bold;
	display: block;
	line-height: 35px;
	color: white;
}

.UIBannerPortlet .MiddleLoginContainer .Login {
	margin-right: 12px;	
	cursor: pointer;
	float: left;	 	
	font-weight: bold;
	display: block;
	line-height: 35px;
	color: white;
	background: none;
}

.UIBannerPortlet .MiddleLoginContainer .Register {
	margin-right: 12px;	
	cursor: pointer;
	float: left;	 	
	font-weight: bold;
	display: block;
	line-height: 35px;
	color: white;
	background: none;
}
 
.UIBannerPortlet .MiddleLoginContainer .Language {
	cursor: pointer;
	font-weight: bold;
	float: left;
	display: block;
	line-height: 35px;
	color: white;
}

.UIPageBody .BLPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/BgPagebody.gif") no-repeat scroll left top transparent;
height:16px;
padding-left:6px;
}
.UIPageBody .BRPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/BgPagebody.gif") no-repeat scroll right top transparent;
height:16px;
padding-right:6px;
}
.UIPageBody .BMPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/BgPagebody.gif") repeat-x scroll center bottom transparent;
height:16px;
}

.UIWorkingWorkspace {
background: #969696;
}


.UISiteBody .UINavigationPortlet {
 background: none;
}

.UIWorkingWorkspace {
	width: auto;
}
/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

/**
 * Created by The eXo Platform SARL
 * Modifier : Nguyen Ngoc Thuy
 * April 23, 2007
 * version: $Id$
 */

.UINavigationPortlet {
  background: #b6b6b6;
  padding: 0px 8px;
}
	
.UINavigationPortlet .UINavigationBar {
	white-space: nowrap;
}

.UINavigationPortlet .UINavigationBar .UIHorizontalTabs {
	height: 33px;
}

.UINavigationPortlet .UINavigationBar .UIHorizontalTabs .TabsContainer {
	float: none;
	!position: relative;
}

.UINavigationPortlet .UINavigationBar .LeftNavigationBar {
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/LeftNavigation.gif') no-repeat left top;
	padding-left: 3px;
	height: 32px;
}

.UINavigationPortlet .UINavigationBar .RightNavigationBar {
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/RightNavigation.gif') no-repeat right top;
	padding-right: 3px;
	height: 32px;
}

.UINavigationPortlet .UINavigationBar .MiddleNavigationBar {
	height: 32px;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/MiddleNavigation.gif') repeat-x;
	padding: 0px 8px 0px 8px; 
}

.UINavigationPortlet .UITab a.TabLabel {
	display: block;
	padding: 0px 0px 0px 20px; /* orientation=lt */
	background-position: left; /* orientation=lt */
}

.UINavigationPortlet .UITab a.DefaultPageIcon {
	background: none;
	padding: 0px;
}

/*###########################--NavigationTabTab--############################*/

.UINavigationPortlet .UITab .NormalNavigationTab {
	line-height: 26px; 
	margin: 6px 8px 0px 0px; 
}

.UINavigationPortlet .UITab .NormalNavigationTab .LeftTab {
	line-height: 21px;
	padding-left: 3px;
}

.UINavigationPortlet .UITab .NormalNavigationTab .RightTab {
	line-height: 21px; 
	padding-right: 3px;
}

.UINavigationPortlet .UITab .NormalNavigationTab .MiddleTab {
	line-height: 21px;
	text-align: center;
	padding: 0px 4px 0px 4px;
}

.UINavigationPortlet .UITab .NormalNavigationTab .TabIcon {
	color: #fff;
	line-height: 21px;
}

.UINavigationPortlet .UITab .NormalNavigationTab a {
	color: #fff;
}

.UINavigationPortlet .UITab .NormalNavigationTab .DropDownArrowIcon {
	padding-right: 16px; /* orientation=lt */
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavDownArrow.gif') no-repeat right;
	cursor: pointer;
}

/*###############-Hightlight Navigation Tab	-################*/

.UINavigationPortlet .UITab .HighlightNavigationTab {
	line-height: 26px;  
	margin: 6px 8px 0px 0px; 
}

.UINavigationPortlet .UITab .HighlightNavigationTab .LeftTab {
	line-height: 26px; 
	padding-left: 3px;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat left -108px;
}

.UINavigationPortlet .UITab .HighlightNavigationTab .RightTab {
	line-height: 26px; 
	padding-right: 3px;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat right -130px;
}

.UINavigationPortlet .UITab .HighlightNavigationTab .MiddleTab {
	height: 21px; 
	text-align: center;
	padding: 0px 4px 0px 4px;
	background: #6d94c8;
	margin-bottom: 4px;
}

.UINavigationPortlet .UITab .HighlightNavigationTab .TabIcon {
	color: #fff;
	line-height: 21px;
}

.UINavigationPortlet .UITab .HighlightNavigationTab a {
	color: #fff;
}

.UINavigationPortlet .UITab .HighlightNavigationTab .DropDownArrowIcon {
	padding-right: 16px; /* orientation=lt */
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavDownArrow.gif') no-repeat right;
	cursor: pointer;
}

/*###############-Selected Navigation Tab-################*/

.UINavigationPortlet .UITab .SelectedNavigationTab {
	line-height: 26px; 
	margin: 6px 8px 0px 0px; 
}


.UINavigationPortlet .UITab .SelectedNavigationTab .LeftTab {
	line-height: 21px; 
background: #0a4da6 url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat left -28px;
	padding-left: 3px;
}

.UINavigationPortlet .UITab .SelectedNavigationTab .RightTab {
	line-height: 21px; 
background: #0a4da6 url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat right -55px;
	padding-right: 3px;
}

.UINavigationPortlet .UITab .SelectedNavigationTab .MiddleTab {
	line-height: 21px;
background: #0a4da6 url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') repeat-x;
	text-align: center;
	padding: 0px 4px 0px 4px;
}

.UINavigationPortlet .UITab .SelectedNavigationTab .TabIcon {
	color: #f57a00;
	line-height: 21px;
	padding-bottom: 5px;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat center -82px;;
}

.UINavigationPortlet .UITab .SelectedNavigationTab a {
	color: #f57a00;
}

.UINavigationPortlet .UITab .SelectedNavigationTab .DropDownArrowIcon {
	padding-right: 16px; /* orientation=lt */
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavDownArrow.gif') no-repeat right center;
	cursor: pointer;
}

.UINavigationPortlet .MenuItemContainer {
	white-space: nowrap;
	border: solid #b7b7b7 1px; /*fix for IE*/
	text-align: left; /* orientation=lt */
   z-index: 1;
}

.UINavigationPortlet .MenuItemContainer .MenuItemDecorator {
	border: 1px solid #fcfcfc;
	background: white;
	padding-bottom: 6px;
	opacity: 0.9;
  filter: alpha(opacity=90);
}

.UINavigationPortlet .MenuItemContainer .MenuItem {
	border-bottom: 1px solid #fff;
	cursor: pointer;
	line-height: 24px;
	height: 24px; width: auto;
	display: block;
	white-space: nowrap;
	font-weight: normal;
	padding-left: 5px; /* orientation=lt */
}

.UINavigationPortlet .MenuItemContainer .MenuItem a {
	padding: 0px 20px 0px 25px; /* orientation=lt */
	display: block;
}

.UINavigationPortlet .MenuItemContainer .MenuItem a:hover {
	color: #3e8df0;
}

.UINavigationPortlet .MenuItemContainer .SelectedItem {
	line-height: 24px;
	width: auto; 
	background: #c7c7c7;
	color: #3e8df0;
}

.UINavigationPortlet .MenuItemContainer .SelectedItem a {
	color: #3e8df0;
}

.UINavigationPortlet .MenuItemContainer	.SelectedItem .NormalItem a {
	color: #000;
}

.UINavigationPortlet .MenuItemContainer	.SelectedItem .NormalItem a:hover {
	color: #3e8df0;
}

.UINavigationPortlet .MenuItemContainer	.NormalItem .SelectedItem a {
	color: #3e8df0;
}

.UINavigationPortlet .MenuItemContainer .ItemIcon {
	height: 24px; width: auto;
}

.UINavigationPortlet .MenuItemContainer .MenuItem .ArrowIcon {
	height: 24px; 
	width: auto;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat right -48px;
}	

/*============ Scroll Buttons =====================*/

.UINavigationPortlet .ScrollButtons {
	float: right; /* orientation=lt */
	padding-top: 10px;
	display: none;
}

.UINavigationPortlet .ScrollLeftButton {
	cursor: pointer;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat left -15px;
	width: 10px;
	height: 15px;
	padding-left: 12px; /* orientation=lt */
	margin: 0px 5px;
}

.UINavigationPortlet .ScrollRightButton {
	cursor: pointer;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat right -15px;
	width: 10px;
	height: 15px;
}

.UINavigationPortlet .DisableScrollLeftButton {
	cursor: pointer;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat left -30px;
	width: 10px;
	height: 15px;
	padding-left: 12px; /* orientation=lt */
	margin: 0px 5px;
}

.UINavigationPortlet .DisableScrollRightButton { 
	cursor: pointer;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat right -30px;
	width: 10px;
	height: 15px;
}

.UINavigationPortlet .HighlightScrollLeftButton {
	cursor: pointer;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat left top;
	width: 10px;
	height: 15px;
	padding-left: 12px; /* orientation=lt */
	margin: 0px 5px;
}

.UINavigationPortlet .HighlightScrollRightButton {
	cursor: pointer;
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat right top;
	width: 10px;
	height: 15px;
}

/***********GroupNavigation*************/
.UINavigationPortlet .GroupNavigation .LeftNavigationBar {
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavGroup.gif') no-repeat left top;
}

.UINavigationPortlet .GroupNavigation .RightNavigationBar {
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavGroup.gif') no-repeat right top;
}

.UINavigationPortlet .GroupNavigation .MiddleNavigationBar {
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavGroup.gif') repeat-x center bottom;
}

.UINavigationPortlet .GroupNavigation .UITab .HighlightNavigationTab .LeftTab {
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat left -152px;
}

.UINavigationPortlet .GroupNavigation .UITab .HighlightNavigationTab .RightTab {
background: url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat right -174px;
}

.UINavigationPortlet .GroupNavigation .UITab .HighlightNavigationTab .MiddleTab {
	background: #ffcf01;
}

.UINavigationPortlet .GroupNavigation .UITab .SelectedNavigationTab .LeftTab {
background: #ffa200 url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat left -28px;
}

.UINavigationPortlet .GroupNavigation .UITab .SelectedNavigationTab .RightTab {
background: #ffa200 url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat right -55px;
}

.UINavigationPortlet .GroupNavigation .UITab .SelectedNavigationTab .MiddleTab {
background: #ffa200 url('/web/skin/portal/webui/component/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') repeat-x;
}
