
body, p, li, td {
	font-size:10pt;
	line-height:14pt;
}
div.workshopSmall {
padding:6px;
margin:2px;
background-color:#F2F2F2;
-moz-border-radius: 8px;
border-radius: 8px;
opacity: 0.8;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
div.workshopSmall:hover {
opacity: 1;
}
div.workshopLarge {
padding:12px;
background-color:#FAFAFA;
-moz-border-radius: 8px;
border-radius: 8px;
}
div.s1, div.s2, div.s3, div.s4, div.s5, div.s6, div.l1, div.l2, div.r1, div.r2, div.r3 {
float:left;
padding:2px;
}
div.s1 {
	width:15px;
}
div.s2 {
	width:100px;
}
div.s3 {
	width:160px;
}
div.s4 {
	width:250px;
}
div.s5 {
	width:180px;
}
div.s6 {
	width:60px;
}
div.l1 {
	width:80px;
}
div.l2 {
	width:650px;
}
div.r1 {
	width:250px;
}
div.r2 {
	width:250px;
}
div.r3 {
	width:250px;
}
div.g1, div.g2, div.g3 {
    border-style: solid;
    border-width: 3px;
	padding: 2px;
	margin: 1px;
	background-color:#DDD;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:30px;
	height:15px;
	float:left;
	font-size:8pt;
	text-align:center;
}
div.g1 {
border-color:#D6FBAD;
}
div.g2 {
border-color:#FCD88E;
}
div.g3 {
border-color:#F7B7B8;
}