/*@import url(../css/form.css);*/
@import url(../css/paging.css);

div.filterbar fieldset {
    position: relative;
	}
div.filterbar legend {
	display:none;
	}
div.filterbar input {
    position: absolute;
    bottom: .3em;
    right: 0;
	}
div.filterbar span.button {
    padding-right: 50px;
    overflow: visible;
	}
/*div.filterbar input {
    position: absolute;
    left: 485px;
    /*top: 6px;*/
    /*bottom: 7px;
	}*/
div.filterbar select {
    margin: 0 2px;
    max-width: 9.8em;
	}
div.filterbar {
	/*padding: 6px 10px 0 10px;*/
	/*padding: 0 60px 0 10px;*/
	padding: 3px 5px 3px 10px;
	background: transparent url(../library/filter-bg-bottom.gif) left bottom no-repeat;
	/*height: 33px;*/
	display: block;
    /*position: relative;*/
    line-height: 2.5em;
    text-align: right;
	}
div.filterOuter {
	background: #eeeeee url(../library/filter-bg-top.gif) no-repeat left top;
	/*height: 20px;*/
	display: block;
	clear: both;
	/*width: 100%;*/
	/*width: 479px;*/
	/*width: 534px;*/
	margin: 1.5em 0;
	}



/* Latest news/events */

body.content .mod-news h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .2em;
	}


/* Events */

div.mod-newsitem .desc img {
    float: right;
    }
div.mod-newsitem .desc p {
    margin-right: 45px;
    }
div.article h3 {
	margin-bottom: .3em;
    }
    
    
.bottomlinks p {
    float: left;
	margin-right: 1em;
    }

p.registerlink { 
	overflow: hidden;
	background-image: none;
	margin-top: 1.5em;
	}
p.registerlink a {
	background-image: url(../library/btn-register.gif);
	display: block;
	height: 21px;
	width: 78px;
	text-indent: 999px;
	overflow: hidden;
	}

div.mod-eventdetail img.event-category-img {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    }
