/*
 * $Header: /cvsroot/BrainEKP/SourceCode/html/content.css,v 1.9 2006/08/18 04:47:45 BRAIN\dperalta Exp $
 *
 * Copyright (c) 2001 by TheBrain Technologies Corporation.
 * All rights reserved.
 *
 * This media and the ideas, specifications, and details incorporated
 * herein are the sole and exclusive property of TheBrain Technologies
 * Corporation ("TheBrain"). This media and its content shall be
 * treated as confidential and proprietary in nature and may not be
 * reproduced, in whole or in part, without prior written consent of
 * TheBrain.
 */

BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  background-color: White;
}
.info {
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.A:link
{
  color: #0c3cda;
  text-decoration: none;
}
.A:visited
{
  color: #0c3cda;
  text-decoration: none;
}
.sidebar
{
  background-color: #003399;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
.headingsFont
{
  color: #003399;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
.textFont
{
  color: Black;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none
}
.navBarUserFont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: White;
  font-weight: bold;
}
.navBarThoughtNameFont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: Black;
  font-weight: bold;
}
.navBarThoughtModifiedFont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: Black;
}
.navBarMailTo{
  padding-left: 3px;
  text-align: left;
}
.navBarMailToFont{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: White;
  text-decoration: none;
}
.contentFont
{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}
.contentLinkFont
{
  color: Blue;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}
.contentCellPrimary
{
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  border: medium solid #003399;
  text-align: center;
  padding: 4px;
}
.contentCellEven
{
  background-color: #F6F6F6;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.contentCellOdd
{
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.contentCellBackground
{
  background-color: #F6F6F6;
  vertical-align: top;

}
.notesFont
{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}
.commentsUserFont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
}

.commentCellEven
{
  background-color: #eeeeee;
  font-family: Arial, Helvetica, sans-serif;
}
.commentCellOdd
{
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}

.commentsFont
{
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px
}
.commentsEditedFont
{
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px
}
.historyCellEven
{
  background-color: #F6F6F6;
  padding-left: 4;
}
.historyCellOdd
{
  background: white;
  padding-left: 4;
}
.historyFont
{
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px
}
.historyLinkFont
{
  color: Blue;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px
}
.noticeFont
{
  color: Gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px
}
.conflictMessageFont
{
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px
}
.disabledFont
{
  color: Gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px
}

/* * * * * * * * * * * * * *
 *  T h o u g h t   B a r  *
 * * * * * * * * * * * * * */
.thoughtBarTop {
  background-color: Black;
  height: 1px;
  border: 0;
}
.thoughtBar {
  background-color: Black;
  height: 25px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-left-style: solid;
  border-left-width: 1;
  border-left-color: black;
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1;
  border-right-style: solid;
  border-right-color: black;
  border-right-width: 1;
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 1;
}
.thoughtBarName {
  text-align: left;
  padding-left: 3px;
  border: 0;
}
.thoughtBarNameFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: White;
  font-weight: bold;
}
.thoughtBarTypeFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: White;
  font-weight: bold;
}
.thoughtBarOwner {
  text-align: right;
  padding-right: 3px;
  border: 0;
}
.thoughtBarOwnerFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: White;
}

/* * * * * * * * * * * *
 *  L o g o   A r e a  *
 * * * * * * * * * * * */
.logo {
  background-color: White;
  width: 144px;
  height: 48px;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1;
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 1;
}
.logoRight {
  background-color: Black;
  width: 1px;
  height: 50px;
}

/* * * * * * * * * *
 *  N a v   B a r  *
 * * * * * * * * * */
