/* ================================
    CSS STYLES FOR CUBIC COMPASS PERSONAL PORTAL 
    v1.1, 08/2001
   ================================
*/

BODY
{
    background-color: White;
    color: Black;
}

/* PAGE BANNER */
.Banner{    
 background-image: url(../images/gradients/bluegradbanner1700.jpg);

}
.LogoContent {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: Blue;
}
.LogoText {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: Blue;
    font-style:italic;
}

.DateTime
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    color: Navy;
}

.MenuGroup
{
  background-color:white;
  border:1px;
  border-style:solid;
  border-color:Gray;
}

.MenuItem 
{
  background-color:white; 
  font-family:verdana; 
  font-size:12px; 
  border:1px;
  border-style:solid;
  border-color:white;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}
.MenuItemSelected
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  border:1px;
  border-style:solid;
  border-color:Gray;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}
.MenuItemOver 
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  border:1px;
  border-style:solid;
  border-color:Gray;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}
.TreeViewNormal
{
	FONT-SIZE: 10px; 
	COLOR: black; 
	FONT-FAMILY: MS Sans Serif, Verdana;
}
.TreeViewHoverClass 
{
	FONT-SIZE: 10px; 
	PADDING-BOTTOM: 3px; 
	CURSOR: default; 
	COLOR: black; 
	PADDING-TOP: 3px; 
	FONT-FAMILY: MS Sans Serif, Verdana; 
	BACKGROUND-COLOR: silver ;
}
.TreeViewHiliteClass 
{
	FONT-SIZE: 10px; 
	PADDING-BOTTOM: 3px; 
	CURSOR: default; 
	COLOR: black; 
	PADDING-TOP: 3px; 
	FONT-FAMILY: MS Sans Serif, Verdana; 
	BACKGROUND-COLOR: silver 
}

.BreadCrumb
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    color: Black;
}    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: navy;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: Navy;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: navy;
}

A.SiteLink:active   {
    color: Navy;
    text-decoration:    none;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: Maroon;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: Navy;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Navy;
}
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Navy;
}

/* text style used for most text rendered by webparts */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    color: Black;
}
.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    color: Red;
}
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* Odd/Even row classes */
TR.Even
{
	background-color: #E0E0E0;
}

TR.Odd{

}
.RowItem
{
	background-color: White;
}

.RowItemOver
{
	background-color: #D0D0D0;
}
.ListBox
{
	width: 100%;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* Frame style classes */

TABLE.HasFrame{
    border-style: outset;
    background-color: White;
}
TR.Menu
{
	background-image: url(../images/gradients/bluegradmenu.jpg);
	/*background-image: url(../images/animated/ani_lazarbar.gif);*/
}
TD.MenuTitle{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: Blue;
}

.CustomizeCommand{}
.HelpCommand{}
.MinimizeCommand{}
.MaximizeCommand{}
.RemoveCommand{}

TR.PageContentHeader
{
	background-color: lightblue;	
}

TR.PageContent
{
	
}

/* GENERIC */

H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: navy;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: navy;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: navy;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: navy;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: navy;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: navy;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: navy;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: navy;
}
TD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;  
    color: Black;
}

A:link  {
    text-decoration:    none;
    color:  Blue;
}

A:visited   {
    text-decoration:    none;
    color:  navy;
}

A:active    {
    color: Navy;
    text-decoration:	none;
}

A:hover {
    text-decoration:    underline;
    color:  Maroon;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

