.MenuLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	text-decoration: none;
}
.MenuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
}

.error, .notice, .success {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin: 1em 0; 
	padding: 0.6em 1em; 
	border-width: 1px;
	border-style: solid;
}

.error ul, .notice ul, .success ul {
	list-style-type: disc;
	margin: 0.6em 0 0.4em 2em;
}

.error {
	color: #330D00;
	background-color: #FAC6C0;
	border-color: #BA331B;
}

.notice {
	color: #000033; 
	background-color: #C0E6FA; 
	border-color: #1B66BA;
}

.success {
	color: #006633;
	background-color: #D3FAC0;
	border-color: #1CBA21;
}

.box1, tr.box1 td { background-color: transparent; }
.box2, tr.box2 td { background-color: #F0F0F0; }

.box1.selected, tr.box1.selected td { background-color: #C2EFB4; }
.box2.selected, tr.box2.selected td { background-color: #A9E996; }

ul,ol,li {margin:0;padding:0;}
ol,ul {list-style:none;}
.navbar { margin:0px; padding:0px; font-family: Verdana, Arial; font-size: 12px;}
.navbar ul {margin:0px; padding:0px;}
.navbar li {display:inline; font-size:12px; margin:0px; }
.navbar li a { font-size:11px; color:#8c8c8c; padding:0 4px 0 10px; text-decoration: underline; background: url('<%=globalSiteProfileURL%>images/nav-li.gif') no-repeat left 7px; }
.navbar li a:hover { text-decoration:none; color:#646463;}

.statistics { font-family: Arial !important; font-size: 13px; color: #000099; }
table.statistics { margin-left: 8px; }
.statistics td { font-family: Arial !important; font-size: 13px; color: #000099; }

.indent { padding-left: 12px; }


.center-image {
	width: 100%;
	text-align: center;
	clear: both;
}
