body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#333;
	background-color:#FFFFFF;
	padding: 10px;
	margin: 0;
}
p  { padding: 0.3em 0.4em 0.4em 0.6em; margin: 0; }
h1 { padding: 0.5em 0.3em 0.2em 0.4em; margin: 0; font-size: 1.3em; font-weight: bold; color:#333; }
h2 { padding: 0.5em 0.3em 0.2em 0.4em; margin: 0; font-size: 1.2em; font-weight: bold; color:#333; }
h3 { padding: 0.5em 0.3em 0.2em 0.4em; margin: 0; font-size: 1em; font-weight: bold; color:#333; }
h4 { padding: 0.5em 0.3em 0.2em 0.4em; margin: 0; font-size: 0.9em; font-weight: bold; color:#333; }
h5 { padding: 0.5em 0.3em 0.2em 0.4em; margin: 0; font-size: 0.8em; font-weight: bold; color:#333; }
h6 { padding: 0.5em 0.3em 0.2em 0.4em; margin: 0; font-size: 0.7em; font-weight: bold; color:#333; }

#archiveselectform {
	margin: 0 0 7px 25px;
	padding: 0;
}

.alertsuccess {
	margin: 1em;
	padding: 10px 10px 10px 48px;
	border: 1px solid #009933;
	background-color:#FFFFCC;
	color:#009933;
	background-image: url(../img/alertsuccess.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.alertfail {
	margin: 1em;
	padding: 10px 10px 10px 48px;
	border: 1px solid #CC3300;
	background-color:#FFFFCC;
	color:#CC3300;
	background-image: url(../img/alertfail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

form {
	padding: 0.2em 0 0.6em 0;
	margin-top: 0;
	margin-bottom: 0;
	
}

.navul { text-align: left; list-style: none; margin: 1px 0 0 20px; padding: 0; }
.navli {
	margin: 0 0 0.6em 6px;
	line-height: 1.1em;
}

.navul a:link {
	color: #666666;
	text-decoration: none;
}

.navul a:visited {
	color: #666666;
	text-decoration: none;
}

.navul a:hover {
	color:#999999;
	text-decoration: underline;
}

select {
	margin-top: 0.5em;
	font-size: 0.9em;
}

.highlight {
	color:#CC3300;
}

.success {
	color:#009933;
}

.bookmarksuccess {
	padding: 0.5em 0.5em 0.8em 0.5em;
	border: 1px solid #009933;
	background-color:#CCFF99;
}

.fail {
	color:#CC3300;
}

.bookmarkfail {
	padding: 0.5em 0.5em 0.8em 0.5em;
	border: 1px solid #CC3300;
	background-color:#FFCCCC;
}

.warning {
	color: #CC3300;
}

.sidenav {
	padding-bottom: 0.6em;
	color:#666666;
}

a.navul:link {
	color: #CC9900;
	text-decoration: none;
}

a.navul:visited {
	color: #CC9900;
	text-decoration: none;
}

a.navul:hover {
	color:#FF9900;
	text-decoration: underline;
}

.whitetext {
	color: #FFFFFF;
	font-size: 0.8em;

}

a.whitetext:link {
	color: #FFFFFF;
	text-decoration : none;
}

a.whitetext:visited {
	color:#FFFFFF;
	text-decoration : none;
}

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



a {
	text-decoration: none;
}

a:link {
	color:#0066CC;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:active {
	color:#FF6600;
}

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

.text7em {
	font-size: 0.7em;
}

.text8em {
	font-size: 0.8em;
}

.text9em {
	font-size: 0.9em;
}

.text9emLight {
	font-size: 0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size:small;
}

.xsmalltext {
	font-size:x-small;
}

.xxsmalltext {
	font-size:xx-small;
}

blockquote { margin-left: 1em; }

.msgbox {
	height: 150px;
	width: 450px;
}
.txtbox {
	width: 450px;
}
.commentbox {
	width: 350px;
}
.imgfabric {
	display: inline;
	vertical-align:middle;
	/*border-style: dashed;
	border-width:5px;*/
}
.bookmarkbutton {
	font-size: 0.9em;
	margin-top: 7px;
}