#content p {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

#content textarea {
	width: 240px;
}

#content table {
	border-collapse: collapse; 
	width: 100%;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #20c;
}
#content a:link:hover, #content a:visited:hover {
	color: #c04;
}

#content tr.even td {
	background-color: #eee;
}

#content table.reviewer th, #content table.reviewer td {
	border: 1px solid #ccc;
	padding: 0.3em 1ex;
}
#content table.sessions th, #content table.sessions td {
	border: 1px solid #ccc; 
	padding: 0.3em 1ex;
}
td.authors div {
	padding: 0 0 0.4em 0;
}
#content table.reviewing th, #content table.reviewing td {
	border: 1px solid #ccc; 
	padding: 0.3em 1ex;
}

#content .message {
	padding: 0.5ex;
	background-color: #ffb;
	box-shadow: 3px 3px 5px #ccc;
}
#content .messageBox {
	margin: 2ex 0 3ex 0;
}

.powered {
	text-align: right;
}
.powered a {
	text-decoration: none;
	font-size: 9pt;
	margin-top: 2em;
	color: #888;
}
