/* CSS-Styles for 5ahd04'05 */
/* (c) gizmo'05 */

body {
	margin: 15px;
	text-align: center;
	background-color: #EEEEEE;
	/*
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	*/
	color: #000000;
	/*
	scrollbar-arrow-color: ; 
	scrollbar-3dlight-color: ;
	scrollbar-highlight-color: ;
	scrollbar-face-color: ;
	scrollbar-shadow-color: ;
	scrollbar-track-color: ;
	scrollbar-darkshadow-color: ;
	*/
}

hr {
	border-top: none;
	border-right: none;
	border-left: none;
	height: 1px;
	border-bottom-style: solid;
	/*border-bottom-style: dotted;*/
	border-bottom-color: #666666;
}

h1 { font-family: Verdana, Tahoma, Arial, sans-serif; }
h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
}
h3 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}
h4 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	margin-top: 8px;
	margin-bottom: 8px;
}
h5 { font-family: Verdana, Tahoma, Arial, sans-serif; }
h6 { font-family: Verdana, Tahoma, Arial, sans-serif; }

p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
}

pre {
	margin-top: 3px;
	margin-bottom: 3px;
}

input,textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #666666;
}

input.cbox {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	margin-bottom: -1px;
}

table {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border-collapse: collapse;
	border-style: none;
}

table.form {}

thead {
	/*background-color: #3399FF;*/
	/*text-indent: 5px;*/
}

thead.admin {
	background-color: #FFFFCC;
}

tfoot {
	/*background-color: #3399FF;*/
	/*text-indent: 5px;*/
}

tbody {
	/*background-color: #CCCCCC;*/
}

th {
	font-size: 9pt;
	text-align: left;
}

th.title {
	font-size: 8pt;
}

tr,td {
	font-size: 8pt;
	text-align: left;
}

td.entry_border {
	background-color: #990000;
}

td.category {
	width: 150px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13.5pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999999;
}

ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	/*font-size: 8pt;*/
	text-decoration: none;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:hover {
	/*color: #0066CC;*/
	color: #990000;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:visited:hover {
	color: #990000;
	text-decoration: underline;
}

a:visited:active {
	text-decoration: underline;
}

a.recent:link {
	color: #000000;
	text-decoration: none;
}

a.recent:hover {
	/* background-color: #FF6666; */
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: underline;
}

a.recent:active {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: underline;
}

a.recent:visited {
	color: #000000;
	text-decoration: none;
}

a.recent:visited:hover {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: underline;
}

a.recent:visited:active {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: underline;
}

a.heading:link {
	color: #000000;
}

a.heading:hover {
	color: #990000;
	text-decoration: none;
}

a.heading:active {
	text-decoration: none;
}

a.heading:visited {
	color: #000000;
	text-decoration: none;
}

a.heading:visited:hover {
	color: #990000;
	text-decoration: none;
}

a.heading:visited:active {
	text-decoration: none;
}

a.special:link {
	color: green;
}

a.special:hover {
	color: green;
	text-decoration: underline;
}

a.special:active {
	text-decoration: underline;
}

a.special:visited {
	color: green;
	text-decoration: none;
}

a.special:visited:hover {
	color: green;
	text-decoration: underline;
}

a.special:visited:active {
	text-decoration: underline;
}

.error {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #CC0000;
}

.datetime {
	font-size: 8pt;
	color: #777777;
}

.admin {
	color: navy;
}

.comment {
	/* background-color: #FF6666; */
	background-color: #990000;
	color: #FFFFFF;
}
.recent {
}