body, td, th, div, span, table {
	margin:0; padding:0;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
}
div#outerContainer {
	margin: auto;
	width: 900px;
	background-color: white;
}
#header, div#content, div#footer {
	text-align: left;
}
#header {
	width: 100%;	
}
#header img#logo {
	border: 0;
	margin: 5px 0 0 15px;
}
#header td#search, #header td#quicklinks {
	text-align: right;
	padding: 5px;
}
#header td#quicklinks {
	vertical-align: bottom;
	font-size: 10px;
}
#header td#quicklinks a.active {
	font-weight: bold;
	color: #3D3014;
}
#header td#search {
	vertical-align: top;
}
#header td#search input {
	border: #5b78e2 solid 1px;
	background: white;
}
#header td#search input#searchText {
	padding-top: 4px;
	padding-left: 2px;
	padding-bottom: 1px;
	width: 200px;
	color: #686868;
	height: 18px;
}
#header td#search input#go {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #ffffff;
	background: #5b78e2;
	height: 25px;
}
div#navigation {
	clear: both;
	background-color: #85BB11;
	color: white;
	height: 40px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#navigation ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#navigation ul li a {
	color: white;
	margin-top: 5px;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 32px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	outline: none;
}
div#navigation ul li a:hover,div#navigation ul li.active a {
	color: #3D3014;
	background-image: url(/images/favicon.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div#footer {
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: #374a97;
	font-size: 9px;
}
div#footer  a {
	color: white;
}
div#w3c {
	text-align: right;
	float: right;
}
div#w3c img {
	border: none;
}
div#content {
	float: left;
	line-height: 150%;
	margin: 10px 10px 20px 10px;
}
div#mainColumn {
	float: left;
	padding-right: 10px;
}
div.halfPage {
	width: 600px;
}
div.fullPage {
	width: 880px;
}
div#infoColumn {
	width: 250px;
	float: right;
	border-left: gray 1px solid;
	padding-left: 10px;
}
#banner {
	width: 900px;
	height: 200px;
}
div.section {
	margin-bottom: 20px;
}
div#login {
	float:right;
	clear:right;
}
cite {
	display: block;
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px;
}
blockquote {
	padding: 0 0 0 20px;
	margin: 40px 0;
	background: url(/images/quotes1.png) top left no-repeat;
}
blockquote p {
	padding-right: 20px;
	font-size: 12px;
	background: url(/images/quotes2.png) bottom right no-repeat;
}
blockquote.thin {
	margin:10px 0 0 0px;
}

/*Generic */
a {
	text-decoration: none;
	color: blue;
	cursor: pointer;
}
a:hover {
	color: red;
}
a.external {
	background-color: transparent;
	background-image: url(/images/external.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-right: 13px;
}
.locked {
	background-color: transparent;
	background-image: url(/images/lock.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-left: 20px;
}
address {
	font-style: normal;
	margin-left: 40px;
}
td address {
	font-style: normal;
	margin-left: 0px;
}
p,ul {
	margin-top: 0;
	padding-top: 0;
	clear: both;
}
p {
	display: inline-block;
}
p.compact {
	margin: 0;
}
ul {
	list-style-type: square;
}
em {
	text-decoration: underline;
	font-style: normal;
}
strong {
	font-style: italic;
	font-weight: bold;	
}
abbr, span.info {
	border-bottom: 2px dotted green;
	cursor: help;
}

/* Headings */
#infoColumn h2,#infoColumn h3 {
	font-size: 12px;
	color: #678b0d;
	margin-bottom: 2px;
	margin-top: 0px;
}
#mainColumn h2, #mainColumn h3, #mainColumn h3 a {
	font-size: 14px;
	color: #4a0206;
	margin-bottom: 2px;
	margin-top: 0px;
}
#mainColumn h3 {
	margin-top: 15px;
	margin-bottom: 0px;
}
#mainColumn h3.sub {
	color: #678b0d;
}
h1.pageTitle {
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
	padding: 0;
	position: absolute;
	color: #4a0206;
}
h4,h4 a {
	margin: 0;
	font-weight: normal;
	float: left;
	color: #678b0d;
	font-size: 14px;
}
.left {
	float: left;
}

/* News */
.titleDate {
	color: #777;
}
td.titleDate {
	white-space: nowrap;
	text-align:right;
}
.readMore {
	font-size: 10px;
}
.summaryItem td {
	padding: 10px 0 0 0;
}
.summaryItem td.actions {
	padding: 0;
	vertical-align: bottom;
	white-space: nowrap;
}
.summaryItem td.title {
	width: 80%;
}
.actions a, .addButton, .actionsFloat a {
	margin-left: 10px;
	background-position: right;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
	padding: 0;
}
.actionsFloat {
	float: right;
}
.addButton {
	background-image: url(/images/add.png);
}
.addButton:hover {
	background-image: url(/images/add_over.png);
}
.editButton {
	background-image: url(/images/edit.png);
}
.editButton:hover {
	background-image: url(/images/edit_over.png);
}
.deleteButton {
	background-image: url(/images/delete.png);
}
.deleteButton:hover {
	background-image: url(/images/delete_over.png);
}
.replyButton {
	background-image: url(/images/reply.png);
}
.replyButton:hover {
	background-image: url(/images/reply_over.png);
}
.currentButton {
	background-image: url(/images/current.png);
}
.currentButton:hover {
	background-image: url(/images/current_over.png);
}
.historyButton {
	background-image: url(/images/history.png);
}
.historyButton:hover {
	background-image: url(/images/history_over.png);
}
.approveButton {
	background-image: url(/images/approve.png);
}
.approveButton:hover {
	background-image: url(/images/approve_over.png);
}
.rejectButton {
	background-image: url(/images/reject.png);
}
.rejectButton:hover {
	background-image: url(/images/reject_over.png);
}
.viewButton {
	background-image: url(/images/view.png);
}
.viewButton:hover {
	background-image: url(/images/view_over.png);
}

