body {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background-image: url("images/background-logo.png");
	background-repeat: repeat-y;
	background-position: top center;
/*	background-color: #0b4978;*/
	background-color: #08304d;
/*	background-image: url("images/background-logo2.png");*/
/*	background-color: #2b4048;*/
	background-attachment: fixed;
/*	line-height: 15px;*/
}

body, .smaller-text, .smaller-text li, .smaller-text td
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
}

.arial
{
    font-family: Arial, "MS Trebuchet", sans-serif;
}
.lucida
{
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

button {
	padding: 5px;
}
img {
	border: 0px;
}
table { border-collapse: collapse; }
table td { font-size: 1em; }
tr.header td, td.header { font-weight: bold; background-color: #DDD; color: #000; }

img {
	vertical-align: middle;
}
a, button.link-type {
	color: #0889d3;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
a:hover, button.link-type:hover
{
	color: #FF8000;
	text-decoration: underline;
}
select
{
	line-height: 100%;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
{
	text-decoration: none;
}
h1.line, h2.line, h3.line, h4.line, h5.line {
	border-bottom: 1px solid #ccc;
}

.submenu_links a
{
	font-family: helvetica, arial, Bitstream;
	color: #404040;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6, .subMenuList li, dd {
	font-family: helvetica, arial, Bitstream;
}
h1,h2,h3,h4,h5,h6, .subMenuList li {
	margin: 0;
	padding: 0;
}
h1 {
	color: #25609E;
	font-size: 1.7em;
	margin-bottom: 15px;
}
h2 em {
	font-style: normal;
	font-weight: normal;
	color: #232323;
}
h2, .therapist_text h1 {
	color: #232323;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 .small {
	font-size: 80%;
}
h3, .therapist_text h2
{
	color: #232323;
	font-size: 1.3em;
	margin-top: 5px;
}
h4, .therapist_text h3
{
	font-size: 1.2em;
	margin-top: 5px;
}
h5, .therapist_text h4
{
	color: #333333;
	font-size: 1.1em;
}
p, p li {
	font-size: 1.1em;
}
p, li {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
/*	line-height: 15px;*/
	margin-bottom: 10px;
	color: #333333;
	margin-top: 5px;
}
dt
{
	font-weight: bold;
}
li {
	margin-bottom: 0px;
}

dl.padded
{
	padding: 5px 10px;
}
dl.list
{
	margin-top: 0;
	margin-bottom: 5px;
}
dl.list dt
{
	margin-top: 0;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 15px 3px 0px;
}
	
dl.list dd
{
	font-size: 1em;
	margin: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 3px 10px 3px 11px;
}
ul {
    margin: 0;
    margin-top: 5px;
    padding-left: 5px;
    list-style: none;
}
ul.no-left-margin {
    padding-left: 0px;
}
ul.no-left-margin li {
    margin-left: 0px;
}
ul.content li { font-size: 1em; }

ul li
{
    margin: 4px 0px 3px 5px;
    padding-left:15px; 
    margin-bottom: 3px;

    background-image:url(images/arrow.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
}

ul li.unfolded
{
    background-image:url(images/arrow-down.gif);
}

ul.cramped
{
	padding: 0;
	margin: 0;
}
ul.cramped li { margin: 0px; padding: 0; margin-bottom: 3px; background-image: none; }

.compact-list.inline li
{
	display: inline;
}
.compact-list ul li, ul.compact-list li
{
	background-image: none; 
	margin: 1px;
	padding: 1px;
}
.compact-list ul, ul.compact-list
{
	margin-top: 0;
	padding-top: 0;
	padding-left: 0px;
}

ul.noBullet li, .noBullet ul li
{
	background-image: none; 
	margin-left: 0;
	padding: 4px 5px 3px 5px;
}

ul.noBullet, .noBullet ul
{
	padding-left: 0px;
}

form
{
margin: 2px 0;
padding: 0;
}

/* ================================ Page biggues ================================ */

#site {
	width: 878px;
	margin: 0px auto;
	margin-bottom: 10px;
/* 	position: relative; */
/*	border: 1px solid #366;*/
/*	border: 1px solid #036;*/
/*	border: 1px solid #3064A5;*/
	border: 1px solid #23497A;
	background-color: #fff;
}

#sitePadding {
	padding: 0px 25px 0px 25px;
/* 	position: relative; */
}

#header {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
* html #header {
	width: 828px;
	border-left: 1px solid #566c81;
}
	#header .innerHeader {
		padding: 0px 0px 0px 0px;
		text-align:left;
	}
		.innerHeader img {
			vertical-align: bottom;
		}
#menubar_container {
	background-image: url("images/menuBackground.gif");
	height: 35px;
	overflow: hidden;
	position: relative;
}
#menubar
{
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#menubar a {
	font-family: arial, helvetica, Bitstream Vera Sans, sans serif;
	font-weight: bold;
	float: left;
	font-size: 1.2em;
	display: block;
	padding: 9px 16px 0px 16px;
	height: 26px;
/*	background: url("images/menuSeparator.gif") no-repeat center right;*/
	text-decoration: none;
	color: #ffffff;
}
#menubar a:hover {
	text-decoration: none;
	color: #cbe5ff;
}

