body {
	font-size: 12px;
	text-align: center;
}
td {
	font-size: 12px;
}
a:link {
	font-weight: normal;
}

div#main {
	width: 900px;
	margin: auto;
	text-align: left;
	background-color: white;
	padding-bottom: 1px;
}

div#content {
	/* Freaking IE */
	width: 880px;
	margin: 10px;
}

table.list {
	width: 100%;
}
.list td {
	padding: 5px;
}
.list thead td {
	border-bottom: 1px solid black;
	padding-top: 0px;
	font-weight: bold;
}
.list tr.alternating {
	background-color: #eeeeee;
}
.list td.links {
	text-align: right;
}
.list .links a {
	margin-left: 5px;
}

.members .administrator .username {
	font-weight: bold;
	white-space: nowrap;
}

.member .info {
	margin-right: 150px;
	float: left;
}

.member .text label, .member .password label {
	display: block;
}

.member div.input {
	padding-bottom: 3px;
}

.member div.submit {
	display: inline;
	padding-right: 5px;
}

.message {
	font-size: 1.2em;
}

.invitations .accepted {
	/*font-style: italic;*/
	text-decoration: line-through;
}
.invitations .links {
	font-style: normal;
	text-decoration: none;
}

.error {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

.invited .error {
	font-size: 1em;
}
table.invited {
	margin-top: 10px;
}
table.invited td {
	padding-left: 10px;
	padding-right: 10px;
}

div.tools {
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
}

div.nav {
	padding-top: 15px;
	clear: both;
}
div.nav div.links {
	padding: 3px;
	background-color: #dddddd;
}
.nav .link {
	margin-left: 5px;
	margin-right: 5px;
}
.nav .links div.logout {
	float: right;
}

.logoutWarning {
	margin: 10px;
	background-color: white;
	padding: 20px;
	font-size: 1.3em;
}

.logoutWarning .countdown {
	font-weight: bold;
	padding: 5px;
	font-size: 1.1em;
}

.member .message {
	width: 300px;
	margin-left: 300px;
	margin-top: 10px;
}

.member .account .message {
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-top: 0px;
}

.fineprint {
	font-size: 0.7em;
	margin-top: 5px;
}

.invitation .email {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 1.2em;
	text-decoration: underline;
}

.inviting .progress {
	border: 1px solid black;
	height: 20px;
}

.inviting .progress #completed {
	background-color: #D60000;
	height: 20px;
	width: 0px;
}

.inviting .message {
	padding-bottom: 10px;
}

.inviting .message #email {
	font-weight: bold;
}

.inviting .results {
	display: none;
}

.inviting .results .successes {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.inviting .results .errors {
	display: none;
}

.inviting .results .error {
	display: inline;
	font-size: 1em;
}