/*Links*/
table.link td {
	width: 300px;
	white-space: normal;
	font-size: 10px;
	vertical-align: top;
	border-bottom: 1px silver solid;
	padding-bottom: 10px;
}
table.link td.spacer {
	width: 60px;
}
table.link td a {
	font-size: 12px;
	font-weight: bold;
}
table.link th {
	width: 100px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px silver solid;
}
table.link img {
	width: 90px;
	height: 70px;
}
div.pageNumbers {
	margin-top: 6px;	
	margin-bottom: 6px;
	text-align: right;
}
div.pageNumbers a, div.pageNumbers span {
	padding: 2px 4px 2px 4px;
	margin-right: 3px;
	font-weight: bold;
	border: 1px solid silver;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.pageNumbers span {
	color: #555;
}

/*Images*/
.staggerRight {
	margin-top: 40px;
	float: right;
}
.staggerLeft {
	margin-top: 40px;
	float: left;
}
#imageList {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#imageList h4 {
	float: none;
}

/*Forms*/
form {
	margin: 0;
}
#mainColumn form textarea {
	height: 160px;
}
input, textarea {
	border: #7f9db9 1px solid;
	background: ghostwhite;
}
input.button, input.submitButton {
	border-color: #7f9db9 #000 #000 #7f9db9;
}
input.submitButton {
	font-weight: bold;
}
#mainColumn input[type=text], #mainColumn input[type=file], #mainColumn form textarea {
	width: 500px;
}
#mainColumn form textarea.html {
	width: 760px;
	height: 400px;
}
input.number, #mainColumn input.number {
	width: 40px;	
}
.hiddenForm {
	width: 800px;
}
#infoColumn input[type=text], #infoColumn input[type=file] {
	width: 150px;
}
input[type=password] {
	width: 150px;
}
legend {
	color: #4a0206;
	font-size: 14px;
	font-weight: bold;
}
form fieldset {
	border: 4px solid #99cc99;
	padding: 10px;
}
th {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
}
table.pretty th {
	color: #374a97;
}
.nowrap, td.status {
	white-space: nowrap;
}
input.error,textarea.error {
	border: 1px solid red;
	background: ghostwhite;
}
input.date, #mainColumn input.date {
	background-image: url(/images/date_pick.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 85px;
	cursor: pointer;
}

input.datetime, #mainColumn input.datetime {
	background-image: url(/images/date_pick.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 85px;
	cursor: pointer;
}
.validationForm .status {
	vertical-align: middle;
}
.validationForm label.error {
	background: transparent url(/images/unchecked.gif) no-repeat scroll 0 0;
	color: #EA5200;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 16px;
}
.validationForm label.checked {
	background: transparent url(/images/checked.gif) no-repeat scroll 0 0;
}
.req {
	color: red; font-weight: bold;	
}
#loginForm {
	margin-bottom: 20px;	
}

/*Tool tips */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #343434;
	color: white;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3,#tooltip div {
	margin: 0;
}
#tooltip h3 {
	color: #6dcff6;
	font-size: 12px;
}

/* Messages */
div#messageContainer {
	margin-right: 10px;
	position: fixed;
	right: 0px;
	width: 235px;
}
.unobtrusive {
	color: silver;
}
div.flash {
	clear:both;
	padding: 5px;
	font-size: 10px;
	margin-top: 5px;
}
div.flash span {
	font-weight: bold;
}
div.error {
	background: mistyrose;
	border: 1px red solid;
}
div.notice, div.noticeStay {
	background: #D2B48C;
	border: 1px blue solid;
}
div.success {
	background: honeydew;
	border: 1px green solid;
}
div.flash h2 {
	margin: 0;	
}
div.warning {
	background-image: url(/images/warning.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 80px;
	padding-left: 80px;
}

/* Comments */
#mainColumn h3.comments {
	border-top: 1px dashed silver;
	padding-top: 15px;
	color: #555;
}
#mainColumn h3.comments a, #mainColumn h3.comments a:hover {
	color: #555;
}
table.commentsList {
	width:100%;
}
table.commentsList td.actions {
	vertical-align:bottom;
}
table.commentsList .titleDate {
	font-size: 10px;
}
table.commentsList h4 {
	color: #4a0206;
	font-size: 12px;
	margin-right: 5px;
	font-weight: bold;
}
table.commentsList th {
	font-size: 12px;
	padding-top: 20px;
}
.lastModified {
	margin-top: 10px;
}
/* Joining */
.membership th {
	font-size: 20px;
	color: darkslateblue;
	font-family: Arial, Verdana;
	vertical-align:top;
}
.membership th span {
	font-size: 14px;
}

/* Table list */
table.list td, table.list th {
	padding: 2px;	
}
table.list thead th, table.list thead th a {
	background-color: #00264D;
	color: white;
}
table.list thead th.up {
	background-image: url(/images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center right;
}
table.list thead th.down {
	background-image: url(/images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center right;
}
table.list thead th a:hover {
	color: red;
}
table.list tr.odd td {
	background-color: #80BEFF;
}
table.list tr:hover td {
	background-color: #007DFF;
	color: white;
}

/* Misc */
.check_yes {
	background-image: url(/images/check_yes.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 20px;
}

.check_no {
	background-image: url(/images/check_no.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 20px;
}
img {
	border: 0;	
}
a {
	outline: none;	
}

/* star rating */
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('/images/starrating.gif') top left repeat-x;	
	text-align: left;	
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.unit-rating li a:hover{
	background: url('/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

