﻿body
{
	font-family: Arial;
	font-size: 0.8em;
	line-height: 2em;
	border: 0px;
	margin: 0px;
	min-width: 800px;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.centeralign
{
	text-align: center;
}

.rightalign
{
	text-align: right;
}

img
{
	border: none;
}

em
{
	color: #058A99;
	font-weight: bold;
}

a em
{
	font-weight: bold;
	text-decoration: none;
	color: Blue;
}

p em
{
	font-weight: bold;
	color: Black;
}

li em
{
	color: Black;
}

h1
{
	color: #00A5D9;
}

h2
{
	position: relative;
	color: #00A5D9;
	display: block;
	line-height: 1.2em;
	height: 2em;
	border-bottom: solid 2px gray;
}

h3
{
	font-family: Arial;
	font-weight: bold;
	font-size: 1.3em;
	color: #00A5D9;
}

h4
{
	display: block;
	color: #00A5D9;
	font-weight: bold;	
	font-size: 1.4em;
	clear: left;
}

h5
{
	color: #00A5D9;
	font-weight: bold;
	font-size: 1.1em;
}

h6
{
	color: #00A5D9;
	font-weight: bold;
	font-size: 1.1em;
	clear:both;
	margin: 0;
	padding: 0;
}

.pdflist li a
{
	background-image: url('images/icons/pdf.gif');
	background-repeat: no-repeat;
	padding: 2px 2px 2px 25px;
}

.pdflist ul, .pdflist li
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

.pdflist ul
{
	border: solid 1px red;
	margin-left: 10px;
}

.bulletedlist ul
{
	list-style-type: none;
	margin: 0;
}

.bulletedlist li
{
	list-style-type: none;
	background-image: url('images/bullet2.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 0;
	background-position: 0px 10px;
}

ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin-left: 20px;
	line-height:2.2em;
}

input, textarea
{
    font-family: Arial;
    font-weight: normal;
    font-size: 1em;
    font-style: normal;
}

.nolist
{
	list-style-type: none;
}

.numberedlist
{
	list-style-type: decimal;
	padding-left: 10px;
}

.fieldlabel
{
    text-align: right;
    display: block;
    font-weight: bold;
}

.catalogue
{
	width: 220px;
	height: 110px;
	display: block;
	position: relative;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.catalogue a
{
	display: block;
	text-align: right;
	position: relative;
	float: left;
	width: 133px;
}

.catalogue a.imagelink
{
	display: block;	
	float: right;
	width: auto;
}

/* Accordion */
.accordionheader
{
    color: Black;
    background-color: White;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionheader a
{
	color:#007889;
	background: none;
	text-decoration: none;
}

.accordionheader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionheader a.info
{
    float: right;
    color: #00A5D9;
    border: solid 1px #00A5D9;
    background-color: #EBFCFF;
    padding: 3px;
}

.accordionheaderselected
{
    border: 1px solid #00A5D9;
    color: white;
    background-color: #EBFCFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionheaderselected a
{
	color: #00A5D9;
	background: none;
	text-decoration: none;
}

.accordionheaderselected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionheaderselected a.info
{
    display: none;
}

.accordioncontent
{
    background-color: White;
    border: 1px solid #00A5D9;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
