h1, h2, div.h2 {
    font-size: 2.0em;
	margin: 0 0 0.5em 0;
	padding:0;
	color: #2E3136;
    font-weight: normal;
}
h3, div.h3 {
    font-size: 1.2em;
    margin: 1em 0 0.5em 0;
    padding:0;
	color: #2E3136;
}
h4 {
    font-size: 1.1em;
    margin: 1em 0 0.5em 0;
    padding:0;
	color: #1D2026;
}
h5 {
    font-size: 1.0em;
    margin: 1em 0 0.5em 0;
    padding:0;
	color: #1D2026;
}
a{
	color:#2F5D87;
	text-decoration:none;
    outline: none;
}
a:hover {
	color:#2F5D87;
	text-decoration:underline;
}
a img{
	border: none;
}
img{
	font-size: 0;
	line-height: 0;
}
p {
    margin:0em 0em 1em 0em;
    padding:0em;
}
div.important { border:1px solid #C6CCD3;padding:7px;margin-bottom:10px;background:#F8F9FB; }
div.alert { background:url(images/ico-exclamation.png) no-repeat 0px 0px;padding-left:21px; }
.clear{
	clear: both;
}
.cleaner{
	height: 0;
	margin: 0;
    padding: 0;
    border: 0 none;
	line-height: 0;
	font-size: 0;
    clear: both;
    visibility: hidden;
}
.display-none{
	display: none;
}
.text-align-center{
	text-align: center;
}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.float-none{
	float: none;
}
.center{
	margin: 0 auto;
}
.submit{
	padding: 0;
	cursor: pointer;
}
/* DOCUMENT DOWNLOAD */
.documentDownload ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.documentDownload li{
	padding: 0px 0 0.3em 0;
}
.documentDownload .mimeicon {
	width: 15px;
	height: 15px;
	vertical-align:middle;
}

img.ico {
    vertical-align:middle;
}

div.r {
    text-align:right;
}
div.c {
    text-align:center;
}

/* GALLERY */
.photogallery {
    margin-top:1em;
    margin-bottom:1em;
}
.photogallery a {
    margin:0 0.1em;
}

/* CONTENT ITEM LIST */
.listItem-container {
    clear:both;
    margin-top:1em;
}
dl.listItem {
	margin: 0px 0 1em 0;
	padding: 0px;
	clear:both;
}
dl.listItem dd, dl.listItem dt {
    margin:0em;
    padding:0em;
}
dl.listItem dt {
	font-size: 1.2em;
	padding-bottom:0.3em;
}
dl.listItem dd.image {
	margin: 0px 10px 10px 0;
	padding: 3px;
	border: 1px #E7DBBB solid;
	float: left;
}
dl.listItem dd.anotation p {
	margin: 0;
	padding:0em 0em 0.5em 0em;
}
dl.listItem dd.more {
	margin: 0;
	clear:both;
	text-align:right;
}

/**
 * Reporty
**/
.report {
    min-height:18px;
    _height:18px;
    text-align:left;
    margin:0 auto 3px auto;
    color:#000000;
    font-size:1.2em;
    padding:5px 5px 5px 40px;
    position:relative;
    background:none;
}
.report ul {
    padding:0px 0px 0px 35px;
    margin:0px;
    font-weight:bold;
}
.report span.ico {
    display:block;
    width:29px;
    height:27px;
    margin:1px 3px 1px 1px;
    background:url(images/reports.gif) no-repeat top left;
    position:absolute;
    top:0px;
    left:0px;
}

.report span.ico-OK { background-position:0px 0px; }
.report span.ico-ERROR { background-position:-36px 0px; }
.report span.ico-INFO { background-position:-72px 0px; }
.report span.ico-ALERT { background-position:-108px 0px; }
.report span.ico-HELP { background-position:-144px 0px; }
.report-INFO  { color:#000; font-weight:bold; }
.report-ERROR { color:#F00; font-weight:bold; }
.report-OK    { color:#000; font-weight:bold; }
.report-ALERT { color:#000; font-weight:bold; }
.report-HELP  { color:#000; font-weight:bold; }

.loading-overlay { background:url(images/loading.gif) no-repeat center 20px #fff; }

/* pager */
.pager {
    clear:both;
    padding:1em 0em;
}