html {
	height: 100%;
	/*background-image: url(../img/calendarBlur.png);*/
	background-position: 50% 0;
	background-color: white;
	background-repeat: no-repeat;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: top;
	/*width: 95%;*/
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: scroll;
/*	opacity: 0.95;*/
	min-width: 1000px;
}

body, td, th, input, button, textarea {
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

:focus {
	outline-style:none;
}

.padding {
	padding: 0.5em 2em;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}
.padding h2,
.padding h3 {
	margin: 0.5em 0;
}

#head {
	/*margin-top: 1em; makes scrolling*/
	/*color: white;
	background-color: #1A1A1A;
	background-image: url(../img/bottom_t_bg.png);*/
	/*background-image: url(../img/calendar.png);*/
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 95%;
	margin: 0 auto;
}
.headInside {
	padding: 0 0 1em 1em;
}
#head h1 {
	font-size: 26pt;
	font-family: 'Trebuchet MS';
	padding-top: 10pt;
	/*font-family: garamond, georgia, times, serif;*/
}
#head h1 a {
	text-decoration: none;
	-moz-text-shadow: 0px 0px 3px #FFF;
	-webkit-text-shadow: 0px 0px 3px #FFF;
	text-shadow: 0px 0px 3px #FFF;
	color: #2A5671;
}
#head h2 {
	font-size: 14pt;
	font-family: 'Trebuchet MS';
	/*font-family: georgia, garamond, times, serif;*/
	-moz-text-shadow: 0px 0px 3px #FFF;
	-webkit-text-shadow: 0px 0px 3px #FFF;
	text-shadow: 0px 0px 3px #FFF;
	margin: 0 0 0 0;
	color: gray;
	text-transform: lowercase;
}

#menu {
	background: #2A5671;
}
#menu ul {
	list-style: none;
	overflow: hidden;
	margin: 10px 20px;
	margin-bottom: 0;
	padding-left: 1em;
	width: 610px;
}
#menu ul li,
.menuTab {
	float: left;
	/*border: solid 1px #BDBDBD;*/
	/*-moz-box-shadow: -1px 3px 8px #777777;*/
	background: white;
	margin: 0 0.2em;
	border-radius: 7px 7px 0px 0px;
	-o-border-radius: 7px 7px 0px 0px;
	-icab-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	height: 1.7em;
	z-index: 150;
	border-bottom: solid 1px white;
	margin-top: 1px;
}
#menu ul li:hover {
	-moz-box-shadow: 0px 0px 3px white;
}
#menu li:nth-child(1) {
	background-color: #A0BE00;
	border-bottom: solid 1px #A0BE00;
}
#menu li:nth-child(2) {
	background-color: #10C0D8;
	border-bottom: solid 1px #10C0D8;
}
#menu li:nth-child(3) {
	background-color: #F5B305;
	border-bottom: solid 1px #F5B305;
}
#menu li:nth-child(4) {
	background-color: #E53E09;
	border-bottom: solid 1px #E53E09;
}
#menu li:nth-child(5) {
	background-color: #B476B8;
	border-bottom: solid 1px #B476B8;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0.3em 1em;
	font-size: 9pt;
}
#menu ul li.active {
	background-color: white;
	border: solid 1px #BDBDBD;
	border-bottom: solid 1px transparent;
	z-index: 175;
	margin-top: 0;
}
#menu ul li.active a {
	font-weight: bold;
}
.searchForm {
	height: 1.8em;
	margin: 0 35px 0 0 !important;
	padding: 0.32em 1em;
}

#container {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: white;
	width: 95%;
	margin: 0 auto;
	background: #2A5671;
	border-top: solid 7px #2A5671;
	border-bottom: solid 1px #2A5671;
	-moz-box-shadow: 8px 8px 8px #888888;
	-webkit-box-shadow: 8px 8px 8px #888888;
	box-shadow: 8px 8px 8px #888888;
}
/*#container > div {*/
#container .intro-left,
#container .intro-right {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.roundedContainer {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: white;
	margin: 20px;
	margin-top: 0;
	overflow: hidden;
	background: white url(../img/ring.png) center top repeat-y;
}

#container h2,
#container h3 {
/*	font-family: garamond, georgia, times, serif;*/
}

#footer {
	padding: 1em;
	color: gray;
}
#footer a {
	color: silver;
	text-decoration: none;
}

p, li {
	text-align: justify;
}

a {
	color: black;
}

.clear {
	clear: both;
}

.intro-left {
	width: 50%;
	height: 100%;
	float: left;
/*	background: url(../img/sidebar_shadow.gif) repeat-x;*/
}
.intro-right {
	width: 50%;
	height: 100%;
	float: right;
	/*background: url(../img/silverVertical.png) repeat-y;*/
	/*border-left: solid 1px silver;*/
}
.intro-left .padding {
	padding-right: 3em;
}
.intro-right .padding {
	padding-left: 3em;
}