/*  background-color: black; */
.navBar {
  background-image: url("../images/navbarGrad1.gif");
  height: 25px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: right;
  border: 0;
}
.navBarMailTo{
  padding-left: 3px;
}
.navBarMailToFont{
  font-size: 11px;
  color: White;
  text-decoration: none;
}
.navBarTabs {
  height: 24px;
  vertical-align: middle;
}
.navBarTab {
  background-image: url("../images/navbarGrad1.gif");
  height: 24px;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: White;
  vertical-align: middle;
  cursor: pointer;
}
.navBarDisabledTab {
  background-image: url("../images/navbarGrad1.gif");
  height: 24px;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: White;
  vertical-align: middle;
  text-decoration: none;
}
.navBarActiveTab {
  background-image: url("../images/navbarGrad2.gif");
  height: 24px;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: Black;
  vertical-align: middle;
  text-decoration: none;
}
.navBarSelect {
/*
  background-color:003399;
  color: White;
*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 90px;
  vertical-align: middle;
  text-decoration: none;
}
.navBarDisabledTab A {
  color: White;
  text-decoration: none;
}
.navBarActiveTab A {
  color: Black;
  text-decoration: none;
}
.navBarTabDividerLeft {
  background-color: #00194c;
  width: 1px;
  height: 14px;
}
.navBarTabDividerRight {
  background-color: 3399cc;
  width: 1px;
  height: 14px;
}
.navBarBottom {
  background-color: Black;
  height: 1px;
}

/* * * * * * * * * * * * *
 *  A c t i o n   B a r  *
 * * * * * * * * * * * * */
.actionBar {
  background-color: 99ccff;
  width: 144px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.actionBarItem {
  height: 10%;
  vertical-align: top;
  padding-bottom: 20px;
  padding-top: 4px;
}
.actionBarItemFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  padding-left: 16px;
  text-decoration: none;
  line-height: 150%;
}
.actionBarHeadingTop {
  background-color: Black;
  height: 1px;
}
.actionBarHeading {
  background-color: #003399;
  height: 18px;
  vertical-align: middle;
}
.actionBarHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: White;
}
.actionBarHeadingBottom {
  background-color: Black;
  height: 1px;
}
.actionBarRight {
  background-color: Black;
  padding-left: 1px;
  width: 1px;
  height: 100%;
}
/* Action Bar User and Log Out Link */
.actionBarUserBorder {
  background-color: Black;
  padding: 1px;
}
.actionBarUser {
  text-align: Left;
  background-color: White;
  width: 124px;
  vertical-align: top;
  padding-right: 16px;
}
.actionBarUserFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: Black;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}
.actionBarUserAction {
  text-align: Left;
  background-color: White;
}
.actionBarUserActionFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
  padding-left: 16px;
  padding-bottom: 8px;
}

/* * * * * * * * * * * * * * * * *
 *  A t t a c h m e n t   B a r  *
 * * * * * * * * * * * * * * * * */
.attachmentBar {
  background-color: #eeeeee;
  width: 144px;
  height: 100%;
  padding-left: 13px;
  padding-top: 8px;
}
.attachmentBarRight {
  background-color:#eeeeee;
  width: 1px;
  padding-left: 1px;
  height: 100%;
}
.attachmentHeading {
  height: 28px;
  vertical-align: bottom;
}
.attachmentHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003399;
  font-weight: bold;
}
.attachmentAdd {
  padding-bottom: 10px;
  vertical-align: middle;
  height: 20px;
}
.attachmentAddFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
/* Primary Attachment */
.attachmentPrimaryBorder {
  background-color: #003399;
  padding: 4px;
}
.attachmentPrimary {
  text-align: left;
  background-color: White;
  height: 100px;
  width: 110px;
}
.attachmentPrimaryFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  padding-left: 8px;
}
.attachmentPrimaryLinkFont {
  color: Black;
}
/* Other Attachments */
.attachmentOther {
  height: 100px;
}
.attachmentOtherFont {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
}
.attachmentOtherLinkFont {
  color: Black;
}

/* * * * * * * * * * * * * * * * * * * * *
 *  C o l l a b o r a t i o n   A r e a  *
 * * * * * * * * * * * * * * * * * * * * */
.collabArea {
  width: 100%;
  background-color: White;
  vertical-align: top;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 8px;
}

.collabAreaItem {
  width: 100%;
  background-color: White;
  vertical-align: top;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 8px;
}

/* * * * * * * *
 *  N O T E S  *
 * * * * * * * */
.collabNoteHeading {
  height: 28px;
  width: 50%;
  text-align: left;
  padding-bottom: 8px;
  padding-left: 6px;
  vertical-align: bottom;
}
.collabNoteHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003399;
  font-weight: bold;
  height: 16px;
}
.collabNoteAdd {
  height: 28px;
  width: 50%;
  text-align: right;
  padding-bottom: 8px;
  padding-right: 6px;
  vertical-align: bottom;
}
.collabNoteAddFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.collabNote {
  width: 100%;
  text-align: left;
  height: 128px;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
}
.collabNoteFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.collabNoteLinkFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

/* * * * * * * * * * *
 *  C O M M E N T S  *
 * * * * * * * * * * */