#menubar a.selected
{
	background-image: url("images/menuActivated.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}
#menubar .menu_separator
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: url("images/menuSeparator.gif") no-repeat center right;
}
#menubar .menu_separator img
{
	display: inline;
}

#menubar_search {
	float: right;
	padding-top: 6px;
	width: 200px;
}
#menubar_search input {
	font-size: 1.2em;
	padding: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	width: 130px;
	border: 1px solid #698097;
}
#menubar_search .search_button {
	margin-top: 0;
	color: #000;
	margin-bottom: 0;
	display: inline;
	margin-left: 0px;
	background: url("images/menuSearch.gif") no-repeat center center;
	width: 44px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	text-align: center;
	border: 0;
}

.menuLeft, .menuRight {
	width: 5px;
	height: 35px;
}

.menuLeft { background-image: url("images/menuLeft.gif"); float: left; }
.menuRight { background-image: url("images/menuRight.gif"); float: right; }

#page {
    padding-top: 21px;
}

.subMenu {
/*     position: absolute; */
	width: 196px;
	
	float: left;
}

.siteContent {
	float: right;
	width: 617px;
}
.columnSmall {
	float: right;
	width: 142px;
	padding-top: 10px;
}
.columnFull {
    width: 100%;
}
.columnBig {
	float: left;
	width: 445px;
}
.auto_scroll
{
	position: relative;
}

#loginBox
{
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 196px;
    font-size: 10px;
    text-align: center;
    background: #f2f2f2 url("images/subMenuFooter.gif") no-repeat bottom center;
}
#loginBox a
{
	text-decoration: none;
}


