/* Client: Bobbin - Spindle framework		Date: 25 Aug 2009
----------------------------------------------------------------------------- */


/* RESET CODE
----------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/* CLEAR AND FLOATS
----------------------------------------------------------------------------- */


.clear {
	clear:both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

.right {
	float:right;
}

.left {
	float:left;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
	z-index:99;
}


/* STRUCTURE
----------------------------------------------------------------------------- */


.head, .prime, .banner, .container, .foot {
	clear:both;
	margin:0 auto;
}

/* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */
html {
	height:101%;
	margin-bottom:1px;
}

/* for ie5.5 / 6.0 - realign the text */
* html .head, * html .prime, * html .banner, * html .container, * html .foot {
	text-align:left;
}

body {
	margin:0px auto;
	font-family:Helvetica, Arial, sans-serif;
	color:#1A1F19;
	font-size:100%;
	background:#F5F5F5;
}

/*
 For FireFox, Chrome and Safari - default monospace font too small
 See: http://www.undermyhat.org/blog/2009/09/css-font-family-monospace-renders-inconsistently-in-firefox-and-chrome/
*/
pre, code, samp, kbd, tt {
  font-family:"Courier New" , monospace;
}

/* Container for the whole page */
div.page_outer {
	margin:0 auto;
	padding:0;
	width:780px;
	position:relative;
}

div.page_inner {
	margin:0;
}

div.head {
	background: #DFE5D9;
	height: 320px;
	margin: 10px 0 0 0;
	overflow: hidden;
	position: relative;
}

div.logo {
	height: 290px;
	padding:0;
	text-align: right;
}

	div.logo a {
		display: block;
	}

	body.home div.logo,
	body.events div.logo,
	body.bookshop div.logo,
	body.library div.logo,
	body.news div.logo {
		background: #DFE5D9 url('../images/bg-header-1.jpg') bottom center no-repeat;
	}

	body.membership div.logo {
		background: #DFE5D9 url('../images/bg-header-2.jpg') bottom center no-repeat;
	}

	body.emanuel_swedenborg div.logo,
	body.newsletter_signup div.logo {
		background: #DFE5D9 url('../images/bg-header-3.jpg') bottom center no-repeat;
	}

	body.contact_us div.logo {
		background: #DFE5D9 url('../images/bg-header-4.jpg') bottom center no-repeat;
	}

div.container {
	padding:0;
	clear:both;
	background:#ffffff;
	min-height:300px;
	height:auto !important;
	height:300px;
}

/* fixes collapse of empty div in firefox */
.spacer {
	white-space:pre;
}


/* SPOTLIGHT STYLES
----------------------------------------------------------------------------- */


div.spotlight {
	padding:15px 0 0 0;
}


/* CAROUSEL STYLES
----------------------------------------------------------------------------- */

div.carousels {
	height:300px;
	width:600px;
	overflow:hidden;
}

div.carousels div#fader img {
	display:block;
}

div.carousel_list div.carousel {
	margin-bottom: 10px;
	margin-right: 10px;
	float:left;
}

div.carousel_list img.slide,
div.carousel_list div.carousel {
	height:115px;
	width:229px;
	display:block;
}



/* CHANNEL STYLES
----------------------------------------------------------------------------- */

div.channel {
	height:100px;
	width:340px;
	line-height:0;
}

div.channel.last {
	margin-bottom:0;
}

div.channel a,
div.channel img {
	display:block;
}


/* BULLET STYLES
----------------------------------------------------------------------------- */

div.content_two ul {
	padding-left:0px;
}

div.content_two ul li {
	font-size: 12px;
	line-height: 18px;
	background:url("../images/bullet.gif") no-repeat scroll 0 5px transparent;
	list-style:none outside none;
	padding-left:15px;
}


/* ROLLOVER STYLES
----------------------------------------------------------------------------- */


a.rollover {
	display:block;
	width:100%;
	height:100%;
}

a.rollover:hover {
	background-position:bottom;
}

a.rollover span {
	position:absolute;
	left:-5000px;
}


/* NAVIGATION GRID STYLES
----------------------------------------------------------------------------- */


