.collabToolbar {
	border: #D9E9FF 1px solid;
	background: #D9E9FF;
	font: 10px verdana,arial,helvetica,"sans-serif";
	margin: 0px 0px;
	width: 100%;
	height:26px;
}
.collabToolbar ul{                         /* menu list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	margin: 0px;                /* space around the list container */
	padding: 0px;               /* space within the list container */
	position: static;           /* need this so that the z-index stuff works correctly */
	color: #000;                /* the default font color (not links) within the main menu container */
	z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
		/* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
}
.collabToolbar ul li{                      /* top-level menu element */
	list-style-type: none;      /* disable the display of the list item bullets */
	float: left;                /* this is to allow for the horizontal main menu */
	margin: 0px;                /* spacing between main menu items */
	padding: 0px;               /* padding within main menu items */
	display: block;
}

.collabToolbar ul li ul {                     /* third-level (or greater) menu element list elements */
	position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin: 0px;                /* space around the list container */
	padding: 0px;               /* space within the list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	display: none;
	width: 140px;               /* should be the same as .collabToolbar ul li width */
	background-color: #fff;     /* sub-menu default background color */
	border:1px solid rgb(107,158,213);     /* the border around the sub-menu list */
	z-index: 99;                /* want to be sure this is above the rest of the menu */
}

.collabToolbar ul li ul li{                   /* second-level or greater menu element links */
	background-color: #fff;     /* default background color for sub-menu container */
	color: #000;                /* default font color (not links) for sub-menu container */
	border: none;               /* sub-menu item border settings */
	margin: 0px;                /* spacing between sub-menu containers */
	padding: 0px;               /* This is for padding between menu items in the drop-downs */
	width: 140px;               /* (padding*2) must be subtracted from .collabToolbar ul li width and set for this one, or borders won't display properly. */
}

.collabToolbar ul li a, .collabToolbar ul li a:visited {         /* top-level menu element links */
	text-align: center;         /* text alignment in main menu item links */
	display: block;
	border:1px solid #D9E9FF;
	padding: 2px 5px 2px 3px;
	text-decoration: none;
	color: #000;
}
.collabToolbar ul li a:hover,                 /* top-level hovering properties */
.collabToolbar ul li:hover{
	display: block;
	border-color: rgb(107,158,213);
	background-color : #fff;
}

.collabToolbar ul ul li a, .collabToolbar ul ul li a:visited  {        /* all the other level menu link elements */
	padding: 3px 4px;
	margin: 0px;
	width: 130px;
	display: block;
	text-align: left;         /* text alignment in main menu item links */
	border:none;
}

.collabToolbar ul ul li:hover,             /* higher level hovering properties */
.collabToolbar ul ul li a:hover{
	display: block;
	background: #003399; color: #fff;
	width:130px;
}

.collabToolbar ul ul ul{                   /* higher-level list containers */
	display: none;              /* don't display by default */
	position: absolute;
	margin-left: 114px;         /* this should be the width of #dmenu ul li */
	margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
}

/* only non-MSIE browsers use this */
.collabToolbar ul ul li>ul,
.collabToolbar ul ul ul li>ul{
	margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
}

/* additional sub-menu levels in the next 2 blocks. */
.collabToolbar ul li:hover ul ul{
	display:none;
}

.collabToolbar ul li:hover ul,
.collabToolbar ul ul li:hover ul{
	display:block;
}
li>ul {
	top: auto;
	left: auto;
}
.content {                      /* This is used for the content that will appear below the menu */
	clear: left;
}

.collabPreviewToolbar{
	background-color: #EDEDED;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
}
.collabPreviewToolbar ul li a, .collabPreviewToolbar ul li a:visited {         /* top-level menu element links */
	border-color:#EDEDED;
}
.collabPreviewToolbar ul li ul {
	border:1px solid #999;
}
.collabPreviewToolbar ul li a:hover,                 /* top-level hovering properties */
.collabPreviewToolbar ul li:hover{
	border-color:#999;
}
.collabPreviewToolbar ul ul li:hover,             /* higher level hovering properties */
.collabPreviewToolbar ul ul li a:hover{
	background-color: #999;color:#fff;
}

