html, body { overflow:auto; height:100%; max-height:100%; padding:0; margin:0; border:0; width:100%; max-width:100%; }
html { background-color: #fff; color: #000; font-family: "Segoe UI", "Lucida Grande", Arial, Helveitca, sans-serif; font-size: 80%; }
.shadow {
	-moz-box-shadow: 5px 5px 15px 5px rgba(0,0,0,.7); /* FF3.5+ */
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,.7); /* Saf3.0+, Chrome */
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,.7); /* Opera 10.5, IE 9.0 */
}
#jswarning {
	position: absolute;
	text-align: center;
	background-color: red;
	font-size: large;
	width: 50%;
	height: 50%;
	margin: auto;
}
#regular {
	padding: 2%;
}
#map_canvas {
	position:absolute; left: 0; top: 0; z-index:4; width:100%; height:100%;
}
#right {
	position:absolute; z-index: 3;
	left: 50%; width: 50%; top:8.1em; bottom:6.1em;
}
#rightinner {
	position:relative; z-index:3;
	height:100%; max-height:100%; width:100%;
	padding:0;
	overflow:auto;
}
#top {
	position:absolute; z-index:5; top:0; left:50%; right:0px; height:8em;
	background-color: white;
}
#bottom {
	position:absolute; z-index:5; bottom:0; left:50%; right:0px; height:6em;
	background-color: white;
}
#events {
	position: relative;
	overflow: auto; height: 40%; width: 100%;
}
h1 {
	margin: .1ex;
	font-size: 140%;
}

ul.calchooser {
	display: inline;
	padding: 0;
}
ul.calchooser li {
	display: inline;
}

.daybar {
	background-color: #666;
	color: #fff;
	font-weight: bold;
}
a.title { color: #006; }

.event .sep {
	clear: left;
	height: 0px;
}
.event .time {
	float: left;
	width: 7em;
}
.event .title {
	font-weight: bold;
}
.event .overfloat {
	overflow: visible;
	height: 1px;
	width: 1px;
	position: relative;
	display:table-cell; display:inline-table; display:inline-block;
}
.event .overfloat .maplink {
	position: absolute;
	top: -12px;
	left: 14px;
}
.event .overfloat .recurimg {
	position: absolute;
	top: -12px;
	left: -2px;
}
.event .score {
	float: right;
	font-size: x-small;
}
.event .content {
	display: block;
}
.event .contentfold {
	display: none;
	margin-left: 7em;
}
.visible .contentfold {
	display: block;
	margin-left: 7em;
}
#welcome {
	position: absolute; text-align: center;
	left: 0; top: 0; z-index:5; width:70%; margin:10% 15%;
}
#wcont {
	position: relative;
	margin: auto auto;
	padding: 1ex;
	background: white;
	border: 2px outset silver;
	max-width: 40em;
	max-height: 80%;
	text-align: left;
	overflow: auto;
	border-radius: 8px;
}
#welcome #close {
	text-align: center;
	padding: 1ex;
}
#welcome #close a {
	margin: 1ex;
	color: black; text-decoration: none;
	padding: .3ex;
	border: 3px outset silver;
	background: silver;
}
#welcome #copy {
	position: relative;
	width: 100%;
	text-align: right;
	bottom: 0;
	font-size: x-small;
}
.calerr {
	font-weight: bold;
	background-color: red;
}
.hidden {
	display: none;
}
.mapctrl1 {
	padding: 5px;
	font-size: 13px;
	font-family: Arial,sans-serif;
	text-align: center;
	cursor: pointer;
}
.mapctrl2 {
	border: 1px solid black;
}
.mapctrl3 {
	border: solid 1px;
	border-color: #fff #b0b0b0 #b0b0b0 #fff;
	background: white;
}
.mapzoommenu {
	border: 1px solid black;
	background: silver;
}
/* menu items */
.mapzoommenu div {
	margin: 1px;
	background: white;
}
/* date input element on map */
.mapctrl2 input {
	border: none;
	padding; 0; margin: 0;
	font-size: 12px;
	height: 12px;
	text-align: center;
}
#loading {
	position: absolute; text-align: center;
	left: 0; top: 0; z-index:4; width:50%; margin:5% 25%;
}
#loading > div {
	position: relative;
	margin: 0 auto auto auto;
	padding: 1ex;
	background: white;
	border: 2px outset silver;
	max-width: 40em;
	max-height: 100%;
	text-align: center;
	overflow: auto;
	-moz-box-shadow: 5px 5px 15px 5px rgba(0,0,0,.7); /* FF3.5+ */
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,.7); /* Saf3.0+, Chrome */
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,.7); /* Opera 10.5, IE 9.0 */
	border-radius: 8px;
}
.error {
	border: 1px solid red;
	background-color: #FCC;
}
.minitabs {
	padding-top: 10px;
}
.minitabs ol {
	width: 100%;
	float: left;
	margin: 0; padding: 0;
	border-bottom: 1px solid #600;
}
.minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

.minitabs a:link, .minitabs a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #900;
}

.minitabs a.active:link, .minitabs a.active:visited, .minitabs a.active:hover {
	margin: 0 10px 0px 10px;
	border-bottom: 4px solid #c00;
	color: #c00;
}

.minitabs a.disabled:link, .minitabs a.disabled:visited, .miniabs a.disabled:hover {
	border-bottom: 0;
	color: #C99;
	cursor: default;
}

/* Google maps "button" design */
.buttonwrap {
	margin: 5px;
	font-family: Arial, sanf-serif;
	font-size: 12px;
	padding: 0 6px;
	cursor: pointer;
	text-align: center;
}
.button, .button-selected {
	line-height: 160%;
	overflow: hidden;
	border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
	-webkit-user-select: none;
	-moz-user-select: none;
}

.button {
	color: #000;
	border: 1px solid #A9BBDF;
	/* old browsers */
	background: #FEFEFE;
	/* firefox */
	background: -moz-linear-gradient(top, #FEFEFE 0%, #F3F3F3 100%);
	/* webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#F3F3F3));
	/* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F3F3F3',GradientType=0);
}

.button-selected, .button:hover {
	border: 1px solid #678AC7;
}

.button-selected {
	font-weight: bold;
	color: #fff;
	/* old browsers */
	background: #6D8ACC;
	/* firefox */
	background: -moz-linear-gradient(top, #6D8ACC 0%, #7B98D9 100%);
	/* webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6D8ACC), color-stop(100%,#7B98D9));
	/* ie */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D8ACC', endColorstr='#7B98D9',GradientType=0);
}

/* input elements on buttons */
.button input {
	border: none;
	/*padding; 0; margin: 0;*/
	font-size: 12px;
	height: 12px;
	text-align: center;
}

