body {
	behavior:url("csshover.htc");
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #DBE9DA;
	background-image: url("img/bg.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.txnData {
	background-color: #FFFFFF;
	border: thin solid #003300;
}
.txnDataHL {
	font-size: larger;
	font-weight: bold;
	color: #FF0000;
}
div#events h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
div#events th {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

.alert {
	color: #FFFF00;
	background-color: #003300;
	font-size: 24px;
	font-weight: bolder;
}
.event {
	font-size: 15px;
	font-weight: bolder;
}
.nugheader {
	color: #FFFF00;
	background-color: #003300;
	font-weight: bolder;
}
.nugget {
	border: 2px solid #006600;
	padding: 5px;
	background-color: #FFFF99;
	width: 100%;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
/*	font-weight: bold;*/
}
a:visited {
	color: #006600;
	text-decoration: none;
}
.loginTop {
	font-size: 9px;
}
form {
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 8px;
	font-style: italic;
}
h4, h3, h2 {
	margin-bottom: 0px;
}
.negative {
	color: #FFFF00;
}
select {
	font-size: 9px;
}
input {
	font-size: 9px;
}
.cancelled {
	text-decoration: line-through;
}
.menu {
	background-color: #FFFF00;
}
.main {
}

/*** CSS Dropdown/Hover Menu - Must be combined with BODY tag above in order to work ***/
#menu {
/*	width: 100%; */
/*	background: #FFFF00; */
	float: left;
}

#menu a {
	background: url("img/menu.gif") no-repeat;
	text-indent: 15%;
	display: block;
	margin: 0px;
	padding: 5px 5px;
	width 163px;
	height: 100%;
}

#menu a:hover {
	background: url("img/menu-hover.gif") no-repeat;
	text-indent: 15%;
	width 100%;
}

#menu ul ul ul {
		width:100px;
		border:4px solid #DBDBDB;
		}

#menu li {
	position: relative;
	z-index:9;
}

#menu li:hover { z-index:10; }		

#menu ul li {
	float: left;
	width: 163px;
	height: 100%;
}

#menu ul ul ul li a {
	background: #006600;
	text-indent: 10%;
}

#menu ul ul ul li a:hover {
	background: #FFFF00;
	text-indent: 10%;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	float: left;
}

#menu ul ul {
	top: 0;
	left: 100%;
}

#menu ul ul ul {
	position: absolute;
	top: 0%;
	left: 80%;
	width: 100%;
}

#menu a {
	color: #FFFF00;
	text-decoration: none;
}

#menu a:hover {
	color:#006600;
	text-decoration: none;
}

/* 2 and 13 */
div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
   display:none;
}

/* 12 and 23*/
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
   display:block;
}
.calevent {
	font-size: 12px;
	background-color: #FFFF00;
	vertical-align: top;
	border: thin solid #003300;
}
.calendar {
	border: 1px solid #009900;
	height: 100px;
	width: 100px;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}
.section {
	background-color: #E6FFE6;
	border: thin dashed #006600;
}
