
table.buttons {
	color: Black;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom: 30px;
	width:660px;
	empty-cells:hide;
	border-width: 0px;
}
/*Better to allow a max width for modules - now 1 1000, 2 1200, 3 1000, admin 1000
 But css1 and IE don't support max-width, 800 is a minimum acceptable width and
 near the absolute minimum for these tables 1 667, 2 660, 3 684, admin 694
*/

table.buttons  td.button {  
	font-size:12px;
	font-family: "Trebuchet MS";
	text-align: center;
	font-weight:bold; 
	text-transform:capitalize;
	background-color: #EBF5FC;
	border-width: 1px;
	border-style: solid;
	border-color:blue;
}

table.buttons td {
	background-color: #EBF5FC; 
}
table.buttons  td.label  {
	font-size:14px; 
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-variant:normal; 
	font-style:bold;
	text-transform:uppercase;
	border-width: 1px;
	border-style:solid;
}	

table.buttons a {
    display:block;
	padding:0px;
	margin:0px;   
	vertical-align:top;   
}

table.buttons .symbol {	
	padding: 0px;
	margin: 0px;
	text-align: right;
}

table.key {
	font-size:11px;
	margin-top:10px;
	margin-left:0px; margin-right:auto;
	font-family:  "Trebuchet MS", Arial, sans-serif; 
	border-style:solid;
	border-color:Black;
	border-width: 1px;
}



