body {
	margin: 0px;
	text-align: center;
}

#all {
	margin: auto;
	margin-top: -15px;
	width: 810px;	
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 60px grey;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;	
}

table  {
	text-align: center;
	border-collapse: separate;
	cellpadding: 0;
	cellspacing: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999; 
}

table.merge_td {
	text-align: center;
	border-collapse: separate;
	border-spacing: 0px;
	border: 0px;
}

td.title {
	height:20px;
	border: 0px;
	valign: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #cceebb;
	padding:2px;
	border: 1px dashed #bbccbb;

}

table.title {
	text-align: center;
	cellpadding: 0;
	cellspacing: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px; 
}
	
td {
	height: 60px;
	border: 1px solid #eee;
	valign: middle;
	padding: 1px;
}

td.outcell {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	padding: 1px;
	border: 1px solid #aaaaaa;
}

td.tdcell {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px dashed #ddd;
	height: 60px;
	padding: 1px;
	display:table-cell;
	vertical-align: middle;
	width: 138px;
}

#blue_font {
	color: blue;		
}
	
#green_font {
	color: green;
}
	
#DSlateblue {
	color: DarkSlateBlue;
}
	
#red_font {
	color: red;	
}
	
#grey_font {
	color: grey;
}
A:link {
   /* COLOR: #C86000;  */
	text-decoration: none;	
}
td.group_title {
	background: #D6F4BA;
	height: 30px;
	width: 100%
	font-size: 20px;	
}
#number {
	margin: auto;
    width: 25px;
	height: 25px;
	text-align: center;
	-webkit-border-radius: 13px;
    -moz-border-radius:13px;
    border-radius: 13px;
	border: 1px solid #aaa;
	font-weight: bold;
	font-size: 18px;
	color: OrangeRed;
	background: Silver;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;"
}