@charset "utf-8";
/* CSS Document */

body {   	background: white;
 		   	margin: 0px 0px;
   		 	padding: 0px;
      		font-family: Arial, sans-serif;
			font-size: 13px;}

table       {background: transparent;
             padding: 0px;
             border: none;}

a			{color: black;}			 


table.wks_menu_main {
			background:url(me/ed_public_menu_bckg.jpg); background-repeat:repeat-x;
			height: 30px;
			width: 100%;
			vertical-align:top;
			padding: 20px 30px 0px 0px;
			}
table.wks_menu {
			background-color: white;
			width: 100%;
			vertical-align:top;
			padding: 0px 0px 0px 0px;
			border: 1px dotted black;
			height: 30px;
			border: 1px dotted black;
			}			
td.wks_menu {
			background:url(me/ed_public_menu_bckg.jpg); background-repeat:repeat-x;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			filter: alpha(opacity=70);
    		opacity: 0.70;
			height: 24px;
			vertical-align: middle;
			color: #D5D5D5;
			padding: 0px 20px 0px 10px;
			border-right: 1px dotted black;
			}
td.wks_menu:hover {
			background:url(me/ed_menu_bckg.jpg); background-repeat:repeat-x;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			filter: alpha(opacity=100);
    		opacity: 1.00;
			height: 24px;
			vertical-align: middle;
			color: white;
			padding: 0px 20px 0px 10px;
			border-right: 1px dotted black;
				}
			
a.wksp_menu:link, a.wksp_menu:active,a.wksp_menu:visited {
			font-family: Verdana, sans-serif;
			font-size: 11px;
			color: white;
			text-decoration: none;
			}
a.wksp_menu:hover {
			color: white;
			text-decoration: underline;
}			
			
td.wksp_menu_icons {
			padding: 0px 10px 0px 7px;
			}			

td.wksp_sort_icons {
			filter: alpha(opacity=70);
    		opacity: 0.70;
			padding: 0px 10px 0px 7px;
			}	
td.wksp_sort_icons:hover {
			filter: alpha(opacity=100);
    		opacity: 1.00;
			padding: 0px 10px 0px 7px;
			}	