/* CSS Document */
#content p.button {
	margin:16px 0;
}
#content p.button a {
	font-size:125%;
	font-weight:bold;
	color:#fff;
	background-color:#b22;
	border-color:#cb5b5b #9b1d1d #9b1d1d #cb5b5b;
	border-style:solid;
	border-width:2px;
	padding:2px 8px;
	text-decoration:none;
}
#content p.button a:hover {
	color:#fff;
	border-color:#9b1d1d #cb5b5b #cb5b5b #9b1d1d;
}

.imageR {
	float:right;
	margin:4px 0 4px 8px;
}
.date1 {
	margin-bottom:30px;
}
.date2 {
	float:left;
	margin-right:16px;
}
.tableLayout td.dark {
	background-color:#aaa;
	color:#555;
}
.tableLayout td.nodate {
	background-color:#eee;
}
#who {
	list-style:none;
	padding: 0;
	margin: 0;
}
#who li {
	padding-left:58px;
	padding-top:12px;
	height:42px;
	border-bottom:dotted 1px #ccc;
	margin:4px 0 0 2px;
	font-weight:bold;
}
#who li.student{
		background:url(/international/media/why.jpg) no-repeat;
}
#who li.staff{
		background:url(/study/media/pg/learningThumb.jpg) no-repeat;
}
#who li.visitor{
		background:url(/study/media/pg/fas.jpg) no-repeat;
}