@charset "utf-8";
#SECTION {
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ROW {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#USER {
	width: 400px;
}
#COOKIES {
	width: 200px;
	position: relative;
	left: 380px;
	top: -50px;
}
#TPOPTIONS {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #93AD13;
	margin-bottom: 10px;
}

#TRASH {
	height: 25px;
	width: 70px;
	position: relative;
	left: 400px;
}

.EventOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: line-through;
}