.collabCommentHeading {
  height: 28px;
  width: 50%;
  text-align: left;
  padding-bottom: 8px;
  padding-left: 6px;
  vertical-align: bottom;
}
.collabCommentHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003399;
  font-weight: bold;
  height: 16px;
}
.collabCommentAdd {
  height: 28px;
  width: 50%;
  text-align: right;
  padding-bottom: 8px;
  padding-right: 6px;
  vertical-align: bottom;
}
.collabCommentAddFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.collabCommentEven {
  width: 100%;
  text-align: left;
  background:#eeeeee;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
.collabCommentEvenFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.collabCommentEvenEditedFont {
  color: #003399;
}
.collabCommentEvenLinkFont {
  color: Black;
}
.collabCommentOdd {
  width: 100%;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
.collabCommentOddFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.collabCommentOddEditedFont {
  color: #003399;
}
.collabCommentOddLinkFont {
  color: Black;
}

/* * * * * * * * * * * * * * * * * *
 *  I n p u t   F o r m   A r e a  *
 * * * * * * * * * * * * * * * * * */
.formArea {
  width: 100%;
  background-color: White;
  vertical-align: top;
  padding-left: 16px;
  padding-right: 8px;
  padding-top: 16px;
}
.formHeading {
  padding-bottom:12px;
  padding-top: 16px;
}
.formHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.formSubHeading {
  padding-top: 30px;
  padding-bottom:4px;
}
.formSubHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  font-weight: bold;
}
.formCell {
  height: 30px;
}
.formCellEven {
  text-align: left;
  background:#ffffff;;
  vertical-align: top;
}
.formCellEvenGray {
  text-align: left;
  background:#eeeeee;;
  vertical-align: top;
}
.formLabelFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
  vertical-align: middle;
  padding-right:8px;
}
.formInputCell {
  height: 30px;
  vertical-align: middle;
  padding-right:8px;
  padding-top: 4px;
}
.formButtonCell {
  vertical-align: bottom;
  padding-top: 16px;
}
.formButton {
	font-size: 12px;
	color: Black;
	text-decoration : none;
	height: 22px;
	vertical-align : middle;
	margin-right : 8px;
	width : 66px;
}
.formEntryFont {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color: Black;
  text-decoration: none;
  vertical-align: middle;
  padding-right:8px;
}

/* * * * * * * * * *
 *  W a r n i n g  *
 * * * * * * * * * */
.warningHeading {
  padding-bottom:12px;
}
.warningHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: 800000;
}
.warningMessage {
}
.warningMessageFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.warningButtonCell {
  vertical-align: bottom;
  padding-top: 16px;
}
.warningButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
  height: 22px;
  vertical-align: top;
  margin-right: 8px;
}

/* * * * * * * *
 *  E r r o r  *
 * * * * * * * */
.errorHeading {
  padding-bottom:12px;
}
.errorHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: 800000;
}
.errorMessage {
}
.errorMessageFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

/* * * * * * * * * * * * * * *
 *  S e a r c h   E m p t y  *
 * * * * * * * * * * * * * * */
.searchEmptyHeading {
  padding-bottom:12px;
}
.searchEmptyHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: 800000;
}
.searchEmptyMessage {
}
.searchEmptyMessageFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

/* * * * * * * * * * * * * * * * *
 *  S i m i l a r   S e a r c h  *
 * * * * * * * * * * * * * * * * */
.similarSearchHeading {
  padding-bottom:12px;
}
.similarSearchHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: 800000;
}
.similarSearchMessage {
}
.similarSearchMessageFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * *
 *  C a t e g o r i z a t i o n    M e s s a g e *
 * * * * * * * * * * * * * * * * * * * * * * * * */
.categorizationMessageHeading {
  padding-bottom:12px;
}
.categorizationMessageHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: 800000;
}
.categorizationMessage {
}
.categorizationMessageFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

/* * * * * * * *
 *  A d m i n  *
 * * * * * * * */
.adminArea {
  width: 100%;
  background-color: White;
  vertical-align: top;
  padding-left:  7px;
  padding-right: 7px;
  padding-top: 8px;
}
.adminHeading {
  padding-bottom:10px;
  padding-top: 16px;
}
.adminHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
  vertical-align: bottom;
}
.adminSubHeading {
  padding-top: 30px;
  padding-bottom:4px;
   padding-left: 4px;
}
.adminSubHeadingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  font-weight: bold;
}
.adminCommand {
  padding-bottom: 10px;
  vertical-align: middle;
  height: 20px;
}
.adminHeadingCommand {
  padding-bottom: 10px;
  vertical-align: top;
  text-align: right;
  height: 20px;
}
.adminCommandFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.adminRowEven {
  width: 100%;
  text-align: left;
  background:#eeeeee;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;
}
.adminRowEvenFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.adminRowEvenFontDisable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Gray;
  text-decoration: none;
}
.adminRowEvenLinkFont {
  color: Black;
}
.adminRowOdd {
  width: 100%;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;
}
.adminRowOddFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}
.adminRowOddLinkFont {
  color: Black;
}

/* * * * * * * * * * * * * *
  *  S e a r c h   A r e a  *
  * * * * * * * * * * * * * */