.intro-wide {
	width: 50%;
	height: 100%;
	float: left;
/*	background: url(../img/sidebar_shadow.gif) repeat-x;*/
}
.intro-narrow {
	width: 50%;
	height: 100%;
	float: right;
/*	background: url(../img/sidebar_shadow.gif) repeat-x;*/
/*	border-left: solid 1px silver; */
}

.nospacing {
	border-collapse: collapse;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: solid 1px silver;
}
.nospacing th, .nospacing td {
	border: none;/*solid 1px silver;*/
	border-collapse: collapse;
	border-right: solid 1px silver;
	padding: 0;
}
.nospacing th, .nospacing tr.even, .nospacing tr.footer {
	background-color: #EEEEEE;
}
.first4em td:first-child,
.first4em th:first-child {
	text-align: right;
	width: 4em;
	padding-right: 1em;
}
.width100 {
	width: 100%;
}
.hover tr:hover td {
	background-color: #E0E0E0;
	cursor: default;
}
.spacy {
	border: none;
	border-spacing: 0 0.25em;
}
.spacy td {
	margin: 0.25em 0;
	padding: 0.25em;
	background-color: #EEEEEE;
	/*border: 0.25em solid transparent;*/
	border-left: none;
	border-right: none;
	font-size: 8pt;
}
/*.spacy td:first-child {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.spacy td:last-child {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
*/
.busy {
	width: 100%;
	height: 100%;
	background-image: url(../img/diagonal_corner.jpg);
}
.activated {
	background-color: green;
}
.free {
	width: 100%;
	height: 100%;
	display: block;
}
.free:hover {
	background-color: silver;
}

.linkFree,
.linkBusy {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.linkBusy {
}

.none {
	width: 100%;
	height: 100%;
	background-color: #DDDDDD;
}
.prefix {
	float: left;
	width: 5em;
}

.prefix10 {
	float: left;
	width: 10em;
}

.error_top {
	font-family: monospace;
	white-space: pre-wrap;
	width: 80%;
	margin: 1em auto !important;
	padding: 1em !important;
	background-color: yellow;
	color: red;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: solid 1px red;
}


.htmlFormTable {
	width: 100%;
}
.htmlFormTable input,
.htmlFormTable textarea {
	width: 100%;
}
.htmlFormTable input[type="submit"],
.htmlFormTable input[type="checkbox"]
{
	width: auto;
}
.htmlFormTable td {
	vertical-align: top;
}
.htmlFormTable .error {
	color: red;
}
.htmlFormTable br.error {
	clear: left;
	line-height: 1px;
	height: 1px;
}
.htmlFormTable .label {
	width: 30%;
	text-align: right;
}


.horiButtons {
}
.horiButtons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0 auto;
	width: auto;
}
.horiButtons ul li {
	float: left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*background-color: #E0E0E0;*/
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	line-height: 44px; /* 32 + 6 + 6 */
}
.horiButtons ul li a,
.grayButton {
	text-decoration: none;
	padding: 0.5em !important;
}
.horiButtons ul li a img {
	border: none;
	/*vertical-align: middle;*/
}
.horiButtons input {
	width: 100%;
}

.strike td {
	text-decoration: line-through;
}

.active td,
.hover tr.active:hover td {
	/*background-color: #2B880D; // dark */
	/*background-color: #4FA22F;*/
	/*background-color: #A5C10D;*/
	/*background-image: url(../img/green-gradient-stretch.gif);*/
	/*background-repeat: repeat-x;
	background-position: 0 -0.25em;*/
	background: #4FA22F; /* old browsers */
	background: -moz-linear-gradient(top, #4FA22F 0%, #A5C10D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4FA22F), color-stop(100%,#A5C10D)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FA22F', endColorstr='#A5C10D',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #4FA22F 0%,#A5C10D 100%); /* opera */
	color: white;
}

a img {
	border: none;
}

.message {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color:#FFFFDD;
	border:0.1em solid #FFD700;
	margin:1em auto;
	padding:0.5em;
	text-align:center;
	width:90%;
}

img {
	vertical-align: middle;
}

a button {
	text-decoration: none;
}

#makeAppointmentButton {
	background-image: url(../img/img_appointment.gif);
	background-repeat: no-repeat;
}

#loginForm {
	float: right;
	text-align: right;
	color: black;
	background: #F5B305;
	padding: 0.5em;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
	box-shadow: 5px 5px 8px #888888;
	overflow: auto;
}
#loginForm label,
#loginForm input {
	font-size: 11px;
}
#loginForm input[type="text"],
#loginForm input[type="password"] {
	width: 20em;
}

ol.todo li.done {
	list-style-image: url(../img/Check_yes_very_small.png);
}
ol.todo li.active {
	font-weight: bold;
}

