﻿body {
}
.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border:1px solid #000;
  width: 770px;
  /* add a border to show size of menu */
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  font-family: Verdana;
  font-size: x-small;
  
  
  
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color:#FFF; 
  background:#FFFFFF; 
  border:1px solid #000; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#fff; 
  background:#000;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

#tblWorkout 
{
    font-family: Verdana;
    font-size: xx-small;
    color: black;
}
#tblEntryResult
{
    font-family: Verdana;
    font-size: xx-small;
    color: black;
}

#vdividermenu ul
{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font-family: Verdana;
font-size: x-small;
width: 100%;
border: 1px solid #000;
background-color: #a32b29;
}

* html #vdividermenu ul
{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: white;
padding: 2px 8px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #FFF;
}

#vdividermenu ul li a:hover{
color: #FFF;
background-color: #000;
}


#masterheader 
{
    font-family: Verdana;
    font-size: x-small;
}
#masterheader a:link, #masterheader a:visited
{
    color: Red;
    
}
#masterheader a:hover, #masterheader a:active
{
    color: Black;
}