.searchArea {
    width: 100%;
    background-color: White;
    vertical-align : top;
    padding-left :  16px;
    padding-right : 8px;
    padding-top : 16px;
}
.searchHeading {
    padding-bottom:12px;
    padding-top : 16px;
}
.searchHeadingFont {
    font-size: 16px;
    font-weight : bold;
    color: #003399;
}
.searchSubHeading {
    padding-top: 30px;
    padding-bottom:4px;
}
.searchSubHeadingFont {
    font-size: 12px;
    color: #003399;
    font-weight : bold;
}
.searchSubHeadingLinkFont {
    font-size: 12px;
    color: #003399;
    font-weight : bold;
    text-decoration : underline;
}
.searchLabelFont {
    font-size: 12px;
    color: Black;
    text-decoration : none;
    vertical-align : middle;
    padding-right:8px;
}
.search {
    width: 100%;
    text-align : left;
    /*padding-top : 3px;*/
    padding-bottom : 8px;
    padding-left : 4px;
    /*padding-right : 4px;*/
    vertical-align : top;
}
.searchPagingFont {
    font-size: 12px;
    text-align : left;
    padding-left : 4px;
    vertical-align : middle;
}
.searchFont {
    font-size: 12px;
    color: Black;
    text-decoration : none;
    padding-top : 2px;
}
.searchSubjectFont {
    font-size: 12px;
    color: Black;
    text-align: right;
    text-decoration : none;
}
.searchNumFont {
    width: 36px;
    font-size: 12px;
    color: Black;
    text-decoration : none;
    text-align: left;
    vertical-align : top;
}
.searchWideNumFont {
    width: 48px;
    font-size: 12px;
    color: Black;
    text-decoration : none;
    text-align: left;
    vertical-align : top;
}
.searchLinkFont {
    color: Black;
    text-decoration : underline;
}
.searchAttachmentLink {
    color: Blue;
    text-decoration : underline;
}
.searchThoughtLinkFont {
    color: #003399;
    font-size : 16px;
    text-decoration : underline;
}
.searchParentThoughtLinkFont {
    color: #003399;
    font-size : 16px;
    text-decoration : none;
}
.searchThoughtFont {
    color: #003399;
    font-size: 16px;
}
.searchExactMatchParentThoughtLinkFont {
    color: 660000;
    font-size: 16px;
    text-decoration : none;
}
.searchExactMatchThoughtLinkFont {
    color: #660000;
    font-size: 16px;
    text-decoration : underline;
}
.searchMatchFont {
    font-weight: bold;
    color: #003399;
}

/* * * * * * * * * * * *
 *  Paging Styles      *
 * * * * * * * * * * * */
.pagingFont {
  font-size: 12px;
  color: Black;
  text-align: right;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.pagingCurrentFont {
  font-size: 12px;
  color: Black;
  text-align: right;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

/* * * * * * * * * * * * * * * * *
 *  C o l o r   S e l e c t o r  *
 * * * * * * * * * * * * * * * * */
.colorSelectorCell {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.noticeFont {
  color: Black;
  font-size: 9px
}
.templateActionBar {
  background-color: #ffffff;
  width: 144px;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}



/* * * * * * * *
 *  I T E M S  *
 * * * * * * * */
.collabItem {
  height: 28px;
  width: 50%;
  text-align: left;
  padding-bottom: 8px;
  padding-left: 6px;
  vertical-align: bottom;
}
.collabItemSubjectFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003399;
  font-weight: bold;
  height: 16px;
  padding-left: 16px;
  text-decoration: none;
  line-height: 150%;
}
.collabItemAuthorFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003399;
  height: 16px;
}
.collabItemDateFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  height: 16px;
}
.collabItemBodyFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  height: 16px;
}


.collabFeaturedItemSubjectFont {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  color: #003399;
  text-decoration: none;
  font-weight: bold;
  line-height: 150%;
}
.collabFeaturedItemAuthorFont {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  color: #003399;
  height: 16px;
}
.collabFeaturedItemDateFont {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  height: 16px;
}
.collabFeaturedItemBodyFont {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  color: Black;
  text-decoration: none;
  font-weight: normal;
}

.collabFeaturedItem {
  background: #F6F6F6;
}
.collabSelectedItem {
  background: #F5F5F5;
}
.collabSelectedItemOptions {
  background: #F6F6F6;
}
.collabItemOptionsFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
  height: 16px;
  padding-left: 16px;
  text-decoration: none;
  line-height: 150%;
}
.collabFeaturedItemOptionsFont {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
  height: 16px;
  padding-left: 16px;
  text-decoration: none;
  line-height: 150%;
}


.collabItemPagingFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  height: 16px;
}

.collabItemEven {
  background: #ffffff;
/*
  background: #e4e4e4;
*/
}
.collabItemOdd {
  background: #ffffff;
}

