/*
Veqa ImageFly - Version 1.5 © 2006-2007 Veqa. All rights reserved.
http://www.veqa.com/
*/


/* General */

html, body {
	background: #fff;
	color: #000;
}

html, body, h1, h2, h3, h4, h5, h6, div, p, ul, li, table, input, select {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0 1em 1em !important;
	margin: 1em;
	padding: 0;
}

h1 {
	font-size: 200%;
	margin: 0.6em 0;
}

h2 {
	font-size: 150%;
	margin: 0.8em 0;
}

h3 {
	font-size: 113%;
	margin: 1.05em 0;
}

h4 {
	font-size: 100%;
	margin: 1.2em 0;
}

h5 {
	font-size: 82%;
	margin: 1.45em 0;
}

h6 {
	font-size: 63%;
	margin: 1.9em 0;
}

div, p, ul, td, th {
	font-size: 75%;
}

p {
	margin: 1.6em 0;
}

ul {
	line-height: 1.25em;
	margin: 1.6em 3.3em;
	padding: 0;
}

ul ul {
	font-size: 90%;
}

a:link {
	background: #fff;
	color: #00007b;
}

a:visited {
	background: #fff;
	color: #545ed5;
}

a:hover, a:active {
	background: #fff;
	color: #ff8d03;
}

img {
	border: 0 none;
}

hr {
	background: #000;
	color: #000;
	clear: left;
	height: 1px;
	border: 0;
}

form {
	margin: 0;
}

input, select {
	font-size: 110%;
	margin-top: 1px !important;
	margin-bottom: 1px !important;
	margin-top: 0;
	margin-bottom: 0;
}


/* Main */

#main {
	background: #fff;
	width: 500px;
	font-size: 100%;
	text-align: left;
	margin-top: 1.8em !important;
	margin-bottom: 2.5em !important;
	margin-top: 0;
	margin-bottom: 0;
}

#main .submit {
	text-align: center;
}

#mainalt {
	background: #fff;
	width: 300px;
	font-size: 100%;
	text-align: left;
	margin-top: 1.8em !important;
	margin-bottom: 2.5em !important;
	margin-top: 0;
	margin-bottom: 0;
}

#center {
	text-align: center;
}

#center div, p {
	margin-right: auto;
	margin-left: auto;
}

#software td {
	font-weight: bold;
	font-size: 60%;
	padding: 1em;
}

#copyright {
	font-size: 70%;
}


/* Cache */

#cache {
	background: #fff;
	float: left;
	font-size: 100%;
}

#cache .item {
	float: left;
	font-size: 100%;
}

#cache .itemfix {
	float: left;
	font-size: 100%;
}

#cache .item table {
	text-align: center;
	margin: 1.40em;
}

#cache .image a {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
}

#cache .image a:hover, #cache .image a:active {
	background: #fffde3;
	border: 1px solid #ff8d03;
}

#cache .image img {
	display: block;
}

#cache .details {
	font-size: 70%;
	white-space: nowrap;
}

#cache .details a {
	background: transparent;
	font-size: 105%;
	text-decoration: none;
}

#cache .view {
	font-size: 70%;
}

#cacheend {
	background: #fff;
	clear: left;
	padding-top: 1px !important;
	padding-top: 0;
}


/* Pages */

#pages {
	margin-bottom: 3em;
}

#pages a {
	text-decoration: none;
}

#pages span a:hover, #pages span a:active {
	background: #fffde3;
	border: 1px solid #ff8d03;
}

#pages span a {
	padding: 2px 6px;
	border: 1px solid #ccc;
}

#pages .current {
	background: #f0f2fe;
	font-weight: bold;
	margin: 0 0.25em;
	padding: 2px 6px;
	border: 1px solid #a4aef5;
}

#pages .page {
	margin: 0 0.25em;
}

#pages .back {
	margin: 0 0.5em 0 0.25em;
}

#pages .next {
	margin: 0 0.25em 0 0.5em;
}


/* Data */

.data {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
}

.data th {
	text-align: left;
	padding: 0.3em;
	border: 1px inset #ddd;
}

.data td {
	padding: 0.3em;
	border: 1px inset #ddd;
}


/* Image Data */

.imagedata {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

.imagedata th {
	text-align: left;
	padding: 0.3em;
	border: 1px inset #000;
}

.imagedata td {
	background: url(images/checker.gif) repeat top left;
	text-align: center;
	padding: 0.3em;
	border: 1px inset #000;
}


/* Shades */

.shade {
	background: #e9eefe url(images/speck.gif) repeat-x top left;
}

.subshade {
	background: #f8f9ff;
}


/* Tags */

.alert {
	background: #fff;
	color: #ff0000;
}

.date {
	background: #fff;
	color: #808080;
}

.source {
	background: #fff;
	color: #008000;
}