/* $Id: index.css 25 2006-09-15 03:44:48Z mars $ */
a {
	color : #0076A3;
	font-size: 10pt;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	color: #0076A3;
	text-decoration: underline;
}

a:hover {
	color: #0076A3;
	text-decoration: underline;
}

body {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: rgb(255,245,255);
	text-align: center;
}

#main {
	background-color: rgb(255,255,224);
	width: 240px;
	border-style: dotted;
	border-width: 1px;
	border-color: #888888;
	padding: 4px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 24px;
}

#header {
	background-color: rgb(254,232,189);
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

#stats {
	padding: 4px;
	padding-top: 16px;
	text-align: center;
}

#top {
	text-align: center;
}

li {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #888888;
}

#admin {
	text-align: center;
}

#admin ul {
	margin: 0px;
	padding: 0px;
}

#admin li {
	border: 0px;
	padding: 4px;
	list-style: none;

}

.word {
	font-weight: bold;
}

.eg {
	font-style: italic;
}

#submit {
	background-color: rgb(254,232,189);
	padding: 4px;
	text-align: center;
}

input {
	border-width: 1px;
}

#message {
	font-weight: bold;
	color: rgb(255,0,0);
	text-align: center;
	padding-bottom: 8px;
}

p {
	position: relative;
	padding-top: 24px;
	color: rgb(255,150,255);
}

p a{
	color: rgb(255,150,255);
	font-size: 8pt;
}

p a:hover{
	color: rgb(255,150,255);
	text-decoration: underline;
}

span {
	font-weight: bold;
}

.today {
	background-color: rgb(254,232,189);
}

.hl {
	background-color: rgb(183,255,183);
}

#paging {
	font-weight: bold;
	text-align: center;
}

#paging span {
	padding: 2px;
}

#paging a, #top a {
	font-size: 8pt;
	padding: 2px;
}

#paging a:hover{
	background-color: rgb(254,232,189);
	text-decoration: underline;
}