/* @group BODY */

body {
	font-family: Verdana, Sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
	color: #734a5b;
	}

a:link, a:visited {
	color: #4f6372;
	}
	
a:hover {
	color: #e7b871;
	}

/* @end */


/* @group BASIC */

table {
	margin: 0px auto 0px auto;
	}

form {
	margin: 0px auto 0px auto;
	}

#breadcrumbs {
	margin: 0px;
	}

#breadcrumbs {
	border:0px solid #333;
	padding:5px 5px 4px;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color: #8da6bf;
	text-decoration: none;
	border-bottom: 1px dotted #96bf77;
	}
	
#breadcrumbs a:hover {
	color: #e7b871;
	text-decoration: none;
	border-bottom: 1px dotted #e7b871;
	}
	
.find {
	margin: 0px;
	background-color: #ffffff;
	font-size: x-small;
	font-weight: normal;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	text-transform: lowercase;
	color: #734a5b;
	}

.content {
	padding:0 1.5em;
	}

.page_info_top, .page_info_bottom {
	border:1px solid #333;
	padding:5px 5px 5px;
	border-top-width:0;
	font-weight: normal;
	font-size:85%;
	}

.page_info_bottom {
	border-top-width: 1px;
}

.page_info_left {
	float:left;
	position:relative;
	margin:0;
	margin-right:5px;
	}

.page_info_right {
	position:relative;
	float:right;
	display:inline;
	margin:0;
	}

.buffer {
	font-size:0; 
	height:1px; 
	width:1px;
	}

.tag_list {
	border:1px solid #333;
	background-color: #ffffff;
	padding: 7px;
	margin-left: 0px;
	margin-top: 5px;
	font-size: x-small;
	color: #734a5b;
	}
	
.tag_list a:link, .tag_list a:visited, .tag_list a:active {
	text-decoration: none;
	border-bottom:1px solid #555;
	}

.tag_list a:hover {
	color: #000;
	background-color: #DDD;
	text-decoration: none;
	border-bottom:1px dotted #AAA;
	}

.tag_list_sized {
	border:1px solid #333;
	background-color: #ffffff;
	padding: 7px;
	margin-left: 0px;
	margin-top: 5px;
	font-size: x-small;
	color: #734a5b;
	}
	
.tag_list_sized a:link, .tag_list_sized a:visited, .tag_list_sized a:active {
	text-decoration: none;
	}

.tag_list_sized a:hover {
	color: #000;
	background-color: #e7b871;
	text-decoration: none;
	}

.rss_icon {
	border: 1px hidden;
	border-color:#FC9 #630 #330 #F96;
	padding:0 3px;
	font:bold 10px verdana,sans-serif;
	color: #aaaaaa;
	text-decoration:none;
	margin:0;
	border-top-color: #aaaaaa;
	border-left-color: #aaaaaa;
	}
	
.rss_icon a:link, .rss_icon a:visited {
	color: #aaaaaa;
	text-decoration:none;
	padding:1px;
	border:0px;
	}


.rss_icon a:hover, .rss_icon a:active {
	color: #e7b871;
	text-decoration:none;
	padding:1px;
	border:0px;
	}

.cc_license {
	font-size:85%;
	color: #888;
	padding-top: 10px;
	}

.copyright {
	font-size: 85%;
	line-height: 140%;
	color: #888;
	text-align: center;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding-top: 6px;
	padding-bottom: 6px;
	}

.wpp_logo {
	font-family: Verdana, sans-serif;
	font-size: 85%;
	margin-bottom: 20px;
	border: 0px;
	}

/* @end */


/* @group FIND */

.find_title {
	border:1px solid #333;
	padding:5px 5px 4px;
	color: #dddddd;
	font-weight: bold;
	}

.find_num_photos {
	font-weight: normal;
	font-size:85%;
	}	
	
.find_album {
	font-size: x-small;
	padding: 15px 1px 1px;
	}

.find_examples {
	padding: 10px 10px 5px 0px;
	font-size: medium;
	font-weight: bold;
	color: #dddddd;
	}
	
/* @end */


/* @group EXIF */

table.exif {
	border: 1px dotted #888;
	background-color: #ffffff;
	padding: 10px;
	margin-left: 0px;
	margin-top: 10px;
	color: #734a5b;
	}
	
td {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}

.exif_filename {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	}

/* @end */


/* @group ERROR */

.error_title {
	border:1px solid #333;
	padding:5px 5px 4px;
	color: #dddddd;
	font-weight: bold;
	}

.err_msg {
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	}
	
.err_msg a:link, .err_msg a:visited, .err_msg a:active {
	text-decoration: none;
	border-bottom:1px dotted;
	}

.other_msg {
	padding: 0px 10px 10px 20px;
	font-size: 85%;
	font-weight: bold;
	}
	
.other_msg a:link, .other_msg a:visited, .other_msg a:active {
	color: #369;
	text-decoration: none;
	border-bottom:1px dotted #036;
	}
	
.return_to {
	padding: 10px;
	font-size: small;
	font-weight: bold;
	}
	
.return_to a:link, .return_to a:visited, .return_to a:active {
	color: #96bf77;
	text-decoration: none;
	border-bottom: 1px dotted #e7b871;
	}

/* @end */


/* @group PANORAMAS */


.qtvr {
	font-size: x-small;
	padding: 15px 1px 1px;
	color: #4f6372;
	}
	
	/* @end */
	
	legal {
	cursor: help;
	color: #4f6372;
	}

#outbound {
	margin: -15px auto 0px;
	text-align: center;
	
}