﻿
.TimeLabel
{
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: right;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
}
.TimeDiv
{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 2px;
}
.TimeTD
{
	/*background: #4C4D4F;*/
	text-align: center;   
}
.DynamicMenu
{
	font-size: 12px;
	color: black;
	z-index: 999;
	background-color: rgb(255,155,45);
	border: 1px dotted #777777;
	text-transform: uppercase;
    
}

.MenuItem
{
	font-size: 12px;
	color: Black;
	height: 30px;
	text-transform: uppercase;
    padding:0px 0px 10px 0px;
    
}

.Menu
{
	font-size: 12px;
	color: Black;
	height: 35px;
	background: url('../Images/MenuItem.gif') repeat;
	text-transform: uppercase;
	width:100%;

}
