H2
{
  font-size:14pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

TD.header
{
background-color:DDDDDD;
font-weight:bold;       
font-size:smaller;
}
TD.body
{
background-color:EEEEEE;
font-size:smaller;
}       
.error
{
color: Red;
}

.info
{
color: Green;
}

.header
{
font-size:large;
color:Navy;
font-family: Arial; 
}

BODY {
        color: black;
        font-family: Tahoma, Verdana, "MS Sans Serif", sans-serif, arial;
        font-size : 8pt;
}

A {
        color: #336699;
        text-decoration: none;
}

A:HOVER {
        color: Red;
        text-decoration: none;
}
.Disabled {
        color:Gray;
        text-decoration: none;
}

A.action {
        color: #336699;
        text-decoration: underline;
}

A.action:hover {
        color: Red;
        text-decoration: underline;
}

TD{
  
        font-family: Tahoma, Verdana, "MS Sans Serif", sans-serif, arial;
        font-size : 8pt;
}

P{
        color: #555555;
        text-align : left;
        margin-bottom : 5px;
        margin-top : 5px;
}

SELECT{
        width: 200px;
}

A.menu{
   color: #555555;
   font-weight: bold;

}
A.menu2{
   color: #555555;
}


.big{

   color: #555555;
   font-weight: bold;

}
.header{

   color: #336699;
   font-weight: bold;
   font-size : 10pt;
}
.title{
   margin-left : 5px;
   color: #336699;
   font-weight: bold;
   font-size : 12pt;
}
.popupTitle{

   color: #336699;
   font-weight: bold;
   font-size : 10pt;
}
.blue
{
color : #336699;
}
.black
{
color : #000000;
}
TD.lightblue{
 background-color: #ddeeff;
}
TD.blue{
 text-align:center;
 background-color: #336699;
 color: #FFFFFF;
}

TD.heading{
 text-align:center;
 background-color: #336699;
 font-weight:bold;  
 color: #FFFFFF;
}
TD.headingLeft{
 text-align:left;
 font-weight:bold;  
 background-color: #336699;
 color: #FFFFFF;
}
TD.content{
 background-color: AliceBlue;
 color:Gray;
}

TD.contentAlternate
{
  color: gray;
  background-color: #ffffff;
}



.MenuGroup {
    BACKGROUND: LightSteelBlue;

}

.menuitemactive 
{
    COLOR: #336699;
    BACKGROUND: AliceBlue;
    CURSOR: default;
}

.menuiteminactive
{
    COLOR: #336699;
    BACKGROUND: Lavender;
    CURSOR: default;
}

.menuitemhover 
{
    COLOR: red;
    BACKGROUND: Thistle;
    CURSOR: hand
}

.flyovermenuitemactive 
{
    COLOR: #336699;
    BACKGROUND: AliceBlue;
    CURSOR: default;
}

.flyovermenuiteminactive
{
    COLOR: #336699;
    BACKGROUND: AliceBlue;
    CURSOR: default;
}

.flyovermenuitemprohibited
{
    COLOR: #999999;
    BACKGROUND: AliceBlue;
    CURSOR: hand
}
.flyovermenuitemhover 
{
    COLOR: red;
    BACKGROUND: Thistle;
    CURSOR: hand
}

.vMenuGroup {
    BACKGROUND: #FF9933;

}
.vflyovermenuitemactive 
{
    COLOR: #336699;
    BACKGROUND: #FCE8C9;
    CURSOR: default;
}

.vflyovermenuiteminactive
{
    COLOR: #336699;
    BACKGROUND: #FCE8C9;
    CURSOR: default;
}

.vflyovermenuitemprohibited
{
    COLOR: #999999;
    BACKGROUND: #FCE8C9;
    CURSOR: hand
}

.vflyovermenuitemhover 
{
    COLOR: #FFFFFF;
    BACKGROUND: #FFA953;
    CURSOR: hand
}


.tabbedpanelitemactive 
{
    BACKGROUND: #eeeeee;
    CURSOR: default;
    font-weight:bold;       
}

.tabbedpaneliteminactive
{
    BACKGROUND: #FFFFFF;
    CURSOR: default;
}

.tabbedpanelitemhover 
{
    BACKGROUND: AliceBlue;
    CURSOR: hand
}

.LinkSelectorGroup {
    BACKGROUND: LightBlue;

}
.LinkSelectorItem
{
  CURSOR: default; 
  COLOR: black; 
  BACKGROUND-COLOR: aliceblue;

}

.LinkSelectorItemOver 
{
  CURSOR: hand;
  COLOR: black; 
  BACKGROUND-COLOR: thistle
}



.flatbutton
{ 
  background-color: AliceBlue;
  border-color: LightSteelBlue;
  border-style:solid;
  border-width:1px;
  font-size:12;

}

.flatbuttonhover
{
        background-color: Thistle;
        border-color: LightSteelBlue;
        border-style:solid;
        border-width:1px;
    font-size:12;
}


 
TR.groupheaderrow
{
        border-width:2px;
        background-color: LightSteelBlue;
        border-style:solid;
        border-color:White;
        color: #ffffff;
        font-weight: bold;
}

TR.headerrow 
{
        background-color: #336699;
        border-style:solid;
        border-width:2px;
        border-color: black;
        font-weight: bold;
        font-size: large;
        color: #ffffff;
}

TR.headerrow A
{
  color: Thistle;
  text-decoration: none;
}

TR.headerrow A:HOVER {
  color: Red;
  text-decoration: none;
}

TR.pagerrow 
{
        background-color: #336699;
        border-style:solid;
        border-width:2px;
        border-color: black;
        font-weight: bold;
        font-size: large;
        color: #ffffff;
        text-align: center;
}

TR.pagerrow A
{
  color: Thistle;
  text-decoration: none;
}

TR.pagerrow A:HOVER {
  color: Red;
  text-decoration: none;
}

TR.datarow
{
        background-color: AliceBlue;
        border-color: #000000;
        border-width: 1px;
         
}

TR.altdatarow
{
        background-color: white;
        border-color: #000000;
        border-width: 1px;
}

TD.headercell
{
        background-color: #336699;
        font-weight: bold;
        color: #ffffff;
}

TD.controlcell
{
        background-color: LightSteelBlue;
        font-weight: bold;
}



.pushbutton
{ 
  background-color: SteelBlue;
  border-color: Silver;
  border-style:outset;
  border-width:1px;
  color: White;
  height:18;  
  font-size:11;
}

.pushbuttonhover
{
  background-color: SteelBlue;
  border-color:White;
  border-style:outset;
  border-width:1px;
  color: White;
  height:18;  
  font-size:11;
}

TABLE.DomainSelector
{
   background-color: AliceBlue;
   border-color: silver;
   border-collapse: collapse;
   border-width: 1px;
   border-style: solid;

}


TD.DomainSelectorHeader
{
   background-color: #336699;
   color: White;
   font-weight: bold;
   border-width: 1px;
   border-style: solid;
   border-color: Silver;
}

TD.DomainSelectorItem
{
}

TD.DomainSelectorItemDmn
{
}

TD.DomainSelectorItemPrj
{
}

TD.DomainSelectorSelectedItem
{
   border-style:solid;
   border-width: 1px;
   border-color: Silver;
   background-color: LightSteelBlue;
   color: white;
   font-weight: bold;
}

TD.DomainSelectorSelectedItemDmn
{
   color: white;
   font-weight: bold;
}


TD.DomainSelectorSelectedItemPrj
{
   color: white;
   font-weight: bold;
}

.fieldData
{
  color:Black;  
} 

TABLE.MetricSelector
{
   background-color: AliceBlue;
   border-color: silver;
   border-collapse: collapse;
   border-width: 1px;
   border-style: solid;
}

TD.MetricSelectorHeader
{
   background-color: #336699;
   color: White;
   font-weight: bold;
   border-width: 1px;
   border-style: solid;
   border-color: Silver;
}

/*
SELECT.MetricSelect {
    color: #005B7F;
    font-size:11px;
    font-family: Tahoma;     
}
*/

/*
  This style is used by all IDbControls except DbRichTextBox
  when RenderAsLabel is true.
*/
.IDbcAsLabel
{
   background-color: Gainsboro;
   color: SteelBlue;
}

/*
  This style is used by DbRichTextBox when RenderAsLabel is true
*/
.IRtbAsLabelOuter
{
   border-width: 1px;
   border-style: solid;
   border-left-color: ThreeDShadow ;
   border-top-color: ThreeDShadow ;
   border-right-color: ThreeDHighlight ;
   border-bottom-color: ThreeDHighlight ;
}

/*
  This style is used by DbRichTextBox when RenderAsLabel is true
*/
.IRtbAsLabelInner
{
   background-color: Gainsboro;
   color: SteelBlue;
   border-width: 1px;
   border-style: solid;
   border-left-color: ThreeDDarkShadow ;
   border-top-color: ThreeDDarkShadow ;
   border-right-color: ThreeDLightShadow ;
   border-bottom-color: ThreeDLightShadow ;
}


/*
  This style is used by all editable IDbControls
*/

.IDbcEditable
 {
   background-color: WhiteSmoke;
   Xcolor: SteelBlue;
   /* Under NN7 input fields are unreasonably narrow. Set width for these controls through 
      css file can help us to resolve this problem. Note that IE will be ignore this setting*/
   width: 200px 
 }


/*
  This style is used by all editable Multi Line Edit IDbControls
*/
.IDbcEditableMLE
 {
   background-color: WhiteSmoke;
   Xcolor: SteelBlue;
   /* Under NN7 input fields are unreasonably narrow. Set width for these controls through 
      css file can help us to resolve this problem. Note that IE will be ignore this setting*/
   width: 400px;
   height: 100px;
 }


/* this style is for section headings */
.SectionHeading
{
   color: black;
   font-weight: bold;
   font-size:larger
}

.isTip 
{
  text-decoration: none;
}

/* this styles for vertical plain menu */
.menuitem1
{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  background-color: SteelBlue;
}

.menuitem2
{
  color: Black;
  background-color: AliceBlue;
  font-weight: bold;
}

.menusection
{
  padding-left:5px;
  color:#444;
  font-size:12px;  
  font-weight:bold;
}

A.menuitem2
{
  color: Gray;
}

A.menuitem2:HOVER
{
  color: Navy ;
  
}

.welcome{
   color: #000000;
   font-size : 14pt;
}

.email{
   color: #8986BB;
}

.noteText
{
 font-style: italic;
 font-size : 11px; 
}

/* MESSAGE LIST */

.msgBody
{
  margin-top: 7px;
  margin-bottom: 7px;    
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid #514333;
  background-color: white;
  width: 95%;
}

.msgText
{
  font-size: 80%;
  font-weight: bold;
  color: #293451;
}
