div#wrapper {
	background-color: #FFF;
	box-shadow: 0 0 10px #000;	
	color: #757470;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}
a {
	color: inherit;
}
div#header a {
	width: 120px;
	margin: 0 6px 0 0;	
}
div#header a.login {
	width: 140px;
	margin: 0 4px 0 0;
}
span.full {
	display: block;
	width: 960px;
	padding: 20px;
}
h4 {
	margin-top: 0;
	padding-top: 0;
}
span.left {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	padding: 20px;
}
span.select_images {
	display: block;
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 0;	
}
span.select_images img {
	padding: 0;
	margin: 0 0 -4px 0;
	border: 0;
	cursor: pointer;
	opacity: 0.4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
span.select_images img:HOVER {
	opacity: 1;
}
span.right {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	padding: 20px;
}
span.list {
	height: 542px;
	overflow: hidden;
	overflow-y: scroll;	
}
div.map_wrapper {
	padding: 0 0 10px 0;
	border: 0 solid #E6E6E6;
	border-width: 0 0 1px 0;	
}
div.map_container {
	width: 500px;
	height: 500px;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #868686;
	overflow: hidden;
	cursor: move;
}

div.map {
	width: 500px;
	height: 500px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	border: 0;
	opacity: 0.9;
    -webkit-transition: all 1s;
    transition: all 1s;
}

span.infowindow {
	float: left;
	display: none;
	position: relative;
	left: 215px;
	width: 240px;
	height: 80px;
	padding: 0 10px 6px 10px;
	margin: 0 -252px -87px 0;
	border: 1px solid #E3DECF;
	border-width: 0 1px 1px 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #656565;
	line-height: 16px;
	text-align: left;
	background-color: #FFF;
}

span.marker {
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	/*background-color: transparent;
	background-image: url(images/marker.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	background: linear-gradient(to bottom, #F71919, #941919);
	border-radius: 50%;
	border: 1px solid #FFF;
	margin: -6px;
	padding: 0;
}

span.marker:HOVER, .map span.hover {
	background-color: transparent;
	background-image: url(images/map_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/map_arrow.gif);
	width: 34px;
	height: 34px;
	margin: -28px -6px -6px -28px;
	border: 0;
	cursor: pointer;
}

span.marker span.img {
	float: left;
	display: none;
	position: relative;
	top: 80px;
	left: 80px;
	width: 100px;
	height: 100px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 2px;
	margin: -53px;
	z-index: 5000;
}
span.marker span.img_top {
	top: -20px;
}
span.marker span.img_left {
	left: -20px;
}


span.marker span.left {
	top: 80px;
	left: -160px;
	width: 322px;
	height: 72px;
	margin: -53px;
}
span.marker span.right {
	top: 80px;
	left: 80px;
	width: 322px;
	height: 72px;
	margin: -53px;
}
span.marker span.img span {
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

span.marker span.img span img {
	vertical-align: middle;
	/*width: auto;
	height: 54px;*/
	border: 0;
}

div.map_controls {
	height: 32px;
	line-height: 32px;
	padding: 10px 0;
}

div.map_controls select, #acco_list li select {
	height: 20px;
	line-height: 20px;
	padding: 0 20px 0 8px;
	margin: 0 0 0 8px;
	border-radius: 4px;
	border: 1px solid #868686;
	background-color: #FFF;
	color: #757470;
	-webkit-appearance: none;
	background-image: url(jquery/msdropdown/dd_arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.map_controls button, #acco_list li button, div.map_info button, span.left a.site_acco, a.contact_acco {
	float: right;	
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 8px;
	border-radius: 4px;
	border: 1px solid #868686;
	background-color: #E6E6E6;
	background: linear-gradient(to bottom, #F6F6F6, #E6E6E6);
	color: #757470;
	text-align: center;
	cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
}
#acco_list li button, div.map_info button {
	width: auto;
	padding: 0 8px;	
}
div.map_controls button:HOVER, #acco_list li button:HOVER, div.map_info button:HOVER, span.left a.site_acco:HOVER, a.contact_acco:HOVER  {
	background-color: #F6F6F6;
	background: linear-gradient(to bottom, #FFF, #F6F6F6);
}
button.zoom_out, button.zoom_in {
	width: 32px !important;
	height: 32px !important;
	line-height: 16px !important;
	padding: 0 0 2px 0 !important;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 50% !important;
	color: #F48732 !important;
	border-color: #F48732 !important;
}
ul.map_acco_list, ul#form, ul#login, ul#forgot {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
ul.map_acco_list li {
	line-height: 1.5em;	
}
ul.map_acco_list li span:HOVER, ul.map_acco_list li span.hover {
	/*color: #CA0000;*/
	color: #F48732;
	cursor: pointer;
}
div.small_form, div.wide_form {
	width: 50%;
	margin: 50px auto;
}
div.wide_form {
	width: 600px;	
}
div#calendar {
	width: 737px;
	margin: 50px auto;	
}
div#calendar .ui-state-default  {
	border: 0;	
	background: none;
	text-align: center;
	cursor: default !important;
}
div#calendar .ui-state-available {
	border: 0;
	background-color: #BCD96B;	
	border-radius: 2px;
	cursor: default !important;
}
div#calendar .ui-state-unavailable {
	border: 0;
	background-color: #E87882;	
	border-radius: 2px;
	cursor: default !important;
}
div#calendar .ui-state-unavailable * {
	font-weight: bold !important;
	cursor: default !important;
}
div#calendar .ui-widget-content {
	border: 0;
	box-shadow: 0 0 4px #868686;
}
div#calendar .ui-widget-header {
	border: 0;
	background: none;
	background-color: #F6F6F6;	
}
.ui-widget-content {
	font-size: 10pt;
    font-family: Verdana, Arial, 'sans serif';
    color: #4A4A4A;	
}
.ui-tabs {
	border: 0;	
}
.ui-tabs-nav {
	background: none;
	border-radius: 0;
	border-width: 0;
	text-align: center;	
}
.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	display: inline-block;
	vertical-align: bottom;	
	border: 1px solid #d3d3d3 !important;
	border-radius: 4px;
	padding: 4px;
	color: #757470;
	background-color: #E6E6E6;
    background: linear-gradient(to bottom, #F6F6F6, #E6E6E6);
	float: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-color: #F6F6F6;
    background: linear-gradient(to bottom, #FCFCFC, #F6F6F6);
}
.ui-tabs .ui-tabs-nav li a {
	float: none;	
}
div.status p {
	font-weight: bold;
	text-align: center;	
}
ul#form li, ul#login li, ul#forgot li {
	clear: both;
}
ul#form label, ul#form input, ul#form textarea, ul#login label, ul#forgot label, ul#login input, ul#forgot input {
	display: inline-block;
	vertical-align: top;
	width: 120px;	
	margin: 4px 0;
}
ul#form input, ul#form textarea, ul#login input, ul#forgot input {
	width: 240px;
	float: right;
	border: 1px solid #868686;
	border-radius: 4px;
	padding: 4px;
}
form#logout {
	float: right;
	margin: 10px 20px 10px 0 !important;	
}
ul#form input[type=submit], ul#login input[type=submit], ul#forgot input[type=submit], #logout input[type=submit] {
	-webkit-appearance: none;
	padding: 4px;
	margin: 0;
	border-radius: 4px;
	border: 1px solid #868686;
	background-color: #E6E6E6;
	background: linear-gradient(to bottom, #F6F6F6, #E6E6E6);
	color: #757470;
	text-align: center;
	cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
}
ul#form input[type=submit]:HOVER, ul#login input[type=submit]:HOVER, ul#forgot input[type=submit]:HOVER, #logout input[type=submit]:HOVER {
	background-color: #F6F6F6;
	background: linear-gradient(to bottom, #FFF, #F6F6F6);
}
label.check, input.check {
	width: auto !important;	
	margin-right: 20px !important;
}
input.check {
	float: none !important;	
}
div.map_info {
	width: 680px;
	color: #757470;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}
div.map_info span.left {
	display: inline-block;
	vertical-align: top;
	width: 480px;
	padding: 0 20px;
}
div.map_info h1 {
	padding: 20px;
	font-size: 1.5em;
	margin: 0;
}
div.map_info p {
	margin: 0 0 1em 0;
}
div.map_info span.left a {
	color: inherit;	
}
div.map_info span.right {
	width: 120px;
	padding: 0 20px;
}
div.map_info span.right p {
	clear: both;	
}
div.map_info span.right img {
	width: 120px;
	margin: 0 0 0 8px;	
}
button.add_acco, span.left a.site_acco, a.contact_acco {
	float: right;
	display: inline-block;
	width: 118px !important;
	margin: 20px 12px 0 0 !important;
	border-color: #72A918 !important;
	color: #72A918 !important;
	height: 24px !important;
	line-height: 24px !important;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 !important;
}
span.left > button.add_acco, span.left a.site_acco, a.contact_acco {
	float: none;
	width: auto !important;
	padding: 0 10px !important;
}
span.left a.site_acco, a.contact_acco {
	height: 22px !important;
    line-height: 22px !important;
	border-color: #2064E4 !important;
	color: #2064E4 !important;
	text-decoration: none;
}
a.contact_acco {
	float: right;
	width: 96px !important;
	clear: both !important;
	/*margin: -10px 12px 0 0 !important;*/	
}
div.fancybox-skin {
	padding: 0 !important;	
}
div#popup_img {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 9000;
	background-color: rgba(0,0,0,0.4);
}
div#popup_img img {
	max-width: 800px;
	max-height: 100%;
	margin-top: 20px;
}
h4.list_title {
	color: #F48732 !important;	
}
h5.list_summary {
	margin: 0 0 40px 0;	
}
ul#acco_list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul#acco_list li {
	padding: 8px;
}
ul#acco_list li h5 {
	color: #72A918 !important;	
	padding: 0 0 12px 0;
	margin: 0;
}
ul#acco_list li:nth-child(even) {
	background-color: #F6F6F6;
}
#acco_list li button {
	margin-right: 16px;	
}
ul#acco_list li label {
	display: inline-block;
	width: 80px;	
}
ul#acco_list li select {
	width: 140px;
}
ul#acco_list li input[type=text] {
	width: 130px;
	margin: 4px 12px 4px 8px;
	border: 1px solid #868686;
	border-radius: 4px;
	padding: 4px;
}

.error {
	color: #C00 !important;
	border-color: #C00 !important;
}
p.error, p.error_number_low, p.error_number_high {
	display: none;
	border: 0;
	color: #860000;	
}
span.forgot_toggle {
	cursor: pointer;
	display: inline-block;
	margin: 10px auto;	
}

#popup_acco {
	display: none;
	width: 680px;
	height: auto;
	padding: 0;
	margin: 0;
}
div#form_success {
	display: none;
}
#footer a.back {
	color: #2064E4 !important;	
}
span.close_acco {
	float: left; width: 20px; height: 20px; background-image: url(images/close.png); background-repeat: no-repeat; background-size: contain; margin: 2px 0 0 -22px; cursor: pointer;
}
.ui-state-unavailable span {
	color: #FFF !important;
	background-color: #F00 !important;
}