/* *************************** Other stuff *************************** */
.tagCloud
{
	line-height: 18px;
}
.tagCloud .selected
{
	font-weight: bold;
	color: #000;
}
.tagCloud a
{
	margin-left: 0.3em;
	margin-right: 0.3em;
}
.tagCloud a, .subMenu a.notice
{
	text-decoration: none;
	color: #0889d3;
}
.tagCloud a:hover, .subMenu a.notice:hover
{
	color: #FF8000;
	text-decoration: underline;
}
		.subMenuList ul, ul.subMenuList
		{
			padding: 0px 10px 2px 5px;
			margin-top: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
		}
		.subMenuList ul, ul.subMenuList
		{
/*			padding: 4px 10px 3px 21px;*/
			padding: 0;
		}
		/*.subMenuContent h3
		{
			background: transparent url(images/arrow.gif) no-repeat center left;
			margin-left: 10px;
		}*/
		.subMenuList ul li, ul.subMenuList li 
		{
			background-image: none;
			font-size: 1em;
			font-weight: bold;
			padding: 3px 10px 3px 16px;
		}
		
		.subMenuList ul li.title
		{
			list-style: none;
			font-weight: bold;
			color: #000;
		}

		.subMenuContent table {
			padding: 4px 5px 3px 6px;
		}
		.subMenuContent td {
			padding: 0px;
			margin: 0px;
		}
		
		.subMenuContent td a {
			color: #1F1F1F;
			text-decoration: none;
		}
		.subMenuContent td p {
			white-space: nowrap;
			font-size: 0.9em;
			color: #aaa;
			padding: 4px 5px 3px 10px;
		}
		.subMenuContent table .title {
			font-weight: bold;
		}

		.subMenu .toggled {
			font-weight: bold;
			color: #340C36;
		}
		.subMenu h2 { font-size: 1.1em; padding-bottom: 2px; padding-left: 10px; margin-top: 0px; border-bottom: 1px solid #D7D7D7;}
		.subMenu h4, .subMenu h3, .subMenuContent .listHeader {
			font-size: 1em;
			font-weight: bold;
		}
		.subMenuContent .listHeader
		{
			color: #000;
		}
		.subMenuContent ul
		{
			margin-top: 0;
		}
		.subMenuContent p, .subMenuContent h3, .subMenuContent h4, .subMenuContent .listHeader {
			padding: 4px 15px 3px 16px;
			margin-top: 0;
		}

		.subMenu p, .columnSmall p {
			font-size: 1em;
			color: #191919;
		}
		.subMenu h3.selected a, .subMenu .selected, .subMenu tr.selected a {
			font-weight: bold;
			background-color: #DDD;
/*			text-decoration: underline;*/
			color: #000;
		}
			.subMenu .subMenuHeader h3 a, .subMenuList li a {
				color: #404040;
				text-decoration: none;
			}
			
			.subMenuList ul.content li, ul.subMenuList.content
			{
				font-weight: normal;
			}
		
			.subMenu ul.content li a { color: #0889d3; }
			.subMenu ul.content li a:hover { color: #136271; }
			.subMenu h3 a:hover, .subMenu li a:hover {
				color: #0889d3;
			}
				.subMenu h3 span {
					color: #aaaaaa;
				}

		.subMenuContent {
			background-color: #f2f2f2;
			padding-bottom: 5px;
			padding-top: 1px;
			background: #f2f2f2 url("images/subMenuFooter.gif") no-repeat bottom center;
		}
		.subMenuHeader { background: #f2f2f2 url("images/subMenuHeader.gif") no-repeat top center; margin-top: 0px; padding-top: 5px;  margin-bottom: 10px; }
/*		.subMenuFooter { background: #f2f2f2 url("images/subMenuFooter.gif") no-repeat top center; font-size: 0px; }*/

			.pagination {
				font-size: 18px;
				text-align: center;
				padding: 10px 0px 10px 0px;
				font-weight: bold;
			}
			.paginate-current { border: 1px dotted black; }
			.pagination a { text-decoration: none; }
		.inlineColumn {
			width: 278px;
			float: left;
		}
			.inlineInlineColumn {
				width: 136px;
				float: left;
			}
		.article h1
		{
			font-size: 18px;
			margin-bottom: 15px;
			line-height: 100%;
		}
		h4.article a:hover
		{
			color: #0889D3;
		}
		h4.article a, h4.article a:visited
		{
			color: #000;
			text-decoration: none;
		}
			.inlineColumnBig {
				float: left;
				width: 192px;
			}
			.therapistAddress .mapBoxContainer {
				float: left;
				width: 230px;
				margin-bottom: 10px;
			}
			.therapistAddress .mapBox {
				width: 218px;
				height: 178px;
				margin-right: 10px;
				border: 1px solid #ccc;
				padding: 0;
				overflow: hidden;
			}
			.mapBox
			{
				overflow: hidden;
			}
			.adressBox {
				width: 150px;
				float: right;
			}
			.list {
				margin-top: 10px;
			}
			  .columnSmall h3 {
					font-size: 1.2em;
					font-weight: bold;
			  }
				.columnSmall h4 {
					font-size: 1em;
					font-weight: bold;
				}
				.list a {
					text-decoration: none;
				}
				.listTop {
					background-image: url('images/list_top.png');
					background-position: top center;
					background-repeat: no-repeat;
					background-color: #f2f2f2;
					height: 16px;
					padding: 5px 0px 0px 5px;
                    margin-bottom: 8px;
				}
				.list .nipple img
				{
					float: right;
					margin-right: 20px;
				}
				.listTop h3 {
					font-size: 1.2em;
				}
				.listFooter {
					background-image: url('images/list_footer.png');
					background-position: top center;
					background-repeat: no-repeat;
					height: 6px;
				}
				.listSeparator {
					margin: 0;
					padding: 0;
					background-image: url('images/list_separator.png');
					background-position: top center;
					background-repeat: no-repeat;
					height: 13px;
					margin-top: -8px;
					background-color: #f2f2f2;
				}
				.listSection {
/*					background-image: url('images/listTop.gif');*/
					background-position: top center;
					background-repeat: no-repeat;
					background-color: #f2f2f2;
					padding: 5px;
					padding-bottom: 5px;
				}
				.listSubHeader {
					font-size: 1em;
					margin: 0px 0px 0px 0px;
					font-weight: bold;
				}
				.listContent.selected a, li.selected a {
					font-weight: bold;
					color: #000;
				}
				.list h2 { font-size: 1.2em; margin: 0; }
				.list h3 { font-size: 1.1em; margin: 0px 0px 5px 0px; color: #333333; }
				p.listContent { font-size: 1em; margin: 3px 0; }
		.boxGray {
			
			background: #f2f2f2 url("images/boxGrayBottom.gif") no-repeat center bottom;
			background-color: #f2f2f2;
			padding: 5px 10px 5px 10px;
		}
			.boxGrayTop {
				width: 395px;
				background: #f2f2f2 url("images/boxGrayTop.gif") no-repeat center top;
				padding-top: 5px;
				margin-bottom: 5px;
			}
			.boxGray h2, .boxGray h3 {
				color: #333333;
				margin-bottom: 10px;
			}
		.regularForm {
		}	
			#recaptcha_response_field {
				
			}
			.regularForm table {
/*				margin-bottom: 10px;*/
				width: 99%;
			}
			.regularForm table td, .regularForm table tr {
				padding-top: 0px;
				padding-top: 0px;
				margin-top: 0px;
				margin-bottom: 0px;
			}
			td.formLabel
			{
				width: 40%;
			}
			.formLabel, label, td label {
				font-family: arial, helvetica, sans serif;
				font-size: 1em;
				font-weight: normal;
				padding-right: 5px;
				text-align: left;
/*				width: 130px;*/
/*				padding-right: 20px;				*/
			}
			.optional label { font-weight: normal; }
			.required label:after { content: " *"; }
			.required label { font-weight: bold; }
/*			td.formInput { text-align: right; }*/
			td.formInput input, td.formInput textarea, td.formInput select {
				width: 95%;
			}
			input[type='text'], input[type='password'], textarea, .formInput select {
				border: 1px solid #CCC;
				padding: 3px;
				background-color: #fff;
			}
			.error input[type='text'], .error input[type='password'], .error textarea, .error select
			{
				background-image: url(images/icons/mini-icon-alert.gif);
				background-position: 98%;
				/*padding-right: 21px;*/
				background-repeat: no-repeat ;
			}
			.error select { background-position: 90%; }
			.error textarea { background-position: top left; }

			.formInput.required,
			{
				padding-right: 16px;
				border-right: 5px solid #3f7ebf;
			}
			.formInput select {
				width: 100%;
				padding: 0px;
			}
				.formInput textarea {
					height: 80px;
				}
			.formInput p input {
				width: 13px;
			}
			.formInput p {
				margin: 0px;
			}
			span.optional
			{
				background: #3f7ebf;
				padding: 3px;
			}
			
			.recaptcha_image {
				border: 1px solid #cccccc;
				width: 373px;
				background-color: #ffffff;
				text-align: center;
			}
				.recaptcha_image div {
					margin: 0px auto;
				}
			
		.captcha {
			font-size: 1em;
		}
			.captcha input {
				width: 170px;
				padding: 3px;
				font-size: 1.2em;
			}
			.captchaColumn {
				width: 180px;
			}
			.widthCaptcha {
				width: 375px;
			}
			.captcha * {
				margin-bottom: 5px;
			}

.standardBorderNoPadding select {
	border: 1px solid #787878;
	padding: 0px;
}

.small
{
    font-size: 9px;
}
.larger-text
{
	font-size: larger;
	font-weight: bold;
}
.formErrorHeading
{
	font-size: large;
}
div.box
{
	width: 380px;
	margin: 5px 0px;
}
div.box.full {
	width: 607px;
}
.box.warn a { color: #06C; }
.box.error a { color: #fff; }
.box p { font-size: 1em; color: #000; }
.box .action { text-align: right; }
.box h3, .box h2, .box h1, .box h4, .box h5 { margin-bottom: 2px; margin-top: 0; padding-top: 0;}
.box
{
	padding: 4px;
	font-weight: bold;
	color: #000;
	border: 2px solid #7E7E7E;
	background-color: #f2f2f2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.box.error, .box.error .error, input[type="text"].error, .box.error h11, .box.error h2, .box.error h3, .box.error h4, .box.error h5
{
	color: #370000;
}

.box.error, input[type="text"].error/*, li.error*/
{
	border-color: #D00202;
/*	background-color: #FFDDCC;*/
	background-color: #F66;
}

.box.success, input[type="text"].success/*, li.success*/
{
	color: #11371C;
	border-color: #11371C;
	background-color: #3DFF5E;
}

.box.busy, .box.warn, input[type="text"].busy/*, li.warn*/
{
	color: #373416;
	border-color: #9FA13C;
	background-color: #F7FFAC;
}
.alternate-row
{
	background-color: #F2F2F2;
}

div.enabled
{
/*	background-color: #CF9;*/
}
.blue_button:hover, input[type="submit"]:hover, input[type="button"]:hover
{
	border-color: #C60;
	background-color: #F60;
}
.blue_button:active, input[type="submit"]:active, input[type="button"]:active
{
	background-color: #407796;
}
.blue_button.large
{
	font-weight: bold;
	font-size: large;
}
.blue_button, input[type="submit"], input[type="button"]
{
	background-color: #59A5D1;
	border: 1px solid rgb(64, 139, 182);
	color: white;
	cursor: hand;
	cursor: pointer;
	font: normal normal normal 1em/normal verdana, sans-serif;
	padding: 0.2em 1em;
}

.round_box
{
	padding: 4px;
	margin: 5px 0;
	color: #000;
	border: 1px solid #666;
	background-color: #f2f2f2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.round_box.clickable:hover { border-color: #D60D24; cursor: hand; cursor: pointer; }
.round_box h3 { margin-top: 0; border-bottom: 1px solid #C5C5C5;}

span.error, li.error { color: #D00202; }
span.warn, li.warn { color: #F30; }
li.warn, li.error, li.success { font-weight: bold; } 
span.success, li.success { color: #11371C; }
/*span.success { color: #000; }*/

table.invoice-table
{
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
table.invoice-table td, table.invoice-table td p
{
	font-size: 1em;
}
table.invoice-table td, table.invoice-table th
{
	vertical-align: top;
	border: 1px solid #ebebeb;
}
table.invoice-table .success td
{
	background-color: #3DFF5E;
	color: #000;
	border-color: #11371C;
}
table.invoice-table .cancelled td
{
	background-color: #DADADA;
	color: #5C5C5C;
	border-color: #353737;
}
table.invoice-table .warn td
{
	background-color: #F7FFAC;
	color: #000;
	border-color: #9FA13C;
}
table.invoice-table .error td
{
	background-color: #F66;
	color: #000;
	border-color: #D00202;
}
table.invoice-table td
{
	padding: 3px;
}
label.error
{
	padding: 2px 0;
	color: black;
/*	border-bottom: 2px solid #D00202;*/
}
label.error:before
{
	color: #D00202;
	content: ">> ";
}
input.error
{
	border: 3px solid #D00202;
	color: #D00202;
	font-weight: bold;
}
.error, .subMenu .error, .errorlist li,.formErrorHeading, h2.error, h3.error {
	color: #D00202;
}
.subMenu .faded a, span.faded
{
	color: #787878;
}
div.faded {
	opacity: 0.6;
} 
.subMenu .faded a:hover
{
	color: #000;
}

.noPadding {
	padding: 0px;
}
.noMargin {
	margin: 0px;
}
.marginBottomSmall {
	margin-bottom: 5px;
}
.borderTop {
	border-top: 1px solid #ccc;
} 
.marginRight {
	margin-right: 10px;
}
.marginRightTiny {
	margin-right: 5px;
}
.marginLeft {
	margin-left: 10px;
}
.marginLeftTiny {
	margin-left: 5px;
}
.marginTop {
	margin-top: 10px;
}
.marginBottom {
	margin-bottom: 10px;
}
.marginBottomTiny {
	margin-bottom: 5px;
}
.paddingLeft {
	padding-left: 9px;
}
.paddingRight {
	padding-right: 9px;
}
.noLineHeight {
	line-height: normal;
}
.gray {
	color: #aaaaaa;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignRight {
	text-align: right;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
}
.autoSizeSelects select
{
	width: auto;
}
.hint a, a.hint
{
	text-decoration: none;
}
.hint
{
	color: #aaaaaa;
	font-size: 10px;
	font-weight: normal;
	padding-top: 1px;
	margin-top: 1px;
}
.google_maps_info_window
{
	font-size: small;
	margin-bottom: 5px;
}
.working
{
/*	background-color: #C2ECF2;*/
/*	border: 1px solid #707265;*/
	color: #000;
	font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	display: inline;
	opacity: 0;
	visibility: hidden;
	padding: 4px;
}
.working span
{
	background: url(images/dots-white.gif) no-repeat right;
/*	background: url(images/wait.gif) no-repeat right;*/
	padding-right: 72px;
	margin-left: 4px;
	margin-right: 4px;
}
.ajax-loading
{
	background: url(images/wait.gif) no-repeat center;
}
.ajax-spinner, .busy
{
	background: url(images/dots-white.gif) no-repeat center;
}
.searchResults.ajax-spinner {
	background-position: center top;
}
.searchResults.ajax-spinner div
{
	visibility: hidden;
}
.busy
{
	background-position: bottom right;
}
.mugshot
{
	text-align: center;
	margin-top: 10px;
}
.mugshot img, img.mugshot
{
}
.google_maps_info_window p
{
	margin-bottom: 2px;
}


.medium_textarea textarea
{
	width: 395px;
	height: 100px;
}
.longTextForm textarea
{
	width: 455px;
	height: 500px;
}
.hilite
{
	color: #FF7200;
}
.warning
{
	color: #D00202;
	font-weight: bold;
}
p.warning
{
	font-size: 1.3em;
}

.tooltip-tip {
	color: #000;
/*	width: 150px;*/
	border: 1px solid #000;
	z-index: 13000;
	font-size: 1em;
	padding: 8px;
	font-weight: bold;
	background: #C9E5DD;
	opacity: 0.9;
}
table#keywords
{
	width: 196px;
}
table#keywords td
{
	width: 50%;
	overflow: hidden;
}

/* This is where the data for the e-mail lives. It should be hidden by default so users do not have to see the dirty address. */
.eLink,.dataToken
{
	display: none;
}
#article_overview h2 { border-bottom: 1px solid #ebebeb; color: #25609E; }
div#article_overview.centered
{
	width: 380px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
}

div#article_overview.floated
{
	width: 302px;
	float: right;
}
.mapBox div.gmnoprint[dir="ltr"] span, .mapBox div.gmnoprint[dir="ltr"] a { font-size: 7px; }


a.notice
{
	text-decoration: none;
	color: #E74801;
}
a.notice:hover
{
	color: #0889d3;
}
.notice
{
	color: #FF8000;
}
a.headerlink
{
	visibility: hidden;
	color: #c60f0f;
	font-size: 1.1em;
	padding: 0 4px 0 4px;
	text-decoration: none;
}
*:hover > a.headerlink { visibility: visible; }

#errorBox
{
}

.tip-container {
	color: #000;
	width: 200px;
	z-index: 13000;
	font-size: 1em;
}
.tip-top {
	margin: 0;	
	padding-top:2px;
}
.tip {
	padding: 4px;
	background-color: #94BBBF;
	opacity: 0.95;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
/*	background: url(images/bubble-larger.png) center center;*/
}
.tip-title {
	font-weight: bold;
	margin-bottom:2px;
	color: #000;
}
.tip-bottom {
	padding-bottom: 2px;
}

.fancy-button {
	display: block;
	cursor: pointer;
	outline-style: none;
	outline-width: medium;
	position: relative;
	border: none;
	font-weight: bold;
	text-decoration: none;
	height: 46px;
	width: 196px;
	background: #fff url("images/button.png") center left;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	text-align: center;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}


a.fancy-button { color: #000; text-decoration: none; }
a.fancy-button:hover { color: #000; text-decoration: none; }

a.fancy-button span { line-height: 46px; }
.fancy-button span { font-size: 15px; }
.fancy-button.narrow span { font-size: 1.3em; }
.fancy-button.narrow { width: 142px;  background: #fff url("images/button-narrow.png") center left; }

.fancy-button.red-button { background: #fff url("images/button-red.png") center left; }
.fancy-button.narrow.red-button { width: 142px; background: #fff url("images/button-red-narrow.png") center left; }

.fancy-button.green-button { background-position: bottom left; }

.fancy-button:hover, .fancy-button.red-button:hover { background-position: top left; color: #000; }
.fancy-button:active, .fancy-button.red-button:active { background-position: bottom left; color: #000; }
.fancy-button.green-button:hover { background-position: top left; }
.fancy-button.green-button:active { background-position: center left; }

.justify { text-align: justify; }
.nowrap { white-space: nowrap; }
.centered { text-align: center; }
.externalLink
{
	background: transparent url(images/link_external.png) no-repeat center right;
	padding-right: 17px;
	padding-top: 1px;
}
#copyrightNotice {
	
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	margin: 25px 0 0 0;
	padding: 10px 0;
}
#copyrightNotice span.content
{
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
}

table.pictures
{
}
.pictures td
{
	vertical-align: top;
	padding: 10px;
}
.invisible
{
	visibility: hidden;
}
.hidden
{
	display: none;
}
div.section
{
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #D7D7D7;
}
hr {
    border: none;
    font-size: 0;
    margin: 5px 0 2px 0;
    border-top: 1px solid #D7D7D7;
}
div.separator
{
	font-size: 0;
	margin: 5px 0 2px 0;
	padding-top: 10px;
	border-top: 1px solid #D7D7D7;
}
div.separator.spacer {
	margin: 15px 0 15px 0;
}
div.block
{
	margin-top: 15px;
	margin-bottom: 15px;
}
a.help
{
	text-decoration: none;
	cursor: help;
}

.subMenuContent .sidebar-link
{
	padding-left: 17px;
}
.subMenuClose
{
	float: right;
	margin-right: 5px;
}

.sidebar-link a, button.link-type
{
	padding: 4px;
	width: 168px;
	display: block;
	background: none;
	border: none;
	text-align: left;
	
}
.sidebar-link a:hover, button.link-type:hover
{
	background-color: #F4FAFF;
	border: 1px solid #689DD5;
	text-decoration: none;
	padding: 3px;
}

.checkbox-fix label { margin-right: 5px; white-space: nowrap; }
.checkbox-fix input[type="checkbox"] { vertical-align: middle; margin: 0 5px 0 0; }
input[type="radio"] { vertical-align: middle; margin: 0 5px 0 0; }

#flashBox
{
	position:relative;
}
#flashBox .flashBox
{
	position:relative;
}
.spotlight p
{
	font-size: 10px;
}
.close_button
{
    float: right;
    margin-right: 5px;
}
.staff
{
	padding-right: 29px;
	background-image: url(images/staff.gif);
	background-position: right;
	background-repeat: no-repeat;
}
span.credits
{
	padding-right: 7px;
	background-image: url(images/icons/icon_credits.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
.textblock.highlighted
{
	border: 1px solid #888;
	margin: -4px;
	padding: 3px;
	background-color: #ebebeb;
}

.inlineImage {
	margin-top: 5px;
	margin-bottom: 5px;
}
.inlineImage.left, img.inlineImage.left
{
	float: left;
	padding-right: 10px;
}

.inlineImage.right, img.inlineImage.right
{
	float: right;
	padding-left: 10px;
}
.messageFooter
{
	text-align: right;
	font-size: 80%;
}

.little_button img { vertical-align: middle; }

.little_button.green
{
	background-color: #363;
/*	background-image: url(images/little_green_button.png);*/
}

.little_button.yellow, .little_button.yellow a
{
	background-color: #F7FFAC;
	color: #000;
}
.little_button.red
{
	background-color: #C00;
/*	background-image: url(images/little_red_button.png);*/
}
.little_button.verified_title
{
/*	background-image: url(images/little_blue_button.png);*/
	background-color: #10b20f;
	cursor: hand;
	cursor: pointer;
}
.little_button
{
	outline-style: none;
	outline-width: medium;
	color: #fff;
/*	position:relative;*/
	display: block;
	/*    font-family: Arial, "MS Trebuchet", sans-serif;*/
	font-family: 'Futura', 'Helvetica Neue', 'optima', "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	margin: 0;
	padding: 0;
/*	background-image: url(images/little_orange_button.png);*/
	background-image: url(images/little_button.png);
	background-color: #ff9933;
	width: 120px;
	height: 15px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

.boxed_form {
	
	background-color: #f2f2f2;
	padding: 5px 10px 5px 10px;
}

form p label
{
	display: block;
}
form ul.errorlist
{
	float: right;
}

.status { font-weight: bold; border-left: 5px solid #888; padding-left: 5px; } 
.status.yellow { border-color: #FC0; }
.status.green { border-color: #6F0; }
.status.red { border-color: #C00; }

a.red_text { color: #f00; font-weight: bold; }

.larger_input input
{
	font-size: 16px;
	width: 98%;
	font-weight: bold;
/*	border: 2px solid #cccccc;*/
	padding: 2px;
}

.status_form textarea
{
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	height: 2.2em;
	overflow: hidden;
}
.status_form .textarea
{
/*	width: 50%;*/
	font-size: 1em;
	margin-bottom: 5px;
	padding: 1px;
}
.status_form input[type="text"]
{
	width: 95%;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 1px;
}

blockquote {
	font-style: italic;
	font-size: 1em;
	border: 1px dotted #ccc;
	background-color: #ebebeb;
	margin: 10px 12px;
	padding: 5px 5px 0 5px;
}
blockquote p {
	padding: 0; margin: 0; margin-bottom: 5px;
}