body.level1 div.navigationGrid div.navigation {
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: left;
	width: 160px;
}

body.level1 div.navigationGrid div.navigation h2.title {
	font-size: 0.875em;
	font-weight: bold;
	margin: 10px 0 0 0;
}

body.level1 div.navigationGrid div.navigation div.text,
body.level1 div.navigationGrid div.navigation p.textleft {
	display: none;
}

body.level2 div.navigationGrid div.navigation {
	float: none !important;
	margin-bottom: 15px;
}

body.level2 div.navigationGrid div.navigation a img {
	display: block;
	float: left;
}

body.level2 div.navigationGrid div.navigation h2.title,
body.level2 div.navigationGrid div.navigation div.text,
body.level2 div.navigationGrid div.navigation p.textleft {
	display: block;
	float: right;
	width: 290px;
}

body.level2 div.navigationGrid div.navigation h2.title {
	font-size: 0.875em;
	font-weight: bold;
}

body.level1 div.navigationGrid div.navigation.rowEnd,
body.level2 div.navigationGrid div.navigation.rowEnd {
	margin-right: 0;
}


/* ADMIN FORM STYLES
----------------------------------------------------------------------------- */


div.adminForm {
	padding: 20px 15px 20px 15px;
}

form.admin {
	font-size:0.75em;
}

form.admin p {
	font-size:1em;
	padding:0;
	margin:0 0 0.5em 0;
}

form.admin fieldset {
	border:1px #CCCCCC solid;
	padding:10px;
	margin-top:20px;
}

form.admin legend {
	font-weight:bold;
	font-size:1.2em;
	color: #000000;
}

form.admin div.row {
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
}

form.admin div.row input {
	vertical-align:text-bottom;
}

form.admin div.row input.numeric {
	text-align:right;
}

form.admin div.row div {
	margin-left:178px;
}

form.admin label {
	display:block;
	float:left;
	font-weight:bold;
	padding:0 8px 0.5em 0;
	text-align:right;
	width:170px;
}

form.admin div.row div label {
	display:block;
	float:none;
	font-weight:normal;
	text-align:left;
	width: auto;
	padding:0;
}

form.admin label sup {
	color:#FF0000;
}

form.admin legend.error,
form.admin div.row p.error {
	color:#FF0000;
}

form.admin div.row p.note {
	color:#555555;
}

form.admin div.row div.cropping {
	margin:0 10px 5px 0;
	float:left;
}

form.admin div.row div.cropping p,
form.admin div.row div.cropping input {
	vertical-align:middle;
}

form.admin div.row div.cropping img {
	cursor:pointer;
}



/* LOGIN FORM STYLES
----------------------------------------------------------------------------- */


form.login {
	font-size:0.75em;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	width: 500px;
}

form.login p {
	font-size:1em;
}

form.login fieldset {
	border:1px #CCCCCC solid;
}

form.login legend {
	font-weight:bold;
}

form.login div.row {
	clear:both;
	margin-bottom:10px;
}

form.login div.row input {
	vertical-align:text-bottom;
}

form.login div.row div {
	margin-left:178px;
}

form.login label {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
	width:170px;
}

form.login label sup {
	color:#FF0000;
}

form.login div.row p.error {
	color:#FF0000;
}

form.login div.row p.note {
	color:#555555;
	text-align:right;
}


/* NEWSLETTER FORM STYLES
----------------------------------------------------------------------------- */

form.newsletter {
	font-size: 0.75em;
}

form.newsletter div.row {
	clear: both;
	margin-bottom: 10px;
}

form.newsletter label {
	display: block;
	font-weight: bold;
}

form.newsletter label.inline {
	font-weight: normal;
}

form.newsletter label span {
	color: #FF0000;
}

form.newsletter div.row input {
	vertical-align: text-bottom;
	width: 210px;
}

form.newsletter div.row input.natural {
	width: auto;
}


/* CONTACT FORM STYLES
----------------------------------------------------------------------------- */


form.contact {
	font-size: 12px;
	width: 500px;
}

form.contact p {
	font-size:1em;
}

