/* Besom Table Style Sheet */

table			{table-layout:		fixed;
				 /*width: 90%;*/
				 empty-cells:		show;
				 border-collapse:	collapse;}
	   
td, th			{width: 			175px;
				 height: 			25px;
				 border: 			2px solid gray;}

th				{text-align:		center;}

td				{text-align:		right;}
.first			{text-align:		center;}

.second			{text-align:		center;}
/*td.security input[type="checkbox"]
				{color:				yellow;
				 background-color:	red;
				}

input.tabledata		{text-align: right;}
			    
				 
td				{text-align: right;}
tr:first-child
				{text-align:	left}
				
#security input[type=checkbox]:checked + label

				{color: #FF0000;
				font-size: 24pt;
				}*/