/* CSS Document */

body {background-attachment: fixed;}

#nav {background-color: darkblue}
#navAdmin {background-color: maroon}
#nav a, #navAdmin a {text-decoration: none; color: ivory; font-weight: bold;}

a.speedbar {text-decoration: none; color: ivory; font-weight: bold;}
a.sitecontent {text-decoration: none; color: royalblue; font-weight: bold; font-size: large;}
a.news {text-decoration: none; color: goldenrod; font-weight: bold;}
a:link img, a:visited img {border-style: none;}

a.websitelink {text-decoration: none; color: maroon; font-weight: bold; font-size: large;}
a.websitelink:hover {color: goldenrod; }

.msg {color: #F00; font-weight: bold}
.redText {color:#900}

.box {border: thin dashed #006600; padding:8px}


/* form */
	fieldset {
	  padding: 1em;
	  border:1px solid green
	  }
	  
	label {
	  font-weight:bold;
	  }
	
	legend {
	  padding: 0.2em 0.5em;
	  margin-bottom:1em;
	  border:1px solid green;
	  color:green;
	  font-weight:bold;
	  }
	  
	input, textarea{
	  margin-bottom: 0.5em;
	  }


/* tooltip */
#dhtmltooltip{
	position: absolute;
	width: 400px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	}