﻿#MasterContainer
{
 
  background-color:#ed1c24;
}


#SiteContent
{
  padding: 0px  0px 0px 0px;
  /*top right bottom left*/
  margin: 10px 0px 10px  20px;
  /*width: 100%; */
  /*background-color:#c81f19;*/
  background-color:#ed1c24;
  height:100%;
}

.TabMenuContainer
{
  /*border-top: solid 1px black;*/
  background-color: #ed1c24;
  
}

.MenuItem
{
  color:Black;
  background-color:#e5e5e5;
  text-align:center;
  font-size: small;
  font-weight:bold;
  font-family: 'VerizonApexBook', arial, helvetica, sans-serif;
  background-repeat:no-repeat;
  /*this padding controls the black border spacing of the SiteStaticMenu class,
    smaller padding will make thicker lines*/
  /*padding: 5px 4px 4px 3px;
  	padding:10px 0px 10px 0px;*/
}
.MenuItemSelected
{
  color:Gray;
  font-family: 'VerizonApexBook', arial, helvetica, sans-serif;
  background-color:#e5e5e5;
  text-align:center;
  font-size: small;
  font-weight: bold;
  background-repeat:no-repeat;
}


.TabMenuItem
{
  color:Gray;
  font-family: 'VerizonApexBook', arial, helvetica, sans-serif;
  background-color:transparent;
  text-align:center;
  font-size: small;
  font-weight:bold;
 background-image:url("../../Enterprise/images/tab_unselected.gif");
  background-repeat:no-repeat;
  /*this padding controls the black border spacing of the SiteStaticMenu class,
    smaller padding will make thicker lines*/
  /*padding: 5px 4px 4px 3px;
  	padding:10px 0px 10px 0px;*/
    height:35;
    width:165;
	padding: 0px  0px 0px 0px;
    display:block;
  /*top right bottom left*/
}

.TabMenuItem a
{
  color:black;
  font-family: 'VerizonApexBook', arial, helvetica, sans-serif;
  background-color:transparent;
  text-align:center;
  font-size: small;
  font-weight:bold; 
  /*padding:10px 10px 8px 10px;*/
  background-image:none;
   
}


.mainMenu  {font-size:small; font-family: 'VerizonApexBook', arial, helvetica, sans-serif; background-image:url(../../enterprise/images/tab_selected.gif);background-repeat:no-repeat;  cursor:pointer; padding: 8px 0px 13px 0px; width:165px; display:block; text-decoration: none; color: #ffffff; text-align:center; font-weight:bold;height: 17px;}      

 

a.mainMenu:link {color:#fff; font-family: 'VerizonApexBook', arial, helvetica, sans-serif; text-decoration:none; vertical-align:middle;}

a.mainMenu:active {color:#fff; font-family: 'VerizonApexBook', arial, helvetica, sans-serif; text-decoration:none; vertical-align:middle;}

a.mainMenu:visited {color:#fff; font-family: 'VerizonApexBook', arial, helvetica, sans-serif; text-decoration:none; vertical-align:middle;}

a.mainMenu:hover {color:#fff; font-family: 'VerizonApexBook', arial, helvetica, sans-serif; text-decoration:none;  vertical-align:middle;}

.mainMenuLinux  {font-size:small; font-family: 'VerizonApexBook', arial, helvetica, sans-serif; background-image:url(../../enterprise/images/tab_unselected.gif);  background-repeat:no-repeat; cursor:pointer; padding: 8px 0px 13px 0px; width:165px; display:block; text-decoration: none; color: #000000; text-align:center; font-weight:bold;height:17px;}      



.TabMenuItemSelected
{
  color:White;
  background-color:Transparent;
  text-align:center;
  font-size: small;
  font-weight: bold;
  font-family: 'VerizonApexBook', arial, helvetica, sans-serif;
  background-image:url("../../enterprise/images/tab_selected.gif");
  background-repeat:no-repeat;
  height:35;
  width:145;
   /* padding: 10px  0px 10px 0px;*/
     display:block;
  /*top right bottom left*/
}

/*
.TabMenuItemSelected a
{
   color:white;
   text-align:center;
   font-size: small;
   font-weight: bold;
   /*padding:10px 10px 8px 10px;*/
	background-image:none;
}
*/

.TabMenuItemHover
{
  color:#ffffff;
  /*font-weight: bold;
  text-decoration:underline;*/
}
.SubTabMenuItemHover
{
  /*color:Black;
  font-weight: bold;*/
}
.SiteStaticMenu
{
  /*margin: 1px 0px 0px 0px;
  background-color: Black;*/
}
.SiteDynamicMenu
{
  /*background-color: #FFFFBC;
  font-weight:bold;
  font-size: small;*/
}

.TabMenuSpacer
{
  /*background-color: #222222;*/
  /*padding: 5px 5px 5px 5px;*/
  
}