/* CSS Document */

body { 
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #000000; 
	background-color: #336633; 
	margin: 0px; 
	padding: 0;
} 

p { 
	font: normal 12px Arial, Helvetica, sans-serif; 
	text-align: left;
 } 

h1 {
	font: normal 16px Trebuchet MS, Helvetica, sans-serif;
}

h2 {
	text-align: left;
	padding-left: 210px;
	}
	
th {
	background-color: #0099CC;
	font: Arial, Helvetica, sans-serif 12px;
	border-bottom: #FFF solid 1px;
	color:#FFFFFF;
	font-weight:lighter;
	padding:5px;;
	text-align:left;
	width:200px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: #CCC solid 1px;
	font-weight:bold;
	padding:5px;
	width:300px;
}

.btn{
	text-align: center;
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #fff; 
	padding: 2px 5px 2px 5px;
	text-decoration: none; 
	background-color: #336699;
	border: thin solid #000; 
}

input.btn:hover{
	background-color: #669999;
	color: #000; 
} 

a:hover.btn {
	background-color: #669999;
	color: #000; 
}

.moon table {
	border: 1px solid #000000;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
}

#moon2 {
	float: right;
	margin: 3px 3px 3px 3px;
}

/* divs */ 

#container {
	position: relative;
	margin: 1px auto;
	width: 96%;
	height:inherit;
	background-color:#FFFFFF;
	border: thin solid #000000;
}

#editing {
	padding: 5px;
}

#editing a, a:link { 
	color: #000;  
	font-weight: normal; 
	text-decoration: underline; 
} 

#editing a:hover { 
	color: #369;
	text-decoration: none;
} 

#editing p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	margin: 5px; 
	padding: 2px;
	color: #000;  
}

#green{
	top: 0; left: 0;
	margin: 0 0 0 0;
	background-color: #336633;
}

#red{
	top: 0; left: 0;
	margin: 0 0 0 0;
	background-color: #336699;
}

#white{
	top: 0; 
	left: 0;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
}

#header{
	top: 0; 
	left: 0;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
}

#news {
	background-color: #336699;
	border: 1px solid;
	border-color: #000000;
	padding: 6px;
	position: relative;
	width: 360px;
	z-index: 6;
}

#mice{
background-color: #fff;
align=center;
}

#centerit {
	position: relative;
	width: auto;
	margin: 0px auto;
	background-color: #fff;
	padding: 5px;
	background: url(../../palmbot.jpg) no-repeat right bottom;
	clear:both;
}

#centerit p { 
	color: #000000;
	line-height: 16px; 
	margin: 0px 20px 0px 220px;
 }

#centerit h1 {
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	background-color: #B0C4D8;
	letter-spacing: 3px;
	margin: 0px 0px 0px 200px;
	padding: 1px 5px 1px 8px;
	background: url(../../barg.jpg) no-repeat left top;
}

#footer{
	background: url(../../palmbot.jpg) no-repeat right bottom;
	bottom: 0;
	right: 0; 
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	z-index: 1; 
}

#blue{
	background: url(../../palmbotblue.jpg) no-repeat right bottom;
	bottom: 0;
	right: 0; 
	margin: 0 0 0 0;
	z-index: 4; 
}


#p7swapmenu {
	background-color: #336699;
	border: 1px solid #000000;
	left: 24px;
	padding: 6px;
	position: absolute;
	top: -10px;
	width: 160px;
	height:auto;
	z-index: 5;
}

#p7swapmenu ul {
	margin: 0px; 
	padding: 0px;
	font-weight: bolder;	
}
	
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}

.closed a, .open a {
	background-position: 3px 50%;
	background-color: #336699;
	border: 1px solid;
	color: #FFFFFF;
	display: block;
	font-size: 0.9em;
	padding: 5px 0px 5px 16px;
	text-decoration: none;
}
.closed a:hover, .open a:hover {
	background-color: #669999;
	color: #000000;
}

.closed ul a, .open ul a, .open ul a:hover {
	background-color: #3399CC;
	background-position: 0% 50%;
	border: 0;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 0 5px 12px;
	margin: 0 0 0 16px;
}
.open ul a:hover {
	background-color: #669999;
	color:#000000;
}

.weather {
	background-color:#FFFFFF;
	float: right;
	width: 70%; 
}

#p7current {font-weight: bold;}

a.silver {
	color: #999999;
	text-decoration: none;
 }

a:hover.silver {
	color: #FFFFFF; 
	text-decoration: underline;
 }

a.main {
	color: #000000;
	text-decoration: underline;
 }

a:hover.main {
	color: #336699; 
	text-decoration: none;
 }