@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

H1 {
	font-size:24px;
	color:#7F203B;
	margin:20px 0 10px 0;
	border-bottom: 1px solid #E0E0E0;
  	font-weight:bold;
  	padding-bottom:10px;
}

h1::before {
        content: "+ ";
        font-size: 30px;
        color: #32395F;
        margin: 20px 0 10px 0;
        font-weight: normal;
  	padding: 5px 0px 5px 0px; }
  
H2 {
	font-size:20px;
	color:#7F203B;
	margin:20px 0 16px 0;
}

H3 {
	font-size:17px;
	color:#7F203B;
	margin:20px 0 16px 0;
}

H4 {
	font-size:17px;
	color:#7F203B;
	margin:20px 0 16px 0;
}

H5 {
	font-size:20px;
	color:#7F203B;
	margin:8px 0 0 25px;
}

H6 {
	font-size:14px;
	color:#7F203B;
	margin:4px 0 3px 14px;
}

P {
	font-size:18px;
	color: #000;
	margin:0;
	padding-bottom:16px;
	line-height:30px !important;
}

table {
	font-size:18px;
	color:#000;
	line-height:30px;
}


#contentWrapper ul {	
  	margin-top: 0.1em !important;

}

li {
	font-size:18px;
	color:#000;
	line-height:30px;
}

a:link, a:visited {
	color:#2C26EB;
	text-decoration:underline;
}

a:hover {
	color:#880541;
	text-decoration:underline;	
}

.textcontent{
 	font-size: 100%;
	line-height:1.3;
	color:#000000;
}

#breadCrumbFeatures /*to the right of the page showing login box etc*/
{
	font-size:12px;
	color:#653237;
        margin:0;
	width:50%;
        _width:45%;
	text-align:right;
        float:right;
}

#contentWrapper #breadCrumbFeatures, #contentWrapper #breadcrumbs {
        margin-top:-20px;
        -margin-top:0px;
} 

#breadcrumbs, #breadcrumbsCP {
	font-size:12px;
	color:#640C30;
        width: 450px;
       	margin:0 0 0 33px;
       	float:left;
}

#breadcrumbsCP {
 	margin-left: -260px;
  	margin-top: -20px;
  	*margin-top: -7px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbsCP a:link, #breadcrumbsCP a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	color:#640C30 !important;
        text-decoration:none !important;
}

#breadcrumbs a:hover, #breadcrumbsCP a:hover, #breadCrumbFeatures a:hover {
	color:#000 !important;
        text-decoration:underline !important;

}

#mediaRSS {
 	margin-right:35px;
  	margin-top:-70px;
}

#categorySelection {
 	margin-left:33px;
  	margin-bottom: 10px;
}

#categorySelection + a + p, #categorySelection + a + p + p {
  	margin-left: 33px;
  	margin-right: 35px;
}

div#bodyContainer table + form {
 	margin-left: 34px;
  	margin-bottom:10px;
}

.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width:200px;
        float:right;
}

#logintext{  /* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	width:80px;
        float:right;
	text-align:right;
}

table.calendar {
  	width: 93% !important;
}

.tableBorder{  /*used for standard tables*/
	border-color:#050000;
	border-width:1px;
	border-style:solid;
}
	
.tableHeading, .tableHeading a:link,.tableHeading a:visited,.tableHeading a:active,.tableHeading a:hover{
	background-color:#7F203B;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

.tableContent1{
	background-color:#F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
        padding:4px;
}

.tableContent2{
	background-color:#E0E0E0;
	font-size:inherit;
	font-family: Arial, Helvetica, sans-serif;	
}

.button{
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
	color:white;
        background: #7f203b; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #7f203b 0%, #6b142c 52%, #75122e 80%, #995266 100%); /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7f203b), color-stop(52%,#6b142c), color-stop(80%,#75122e), color-stop(100%,#995266)); /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, #7f203b 0%,#6b142c 52%,#75122e 80%,#995266 100%); /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, #7f203b 0%,#6b142c 52%,#75122e 80%,#995266 100%); /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, #7f203b 0%,#6b142c 52%,#75122e 80%,#995266 100%); /* IE10+ */
        background: radial-gradient(center, ellipse cover, #7f203b 0%,#6b142c 52%,#75122e 80%,#995266 100%); /* W3C */
	font-size:85%;
        border: 1px solid #676767;
        border-radius: 8px;
        box-shadow: 2px 2px 2px darkgrey;
        cursor:pointer;
}


#galleryDescription {
	font-size: 16px !important;	
}

.gallery a:link, .gallery a:visited{
	color: #2C26EB;
	text-decoration: underline;
}