a.active {
	display: block;
	float: left;
	padding-bottom: 8px;
	background-image: url(../img/menuActive.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
}
a.passive {
	display: block;
	float: left;
	padding-bottom: 8px;
}

.flags {
	float: right;
	margin-top: -10px;
	margin-right: 15px;
}
.flags a {
	padding: 0 5px;
	text-decoration: none;
	/*opacity: 0.5;*/
}
.flags a.active {
	padding: 0 5px;
	opacity: 1;
	display: inline;
	float: none;
	background: none;
}

.footer-column {
	width: 25%;
	float: left;
}
.footer-column h4 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 2.7em;
}
.footer-column ul {
	padding: 0;
	margin-left: 3em;
	font-size: 11px;
	list-style-type: none;
}
.footer-column ul li {
}

a.button {
	text-decoration: none;
}

#menu input {
	width: auto;
}
#menu form {
	display: block;
	padding-top: 3px;
	padding-right: 3px;
}

.untranslatedMessage {
	background-color: lightyellow;
}
.missingMessage {
	background-color: pink;
}

.highlight {
	-moz-box-shadow: 0 0 5px 5px #FFFF00;
	-webkit-box-shadow: 0 0 5px #FFFF00;
	box-shadow: 0 0 5px #FFFF00;
}

.right {
	float: right;
}
.floatContainer {
	overflow: hidden;
}

.border-right {
	border-right: solid 1px silver;
}	

.betaRibbon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
#head > a,
#menu > a,
#container > a {
	position: relative;
	z-index: 2;
}
.betaRibbon a {
	z-index: 1;
}

.w330 {
	width: 330px;
}

.paginationControl {
	margin-bottom:1em;
	margin-top:1em;
}
.paginationControl a, .paginationControl span.disabled, .paginationControl span.active {
	border:1px solid #008C00;
	cursor:pointer;
	display:block;
	float:left;
	height: 19px;
	margin-top:1px;
	margin-bottom:1px;
	margin-right:3px;
	padding-top:1px;
	text-align:center;
	text-decoration:none;
	vertical-align:baseline;
	min-width: 20px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paginationControl span.disabled {
    cursor:default;
}
.paginationControl span.active {
	background: #4FA22F; /* old browsers */
	background: -moz-linear-gradient(top, #4FA22F 0%, #A5C10D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4FA22F), color-stop(100%,#A5C10D)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FA22F', endColorstr='#A5C10D',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #4FA22F 0%,#A5C10D 100%); /* opera */
	color: white;
	border: none;
	padding: 1.5px;
}
.paginationControl a:hover {
	background: #4FA22F; /* old browsers */
	background: -moz-linear-gradient(top, #4FA22F 0%, #A5C10D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4FA22F), color-stop(100%,#A5C10D)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FA22F', endColorstr='#A5C10D',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #4FA22F 0%,#A5C10D 100%); /* opera */
	color: white;
	text-decoration:none;
}
.paginationControl form {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.paginationControl div.page {
	float: left;
	height: 19px;
	vertical-align: bottom;
	margin-top: 3px;
	text-align: center;
	margin-right: 3px;
}
#localize {
	border: solid 1px silver;
	border-collapse: collapse;
}
#localize td {
	border: solid 1px silver;
	border-collapse: collapse;
	width: 33%;
}

.photo {
	display: block;
	margin: 1em auto;
	padding: 10px 10px 20px 10px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: -1px 3px 8px #777777;
}

.floatRight {
	float: right;
}

@media print {
	html {
		background: transparent;
	}
	.no-print {
		display: none;
	}
	.full-print {
		width: 100%;
		float: none;
	}
	.flags {
		display: none;
	}
	#menu {
		display: none;
	}
	#footer {
		display: none;
	}
	#loginForm {
		display: none;
	}
	#head h1 {
		font-size: 14pt;
	}
	#head h2 {
		font-size: 12pt;
	}
}
#map_canvas {
	-moz-box-shadow: 8px 8px 8px #888888;
	-webkit-box-shadow: 8px 8px 8px #888888;
	box-shadow: 8px 8px 8px #888888;
}
.height2em {
	height: 3.9em;
	margin-left: 0.5em;
}

input[type="submit"],
button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	background: #10C0D8;
	color: white;
}
input[type="submit"]:hover,
button:hover {
	-moz-box-shadow: 2px 2px 4px #888888;
	-webkit-box-shadow: 2px 2px 4px #888888;
	box-shadow: 2px 2px 4px #888888;
	position: relative;
	left: -2px;
	top: -2px;
}
input[type="submit"]:active,
button:active {
	-moz-box-shadow: 0px 0px 4px #888888;
	-webkit-box-shadow: 0px 0px 4px #888888;
	box-shadow: 0px 0px 4px #888888;
	position: relative;
	left: 0px;
	top: 0px;
}

.DynarchCalendar {
	background: transparent !important;
}

.no-deco {
	text-decoration: none;
}
.fullWidth {
	background: white;
}