form.contact div.row {
	margin-bottom:10px;
}

form.contact div.row input {
	width:100%;
}

form.contact div.natural input {
	width:auto;
}

form.contact div.row textarea {
	width:100%;
}

form.contact label {
	font-weight:bold;
}

form.contact label sup {
	color:#FF0000;
}


form.contact div.row p.error {
	color:#FF0000;
	text-align:center;
}

form.contact div.row p.note {
	text-align:right;
}


/* CONTENT GRID STYLES
----------------------------------------------------------------------------- */

div.content_grid {
	margin-right:10px;
	margin-bottom:10px;
	width:150px;
	float:left;
}

div.content_grid.rowEnd {
	margin-right:0;
}

/* GENERAL DYNAMIC CONTENT STYLES
----------------------------------------------------------------------------- */


div.content ul,
div.content ol {
	padding-left:0px;
	margin-left:10px;
	margin-bottom:10px;
}

div.content ol {
	list-style-type:decimal;
	list-style-position:inside;
	font-size:0.8em;
}

div.content ol li {
	line-height: 18px;
}

div.content h1 {
	margin:0 0 15px 0;
	font-size:30px;
	font-weight:bold;
	color:#696969;
}

div.content h1.first_title {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	line-height: 34px;
	padding: 10px 0 10px 0;
}

div.content h2 {
	margin:0 0 15px 0;
	font-size:16px;
	font-weight:bold;
	color:#6A6A6A;
}

div.content h2.first_title {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	line-height:22px;
	padding: 15px 0 15px 0;
}

div.content span.first_title {
	display:block;
	padding:0 0 12px 0;
}

div.content p {
	margin:0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

div.content table {
	font-size: 12px;
	line-height:18px;
}

div.content .content_image {
	line-height:0;
}

div.content .content_image.right {
	padding: 5px 0 10px 10px;
}

div.content .content_image.left {
	padding: 5px 10px 10px 0;
}

div.content .content_image.full {
	border:none;
	clear:both;
	padding:5px 0 10px 0;
	margin:0;
}

div.content img {
	display:block;
}

div.content p.textleft {
	text-align:left;
}

div.content a.lightbox img {
	cursor: url("../images/zoom.html"),url("../images/zoom.html"),url("../images/zoom.png"),-moz-zoom-in;
}


/* CONTENT COLUMN ONE
----------------------------------------------------------------------------- */


div.content_one {
	margin:0 20px 0 15px;
	width:220px;
	float:left;
	display:inline;
	padding: 20px 0 20px 0;
}


/* CONTENT COLUMN TWO
----------------------------------------------------------------------------- */


div.content_two {
	width:510px;
	float:left;
	display:inline;
	padding: 20px 0 20px 0;
}

	body.search div.content_two {
		margin: 0 0 0 15px;
		width: 750px;
	}

	div.content_two_left {
		display: inline;
		float: left;
		padding: 20px 0 20px 0;
		width: 240px;
	}

	div.content_two_right {
		display: inline;
		float: right;
		padding: 20px 0 20px 0;
		width: 250px;
	}

div.admin_content_two {
	width:731px;
}


/* PRIMARY NAVIGATION
----------------------------------------------------------------------------- */


div.prime {
	background: #1A1F19;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 32px;
	width: 780px;
}

div.prime .right {
	line-height:2em;
}

ul.primarynav {
	margin:0;
	padding:0;
}

ul.primarynav li {
	margin:0;	
	font-size: 14px;
	display:inline;
	float:left;
	height: 32px;
	line-height: 32px;
}

ul.primarynav li.last {
	border-right:0px solid #000000;
}

ul.primarynav li a {
	background: #1A1F19;
	margin:0;
	padding:0;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 15px 0 15px;
}

ul.primarynav li a:hover {
	background: #DFE5D9;
	color: #1A1F19;
	text-decoration:none;
}

ul.primarynav li.active a {
	background: #DFE5D9;
	color: #1A1F19;
	text-decoration:none;
}

/* SEARCH FORM
----------------------------------------------------------------------------- */

div#search {
	height: 32px;
	left: 15px;
	position: absolute;
	top: 20px;
	width: 230px;
}

	form#cse-search-box {
		margin: 0;
		padding: 0;
	}

		form#cse-search-box fieldset {
			border: none;
			margin: 0;
			padding: 0;
		}

			form#cse-search-box label {
				display: none;
			}

			form#cse-search-box input {
				float: left;
				position: relative;
			}

				form#cse-search-box input.text {
					top: 6px;
					width: 140px;
				}

				form#cse-search-box input.submit {
					background: #656565;
					border: 0 !important;
					color: #FFFFFF;
					font-size: 11px;
					font-weight: bold;
					line-height: 12px;
					height: 22px;
					margin-left: 10px;
					padding: 2px 4px 2px 4px !important;
					top: 5px;
				}

			form#cse-search-box br {
				clear: both;
				display: block;
				height: 0 !important;
			}

	div#cse-search-results {
		background: #ffffff;
	}

		div#cse-search-results iframe {
			background: #ffffff;
		}


