@charset "UTF-8";
/* CSS Document */
 registration.php table



.workshoptable th, table td {
	margin: 0;
	padding: 3px 12px;
	text-align:center;
	border-bottom: 1px solid #000;
	border-right:1px solid #000;
}
.workshoptable .name {
	text-align: left;
	padding-left:5px;
	font-weight:bold;
}
.workshoptable tr {
	background: #ffffff;
	/*font-size: 11px;*/
}
.workshoptable tr.alt {
	background: #ffffff;
	/*font-size: 11px;*/
}



table {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	width: 99%;
	border: 1px solid #000;
	background: #ffc;
}
table th, table td {
	margin: 0;
	padding: 3px 12px;
	text-align:center;
	border-bottom: 1px solid #000;
	border-right:1px solid #000;
}
table .name {
	text-align: left;
	padding-left:5px;
	font-weight:bold;
}
table tr {
	background: #eeeeee;
}
table tr.alt {
	background: #ffffff;
}


.workshoptable table {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	width: 99%;
	border: 1px solid #000;	
}

