@charset "utf-8";

@import "layout.css";

body, p, div, table, h1, h2, h3, h4, h5, ul, li, a, img, form, blockquote
{
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0; border: 0;
}

body { background: #1c1c1c; font-size: 62.5%; }

h1, h2, h3, h4, h5	{ color: #666; }
h1 { font-size: 2.0em; padding: 6px 0 6px 0; }
h2 { font-size: 1.4em; padding: 6px 0 6px 0; color: #666; }
h3 { font-size: 1.2em; padding: 6px 0 6px 0; }
h4 { font-size: 1.2em; padding: 6px 0 6px 0; color: #666; }
h5 { font-size: 1.0em; padding: 6px 0 6px 0; }

input, select, textarea { font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif; font-size: 1.0em; background: #1c1c1c; color: #eee; border: 0; padding: 4px; }

p { font-size: 1.1em; line-height: 1.6em; padding: 6px 0 6px 0; color: #ccc; }
p.introduction { font-size: 1.4em; color: #999; }
p.timestamp { color: #grey; padding: 0 0 6px 0; }
p.quote { font-size: 1.6em; color: #666; padding: 6px 0 6px 0; }
p.footer { font-size: 1.2em; color: #666; }
p.left { text-align: left; }
p.right { text-align: right; }
p.quotename
{
	font-family: Georgia, "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	line-height: 2.0em;
	padding: 5px;
	text-align: right;
}

span.quotebefore
{
	font-weight: bold;
	font-size: 3.0em;
}


a { color: #666; text-decoration: none; }
a:hover { color: #f0f0f0; }
a.white { color: #f0f0f0; }

ul { font-size: 1.1em; line-height: 1.6em; padding: 6px 0 6px 20px; margin-left: 12px; color: #eee; }
li {   }
ul.intlinks { font-size: 1.1em; line-height: 1.6em; padding: 6px 0 6px 20px; margin-left: 12px; color: #eee; list-style: url(../graphics/intlink.gif); } 
ul.extlinks { font-size: 1.1em; line-height: 1.6em; padding: 6px 0 6px 20px; margin-left: 12px; color: #eee; list-style: url(../graphics/extlink.gif); } 

img.left { float: left; padding: 6px 20px 20px 0; }
img.right { float: right; padding: 6px 0 20px 20px; }
img.padd { padding: 0 5px 5px 0; }

div.right { float: right; }
div.left { float: left; }
div.clear { clear: both; height: 0; line-height: 0px; }

.bold { font-weight: bold; }
.bolditalic { font-weight: bold; font-style: italic; }
.italic { font-style: italic; }
.red { color: red; }
.green { color: green; }
.blue { color: blue; }
.grey { color: grey; }
.center { text-align: center; }

table { padding: 12px 0 12px 0; }
table.colored tr td { padding: 4px; font-size: 1.2em; }
table.colored tr td.head { padding: 4px; font-size: 1.8em; color: #0099ff; }
table.colored td.light { background: #f7f7f7; }
table.colored td.dark { background: #ededed; }
table.colored td.pris { padding: 8px; font-size: 18px; font-weight: bold; }
table.white tr td { padding: 4px 0 4px 0; font-size: 1.1em; color: #eee; }
table.calendar { padding: 0 0 12px 0; }
table.calendar tr td { padding: 4px 0 4px 0; font-size: 1.1em; color: #eee; text-align: center; vertical-align: middle; height: 20px; }
table.calendar div.highlight { padding:1px; border: 1px solid #333; }
table.calendar div.content { font-weight:bold; }
table.data tr td { padding: 6px; font-size: 1.1em; color: #eee; background: #1c1c1c; }



blockquote
{
	font-family: Georgia, "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #666;
	line-height: 1.6em;
	padding: 5px;
}