body {
	text-align: center;
	font-family: Helvetica, sans-serif;
}

a {
	color: #0000CC;
	text-decoration: none;
	border-bottom: 1px dotted #0000CC;
}

h1, h2 {
	font-family: Georgia, serif;
	color: #0000CC;
}

p#welcome {
	font-size: 24px;
	color: #0000CC;
	font-weight: bold;
}

table#products thead th.sortable {
	cursor: pointer;
}

table#products thead tr .headerSortUp {
	background: transparent url(images/asc.gif) no-repeat scroll right 7px;
}

table#products thead tr .headerSortDown {
	background: transparent url(images/desc.gif) no-repeat scroll right 7px;
}

table#products tbody a.blue_button {
	font-size: 1em;
}

table#products tbody tr {
	display: none;
}

table#products tbody td {
	font-size: 0.85em;
}

div#content {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}

div#navbar {
	float: left;
	width: 380px;
}

div#main_content {
	float: left;
	width: 550px;
}

.clear {
	clear: both;
}

div.debug_queries {
	text-align: left;
	font-size: 12px;
}

div#navbar ul {
	font-family: Courier;
	font-size: 12px;
}

div#navbar ul {
	list-style-type: none;
	padding-left: 10px;
}

div#navbar ul li ul {
	display: none;
}

input.blue_button,
a.blue_button {
	font-size: 1.25em;
	background-color: #0000CC;
	color: white;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	border: none;
}

input.blue_button:hover,
a.blue_button:hover {
	background-color: #0044FF;
}

table thead tr {
	background-color: #0000FF;
	color: white;
}

table {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

table tbody tr.striped {
	background-color: #CCCCCC;
}

table tbody form {
	padding: 0px;
	margin: 0px;
}

div.status_message,
div.error_message {
	padding: 10px 30px 30px 30px;
  font-weight: bold;
  text-align: center;
	background-color: #F5DEB3;
  margin: 10px 0px 30px 0px;
	font-size: 1.5em;
}

div.status_message h1,
div.error_message h1{
	font-size: 2em;
	font-family: Georgia; serif;
  margin: 0px 0px 10px 0px;
	color: red;
	font-style: italic;
}
