table.ride_list, table.request_list
{
	margin: 5px auto 10px auto;
	border-collapse: collapse;
	border: solid 1px black;
}
th.ride_list, th.request_list
{
	color: #ffffff;
	height: 20px;
	background-color: #004010;
	background-image: url("table_header.gif");
	background-position: top left;
}
th.request_list
{
	background-color: #d07c00;
	background-position: bottom left;
}
tr.ride_list, tr.request_list
{
	border: solid 1px #000000;
	background-color: #f0f8ff;
}
td.ride_list, td.request_list
{
	width: 250px;
	padding: 2px;
	text-align: center;
	border: solid 1px #000000;
}
td.request_list
{
	border-style: none;
}
tr.request_list
{
	border: solid 1px black;
}
tr.ntborder
{
	border-top-style: none;
}
tr.nbborder
{
	border-bottom-style: none;
}
tr.ride_list:hover, tr.request_list:hover
{
	background-color: #d0ffd0;
}
a.ride_list, a.request_list
{
	font-size: 11px;
	text-decoration: none;
	color: #000080;
}
a.ride_list:hover, a.request_list:hover
{
	text-decoration: underline;
	background: transparent;
}
div.separator
{
	clear: left;
	height: 10px;
	background-color: #b0ffa0;
	border-style: none;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#intro
{
	height: 550px;
}
div.intro_slide
{
	background-color: #ffffff;
	border: solid 1px #d0ffc0;
	width: 740px;
	padding: 10px;
	min-height: 300px;
	margin: 5px;
}
img.screenshot
{
	margin: 10px;
	border-style: none;
}
p
{
	font-size: 12px;
}
.pending
{
	background-color: #ffffc0;
}
.approved
{
	background-color: #c0ffd0;
}
div.column
{
	position:relative;
	width:45%;
	float:left;
	margin-left:20px;
}
#admin_blog
{
	margin: 5px;
	padding: 5px;
	border: solid 2px #80d070;
	background-color: #d8ffcb;
}
#admin_blog p
{
	line-height: 1.8em;
	padding: 2px;
	margin: 3px;
}
#admin_blog blockquote
{
	background-color: #c8e0b0;
}
