body {
	background-color: #000000;
	margin: 0px;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 9pt;
}

a {
	color: #68c4ff;
	text-decoration: none;
	font-style: italic;
	
}

a:hover {
	text-decoration: underline;
	
}

img {
	border: 0px;

}

.content_box {
	background-color: #000000;
	border: 1px solid;
	border-color: #808080;
	text-align: justify;
}

.input {
	background-color: #101524;
	color: #c0c0c0;
	border: 1px solid;
	border-color: #33373d;
	padding: 2px;
	font-family: sans-serif;
	font-size: 9pt;
	margin: 0px;
}

.editor_section {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: #404040;
	margin-bottom: 8px;
	padding-bottom: 4px;
	margin-top: 25px;
}

.spacer {
	width: 30pt;
	height: 30pt;
}

.thumb {
	width: 100px;
	height: 100px;
	margin: 5px;
	padding: 6px;
	margin-top: 25px;
}

.thumb:hover {
	margin: 8px;
	margin-top: 28px;
	border: 2px solid;
	border-color: #e0a020;
	padding: 1px;
}

.thumb_active {
	width: 100px;
	height: 100px;
	margin: 8px;
	margin-top: 28px;
	border: 2px solid;
	padding: 1px;
	border-color: #a0a0a0;
}

.time_marker
{
	width: 131px;
	height: 145px;
	background-image:url('gfx/timeMarker.png');
	text-align: center;
}

.image_head {
	padding-top: 5pt;
	padding-bottom: 10pt;
	font-size:12pt;
	font-weight: bold;
	font-style: italic;
}

.image_button {
	font-size: 9pt;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #404040;
	border: 1px solid;
	border-color: #808080;
	color: #ffffff;
	font-style: italic;
	white-space: nowrap;
}

.image_button:hover {
	background-color: #e0a020;
}

.image_button a {
	color: #ffffff;
	cursor: pointer;
}

.image_button_auth {
	background-color: #800000;
}

.image_button_active {
	font-size: 9pt;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #a0a0a0;
	border: 1px solid;
	border-color: #808080;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	white-space: nowrap;
}

.image_button_active a {
	color: #ffffff;
}

.button_right {
	text-align: left;
	border-left: 0px;
	width: 90px;
	border-radius: 0px 10px 10px 0px;
}

.button_left {
	text-align: right;
	border-right: 0px;
	width: 90px;
	border-radius: 10px 0px 0px 10px;
}

.image_showOnDemand {
	position: absolute;
	visibility: hidden;
}

.image_popup {
	max-width: 700px;
	_width: 700px;
	background-color: #101010;
	border-radius: 10px;
	border: 1px solid;
	border-color: #404040;
	padding: 15px;
	text-align: justify;
	line-height: 150%;
	position: absolute;
	visibility: hidden;
	margin-left: 25px;
	margin-top: 25px;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	box-shadow: 0px 0px 50px #000;
}

.exif_name {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding: 2px;
}

.exif_value {
	font-style: italic;
	white-space: nowrap;
	padding: 2px;
	text-align: left;
}

.realTag, .realtag a  {
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 2px;
	color: #68c4ff;
	font-style: italic;
}

.tag_zero {
	color: #808080;
	font-style: italic;
}

.tag_clickable {
}

.tag_active {
	color: #ffc030;
	font-style: italic;
}

.tag_current {
	background-color: #002040;
	font-style: italic;
}

.tag_gallery {
	font-style: italic;
	font-family: serif;
}

.fbButtonOuter {
	color: gray;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding-top: 4px;
	white-space: nowrap;
}

.fbButton {
	display: inline;
	line-height: 1.28;
	color: rgb(51, 51, 51);
	background-color: rgb(199, 199, 199);
	border-radius: 3px 3px 3px 3px;
	border: 1px solid;
	border-color: gray;
	padding: 4px 6px 5px;
	margin-right: 7px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	cursor: pointer;
}

.fbButton:hover {
	background: none repeat scroll 0% 0% rgb(236, 238, 245);
	border-color: rgb(228, 228, 228);
}

