/* Typeography & Generic Elements*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #004489;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 16px;
	margin:8px 0;
	color: #004489;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
}

h3 {
	font-weight: bold;
	color: #6b7fb2;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 16px;
}

#pagecontent h3.floatleft {
	float: left;
	margin-bottom: 16px;
}


h4 {
	font-weight: bold;
	color: #004489;
	font-size: 11px;
}

h1.ruled, h2.ruled, h3.ruled, h4.ruled {
	border-bottom: 1px solid #a9b1d2;
}

p {
	color: #303030;
	margin-bottom:16px;
}

p.last {
	margin-bottom:0;
}

#navbar {

}

em {
	font-weight: bold;
	color: #5e76ac;
	font-style: normal;
}

ul {
	color: #303030;
	list-style: none;
}

ul.nospacing {
	margin-bottom: 16px;
}

ul.nospacing li {
	margin-bottom: 0;
}

li {
	padding-left: 20px;
	margin-bottom: 16px;
	background-image: url(../images/buttons/bullet.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;

}

ol{
	padding-left: 20px;
	color: #303030;
}

ol li {
	padding: 0;
	color: #5e76ac;
	font-weight: bold;
	background-image: none;
}

ol li span{
	color: #303030;
	font-weight: normal;
}

dl {
	
}

dt {
	color: #6b7fb2;
	font-weight: bold;
}

dd {
	color: #303030;
	margin-bottom: 16px;
}

blockquote {
	display: block;
	padding-left: 8px;
	border-left: 4px solid #a9b1d2;
	margin: 0 0 16px 8px;
	font-style: italic;
	color: #6b7fb2;
}

blockquote attribution {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #365e9b;
}

q {
	quotes: '„' '“';
	color: #303030;
}

q:before {
	content: "\201C";
	color: #6b7fb2;
	font-size: 150%;
	line-height: 16px;
	vertical-align:top;
	margin-right: 2px;
}

q:after {
	content: "\201D";
	color: #6b7fb2;
	font-size: 150%;
	line-height: 16px;
	vertical-align:top;
	margin-left: 2px;
}

fieldset {
	border: 1px solid #a9b1d2;
	padding: 8px;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
	margin-bottom: 16px;
}

form {
	
}

form label{
	margin-right: 8px;
}

#pagecontent form input[type=textarea],
input[type=textarea],
input[type=password],
input.text,
input.password{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #a9b1d2;
    margin-top:-2px;
    padding:1px 2px;
}

fieldset.main input.text,
fieldset.main input.password{
	display:block;
	float: none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #a9b1d2;
    font-size:13px;
    margin:0;
    padding:7px;
    width:242px;
}

fieldset.main label {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 8px;
	font-weight: bold;
	color: #6b7fb2;
	font-size: 13px;
}

p.address {
	
}
p.address span{
	display: block;
}

p.address span.name{
	font-weight: bold;
}

hr {
	border: 0;
	margin: 14px 0 17px 0;
	background-color: #667cb1;
	height: 1px;
}

table{
	font-size: 11px;
	margin-top:0;
	margin-bottom: 16px;
	text-align: left;
	border-spacing:0;
	width: 100%;
	color: #303030;
	border-collapse:collapse;
}

table.last {
	margin-bottom: 0;
}

table th {
	font-weight: bold;
	color: #667cb1;
	font-size: 12px;
	padding:0 0 6px 0;
	text-align: left;
	border-bottom: 1px solid #667cb1;
}

table th.date{
	width: 130px;
}

table td {
	padding: 8px 16px 8px 0;
	border-top: 1px solid #e6e8f2;
	vertical-align: top;
}

table tr.odd td {
	background-color: #f3f3f9;
}

table tr.first-row td {
	border-top: none;
}

table a {
	text-decoration: underline;
}

table a:hover {
	text-decoration: none;
}

/* Links */

#pagecontent a {
	color: #5e76ac;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px 3px;
	margin: 0 -3px;
	line-height: 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#pagecontent a:hover {
	color: white;
	background-color: #a9b1d2;
	text-decoration: none;
}

a img { 
	border: none;
	margin: 0;
}

#pagecontent a.img-link {
	text-decoration: none;
	padding: 0;
	margin: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#pagecontent a.no-border{
	border: none;
	margin: 0;
	padding: 0;
}

#pagecontent a.no-border:hover {
	border: none;
	margin: 0;
	padding: 0;
}

a.no-border:hover div {
	color: white;
	background-color: #a9b1d2;
	text-decoration: none;
}

#pagecontent a.button,
a.button,
#pagecontent span.button,
input[type="button"],
input.submit,
input.button,
button,
#Pagination a, 
#Pagination span {
	text-align:center;
	background: url(../images/buttons/button_bg.png);
	background-color: #dadceb;
	border: 1px solid #a9b1d2;
	margin: 0px 8px 0 0;
	padding:1px 5px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #004489;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#pagecontent a.button,
a.button,
input[type="button"],
input[type="submit"],
input.button,
button{
	cursor: pointer;
}

input[type="button"],
input.button, 
#pagecontent a.button.block,
#pagecontent a.button.centre,
#pagecontent span.button.block {
	display: block;
}

#pagecontent span.button.block {
	margin-left: 0;
}

input[type="button"]:hover,
input[type="submit"]:hover,
#pagecontent a.button:hover,
a.button:hover,
input.button:hover,
button:hover {
	background-position:bottom;
	background-color: #b5bcd8;
	border: 1px solid #6b7fb2;
}

#pagecontent span.button, 
#pagecontent a.button.selected,
#pagecontent a.button.currentpage,
#Pagination span {
	background: #cdd1e5;
}

#pagecontent .button.floatright,
#pagecontent .button.floatleft,
#pagecontent input[type="button"],
#pagecontent input[type="submit"],
input[type="submit"],
#pagecontent input.button,
#pagecontent a.button.block,
#pagecontent a.button.centre,
#pagecontent span.button.block{
	padding: 0 5px;
	margin-top: -1px;
	line-height: 15px;
}

#pagecontent a.button.floatright,
input.button.floatright,
input[type="submit"].floatright {
	margin: -1px 0 0 8px;
}


#pagecontent a.button.floatleft,
#pagecontent span.button.floatleft,
input.button.floatleft{
	margin: -1px 8px 0 0;
}


#pagecontent a.drop {
	position: relative;
	top: 8px;
	margin-left: 8px;
}

#pagecontent a.button,
#pagecontent span.button {
	margin-left: 8px;
}

#pagecontent a.drop:hover {
	background: transparent;
	margin-left: 8px;
}

#pagecontent .nomargin {
	margin:0 !important;
}

a.toggleLink {
	position: relative;
}

a.toggleLink:hover:after {
	content: " (Show \2193)";
	text-decoration: none;
	font-weight: normal;
}

a.toggleLink.button:hover:after {
	content: "";
}

div.fullimg {
	margin: 0 auto;
	margin-bottom: 16px;
}



#footer a {
	color: #5e76ac;
}

#footer a:hover {
	color:#004489;
}

#userbar a {
	color: #4566a1;
}

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

.centre {
	text-align: center;
}
