/* ================================
    CSS STYLES FOR Mountain Skin
   ================================
*/   

/* This Is The Start Of The Header. */
.TopLeft
{
background-image:  url(/Portals/_default/Skins/itecv2/SlicesItecSkin_01.jpg); 
background-repeat:no-repeat;
background-position:top;
width:37;
height:106;
}
 
.ItecLogo
{
background-image:  url(/Portals/_default/Skins/itecv2/SlicesItecSkin_02.jpg); 
background-repeat:no-repeat;
background-position:top;
width:126;
height:106;
}

.ItecLogo:Link
{ 
  background-image:  url(/Portals/_default/Skins/itecv2/SlicesItecSkin_02.jpg);
  background-repeat:no-repeat;
  background-position:top;
  width:126;
  height:106;
}

.GreyMiddle
{
background-image:  url(/Portals/_default/Skins/itecv2/ItecSkin/SlicesItecSkin_03.jpg); 
background-repeat:no-repeat;
background-position:top;
width:37;
height:106;
}
 
.PictureMiddle
{
background-image:  url(/Portals/_default/Skins/itecv2/SlicesItecSkin_04.jpg); 
background-repeat:no-repeat;
background-position:top;
width:458;
height:106;
}

.CNSeal
{
background-image:  url(/Portals/_default/Skins/itecv2/SlicesItecSkin_05.jpg);
background-repeat:no-repeat;
background-position:top;
width:92;
height:106;
}

.CNSeal:Link
{
background-image:  url(/Portals/_default/Skins/itecv2/SlicesItecSkin_05.jpg);
background-repeat:no-repeat;
background-position:top;
width:92;
height:106;
}
/* This Is The End Of The Header. */
/* This Is The Start Of Bottom Of The Header And Menu. */
.SmallGreySqr
{
background-image:  url(/Portals/_default/Skins/itecv2/SlicesItecSkin_06.jpg); 
background-repeat:no-repeat;
background-position:top;
width:37;
height:35;
}

.BottomItecLogo
{
background-image: url(/Portals/_default/Skins/itecv2/SlicesItecSkin_07.jpg);
background-repeat:no-repeat;
background-position:top;
width:126;
height:35;
}

.SmallRedGreySqr
{
background-image: url(/Portals/_default/Skins/itecv2/SlicesItecSkin_08.jpg);
background-repeat:no-repeat;
background-position:top;
width:37;
height:35;
}

.Menu
{
background-repeat:no-repeat;
background-position:top;
vertical-align: middle;
width:550;
height:35;
text-align:center;
}
/* This Is The End Of Bottom Of The Header And Menu. */
/* This Is The Start Of The Left Pane And Body. */


.ContentPane
{
background-color:E8EBEB;
background-repeat:repeat;
background-position:top;
padding-left:5;
padding-top:5; 
padding-right:5; 
}



.Footer
{
vertical-align:text-top;
color:ffffff;
text-align:center;
}

a.footer{
vertical-align:text-top;
color:ffffff;
text-align:center;
}

.SkinObject{
vertical-align:text-top;
color:ffffff;
text-align:center;
}

/* This Is The End Of The Header. */


.Breadcrumb
{
  font-weight: bold;
    font-size:10;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
  background-color:transparent;
  color: Black;
  padding-right: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;
}

.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-style: none;
  background-color: transparent; 
  height: 25px;
}

.MainMenu_MenuBar {
  cursor: pointer; 
  cursor: hand; 
/*Changed this line should read 'black*/
  background-color: TRANSPARENT;
  border-color: transparent;  
}

.MainMenu_MenuItem {
  cursor: pointer; 
  cursor: hand; 
  color: White; 
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  border-style: none;
  border-color: transparent;
  background-color:transparent;
  height:25px;
}

.MainMenu_MenuIcon {
  cursor: pointer; 
  background-color: #cccccc; 
    border-style: none;
  text-align: center; 	
  }

.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: #cccccc; 
  border-style: none;
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  color: #333366;
  font-weight: bold;
  border-color: transparent;  
}

.MainMenu_MenuBreak {
  border-style: none;
  background-color: #cccccc; 
  border-color: transparent;  
}


.MainMenu_MenuItemSel {
  border-style: none;
/*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: #cccccc; 
  cursor: pointer; 
  cursor: hand; 
  color: #333366; 
  border-color: transparent;  
  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-style: none;
  background-color:#cccccc;
}


.MainMenu_RootMenuArrow {
  font-family: webdings; 
  font-size: 8pt; 
  cursor: pointer; 
  cursor: hand;
  border-style: none;
  background:background-color: #cccccc;
}

.MenuPane
{
  background-image: url(/Portals/_default/Skins/itecv2/spacer.gif);
  background-position:left bottom;
  background-color: #333366;
  
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.Title
{
  font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: BLACK;
}

.Hostname
{
color:#FF0000;
font-weight:bold;
}


.Hostname.a
{
color:#FF0000;
font-weight:bold;
}

.Copyright
{
color:#FFFFFF;
font-weight:bold;
}

.Copyright.a
{
	color: white;
	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;

}

