/*
 * Style sheet for Montpelier Home Delivery Program
 *
 * Basic stuff goes up here.
 */
body {
/*    background: #ffffd2; */
}

.grey {
    color: #999999;
}

.grey a {
    color: #999999;
}

.error {
	color: #cc0000;
	font-weight: bold;
}

.success {
	color: #0000cc;
	font-weight: bold;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.rb {
	text-align: right;
	font-weight: bold;
}

/* ****************************************************************
 * Left-hand nav styles
 */

td.left_nav {
    width: 250px;
    border-right: 1px solid black;
}

td.rap_body {
    padding: 5px;
}

/* ****************************************************************
 * Footer classes
 */
.astute {
	font-size: 0.7em;
	color: #666666;
}
.astute a {
	color: #666666;
}
.astute a:visited {
	color: #666666;
}

/* ****************************************************************
 * Admin classes
 */
table.admin_table {
	border: 1px solid black;
	margin: 5px;
	text-align: left;
}

table.admin_table th {
	background: #ccccff;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

td.border {
	border-bottom: 1px solid black;
}

table.admin_table td {
	padding: 5px;
}

input {
    margin: 2px;
}

/* ****************************************************************
 * Report classes
 */
table.report_table {
	border: 1px solid black;
	margin: 2px;
	text-align: left;
}

table.report_table th {
	background: #ccccff;
	color: #000000;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}

table.report_table td {
	padding: 1px;
	font-size: 0.8em;
}

table.report_table2 {
	border: 1px solid black;
	margin: 2px;
	text-align: left;
	padding: 0px;
}

table.report_table2 th {
	border: 1px solid black;
	background: #ccccff;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

table.report_table2 td {
	border: 1px solid black;
	padding: 5px;
}


