@import url("styles.css");
@import url("ads.css");

body {
	text-align: center;
	margin: 0;
	background: white;
}

#page {
	text-align: left;
	margin: 25px auto 0 auto;
	width: 780px;
	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: 12px;
}
#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;
}

#topbar {
	text-align: right;
	padding: 3px 5px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 5px;
}


/* 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;
}

.h2text{ margin:0px 0px 0px 0px; padding:10px 0px 10px 0px; font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; text-align:center; color:gray; border-bottom-color:#FFFFFF;
}

