﻿/*Lumino.us Pipelist*/
.pipeList
{
    /*margin-bottom: 0.2em;*/
    overflow: auto;
    /* This triggers the needed hasLayout property in IE6 */
    _height : 1%;
}

.pipeList ul
{
    list-style-type: none;
    margin: 0;
    padding: 3px 0 3px 3px;
    float: left;
}

#communityTools .pipeList ul {
    float: right !important;
}

.pipeList li
{
    border-left: 1px solid #999;
    float: left;
    /*margin: 0 .3em 0 -.3em;*/
    padding: 0 .3em;
}
.pipeList li.f
{
    border-left-style: none;
}
.pipeList a { text-decoration: none; }

/* These were in layout.css */
div.pipeList
{
	overflow: visible;
	display: block;
	*overflow:auto; /*** Changes made by Pravin 11/30 */
}

* html div.pipeList /*** IE6 Changes made by Pravin 12/01 */
{
	overflow: visible;
	display: block;
}


div.pipeList ul
{
	padding: -2px;
	overflow: visible;
}
.pipeList input
{
	border:none;
	color: White;
	background-color: #acca3c;
}
.pipeList input:hover
{
	cursor: pointer;	
}
.pipeList:after
{
	content:".";
	visibility: hidden;
	clear: both;
	display: block;
	margin: 0;
	height: 0;
}

.pipeList li.upgradenow
{
    background-color: Green;
}

.pipeList .upgradenow A
{
    font-weight: bold;
}

.emaillink
{
    background: transparent url(../images/mail.gif) no-repeat scroll center 1px;
}


/* Vertical menu - used only on displayknowledge.aspx */
.menuList { overflow: auto; }
.menuList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menuList li {
	padding: 2px;	
	margin-bottom: 2px;
}
.menuList a { text-decoration: none; }
.menuList a:disabled { color: #f00; }


/* Align toolbar on the right edge */
.right .pipeList ul
{
  float: right;
  text-align: right;
}

/* Temporary hack - normally each theme should have its own menu color */
.menuList li { background-color: #acca3c; }
.menuList a { color: #fff; }
.pipeList ul { background-color: #acca3c; }
.pipeList a { color: #fff; }
.current {
	background-color: #caffee;
	border-bottom-color: #fff;
	color: #000;
}
.different { font-style:italic; }



/* Fix IE 3px jog bug in menu. Hide from IE5-mac. Only IE-win sees this. \*/
* html .treeview li a 
{
  margin-left: 0px;
  height: 1%;
}
/* End hide from IE5/mac */

