/**
 * 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.png') no-repeat left 16px;
	margin-left: 25px; /* orientation=lt */
}

.UIBannerPortlet .MiddleBanner {
	height: 70px;
}

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

.UIBannerPortlet .RightLoginContainer {
}

.UIBannerPortlet .MiddleLoginContainer {
	padding: 28px 15px 0;
}

.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;
	color: white;
}

.UIBannerPortlet .MiddleLoginContainer .Login {
	margin-right: 45px;	
	cursor: pointer;
	float: left;	 	
	font-weight: bold;
	display: block;
	color: #ffcb09;
	background: none;
}

.UIBannerPortlet .MiddleLoginContainer .Register {
	margin-right: 45px;	
	cursor: pointer;
	float: left;	 	
	font-weight: bold;
	display: block;
	color: #ffcb09;
	background: none;
}
 
.UIBannerPortlet .MiddleLoginContainer .Language {
	cursor: pointer;
	font-weight: bold;
	float: left;
	display: block;
	color: #ffcb09;
}

.UIPageBody .BLPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/PageBodyBg.png") no-repeat left -76px;
	padding-left: 6px;
	height: 6px;
	margin: 0 8px;
}

.UIPageBody .BRPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/PageBodyBg.png") no-repeat right -85px;
	padding-right: 5px;
	height: 6px;
}

.UIPageBody .BMPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/PageBodyBg.png") repeat-x left -94px;
	height: 6px;
}
/**
 * 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: #202640;
}
	
.UIFooterPortlet .RepeatFooter {
	padding: 15px 340px 15px 335px;
	margin: 0px;
}

.UIFooterPortlet .FooterInfoContainer {
	
}

.UIFooterPortlet .CopyrightInfo {
	text-align: center;
	line-height: 30px;
	color: #727274;
	font-weight: normal;
	font-size: 12px;
}
/**
 * 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.png') no-repeat left 16px;
	margin-left: 25px; /* orientation=lt */
}

.UIBannerPortlet .MiddleBanner {
	height: 70px;
}

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

.UIBannerPortlet .RightLoginContainer {
}

.UIBannerPortlet .MiddleLoginContainer {
	padding: 28px 15px 0;
}

.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;
	color: white;
}

.UIBannerPortlet .MiddleLoginContainer .Login {
	margin-right: 45px;	
	cursor: pointer;
	float: left;	 	
	font-weight: bold;
	display: block;
	color: #ffcb09;
	background: none;
}

.UIBannerPortlet .MiddleLoginContainer .Register {
	margin-right: 45px;	
	cursor: pointer;
	float: left;	 	
	font-weight: bold;
	display: block;
	color: #ffcb09;
	background: none;
}
 
.UIBannerPortlet .MiddleLoginContainer .Language {
	cursor: pointer;
	font-weight: bold;
	float: left;
	display: block;
	color: #ffcb09;
}

.UIPageBody .BLPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/PageBodyBg.png") no-repeat left -76px;
	padding-left: 6px;
	height: 6px;
	margin: 0 8px;
}

.UIPageBody .BRPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/PageBodyBg.png") no-repeat right -85px;
	padding-right: 5px;
	height: 6px;
}

.UIPageBody .BMPagebody {
background:url("/community-forums-extension/templates/skin/webui/component/UIBannerPortlet/DefaultSkin/background/PageBodyBg.png") repeat-x left -94px;
	height: 6px;
}

body {
	background: #202640;
	font-family: lucida sans,arial,tahoma,verdana,sans-serif;
}

table, div, form {
	font-family: lucida sans,arial,tahoma,verdana,sans-serif;
}

.UISiteBody .UINavigationPortlet {
	background: none;
}

.UIWorkingWorkspace {
	width: auto;
	background: #202640;
}

.UIPageBody .VIEW-PAGEBODY .UIPage .UIComponentBlock {
	background: #e4e4e4;
}

