body {
	margin: 0px;
	padding: 0px;
	background-color: #C7C7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	color: #5F5F5F;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 16px;
	color: #B9B098;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px;
}

p
{
/*	text-align: left; */
	font-size: 14px;
	line-height: 120%;
	margin: 10px 0px;
}

a, a:link, a:visited {
	color: #007697;
	text-decoration: none;
}

a:hover, a:active {
	color: #005677;
	text-decoration: none;
}

.rtbkgrnd {
	background-image: url(images/people.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.mainbkgrnd {
	background-repeat: repeat-x;
}

.medium {
	font-size: 12px;
}

.small {
	font-size: 10px;
}

/* Mitchell's entries */

.membership-table
{
	margin: 0px 0px 20px 0px;
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-collapse: collapse;
	width: auto;
}

	.membership-table th, .membership-table td
	{
		padding: 5px;
		text-align: left;
		border-top: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
		font-size: 14px;
		vertical-align: top;
	}

		.membership-table td input[type=text]
		{
			width: 400px;
		}

		.membership-table td input.checkbox
		{
			width: auto;
		}

		.membership-table th .th-note
		{
			font-style: italic;
			font-weight: normal;
			font-size: 12px;
		}

ul.radio-check-list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.radio-check-list li
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

input.cbox
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 20px;
}

.cbox-text
{
	margin: 0px 0px 5px 8px;
	padding: 0px;
	white-space: nowrap;
}

span.required
{
	font-size: 150%;
	color: #f00;
	vertical-align: bottom;
	padding-left: 3px;
}

ul.donor
{
	margin: 0px;
	padding: 0px 10px 10px 20px;
}

	ul.donor li
	{
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}

ul.form-errors
{
	margin-top: 0px;
}

	ul.form-errors li
	{
		color: #f00;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}

input.submit
{
	padding: 0px 5px;
	text-align: left;
	overflow: visible;
	width: auto;
}

.table-horizontal
{
	margin-right: 10px;
	background: #f8f8f8;
	clear: left;
	border-collapse: collapse;
}

	/***
	.table-horizontal .col-action
	{
		width: 75px;
	}

	.table-horizontal .col-id
	{
		width: 90px;
	}

	.table-horizontal .col-user
	{
		width: 125px;
		background: #eee;
	}

	.table-horizontal .col-related
	{
		width: 200px;
	}
	***/

	.table-horizontal th
	{
		background: #e4eeff repeat-x url(/images/bg_admin_th.jpg);
		border-top: #e5eefd 1px solid;
		border-bottom: #376ebe 2px solid;
		border-left: #d0d0d0 1px solid;
		border-right: #d0d0d0 1px solid;
		text-align: left;
		padding: 5px;
		font-size: 90%;
		vertical-align: top;
	}

	.table-horizontal thead th, .table-horizontal tfoot th
	{
		padding: 4px 20px 4px 4px;

		/***
		font-size: 90%;
		background-color: #e6EEEE;
		border: 1px solid #FFF;
		***/
	}

	.table-horizontal thead tr .header
	{
		background-image: url(/images/bg.gif);
		background-repeat: no-repeat;
		background-position: right 7px;
		cursor: pointer;
		white-space: nowrap;
	}

	.table-horizontal td
	{
		border-bottom: 1px solid #ccc;
		font-size: 85%;
		text-align: left;
		padding: 5px;
		vertical-align: top;
	}

		.table-horizontal td.inactive
		{
			color: #999;
			background: #f8f8f8;
		}

	.table-horizontal td.bottom-row
	{
		border-bottom: 2px solid #666;
	}

	.table-horizontal tbody tr.odd td
	{
		background-color:#F0F0F6;
	}
	.table-horizontal thead tr .headerSortUp
	{
		background-image: url(/images/asc.gif);
	}
	.table-horizontal thead tr .headerSortDown
	{
		background-image: url(/images/desc.gif);
	}
	.table-horizontal thead tr .headerSortDown, .table-horizontal thead tr .headerSortUp
	{
		color: #fff;
		background-color: #408ee0;
	}
