﻿body {
}


TABLE.DispatchWin 
{
	table-layout: fixed;	
	
}

TD.DWTL
{
	height: 20px; 
	width: 7px; 
	background: url('Images/WinTopLeft.gif');
}

TD.DWTM
{
	height: 16px; 
	background: url('Images/WinMid.gif');
	font-family: Arial;
	font-size: 10pt; 
	font-weight: bold; 
	color: white; 
	padding-left: 10px; 
	padding-top: 4px;
	
}


TD.DWTMSliver
{
	height: 16px; 
	background: url('Images/WinMid.gif');
	width: 7px; 
	width: 7px; 
}

TD.DWTR
{
	height: 20px; 
	width: 7px; 
	background: url('Images/WinTopRight.gif');
}

TD.DWML
{
	width: 7px; 
	background: url('Images/WinMidLeft.gif');
}


TD.DWMM
{
	
	padding: auto;
	background-color: #EEF7F9;
}

TD.DWMR
{
	width: 7px; 
	background: url('Images/WinMidRight.gif');
}

TD.DWBL 
{
	height: 7px; 
	width: 7px; 
	background: url('Images/WinBottomLeft.gif');
}

TD.DWBM 
{
	height: 7px; 
	background: url('Images/WinBottomMid.gif');
}

TD.DWBR 
{
	height: 7px; 
	width: 7px; 
	background: url('Images/WinBottomRight.gif');
}



DIV.DWMenu
{
	
	border: solid 1px #6CAFB4;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=3);
	cursor: default;
	position: absolute;
	display: none;
	right: 0px;
	background-color: #6CAFB4; 
	z-index: 100000;
}


DIV.DWMenu UL
{
	list-style: none;
	margin: 0px;	
}

DIV.DWMenu UL LI
{
	display: block;
}
	


DIV.DWMenu A 
{
	
	font-family: 'Times New Roman';
	font-size: 10pt;
	color: black;
	display: block;
	width: 8em;
	padding-left: 5px;
	background-color: #EEF7F9;
}

DIV.DWMenu A:hover 
{
	background-color:  #AFEEEE;	
	color: Black;
}