.UISitemap {
	margin: 0 6px;
}
/**
 * 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;
	visibility:hidden;
}
	
.UINavigationPortlet .UINavigationBar {
	white-space: nowrap;
}

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

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

.UINavigationPortlet .UINavigationBar .LeftNavigationBar {
background: url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/PageBodyBg.png') no-repeat left top;
	padding-left: 6px;
}

.UINavigationPortlet .UINavigationBar .RightNavigationBar {
background: url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/PageBodyBg.png') no-repeat right top;
	padding-right: 5px;
}

.UINavigationPortlet .UINavigationBar .MiddleNavigationBar {
	height: 36px;
background: url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/PageBodyBg.png') repeat-x left -37px;
}

.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: 23px; 
	margin: 6px 8px 0px 0px; 
}

.UINavigationPortlet .UITab .NormalNavigationTab .LeftTab {
}

.UINavigationPortlet .UITab .NormalNavigationTab .RightTab {
}

.UINavigationPortlet .UITab .NormalNavigationTab .MiddleTab {
	text-align: center;
}

.UINavigationPortlet .UITab .NormalNavigationTab .TabIcon {
	color: #e4e4e4;
	padding: 0 0 5px 24px;
}

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

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

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

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

.UINavigationPortlet .UITab .HighlightNavigationTab .LeftTab {
	background: none;
}

.UINavigationPortlet .UITab .HighlightNavigationTab .RightTab {
	background: none;
}

.UINavigationPortlet .UITab .HighlightNavigationTab .MiddleTab {
	text-align: center;
	background: none;
}

.UINavigationPortlet .UITab .HighlightNavigationTab .TabIcon {
	padding: 0 0 5px 24px;
	background: none;
}

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

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

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

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


.UINavigationPortlet .UITab .SelectedNavigationTab .LeftTab {
	background: none;
}

.UINavigationPortlet .UITab .SelectedNavigationTab .RightTab {
	background: none;
}

.UINavigationPortlet .UITab .SelectedNavigationTab .MiddleTab {
	background: none;
	text-align: center;
}

.UINavigationPortlet .UITab .SelectedNavigationTab .TabIcon {
	padding: 0 0 5px 24px;
	background: none;
}

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

.UINavigationPortlet .UITab .SelectedNavigationTab .DropDownArrowIcon {
	padding-right: 16px; /* orientation=lt */
background: url('/community-forums-resources/skin/webPortlets/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('/community-forums-resources/skin/webPortlets/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('/community-forums-resources/skin/webPortlets/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('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat right -15px;
	width: 10px;
	height: 15px;
}

.UINavigationPortlet .DisableScrollLeftButton {
	cursor: pointer;
background: url('/community-forums-resources/skin/webPortlets/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('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat right -30px;
	width: 10px;
	height: 15px;
}

.UINavigationPortlet .HighlightScrollLeftButton {
	cursor: pointer;
background: url('/community-forums-resources/skin/webPortlets/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('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/Button.gif') no-repeat right top;
	width: 10px;
	height: 15px;
}

/***********GroupNavigation*************/
.UINavigationPortlet .GroupNavigation .LeftNavigationBar {
background: url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/NavGroup.gif') no-repeat left top;
}

.UINavigationPortlet .GroupNavigation .RightNavigationBar {
background: url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/NavGroup.gif') no-repeat right top;
}

.UINavigationPortlet .GroupNavigation .MiddleNavigationBar {
background: url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/NavGroup.gif') repeat-x center bottom;
}

.UINavigationPortlet .GroupNavigation .UITab .HighlightNavigationTab .LeftTab {
background: url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat left -152px;
}

.UINavigationPortlet .GroupNavigation .UITab .HighlightNavigationTab .RightTab {
background: url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat right -174px;
}

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

.UINavigationPortlet .GroupNavigation .UITab .SelectedNavigationTab .LeftTab {
background: #ffa200 url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat left -28px;
}

.UINavigationPortlet .GroupNavigation .UITab .SelectedNavigationTab .RightTab {
background: #ffa200 url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') no-repeat right -55px;
}

.UINavigationPortlet .GroupNavigation .UITab .SelectedNavigationTab .MiddleTab {
background: #ffa200 url('/community-forums-resources/skin/webPortlets/UINavigationPortlet/DefaultSkin/background/NavigationTab.gif') repeat-x;
}

