/* CSS Document */
html,body,td {
	font: x-small Verdana, Arial;
}

body {
	background-color: #eeeeee;
}

table.main {
	border: 1px solid #666666;
}

td.body {
	padding: 10px;
	background-color: #ffffff;
}

a.more_info {
	font: small Georgia;
	color: #ff0000;
	font-weight: bold;
}






a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: xx-small;
}


a:hover {
	color: #ff9900;
}

a.menu:hover {
	color: #ffffff;
}

a.list {
	font-size:x-small;
}

a.menu {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: xx-small;
}

a.bare {
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;
}
input.spell { 
	cursor: hand; 
	border: 1pt solid black; 
	background-color: #FFF9F0; 
	width: 100; 
}
input.bold { 
	cursor: hand; 
	border: 1pt solid black; 
	background-color: #FFF9F0; 
	width: 50; 
	font-weight: bold;
}
input.italic { 
	cursor: hand; 
	border: 1pt solid black; 
	background-color: #FFF9F0; 
	width: 50; 
	font-style: italic;
}
input.underline { 
	cursor: hand; 
	border: 1pt solid black; 
	background-color: #FFF9F0; 
	width: 50;  
	text-decoration: underline;
}
input.example {  
	border: none; 
	width: 350;
	color: #666666;
	font: xx-small Verdana;
}
textarea.admin {
	border: 1pt solid #996633;
	background-color: #FFF9F0;
	font: x-small Verdana;
	width: 400px;
}
img.thumbnail {
	border: 2px groove white; 
}
table.title td{
	color: #336633;
	text-align: right;
	font-weight: bold;
	font-size: small;
	padding:5;
}

p.title {
	font: medium Georgia;
	font-weight: bold;
	color: #F7031F;
	border-bottom: 1px solid #336633;
	padding-bottom: 5px
}

table.listing {

}

table.listing td.head {

	font-size: small;
	font-weight: bold;
	border-bottom: 1px groove;
}

span.status {
	color: #ff0000;
	font-style: italic;
}

table.lake {
	border: 1px groove;
	width: 100%;
}
table.lake td.head{
	background-color: #E7E9BA;
	border-bottom: 1px groove;
	font-size: small;
	font-weight: bold;
}
table.lake tr.desc{
	background-color: #eeeeee;
}
table.staff td.head{
	background-color: #E7E9BA;
	border-bottom: 1px groove;
	font: small Georgia;
	font-weight: bold;
}

input.search, select.search {
	width: 300px;
	border: 1px solid #666666;
	font-size: xx-small;	
}


a.page {
    padding-left: 3px;
    padding-right: 3px;
    margin: 1px;
    border: 1px solid #999999;
}

a.page:hover {
    background-color: #f4f4f4;
}

p.aotm
{
	font-size: large;
	color: #ff0000;
	font-weight: bold;
}
