/* Structure */
body { background: #e2e2e2 url(../images/bg-body.png) repeat-x; }

#header {
width: 960px;
background: url(../images/bg-header.png) bottom center no-repeat;
height: 80px;
overflow: auto;
margin: 0 auto;
position: relative;
}
	#header-logo {
	margin: 10px 10px 10px 20px;
	width: 230px;
	height: 50px;
	float: left;
	}
	#logged-in-as {
	float: right;
	display: block;
	height: 12px;
	padding: 8px 25px 0 0;
	color: #666;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.2em;
	}
	#navlist {
	width: auto;
	height: 40px;
	clear: right;
	float: right;
	background: url(../images/bg-header-nav.png) top right no-repeat;
	margin: 0px 10px 10px 0;
	padding: 0 5px 0 0;
	text-align: right;
	}
		#navlist li {
		float: left;
		}
			#navlist li a {
			display: block;
			color: #fff;
			padding: 0 0 0 10px;
			font-size: 1.2em;
			font-weight: 700;
			text-decoration: none;
			}
				#navlist li a span {
				display: block;
				padding: 20px 10px 8px 0;
				}
			#navlist li a:hover { background: url(../images/bg-header-nav.png) 0 -80px no-repeat; }
				#navlist li a:hover span { background: url(../images/bg-header-nav.png) right -80px no-repeat; }

			#navlist li#active a { background: url(../images/bg-header-nav.png) 0 -40px no-repeat; color: #f63; }
				#navlist li#active a span { background: url(../images/bg-header-nav.png) right -40px no-repeat; }
			#navlist li .menuStarter {
			width: 40px;
			height: 40px;
			background: url(../images/bg-header-nav.png) no-repeat !important;
			}

#container {
width: 940px;
background: url(../images/bg-container.png) top center repeat-y;
overflow: auto;
padding: 0 10px;
margin: 0 auto;
}

#sidebar {
background: #343434 url(../images/bg-sidebar.png) repeat-x;
width: 230px;
padding: 10px;
min-height: 60px; 
float: left;
}
	#sidebar h1 { color: #fff; }
	#sidebar li a {
	font-size: 1.4em;
	color: #999;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
	}
	#sidebar li a:hover {
	background: url(../images/bg-sidebar-link.gif) 0 -30px no-repeat;
	color: #fff;
	}
	#sidebar li a.active {
	background: url(../images/bg-sidebar-link.gif) 0 0 no-repeat;
	color: #f63;
	}

#content {
width: 660px;
padding: 10px;
float: left;
}

#footer {
width: 920px;
background: url(../images/bg-footer.png) top center no-repeat;
min-height: 40px;
overflow: auto;
margin: 0 auto;
padding: 20px 20px 0;
font-size: 1.1em;
color: #666;
}
	#footer ul { overflow: auto; }
		#footer ul li { float: left; }
			#footer ul li span {
			display: block;
			padding: 5px;
			}
			#footer ul li a {
			display: block;
			padding: 5px;
			border-left: 1px solid #f63;
			}
			#footer ul li a.active {
			color: #f85;
			font-weight: 700;
			text-decoration: none;
			}

/* Elements */
button {
padding: 10px;
font-size: 1.4em;
background: #f63;
color: #fff;
border-top: 2px solid #fb8;
border-right: 2px solid #d41;
border-bottom: 2px solid #b20;
border-left: 2px solid #f96;
}
	button:active {
	border-bottom: 2px solid #fb8;
	border-left: 2px solid #d41;
	border-top: 2px solid #b20;
	border-right: 2px solid #f96;
	}

/* Classes */
.box,
.boxAlt {
background: url(../images/bg-box.png) no-repeat;
margin: 10px 0 0;
padding: 10px 0 10px 10px;
}
	.box p {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #666;
	}
	.boxAlt p { color: #666; }
	.box dt {
	font-size: 1.2em;
	line-height: 1.3em; 
	border-top: 1px solid #ccc;
	padding: 5px 0 0;
	}
	/* .box dt:first-child { border: none; padding: 0; } */
	.box dd {
	font-size: 1.2em;
	line-height: 1.3em; 
	margin: 0 20px 20px;
	color: #666;
	}

.input {
overflow: auto;
padding: 0 0 10px 10px;
}
	.input label {
	width: 95px;
	float: left;
	padding: 5px 5px 5px 0;
	font-size: 1.1em;
	font-weight: 700;
	color: #f63;
	}
	.input input,
	.input select,
	.input textarea {
	width: 200px;
	float: left;
	padding: 5px;
	font-size: 1.3em;
	}
	
	.input ul {
		display: inline;
		list-style-type: none;
		list-style-image:none;
	}
	
	.input li {
		display: inline;
		list-style-type: none;
		list-style-image:none;
		float: left;
	}
	
	.input .tip {
	width: 290px;
	float: left;
	padding: 5px 10px 0;
	}
	
#template-results {
border: 1px solid #bbb;
border-width: 1px 0 0 1px;
overflow: auto;
}

