/***** SELECTORS *****/

body {
	padding: 0px;
	margin: 0px;
	
	background-color: #000000;
	font: 9pt Tahoma;
	color: #FFFFFF;
}

img {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

hr {
	color: #BF0000;
	height: 1px;
}

h1 {
	padding: 3px;
	margin: 0 auto 15px auto;
	background: url(../images/h_bg.gif) repeat-x bottom left;
	border-bottom: 1px solid #C7C7C7;
		
	font: bold 16px Tahoma;
	color: #BF0000;
}

h1.post {
	margin: 0 0 2px 0;
	background: transparent;
	border: 0;
	
	font: bold 16px Tahoma;
	color: #AF0000;
}

font {
	font: 9pt Tahoma;
	color: #FFFFFF;
}

td {
	font: 9pt Tahoma;
	color: #FFFFFF;
}

input {
	background-color: #111111;
	color: #FFFFFF;
	border: 1px solid #BF0000;
}

/***** IDS *****/
#top {
	background-image: url('/images/top_bg.gif');
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
}

#sidebar {
	position: absolute;
	left: 0px;
	top: 100px;
	
	padding: 7px;
	padding-top: 0px;
}

#sidebar a {
	display: block;
	background-color: #000000;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	width: 100px;
}

#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	border-bottom: 0px;
	border-left: 7px solid #BF0000;
	background-color: #111111;
}

#sidebar h1 {
	margin: 0px;
	border: 0;
	background: transparent;
	
	font: bold 13px Tahoma;
	color: #AF0000;
}

#body {
	width: 620px;
	margin-left: 120px;
	
	padding: 5px;
	padding-top: 0px;
	
	border-left: 1px solid #C7C7C7;
}

#results td {
	padding: 5px;
	margin: 1px;
	background: #111111 url(../images/td_bg.gif) repeat-x top left;
}

#results th {
	padding: 5px;
	margin: 1px;
	background: #510000 url(../images/th_bg.gif) repeat-x top;
	font: bold 13px Tahoma;
}

#results a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#footer {
	text-align: center;
	width: 750px;
	font: 10px Tahoma;
}


/***** CLASSES *****/
div.timeline {
	background-color: #111111;
	padding: 2px;
	margin-top: 1px;
	
	text-align:right;
	color: #FFFFFF;
	font-size: 10px;
	
	border-top: 1px solid #C7C7C7;
}

font.page {
	font-weight: bold;
}

div.comments {
	text-align: right;
}