.gradientToolbar{
	background-image: url('../img/toolbar-bg.gif');
	border:0;border-bottom: 1px solid #999999;
}
.gradientToolbar ul li a, .gradientToolbar ul li a:visited {         /* top-level menu element links */
	border:none;padding: 3px 6px 3px 4px;
}
.gradientToolbar ul li ul {
	border:1px solid #999;
}
.gradientToolbar ul li a:hover{                 /* top-level hovering properties */
	border:1px solid #999;
	padding: 2px 5px 2px 3px;
}
.gradientToolbar ul ul li:hover,             /* higher level hovering properties */
.gradientToolbar ul ul li a:hover{
	background-color: #999;color:#fff;
}


/* portal styles */
.collab a					{color:#003399;}
.collab td					{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.collab .objectHeader 		{color: #000000; font: bold 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none; padding: 0px 0px 0px 5px;}
.collab .objectHeaderBg 	{background-color: #BED2ED;}
.collab .objectContentBg	{background-color: #EDEDED;}
.collab .objectText			{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;}

.collab .listSortHeaderBg	{background-color: #CCCCCC;}
.collab .listSortHeader		{color: #000000; font: bold 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none; padding: 0px 3px 0px 3px;}
.collab .listText			{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.collab .listText A			{color: #003399; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;}

.collab .formTextboxText	{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.collab .formBtnText		{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none; background-color: #CCCCCC;} /* copy to clipboard */
.collab .formPulldownText	{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.collab .formInputBoxText	{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.collab .formEditorBtnText	{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none; background-color: #BED2ED;} /* close button with bluish background */


.collab .banTopbarBg		{background-color: #6B9ED5;} /*used for collab tabs background*/
.collab .actionbarText		{color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;} /*used for collab tabs text*/
.collab .banHeaderBg		{background-color: #2767B0;} /* used for displaying project name banner */
.collab .banHeader			{color: #FFFFFF; font: bold 14px verdana,arial,helvetica,"sans-serif"; margin-top: 0px; margin-bottom: 0px;} /* used for project name title */

.collab .banText			{color: #FFFFFF; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;} /*search text */
.collab .banText A			{color: #ccffff; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;} /*links within tabs and help link */


/* collab styles */
.collabTabOn {
    background-color: #FFFFFF;
    color: #000000;
    font: bold 10px verdana,arial,helvetica,"sans-serif";
    text-decoration: none;
}
.collabBody {
    margin:0px;
}

.collabDetailPaneHeader {
    background-color: #CCCCCC;
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-bottom:1px solid #888888;
    border-right:1px solid #bbbbbb;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px
}
.collabDetailPaneTitle {
    font: 12px verdana,arial,helvetica,"sans-serif";
    font-weight: bold;
    color: #000000;
}
.collabDetailPaneDescription {
    font: 10px verdana,arial,helvetica,"sans-serif";
    color: #000000;
    padding-left:20px;
}
.collabDetailPaneToolbar {
    background-color: #EDEDED;
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-bottom:1px solid #bbbbbb;
    border-right:1px solid #bbbbbb;
}
.collabDetailPaneButton {
    border:1px solid #EDEDED;
    height:20px;
    padding-right:2px;
    padding-left:2px;
    padding-top:1px;
    padding-bottom:1px;
    color:#000000;
}
.collabDetailPaneToolbarDivider {
    width:1px;
    height:24px;
    background-color:#FFFFFF;
    border-left:1px solid #999999;
}
.collabDetailPaneBody {
    width:100%;
    height:100px;
    overflow:auto;
}
.collabAnchorText {
    text-decoration: none;
}
.collabAnchorText:hover {
    text-decoration: underline;
}
.collabRedText {
	color:#f00;
}

.collab td.label {font-weight:bold}

.detailpanebody td {color: #000000; font: 10px verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.detailpanebody td.header {color:#003399;font-weight:bold}
.detailpanebody td.label1 {padding-left:15px;font-weight:bold}
.detailpanebody a		{text-decoration:none}
.detailpanebody a:hover	{color:#ff0000; text-decoration:underline;}

.modulecontent {overflow:hidden}
.modulecontent a		{text-decoration:none}
.modulecontent a:hover	{color:#ff0000; text-decoration:underline;}
