/* ---------------------------------------------------
for exzo v0.b6
------------------------------------------------------ */

table.exif	{
	border:1px dotted #333333;
	background: #eee;
}

td.header {
	font-size:9px;
	font-weight:bold;
	color: #999;
	border-bottom:1px dotted #333333;
	padding-top:3px;
	padding-bottom:3px;
	text-align: right;
}
td.header_last {
	font-size:9px;
	font-weight:bold;
	color: #999;
	padding-top:3px;
	padding-bottom:3px;
	text-align: right;
}
td.content_dark {
	font-size:10px;
	color: #333;
	border-bottom:1px dotted #333333;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
}
td.content_bright {
	font-size:10px;
	color: #111;
	border-bottom:1px dotted #333333;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
	font-weight:bold;
}
a.content_dark {
	font-size:10px;
	color: #333;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
	text-decoration:none;
}
td.content_dark_last {
	font-size:10px;
	color: #333;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
}
td.content_bright_last {
	font-size:10px;
	color: #111;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
	font-weight:bold;
}
td.content_bright_last_center {
	font-size:10px;
	color: #111;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center;
	font-weight:bold;
}


.iemahge {
    margin: 1px;
    padding: 1px;
    border:30px #444 solid;
    font: 8pt Georgia;
    font-weight: bold;
    color: #000;
    background-repeat:no-repeat;
    background-position:1px 1px;
}

.OpaDiv {
    color: #000;
	width:100%;
	background:transparent;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	text-align: right;
}
.OpaTextStatic {
    color: #000;
	width:150%;
	background:transparent;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
	text-align: right;
}
.OpaText {
    color: white;
	width:150%;
	background:transparent;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
	text-align: right;
	font-weight:bold;
}
a.OpaText {
    color: white;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}
a.OpaText:visited {
    color: white;
}
a.OpaText:hover {
    color: white;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	text-decoration: none;
}

.imagelinks	{
	border: 0px;
}