#shadowbox_overlay {
	margin: 0px; padding: 0px; left: 0px; top: 0px; display: block; visibility: hidden; position: absolute; z-index: 9999;
}
#shadowbox_container {
	margin: 0px; padding: 0px; left: 0px; top: 0px; width: 100%; height: 0px; text-align: center; position: fixed; z-index: 10000;
}
#shadowbox {
	margin: 0px auto; text-align: left; color: rgb(255, 255, 255); border-bottom-color: white; border-bottom-width: 10px; border-bottom-style: solid; display: none; visibility: hidden; position: relative;
}
#shadowbox_title {
	background: white; overflow: visible; padding-left: 0px;
}
#shadowbox_title_close {
	margin: 0.5em 1em 0px 0px; top: -18px; right: -22px; float: right; position: absolute;
}
#shadowbox_title a {
	text-decoration: none;
}
#shadowbox_title_inner {
	padding: 18px 5px 10px 10px; text-align: center; color: rgb(153, 153, 153); line-height: 24px; font-family: "Arial", "Lucida Grande", Tahoma, sans-serif; font-size: 22px;
}
#shadowbox_body {
	border: 10px solid rgb(255, 255, 255); border-image: none; color: rgb(247, 235, 211); overflow: hidden; position: relative; background-color: rgb(255, 255, 255);
}
#shadowbox_body_inner {
	overflow: hidden; position: relative;
}
#shadowbox_loading {
	left: 0px; top: 0px; width: 100%; height: 10000px; position: absolute; background-color: rgb(6, 6, 6);
}
#shadowbox_loading img {
	margin: 10px 10px 0px; float: left;
}
#shadowbox_loading span {
	font-family: "Lucida Grande", Tahoma, sans-serif; font-size: 10px; margin-top: 16px; float: left;
}
#shadowbox_loading span a:link {
	color: rgb(255, 255, 255); text-decoration: underline;
}
#shadowbox_loading span a:visited {
	color: rgb(255, 255, 255); text-decoration: underline;
}
.html#shadowbox_content {
	width: 100%; height: 100%; overflow: auto;
}
#shadowbox_toolbar {
	padding: 0px; width: 100%; border-collapse: collapse;
}
#shadowbox_toolbar .shadowbox_nav_caption {
	padding: 0px 10px; text-align: left; color: rgb(160, 160, 160); font-weight: bold; float: left; background-color: white;
}
#shadowbox_toolbar_inner {
	margin: 0px; padding: 15px 0px 15px 10px; color: rgb(0, 0, 0); overflow: auto; font-family: "Lucida Grande", Tahoma, sans-serif; font-size: 12px; background-color: white;
}
#shadowbox_toolbar_inner span {
	vertical-align: middle;
}
#shadowbox_nav_buttons {
	text-align: right;
}
#shadowbox_toolbar_inner span span.shortcut {
	font-weight: bold; text-decoration: underline; display: inline;
}
#shadow_conter {
	padding-left: 10px;
}
#shadowbox_counter {
	padding-top: 0px; margin-top: 10px;
}
#shadowbox_counter a {
	margin-right: 4px; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-top-width: 2px; border-right-width: 2px; border-top-style: solid; border-right-style: solid;
}
#shadowbox_counter a:visited {
	color: rgb(63, 178, 201); text-decoration: none;
}
#shadowbox_counter a:hover {
	color: rgb(63, 178, 201); text-decoration: none;
}
#shadowbox_counter a {
	color: rgb(63, 178, 201); text-decoration: none;
}
#shadowbox_toolbar_inner span a {
	color: rgb(63, 178, 201); text-decoration: none;
}
.shadowbox_nav {
	margin-left: 3px; float: right; display: inline;
}
.shadowbox_nav_close {
	margin-top: 2px; margin-left: 20px; float: right;
}
#shadowbox_nav_buttons {
	width: 130px; padding-right: 10px; float: right;
}
.shadowbox_nav a {
	width: 16px; height: 16px; display: block; cursor: pointer;
}
#shadowbox_counter a {
	padding: 2px 4px 0px 0px; cursor: pointer;
}
#shadowbox_counter a.shadowbox_counter_current {
	border: currentColor; border-image: none; color: rgb(166, 166, 166); text-decoration: underline;
}
div.shadowbox_message {
	padding: 10px; text-align: center; font-family: "Lucida Grande", Tahoma, sans-serif; font-size: 12px;
}
div.shadowbox_message a:link {
	color: rgb(255, 255, 255); text-decoration: underline;
}
div.shadowbox_message a:visited {
	color: rgb(255, 255, 255); text-decoration: underline;
}
#shadowbox_body form div.field {
	margin-bottom: 1em;
}
#shadowbox_body form label {
	margin-bottom: 0.5em; vertical-align: top; display: block;
}
#shadowbox_body form span.helptext {
	display: block;
}
#shadowbox_body form ul {
	list-style: none; padding-left: 0px;
}
