@charset "utf-8";

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 17px;
	letter-spacing: 1px;
	word-spacing: 3px;
}

h1 {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
h2 {
	font-size:13px;
	color:#FF0000;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 8px 0px;
	padding: 0;
}

ul {
	list-style-image: url(../images/skin/bullet.gif);
}

a {
	text-decoration: none;
	color: #1E7F49;
	border-bottom: dotted #1E7F49 1px;
}

a:hover {
	color: #000000;
	border-bottom: solid #000000 1px;
}

a input {
	font-weight: normal;
}

#header {
	text-align:center;
	width:749px;
	margin:0 auto;
}

#navigation {
	width:749px;
	margin:0 auto;
	text-transform:lowercase;
	font-size:11px;
}

#navigation ul {
	list-style:none;
	display:block;
	height:24px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#navigation ul li {
	list-style:none;
	display:block;
	height:24px;
	float:left;
}

#navigation ul li span {
	display:block;
	height:20px;
	padding:2px 15px;
	text-align:center;
}

#navigation ul li a {
	display:inline-block;
	height:20px;
	padding:2px 15px;
	text-align:center;
	background:#EEEEEE;
	text-decoration:none;
	color:#CC0000;
}

#navigation ul li a:hover {
	background:#CCCCCC;
	color:#990000;
}

#content {
	width:709px;
	margin:0 auto;
	padding:20px;
}

.notice {
	text-align:center;
	font-weight:bold;
	background-color:#EEEEEE;
	padding:10px;
}

.listing {
	width:709px;
}

.listing thead {
	font-weight:bold;
}

.listing tbody td {
	padding:0 2px;
	vertical-align:top;
}

.listing tbody td a {
	color:#000000;
	text-decoration:underline;
	border:none;
}

.listing_column_date {
	width:90px;
}

.today {
	background-color:#CCFFCC;
	color:#000000;
}

.diary_button {
	width:709px;
	height:50px;
}

.display_entry {
	border:1px solid #CCCCCC;
	padding:20px;
}

.loggedin {
	padding:5px 0px 10px 0px;
}
