/** pagination basic setup **/

#newsContainer .pagination {
    text-align: center;
}
#newsContainer .pagination a {
    padding: 0 3px;
    margin: 0 2px;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#newsContainer .pagination a.previous,
#newsContainer .pagination a.next {
    border: none !important;
}
#newsContainer .pagination .previous:hover,
#newsContainer .pagination .previous:focus,
#newsContainer .pagination .next:hover,
#newsContainer .pagination .next:hover {
    text-decoration: underline;
}
#newsContainer .pagination .disabled:hover {
	text-decoration: none;
}

/** pagination colors **/

#newsContainer .pagination a {
    border: solid 1px #2061AF;
    color: #2061AF;
}
#newsContainer .pagination a.pageNumber {
    background: #FFFFFF;
}
#newsContainer .pagination a:hover,
#newsContainer .pagination a:focus {
    border: solid 1px #17202F;
    color: #17202F;
}
#newsContainer .pagination a.current {
    border: solid 1px #0D3A6F;
    color: #0D3A6F;
    background: #A8B6CF;
}
#newsContainer .pagination a.disabled {
    color: #a0a0a0;
}

/** news items **/
#newsContainer {
    font-family: sans-serif;
}
#newsContainer a {
    text-decoration: none;
    color: #0D3A6F;
}
#newsContainer h1 {
    color: #2061AF;
    margin: 10px 0 16px 0;
}
#newsContainer h2 {
    color: #05284F;
    margin: 16px 0 0 0;
    font-size: 14px;
}
#newsContainer h1 a {
	font-size: 16px;
}
.teaserContent {
    padding-left: 10px;
}
.teaserLink {
    padding: 10px;
}
#newsContainer .teaserLink a {
    color: #0D3A6F;
}
.teaserLink a:hover,
.teaserLink a:focus {
	text-decoration: underline !important;
}
