#shadowbox_overlay {
	visibility: hidden;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 998;
}

#shadowbox_container {
	position: fixed;
	height: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center; /* centers in quirks and IE */
}

#shadowbox {
	color: #000;
	background-color: #ebab00;
	/* border: 5px solid #222; */
	display: none;
	visibility: hidden;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-weight: bold;
	text-align: left; /* reset left alignment */
	-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}

#shadowbox_title {
	padding: 2px;
	/* overflow: hidden; */
}
#shadowbox_title_inner {
	/* height: 14px; */
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	/* white-space: nowrap; */
	padding: 8px 0 4px 5px;
	color: #000;
}

#shadowbox_body {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 2px solid #ebab00;
	background-color: #ebab00;
}
#shadowbox_body_inner {
	position: relative;
	overflow: hidden;
}
#shadowbox_loading {
	position: absolute;
	top: 0;
	left: 0;
	height: 10000px; /* overflow:hidden will clip this */
	width: 100%;
	background-color: #ebab00;
}
#shadowbox_loading img {
	float: left;
	margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
	float: left;
	margin-top: 16px;
	font-size: 12px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
	color: #000;
}

#shadowbox_content.html { /* make html content scrollable */
	height: 100%;
	width: 100%;
	overflow: auto;
}

#shadowbox_toolbar {
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
}
#shadowbox_toolbar_inner {
	height: 20px;
	color: #000;
}
#shadowbox_toolbar_inner div {
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
}
#shadowbox_toolbar_inner div span.shortcut {
	text-decoration: underline;
	font-weight: bold;
}
#shadowbox_toolbar_inner div a {
	text-decoration: none;
	color: #000;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
	float: right;
	padding-right: 10px;
}
#shadowbox_counter {
	float: left;
	padding-left: 10px;
}
#shadowbox_counter a {
	padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
	text-decoration: underline;
	font-weight: bold;
}

div.shadowbox_message {
	text-align: center;
	padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
	text-decoration: none;
	color: #000;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
	text-decoration: underline;
}
span#shadowboxBtn {
	background-color: #333;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}
