﻿
td
{
	vertical-align: top;
}

body
{
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 10pt;	
	/*color: #566F77;*/
	color: #333333;
	behavior:url(/Style%20Library/csshover.htc);
}

ul
{
	margin: 0 0 0 0;
	padding-left: 20px;
}

img
{
	border: none;
}

a
{
	color: #2828a0;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	color: #495060;
}

/* header */

.header
{
	background: #ffffff;
}

/* body */

.body
{
	 background-color: #EFEEF7;	 
}

/* TOP NAVIGATION */

.topnavi
{
	float:left;
	width:940px;
	height:32px;
	padding:0 32px;
	margin:0;
	background-color: #768892;
}

.topnavi ul 
{
	margin:0;
	padding:0;
}

.topnavi ul li 
{
	float:left;
	padding:0;
	margin:0 11px 0 0;
	list-style:none;
}

.topnavi ul li.last 
{
	margin:0;
}

.topnavi ul li:hover 
{
	position:relative;
}

.topnavi ul li ul 
{
	display:none;
}

.topnavi ul li:hover ul 
{
	position:absolute;
	display:block;
	top: 32px;
	left:0;

}

.topnavi ul li:hover ul li 
{
	clear:both;
	width:150px;
	overflow: hidden;
	padding:5px;
	background-color:#D6DEDE;	
}

.topnavi ul li:hover ul li:hover 
{
	background-color:#E8E8E8;
}

.topnavi ul li:hover ul li a 
{
	/*font-weight:bold;*/
	color:#73848E;
}

.topnavi ul li:hover ul li a:hover  
{
	color:#394952;
}


/* left navigation */

.leftnavi
{
	margin: 10px 10px 10px 30px;
	height: 100%;
	//width: 120px;
	width: 147px;
}

.leftnavi_item
{
	padding: 3px;
}

.leftnavi_header
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*color: #586C7C;*/
	color: #2e434e;
}

a.leftnavi_link:active, a.leftnavi_link:link, a.leftnavi_link:visited, a.leftnavi_link:hover
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*text-transform: capitalize;*/
	text-decoration: none;
	/*color: #586C7C;*/
	color: #5d6f7a;
}

/* right navigation */

.rightnavi
{
	font-size: 8pt;
	font-weight: bold;
	color: #8C8C95;
}

.rightnavi a
{
	font-size: 8pt;
	font-weight: bold;
	color: #8C8C95;
}

.rightnavi ul
{
	list-style: none;	
	margin: 0;
	padding: 0;
}

.rightnavi ul li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* page content */

.dropdownlist
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
}

.textbox
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}

input.button
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	
}

/* section header */

.section_header
{
	font-weight: normal;
	font-size: 2em;
	padding: 0;
	margin: 0;
	width: 100%;
	background-image: url(/SiteCollectionImages/dotted_line_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* breadcrumb */

.breadcrumb
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #74747B;
	font-weight: bold;
}

a.breadcrumb
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #74747B;
	text-decoration: none;
	font-weight: bold;
}

a.breadcrumb:hover
{
	text-decoration: underline;
}

/* section header */

.sectionheader
{
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 14px;
}

/* common links */

.common_links
{
	font-size: 10px;
	color: #505050;
	padding-bottom: 10px;
}

a.common_links
{
	font-size: 10px;
	color: #505050;	
	text-decoration: none;	
}

a.common_links:hover
{
	text-decoration: underline;	
}

/* page link */

.page_link, .page_link a
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;	
	font-size: 8pt;
	color: #61D3DD;
	text-transform: uppercase;
}

/* footer */

.footer_bottom
{
	font-size: 7.5pt;
	background-color: #2E434E;
	color: #D9DEE8;	
	padding: 3px 30px 20px 30px;
}

.footer_bottom a
{
	color: #D9DEE8;	
}

/* admin box */

.adminbox
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
	border: 1px #888888 solid;
	font-family: arial;
	font-size: 8pt;
}

.adminbox td
{
	font-family: arial;
	font-size: 8pt;
}

/* properties */

.property_title
{
	color: #585856;
	font-weight: bold;
	margin: 5px 2px 5px 2px;
}

.property_value
{
	color: #585856;
	margin: 5px 2px 10px 2px;
}

/* events */

.event_date
{
	font-weight: bold;
	color: #585856;
}

a.event_title
{
	font-weight: bold;
	font-size: 1.2em;
	color: #585856;
}

a.event_title:active, a.event_title:link, a.event_title:visited, a.event_title:hover
{
	font-weight: bold;
	color: #585856;
}

/* programme */

a.programme_header
{	
	font-weight: bold;
	font-size: 1.2em;
	color: #585856;
}

.programme_action a
{
	font-weight: bold;
	color: #5ABD5A;	
}



