@import url("styles.css");

body {
	text-align: center;
	margin: 0;
	background: white;
}

#page {
	text-align: left;
	margin: 25px auto 0 auto;
	width: 960px;
	min-height: 400px;
}
#header {
	font-weight: bold;
	text-align: center;
}
#content {
}
#footer {
	border-top: 1px solid #ebebeb;
	padding-top: 5px;
	clear:both;
	margin-top: 25px;
	text-align: center;
	color: #666;
	font-size: 10px;
}
#footer a {
	color: #666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.box {
	border: 3px solid white;
	font-size: 10px;
	background: #dbdbdb;
	padding: 3px;
	margin-bottom: 5px;
}

#toplinks {
	margin-top: 10px;
	padding: 3px 5px;
	background: #ccc;
	text-align: left;
}

#toplinks a {
	text-decoration: none;
}
#toplinks a:hover {
	color: white;
}

/* ERRORS/MESSAGES */
.error {
	background-color: #FFC0C0;	
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	color: #800000;
	font-weight: bold;
	width: 100%;	
}

.message {
	background-color: #a9ca5f;	
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #204a00;
	font-weight: bold;
	width: 100%;
}

/* Table Grid */
table.grid {
	border-collapse: collapse;
}
table.grid th {
	color: black;
	background-color: #d0d0d0;
	font-weight: bold;
	height: 18px;
	padding-left: 2px;
	border-bottom: 1px solid black;
}
table.grid td {
	vertical-align: middle;
	padding-left: 2px;
	overflow: hidden;
}
table.grid td img {
	vertical-align: middle;
}
table.grid th a {
	color: black;
}
table.grid td a {
	color: black;
}

table.grid tr {
	height: 1em;
}
td, th {
	text-align: left;
}
tr.lrO {
	background: #e0e0e0;
}
tr.lrE {
	background: #F0F0F0;
}
div.grid_pages {
	background: #F0F0F0;
	padding: 5px;
}

table.form {
	border-collapse: collapse;
	margin: 5px 0;
}


