/* ================================
    CSS STYLES FOR Mountain Skin
   ================================
*/   

.Breadcrumb
{
  font-weight: bold;
    font-size:10;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
  background-color:transparent;
  color: Black;
  padding-right:10;
}

.ContentPane  
{ 
   padding-left:10;
   padding-top:10;
}

.Head
{
  font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #990000;
}

.HorizLogo
{
  padding-left:30;
  padding-top:5;
  padding-bottom:5;
  background-position:bottom;
  background-color:#990000;
  vertical-align:middle;
  color:black;
}

.LeftPane  
{
   padding-left:10;
   padding-top:10; 
   padding-right:10; 


}

.Login{
  font-weight:bold;
  font-size:8.5pt;
  color:#FFFFFF;
  font-family:tahoma, arial, helvetica;
  text-decoration:none;
}


.Logo
{
  padding-left:10;
  padding-top:5;
  padding-bottom:5;
  padding-right:10;
}

.LogoPane  
{
   padding-left:30;
   padding-right:30;
}


/* Main Menu */

.MainMenu_MenuContainer {
  width:100%;
  border-bottom: #990000 0px solid; 
  border-left: #990000 0px solid; 
  border-top: #990000 0px solid; 
  border-right: #990000 0px solid;  
  background-color: transparent; 
  height: 25px;
}

.MainMenu_MenuBar {
  cursor: pointer; 
  cursor: hand; 
/*Changed this line should read 'black*/
  background-color: #c1c0ac;
}

.MainMenu_MenuItem {
  cursor: pointer; 
  cursor: hand; 
  color: White; 
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  border-left: #990000 0px solid; 
  border-bottom: #990000 0px solid; 
  border-top: #990000 0px solid; 
  border-right: #990000 0px solid;
  background-color:transparent;
  height:25px;
}

.MainMenu_MenuIcon {
  cursor: pointer; 
  cursor: hand; 
  background-color: #C1C0AC; 
  border-left: #990000 0px solid; 
  border-bottom: #990000 0px solid; 
  border-top: #990000 0px solid; 
        padding-left: 0px;
        padding-right: 0px;
  text-align: center; 
  width: 0; 
}

.MainMenu_SubMenu {
  z-index: 1000; 
  cursor: pointer; 
  cursor: hand; 
/*I think this line is the line that sets the background color for the item in the menu that i want.... if it does, change to 000099*/
  background-color: #C1C0AC; 
  border-bottom: WHITE 0px solid; 
  border-left: WHITE 0px solid; 
  border-top: WHITE 0px solid; 
  border-right: WHITE 0px solid;
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  color: #C1C0AC;
  font-weight: bold;
}

.MainMenu_MenuBreak {
  border-bottom: #990000 1px solid; 
  border-left: #990000 1px solid; 
  border-top: #990000 1px solid;  
  border-right: #990000 1px solid; 
  background-color: White; 
}


.MainMenu_MenuItemSel {
  border-bottom: #990000 0px solid; 
  border-left: #990000 0px solid; 
  border-top: #990000 0px solid;  
  border-right: #990000 0px solid; 
/*I think this line is the line that sets the background color for the item in the menu that i want.... if it does, change to 000099*/
  background-color: #C1C0AC; 
  cursor: pointer; 
  cursor: hand; 
  color: #333366; 
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  height:25px;
  font-weight: bold;
}

.MainMenu_MenuArrow {
  font-family: webdings; 
  font-size: 8pt; 
  cursor: pointer; 
  cursor: hand; 
  border-bottom: #404040 0px solid; 
  border-left: #FF8080 0px solid; 
  border-top: #FF8080 0px solid;  
  border-right: black 0px solid; 
}

.MainMenu_RootMenuArrow {
  font-family: webdings; 
  font-size: 8pt; 
  cursor: pointer; 
  cursor: hand;
  border-bottom: #404040 0px solid; 
  border-left: #FF8080 0px solid; 
  border-top: #FF8080 0px solid;  
  border-right: black 0px solid; 
}

.MenuPane
{
  background-image:url(spacer.gif);
    background-position:left bottom;
  background-color:white;
  
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.RightPane  
{
   padding-left:10;
   padding-top:10; 
   padding-right:10; 
}

.Title
{
  font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: BLACK;
}

.Hostname
{
color:#000000;
font-weight:bold;
}

.Copyright
{
color:#FFFFFF;
font-weight:bold;
}



/* text style for the selected tab */
.SelectedTab {
color:#FFFFFF;
font-weight:bold;
}

/* text style for the unselected tabs */
.OtherTabs {
color:#FFFFFF;
font-weight:bold;

}


