body {
	background-color: #F5F5F5;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#banner {
	border-bottom: 1px solid #BBB;
	background-color: #DDD;
	padding: 4px 10px 4px 10px;
	color: #777;
	text-align: center;
	margin-bottom: 30px;
}

#title {
	float: left;
	text-align: left;
	width: 40%;
	font-size: 10pt;
	margin: -1px 0px 0px 0px;
}

#title a {
	font-weight: bold;
	color: #059;
	text-decoration: none;
}

#title a:hover {
	color: #07B;
}

#styleswitcher {
	display: inline;
	font-weight: normal;
	font-size: 9pt;
}

#styleswitcher a {
	text-decoration: none;
	font-weight: normal;
	color: <styles-ac>;
}

#styleswitcher a:hover {
	color: <styles-ahc>;
	font-weight: normal;
}

#menu {
	float: right;
	width: 40%;
	text-align: right;
}

#menu a {
	text-decoration: none;
	color: #B08;
}

#menu a:hover {
	color: #F6B;
}

#nav a {
	color: #777;
	text-decoration: none;
}

#nav a:hover {
	color: #555;
}

#thumbnails {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 10px;
	text-align: right;
	display: none;
}

#thumbnails img {
	background-color: #DDD;
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 3px;
	filter:alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85;
}

#thumbnails img:hover {
	background-color: #EEE;
	border: 1px solid #999;
	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
}

#thumbnails img.current-thumbnail {
	background-color: #EEE;
	border: 1px solid #999;
	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
}

#photo {
	margin: 10px 0px 0px 0px;
}

#photo img {
	padding: 6px;
	border: 1px solid #AAA;
	background-color: #DDD;
}

#simpleexif {
	margin-top: 10px;
	text-align: center;
	color: #999;
}

#info {
	display: none;
	text-align: justify;
	padding: 10px 20px 10px;
	position: static;
	background-color: #E5E5E5;
	border: 1px solid #BBB;
	font-size: 9pt;
	color: #777;
	width: 700px;
	margin: 20px auto 10px auto;
}

#info hr {
	height: 1px;
	border: 0px;
	background-color: #BBB;
}

#info a {
	text-decoration: none;
	color: #B08;
}

#info a:hover {
	text-decoration: none;
	color: #F6B;
}

#notes {
	width: 100%;
}

#category {
	text-align: right;
	font-style: italic;
}

#commentsframe {
	width: 100%;
	min-height: 280px;
}

#commentsright {
	float: right;
	text-align: right;
	line-height: 20pt;
	border-left: 1px solid #BBB;
	width: 260px;
	height: auto;
}

#commentsright .title {
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 10px;
}
#commentsright input,textarea {
	font-family: Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #888;
	background-color: #DDD;
	border: 1px solid #BBB;
}
#commentsright input:hover,textarea:hover {
	background-color: #EEE;
}
#commentsright input:focus,textarea:focus {
	background-color: #FFF;
	color: #666;
}
#commentsright input.noborder {
	border: 0px;
	background-color: #E5E5E5;
}
#commentsright input.compulsory,textarea.compulsory {
	border-right: 1px solid #07B;
}
#commentsright br {
	padding-bottom: 5px;
}


#commentsleft li {
	background-color: #DDD;
	list-style-type: none;
	margin: 0px 10px 10px -40px;
	padding: 5px;
	-moz-border-radius:3px;
	width: 420px;
}
#commentsleft li a {
	color: #059;
	text-decoration: none;
}
#commentsleft li a:hover {
	color: #07B;
	text-decoration: none;
}


#legend {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #AAA;
}

#legend a {
	text-decoration: none;
	color: #AAA;
}

#legend a:hover {
	color: #888;
}

#archivethumbs {
	margin-top: 50px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#archivethumbs img {
	border: 1px solid #AAA;
	margin: 5px;
	background-color: #DDD;
	padding: 3px;
}
#archivethumbs img:hover {
	border: 1px solid #999;
	background-color: #EEE;
}

#pagelinks {
	margin-top: 10px;
	color: #888;
}

#pagelinks a {
	text-decoration: none;
	color: #059;
}

#pagelinks a:hover {
	color: #07B;
}

div.nicetitle {
	text-align: left;
	background-color: #EEE;
	color: #07B;
	border: 4px solid #CCC;
	font-family: Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
/*	-moz-opacity: .87; */
	filter:alpha(opacity=87); -moz-opacity: 0.87; opacity: 0.87;
	/* changes: */
	min-width: 50px;
	width: auto;
	height: auto;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {

}

div.nicetitle p.nicelegend {
	color: #888;
	font-weight: normal;
	font-size: 9pt;
}

td.field {
	font-weight: bold;
	padding-left: 5px;
	text-align: right;
}

#categories {
	margin-bottom: -20px;
}

#categories select {
	font-family: Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#mystats_general {
	width: 200px;
	margin: 0px auto 0px auto;
}

#mystats_general td.stats_field {
	text-align: right;
	font-weight: bold;
	width: 50%;
}

#mystats_general td.stats_value {
	text-align: right;
}

#mystats_detail {
	width: 250px;
	margin: 30px auto 0px auto;
}

#mystats_detail td {
	width: 50%;
}

#mystats_detail img {
	border: 1px solid #AAA;
	background-color: #DDD;
	padding: 3px;
	height: 70%;
}

#mystats_detail td.top {
	text-align: center;
	font-weight: bold;
}

#mystats_detail td.topr {
	text-align: right;
	font-weight: bold;
}

#mystats_detail td {
	text-align: right;
	padding-left: 15px;
}

#mystats_detail td.center {
	text-align: center;
}

#mystats_detail a {
	color: #B08;
	text-decoration: none;
}

#mystats_detail a:hover {
	color: #F6B;
}

#referers_general {

}

#referers_detail {
	margin-left: auto;
	margin-right: auto;
}

#referers_detail td {
	text-align: left;
	width: 400px;
}

#referers_detail li {
	list-style-type: none;
}

#referers_detail a {
	text-decoration: none;
	color: #059;
}

#referers_detail a:hover {
	color: #07B;
}