/* SIDE NAVIGATION
----------------------------------------------------------------------------- */

div.sidenav {
	padding: 0;
}

	div.sidenav ul.level0 {
		margin: 0;
		padding: 0;
	}

		div.sidenav ul.level0 li {
			clear: both;
			font-size: 12px;
			list-style: none;
			min-height: 0px;
			height: auto !important;
			height: 0px;
		}

			div.sidenav ul.level0 li span.admin {
				display: block;
				float: right;
			}

				div.sidenav ul.level0 li span.admin a {
					color: #BB141A;
					display: inline;
					font-weight: normal;
					margin: 0;
					padding: 0;
				}
		
			div.sidenav ul.level0 li a {
				display: block;
				float: left;
				font-weight: bold;
				min-height: 0px;
				height: auto !important;
				height: 0px;
				padding: 0;
			}

			div.sidenav ul.level0 li.admin a {
				color: #BB141A !important;
				display: block;
				font-size: 11px;
				font-weight: normal;
				min-height: 0px;
				height: auto !important;
				height: 0px;
				line-height: 11px;
				padding: 0;
			}

				div.sidenav ul.level0 li.admin a:link,
				div.sidenav ul.level0 li.admin a:visited,
				div.sidenav ul.level0 li.admin a:active,
				div.sidenav ul.level0 li.admin a:hover {
					color: #BB141A !important;
					text-decoration: none !important;
				}

				div.sidenav ul.level0 li.admin a span {
					display: inline;
				}

				div.sidenav ul.level0 li.admin a img {
					display: inline;
					margin: 0 5px 0 0;
					padding: 0;
					position: relative;
					top: 3px;
				}

			div.sidenav ul.level0 li.last a {
				padding-bottom: 5px;
			}

				div.sidenav ul.level0 li a:link,
				div.sidenav ul.level0 li a:visited {
					color: #1A1F19;
					text-decoration: none;
				}

				div.sidenav ul.level0 li a:active,
				div.sidenav ul.level0 li a:hover {
					background: #DFE4D8;
					color: #1A1F19;
					text-decoration: none;
				}

			div.sidenav ul.level0 li a.active {
				background: #DFE4D8;
				color: #1A1F19 !important;
				text-decoration: none;
			}

			div.sidenav ul.level0 li a.expanded {
				background: #DFE4D8;
				color: #1A1F19 !important;
				text-decoration: none;
			}

			div.sidenav ul.level0 li span {
				display: block;
				height: 16px;
			}

			div.sidenav ul.level1 {
				margin: 0;
				padding: 0;
			}

				div.sidenav ul.level1 li {
					font-size: 12px;
				}

					div.sidenav ul.level1 li a {
						border-top: 1px solid #000000;
						display: inline-block;
						font-weight: normal;
						padding: 5px 0 5px 0;
						width: 220px;
					}

					div.sidenav ul.level1 li.last a {
						border-bottom: 1px solid #000000;
					}

					div.sidenav ul.level1 li.last ul.level2 li.first a {
						border-top: 0;
					}

					div.sidenav ul.level2 {
						margin: 0;
						padding: 0;
					}

						div.sidenav ul.level2 li {
							font-size: 12px;
						}

							div.sidenav ul.level2 li a {
								border-bottom: 0 !important;
								border-top: 1px solid #000000;
								display: inline-block;
								font-weight: normal;
								padding: 5px 0 5px 10px;
								width: 210px;
							}

							div.sidenav ul.level2 li.last a {
								border-bottom: 0;
							}

							div.sidenav ul.level3 {
								margin: 0;
								padding: 0;
							}

								div.sidenav ul.level3 li {
									font-size: 12px;
								}

									div.sidenav ul.level3 li a {
										border-top: 1px solid #000000;
										display: inline-block;
										font-weight: normal;
										padding: 5px 0 5px 20px;
										width: 200px;
									}