.template {
overflow: hidden;
border: 1px solid #bbb;
border-width: 0 1px 1px 0;
padding: 10px;
width: 195px;
height: 200px;
float: left;
cursor: pointer !important;
}
	.template * { cursor: pointer !important; }

	.template .spot-image {
		margin:0 auto;
		width:160px;
	}

	.template img {
		border:2px solid #333333;
		display:block;
		height:90px;
		margin:10px auto;
	}
	.template h4,
	.template ul,
	.template dl {
	float: left;
	width: 420px;
	}
	.template h4 {
	font-size: 1.4em;
	padding: 0 0 5px;
	margin: 0;
	}
	.template ul { overflow: auto; margin: 0; }
		.template ul li { float: left; }
			.template ul li span {
			display: block;
			font-weight: 700;
			padding: 5px 5px 5px 0;
			}
			.template ul li a {
			display: block;
			padding: 5px 4px;
			}
	.template dl { }
		.template dl dt {
		width: 95px;
		float: left;
		border-top: 1px solid #bbb;
		margin: 0;
		padding: 5px 0;
		text-align: left;
		}
		/* commented backslash hack for mac-ie5 \*/
		dt { clear: both; }
		/* end hack */
		.template dl dd {
		float: left;
		width: 95px;
		margin: 0;
		border-top: 1px solid #bbb;
		padding: 5px 0;
		text-align: right !important;
		}			

#template-results .selected { background: #f60; border-right: 1px solid #c30; border-bottom: 1px solid #c30; }
	#template-results .selected img { color: #fff; border: 2px solid #c30; }
	#template-results .selected h4 { color: #fff; }
	#template-results .selected dt { color: #333; border-top: 1px solid #c30; }
	#template-results .selected dd { color: #333; border-top: 1px solid #c30; }
.template:hover { background: #ddd; }
	#template-results .template:hover img { color: #fff; border: 2px solid #f63; }


.spotSubmit {
text-align: right;
}

.captchaWrapper {
margin: 10px 0;
}		

/* Global Styles */

/* Page-specific Styles */
.login #container {
width: 300px;
margin: 200px auto 0;
background: transparent none;
}

.login textarea, input[type='text'], select { font-size: 1em; }
	.login h1 {
	font-size: 1.6em;
	}
	.login fieldset {
	background: #333 url(../images/bg-sidebar.png) repeat-x;
	padding: 10px;
	color: #fff;
	overflow: auto;
	font-size: 1.2em;
	}
		.login fieldset div {
		overflow: auto;
		padding-bottom: 10px;
		}
			.login fieldset label {
			font-weight: 700;
			width: 90px;
			float: left;
			display: block;
			margin: 3px 0;
			padding: 3px 0;
			}
			.login fieldset input {
			width: 180px;
			float: left;
			display: block;
			margin: 3px 0;
			padding: 3px 0;
			}
		.login fieldset hr {
		color: #222;
		background: #222;
		}
		.login fieldset input[type=submit] {
		float: right;
		}
		.login span a  { 
				color: #000;
				text-decoration: underline;
		}
		
.note {
/*	display: block;*/
	position: relative;
	float: right;
/*	margin-right: 150px;*/

}

#spot-tutorial h6 { color:#c30; }

.tutorialImage {
border: 10px solid #ccc;
margin: 10px 0 20px;
}

.spotMarkers { padding: 0 20px; }
	.spotMarkers dt { overflow: auto; border-bottom: 1px solid #ccc; }
		.spotMarkers dt img { float: left; }
		.spotMarkers dt span {
		float: left;
		display: block;
		font-size: 1.2em;
		padding: .3em !important;
		}
	.spotMarkers dd { padding: 0 0 10px 25px; }
	
	
	
	
.toomuch .input textarea {
	background-color: red;
}

h2 {
	text-align: inline;
}
