/* CSS Document */
body, table, tr, td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11pt;
}

body {
	text-align: center; /* for IE */
	margin: 0 auto; /* for the rest */
	color: #000033;
	background-color: silver;
}

body.admin {
	background-color: black;
}

table#outer_body {
	width: 750px;
	margin: 0 auto; /* for the rest */
	background-color: #ffffff;
	background-image: url(http://orlov.dk/img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

table#outer_photo {
	margin: 0 auto; /* for the rest */
	background-color: #ffffff;
}

table#inner_body {
	width: 750px;
	background-image: url(http://orlov.dk/img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	border: 1px dashed black;
}

table {
	border-collapse: collapse;
	border-padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.photo_description {
	margin-left: 10px;
}

th {
	text-align: left;
	vertical-align: top;
	border-top: 1px solid black;
	margin-top: 10px;
	font-variant: small-caps;
}

td.diary_date {
	font-size: 9pt;
	font-weight: bold;
	text-transform: capitalize;
}

td.photo {
	text-align: center;
}

td.title {
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 5px;
}

tr.diary, tr.rule {
	padding-top: 20px;
}

tr.rule td {
	border-bottom: 1px solid Black;
}

tr.list td {
	font-size: 9pt;
	padding-right: 10px;
}

tr.header td {
	border-bottom: 1px solid black;
	vertical-align: bottom;
}

td.caption {
	text-align: center;
	font-size: 9pt;
}

td {
	vertical-align: top;
}

td.diary_author, p.liste_date {
	text-align: right;
	font-style: italic;
	font-size: 9pt;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	border-top: 1px dashed black;
	border-left: 1px dashed black;
	padding-left: 10px;
	padding-top: 5px;
}

h2 a {
	text-decoration: none;
}

img, a img {
	border: 1px solid Black;
}

a:hover img {
	border-color: #ffcc00;
}

ul {
	padding: 0;
	margin: 10;
}
ul#tips {
	padding-left: 10;
	margin: 0;
	margin-left: 10;
}

li.head {
	font-weight: bold;
}

ul#tabs {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

ul#tabs li {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	margin: 0;
	width: 10%;
	line-height: 21px;
	white-space: nowrap;
}

ul#tabs li a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

th a, a.blank {
	text-decoration: none;
	color: black;
}

a.blank:hover p {
	color: Black;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover, ul#tabs li a:hover {
	color: #ffcc00;
}

td.search {
	vertical-align: top;	
	text-align: right;
	padding-right: 10px;
}

td.main {
	vertical-align: top;	
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

td.footer {
	text-align: right;
	vertical-align: bottom;	
	padding-top: 10px;
	font-size: xx-small;
}

code, span.ex_rate, input.ex_rate {
	font-size: x-small;
}

input.ex_rate {
	text-align: right;
	width: 40px;
	background: White;
	border: 0px;
}

form.inline {
	display: inline;
}

.button {
	border: 1px solid #cccccc;
	padding: 0px 5px;
	margin: 1px;
	cursor: hand;
}

td.alert {
	font-weight: bold;
	color: Red;
}