div.sidenav li a.noblock {
	display:inline;
}

div.sidenav span.first_title {
	border:none;
	margin:0;
}


/* ADMIN STYLES
----------------------------------------------------------------------------- */


div.admin {
	background: #dadada;
	margin-bottom:8px;
	padding-bottom:2px;
}

div.adminGroup {
	margin-bottom:25px;
}

p.admin {
	top:2px;
	left:2px;
	margin:0;
	padding:0 1px 0 1px;
}

div.content p.admin {
	margin-bottom:0;
}

p.admin, p.admin a {
	display:inline;
	font-size:11px;
	line-height:18px;
	height:18px;
	font-weight:normal;
	color:#BB141A;
	text-decoration:none;
}

p.admin img,
div.sidenav li.admin img {
	vertical-align:-20%;
	display:inline;
}

p.admin a img {
	padding:0;
}

p.admin a {
	padding-left:1px;
	padding-right:1px;
}

p.admin a:hover {
	background-image:none;
}

p.admin.absolute {
	background: #ffffff;
	border:1px solid #aaaaaa;
}

div.sidenav li.admin a {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#BB141A;
}

div.sidenav li span.admin {
	float:right;
}

div.sidenav li span.admin a {
	display:inline;
	color:#BB141A;
	font-weight:normal;
	padding:0;
	margin:0;
}

div.sidenav li span.admin a:hover {
	background:none;
}


/* BREADCRUMB NAVIGATION
----------------------------------------------------------------------------- */


div.breadcrumb {
	font-size:0.8em;
	margin-left:231px;
	margin-bottom:15px;
}


/* FOOTER NAVIGATION
----------------------------------------------------------------------------- */

div.foot {
	margin:0 auto 10px auto;
	width:780px;
	clear:both;
	background: #ffffff;
}

div.foot ul {
	border-bottom:1px solid #1A1F19;
	border-top:1px solid #1A1F19;
	display: block;
	height: 30px;
	width:780px;
}

div.foot ul li {
	padding:0;
	margin:0;
	display:inline;
	float:left;
	color:#0000ff;
}

div.foot ul li a {
	padding:8px 15px 8px 15px;
	display:block;
	float:left;
	font-size:10px;
	color:#1A1F19;
	text-decoration:none;
}

div.foot ul li a:hover {
	text-decoration:underline;
}

div.foot ul li.active a {
	text-decoration:underline;
}

div.foot .right {
	line-height:1.5em;
	margin:0;
	padding-left:1.5em;
}

div.foot p {
	display: block;
	font-size: 10px;
	padding:8px 0 8px 15px;
}

/* IMAGE BAND STYLES
----------------------------------------------------------------------------- */


div.imageBands {
	margin:10px auto 0 auto;
	padding:5px 0 0 0;
	width:960px;
	clear:both;
	background:#ffffff;
	border-top:1px solid #BBBBBB;
}

div.imageBands .last {
	padding-right:0;
}

div.imageBand {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
	height:100px;
}


/* ARTICLE STYLES
----------------------------------------------------------------------------- */


div.article_summary,
div.featured_article {
	border-bottom:1px dashed #dcddde;
	margin-bottom:10px;
}

div.article_summary.last,
div.featured_article.last {
	border-bottom:none;
}

div.article_summary h2,
div.featured_article h3 {
	padding:0;
}

