body
{
}

table.defaultSmall
{
	font:Verdana;
	font-size:11px;
	font-weight:normal;	
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	padding: 0px 0px 0px 0px;		
}



td.menuButtonInactive
{
	background-image:url(/_imgs/btn_ddo_off.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:98px;	
	height:28px;
	color:Yellow;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;
	text-align:center;
	cursor:hand;
    
}


td.menuButtonActive
{
	background-image:url(/_imgs/btn_ddo_on.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:98px;	
	height:28px;
	color:Yellow;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	cursor:hand;
	
}

td.menuButtonInactiveSmall
{
	background-image:url(/_imgs/btn_ddo_off_small.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:70px;	
	height:22px;
	color:Yellow;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	vertical-align:middle;
	text-align:center;
	cursor:hand;
    
}


td.menuButtonActiveSmall
{
	background-image:url(/_imgs/btn_ddo_on_small.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:70px;	
	height:22px;
	color:Yellow;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	cursor:hand;
	
}