div.article_summary cite,
div.featured_article cite {
	font-size:0.6em;
	font-style:italic;
	color:#777777;
	display:block;
}


/* CALENDAR STYLES
----------------------------------------------------------------------------- */

div.calendar {
	font-size:80%;
}

div.calendar table {
	border-collapse:separate;
	width:75%;
	margin:0 auto;
	border:1px solid #dddddd;
}

div.calendar th,
div.calendar td {
	text-align:center;
}

div.calendar th {
	font-size:80%;
}


div.calendar td {
	width:14%;
	line-height:1.8em;
	background:#e6e6e6;
	border: 2px solid #ffffff;
}

div.calendar th.previous {
	border-right:2px solid #ffffff;
	vertical-align:middle;
}

div.calendar th.current {
}

div.calendar th.next {
	border-left:2px solid #ffffff;
}

div.calendar a {
	display:block;
}

div.calendar a,
div.calendar a:hover {
	text-decoration:none;
}

div.calendar td.plain {
	background:#ffffff;
}

div.calendar tr.header {
	background:#9cabb6;
	color:#ffffff;
}

div.calendar tr.header th {
	padding:2px 0;
}

div.calendar td.today {
	border:2px solid #aa0000;
}


div.calendar td.busy {
	background:#9cabb6;
	color:#ffffff;
}


/* VIEW CART STYLES
----------------------------------------------------------------------------- */

div.viewcart {
	float: right;
	height: 30px;
	margin-top: 5px;
	width: 115px;
}

div.viewcart form,
div.viewcart input {
	color: #000000;
	display: block;
	height: 30px;
	width: 115px;
}


/* PRODUCT STYLES
----------------------------------------------------------------------------- */

div.products {
	padding: 10px 0 0 0;
}

div.product {
	margin-bottom: 20px;
}

div.product p {
	color: #000000;
	padding: 0 !important;
}

div.product strong {
	color: #800000;
}

div.product p.description strong {
	color: #666666;
}

div.product p.description em {
	font-style: normal;
}

div.product p.prices {
	margin: 0;
}

div.product p.prices em {
	color: #9CBBF2;
	font-style: normal;
	font-weight: bold;
}

div.product p.prices strong {
	font-size: 14px;
	color: #000000;
}

div.product p.shipping {
	color: #000000;
}

div.product p.shipping strong {
	color: #000000;
	font-weight: bold;
}

div.product p.stock {
	color: #FF0000;
	font-weight:bold;
}

div.product p.note {
	color: #00CB34;
	font-weight:bold;
}

div.product input {
	color: #000000;
	font-size: 130%;
	font-weight:bold;
	padding: 5px 0 5px 0;
}


/* HIRE FORM STYLES
----------------------------------------------------------------------------- */


body.hire {
	background-color: transparent;
}

body.hire div.content_two {
	padding-bottom: 0;
	padding-top: 0;
}

form.hire {
	font-size: 12px;
	width: 500px;
}

form.hire p {
	font-size:1em;
}

form.hire div.row {
	margin-bottom:10px;
}

form.hire div.row div label {
	display:block;
	float:none;
	font-weight:normal;
	text-align:left;
	padding:0;
	height: 20px;
}

form.hire div.row div label input[type=checkbox] {
	margin-left: 1em;
	width: auto;
	height: 20px;
}

form.hire div.row input {
	width:100%;
	vertical-align: middle;
}

form.hire div.natural input {
	width:auto;
}

form.hire div.row input.numeric {
	text-align:right;
}

form.hire div.row textarea {
	width:100%;
}

form.hire label {
	font-weight:bold;
}

form.hire label sup {
	color:#FF0000;
}

form.hire div.row p.error {
	color:#FF0000;
}

form.hire div.row p.note {
	text-align:right;
}

/* GENERIC STYLES
----------------------------------------------------------------------------- */


a {
	color:#666666;
	text-decoration:none;
}

p a {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.center {
	text-align:center;
}

.small {
	font-size:90%;
}

tr.oddRow {
	background:#dddddd;
}

.unavailable {
	color:#bbbbbb;
}
