* {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	list-style: none;
}

address {
	font-style: normal;
}

a img{
	border: 0;
}

a.icon_profile, a.icon_comment, a.icon_link, a.icon_download, 
a.icon_writecomment, a.icon_goback, a.icon_buy, a.icon_star,
a.icon_calendar, a.icon_maps, .icon_rss, a.icon_gallery {
	padding-top: 4px;
	padding-left: 20px;
	font-size: 11px !important;
	background-position: left 2px;
	background-repeat: no-repeat;
}

a.small {
	font-size: 11px !important;
}

.icon_rss {
	background-image: url(../images/icon_rss.gif);
}

a.icon_gallery {
	background-image: url(../images/icon_gallery.gif);
}

a.icon_profile {
	background-image: url(../images/icon_profile.gif);
}

a.icon_comment {
	background-image: url(../images/icon_comment.gif);
}

a.icon_link {
	background-image: url(../images/icon_link.gif);
}

a.icon_download {
	padding-top: 4px;
	background-image: url(../images/icon_download.gif);
}

a.icon_writecomment {
	background-image: url(../images/icon_writecomment.gif);
}

a.icon_goback {
	background-image: url(../images/icon_goback.gif);
}

a.icon_star {
	background-image: url(../images/icon_star.gif);
}

a.icon_buy {
	background-image: url(../images/icon_buy.gif);
}

a.icon_calendar {
	background-image: url(../images/icon_calendar.gif);
}

a.icon_maps {
	background-image: url(../images/icon_maps.gif);
}

.clear{
	clear: both;
}

.public {
	padding-right: 20px;
	background: url(../images/icon_fieldispublic.gif) no-repeat right top;
	font-size: !inherit;
}

span.raquo {
	font-family: Verdana;
	font-size: 90%;
}

.banner {
	border: 1px solid #CCCCCC;
}


#content div.hr {
	clear: both;
	border: none;
	margin: 15px 0px;
	padding: 0;
	height: 12px;
	background: url(../images/bk_spacer_large.gif) no-repeat center top white;
}

#content div.hr hr {
	display: none;
}

input, textarea, select {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 10px;
	color: #58585A;
	font-size: 11px;
}

.button, div.Actions {
	border: 1px solid #999999;
	width: auto !important;
	float: left;
	margin: 0px 10px 0px 0px;
}

.button.orange, div.Actions.orange {
    border: 1px solid #F39705;
    width: auto !important;
    float: left;
    margin: 0px 10px 0px 0px;
}

.button button,
div.Actions input.action {
	cursor: pointer;
	color: #999999;
	border: 1px solid white;
	font-weight: bold;
	padding: 1px 10px;
	font-size: 11px;
	background: url(../images/bk_button.gif) repeat-x left bottom white;
}

.button button:hover,
div.Actions input.action:hover {
    background-color: white;
    background-image: none;
    color: #58585A;
}


.button.orange button {
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #FEEFD4;
    font-weight: bold;
    padding: 1px 10px;
    font-size: 11px;
    background: url(../images/bk_button_orange.gif) repeat-x left bottom #FAC66C;
}

.button.orange button:hover {
    background-image: none;
    background-color: #FEEFD4;
    color: #F39705;
}


/* Layout CSS */
#noscript {
	background-color: red;
	color: white;
	padding: 5px 10px;
	border-bottom: 1px solid white;
}


#body {
	margin: 20px auto 0px auto;
	width: 860px;
	background-color: white;
	overflow: hidden;
}

#header {
	position: relative;
	background: url(../images/bk_header.gif) repeat-x left bottom #004C89;
}

	#header #topshadow {
		position: absolute;
		background: url(../images/bk_topshadow.png) repeat-x left bottom;
		z-index: 10;
		left: 0px;
		top: 71px;
		right: 0px;
		height: 8px;
	}

	#header #bottomshadow {
		position: absolute;
		background: url(../images/bk_bottomshadow.png) repeat-x left bottom;
		z-index: 10;
		left: 0px;
		right: 0px;
		height: 8px;
		bottom: 24px;
	}

	#header h1 {
		text-indent: -9999px;
		background: url(../images/bk_logo.gif) no-repeat left top;
		width: 860px;
		height: 71px;
		margin: 0px auto;
	}

	#header h1 a {
		display: block;
		height: 71px;
		outline: none;
	}


#mainnavigation {
	list-style-type: none;
	height: 24px;
	width: 860px;
	margin: 0px auto 0px auto;
}

#mainnavigation li {
	float: left;
	position: relative;
}

#mainnavigation li:hover a,
#mainnavigation li a:hover,
#mainnavigation li a:focus,
#mainnavigation li a:active,
#mainnavigation li.current a,
#mainnavigation li.section a {
	color: #1E5492;
	background: url(../images/bk_subnavigation.png) left top repeat-x;
	margin: 0px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#mainnavigation li a {
	float: left;
	height: 19px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 25px 0px 25px;
	border-bottom: 1px solid #004D89;
	margin: 0px 0px 0px 1px; /* simulated border-left (transparent) for IE6. On hover, margin will we set to 0 and border to 1px solid #CCC */
}

#mainnavigation li:hover ul {
	display: block;
	z-index: 9000;
}

#mainnavigation li ul {
	display: none;
	position: absolute;
	left: 0;
	bottom: 24px;
	background: url(../images/bk_subnavigation.png) left top repeat-x;
	padding: 0px 0px 1px 0px;
	z-index: 9000;
	width: 230px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#mainnavigation li ul li {
	display: block;
	float: none;
	position: relative;
	height: 1%; /* IE6 */
}

#mainnavigation li ul.subnavigation li a {
	display: block;
	float: none;
	color: #0A4C88;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 6px 25px;
	border: none;
	background: transparent;
	text-transform: none;
	height: 1%; /* IE6 */
}

#mainnavigation li ul li a:hover,
#mainnavigation li ul li:hover a.hassub {
	border: none;
	background-color: #0A4C88;
	color: white;
	background-image: none; /* IE6 */
}

#mainnavigation li ul li a.hassub {
	background: url(../images/bk_subnavigation_item.gif) no-repeat center right;
}

#mainnavigation li ul li a.hassub:hover,
#mainnavigation li ul li:hover a.hassub {
	background: url(../images/bk_subnavigation_item_hover.gif) no-repeat center right #0A4C88;
}

#mainnavigation li ul li ul {
	display: none !important;
	left: 230px;
	bottom: -1px;
	border: 1px solid #CCCCCC;
	padding: 0px;
}

#mainnavigation li ul li:hover ul,
#mainnavigation ul.IAmImportantAndShouldBeVisible {
	display: block !important;
}



#content {
	float: left;
	width: 530px;
	margin: 0px 0px 20px 0px;
}

#content ol.marketingbarometer_totalresults {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    height: 1%;
}
    #content ol.marketingbarometer_totalresults li {
        padding: 0px 0px 10px 0px;
        clear: both;
        overflow: hidden;
        height: 1%;
    }

    #content ol.marketingbarometer_totalresults li span {
        font-weight: bold;
        display: block;
        padding: 0px 0px 5px 0px;
    }

    #content ol.marketingbarometer_totalresults dt {
        float: left;
        width: 80px;
        text-align: right;
        clear: left;
        color: #585858;
        padding: 2px 0px;
        border-bottom: 1px solid #CCCCCC;
    }
    
    #content ol.marketingbarometer_totalresults dd {
        color: #006699;
        float: left;
        width: 35px;
        text-align: right;
        padding: 2px 2px 2px 0px;
        border-bottom: 1px solid #CCCCCC;
    }

#content div.teaserbox {
	float: left;
	width: 235px;
	overflow: hidden;
	margin: 0px 20px 10px 0px;
}

#content div.teaserbox img {
	display: block;
	margin: 3px 0px 10px 0px;
}

#content div.teaserbox ul {
	list-style-type: none;
	margin: 0px;
}

#content div.teaserbox a {
	font-size: 11px;
}

#content div.teaserbox p {
	margin: 0px 0px 5px 0px;
}

#content div.teaserbox span.smalldate {
	font-size: 10px;
	font-weight: normal;
	color: #58585A;
}

#content div.teaserbox.normal {
	border: 5px solid white;
}

#content div.teaserbox.highlighted {
	background-color: #FFEACB;
	border: 5px solid #FFEACB;
}

#content div.teaserbox.highlighted p,
#content div.teaserbox.highlighted h2 {
	padding-left: 2px;
}

#content div.teaserbox.highlighted img,
#content div.teaserbox.normal img {
	margin-top: 0px;
}

#content table.marketingbarometer {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 10px;
	border-spacing: 0px;
	margin: 0px 0px 15px 0px;
}

#content table.marketingbarometer th,
#content table.marketingbarometer thead td {
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#content table.marketingbarometer tbody td {
	padding: 5px 0px 0px 0px;
}
    #content table.marketingbarometer tbody td.percent {
        text-align: right;
        color: #006699;
    }

#content table.pressitems td {
	border: none;
	padding: 2px 0px;
}

#content table.mediaitems td {
    border: none;
	padding: 8px 0px 0px 3px;
}

#content table.events,
#content table.pressitems,
#content table.mediaitems {
	border: none;
	margin: 0px 0px 10px 0px;
	width: 95%;
}

#content table.events {
	width: 522px;
}

#content table.events_summary {
	border: none;
	width: 520px;
}

#content table.mediaitems {
    margin-bottom: 0px;
    width: 100%;
}

#content table.events th,
#content table.pressitems th,
#content table.mediaitems th {
	text-align: left;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px 2px 3px;
}

#content table.events th {
    padding: 2px 0px;
}

#content table.members {
	width: 99%;
}

#content table.members td,
#content table.members th {
	border-top: 1px solid #CCCCCC;
	padding: 2px 0px;
	text-align: left;
}

#content table.events td {
	padding: 6px 0px 0px 0px;
	border: none;
}

#content table.events_summary td {
	padding: 0px 15px 0px 0px;
	border: none;
}

#content table.userprofile {
	width: 99%;
}

#content table.userprofile tbody td {
	width: 50%;
	padding: 0px 0px 15px 0px;
}

#content div.events_content {
	display: none;
	padding: 10px 15px;
	border: 1px solid #CCCCCC;
	background-color: white;
	overflow: hidden;
	width: 488px;
}

#content div.events_content h2 {
	color: #006699;
	font-weight: normal;
	float: left;
	width: 110px;
}

#content div.events_content h2.address {
	float: left;
	width: 340px;
}

#content div.events_content h3 {
	clear: left;
}

#content div.events_content p {
	margin: 0px;
}

#content div.events_content img {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 1px solid #CCCCCC;
}

#content div.events_content img.bookedout {
    float: none;
    border: none;
}

#content div.events_content p.referee {
	margin-top: 5px;
	font-weight: bold;
}

#content div.events_content ul {
	float: right;
}

#content div.events_content ul li {
	list-style-type: none;
}

#content div.events_content ul li a {
	font-size: 11px;
}


#content .breadcrumbs {
	font-size: 11px;
	margin: 0px 0px 30px 0px;
	color: #006699;
}

#content .breadcrumbs a {
	color: #006699;
}

#content .toollist {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px 0px 0px;
	margin: 15px 0px 25px 0px;
	overflow: hidden;
}

#content .toollist li {
	list-style-type: none;
	float: left;
	color: #FF9900;
	font-size: 11px;
	padding-right: 15px;
}

#content .statement {
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	clear: both;
	overflow: hidden;
	position: relative;
	height: 1%; /* IE6 */
}

#content .statement.blue {
	background-image: url(../images/bk_statement_blue_bottom.gif);
	padding: 0px 0px 35px 0px;
}

#content .statement.grey {
	background-image: url(../images/bk_statement_grey_bottom.gif);
	padding: 0px 0px 13px 0px;
}

#content .statement img {
	border: 1px solid #82AFD1;
	float: left;
	margin: 10px 30px 10px 10px;
}

#content .statement blockquote {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 400px;
	color: #006699;
}

#content .statement blockquote p {
	color: #006699;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}

#content .statement.grey blockquote p {
	font-weight: normal;
	font-size: 14px;
	padding-left: 17px;
	background: url(../images/icon_comment.gif) no-repeat left 2px;
}

#content .statement blockquote cite {
	font-style: normal;
	font-weight: bold;
	display: block;
	color: #58585A;
	padding: 5px 0px 21px 0px;
}

#content .statement h2 {
	padding: 7px 0px 5px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	text-transform: uppercase;
}

#content .statement.blue h2 {
	background-image: url(../images/bk_statement_blue_top.gif);
}

#content .statement.grey h2 {
	background-image: url(../images/bk_statement_grey_top.gif);
}

#content .statement ul {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	bottom: 0px;
	left: 75px;
}

#content .statement ul li {
	list-style-type: none;
	font-size: 11px;
	float: left;
	padding-right: 20px;
	margin: 0;
}

#content dl.tablelayout {
}

#content dl.tablelayout dt {
	clear: both;
	float: left;
	width: 6em;
	padding: 0px 0px 3px 0px;
}

#content dl.tablelayout dd {
	float: left;
	padding: 0px 0px 3px 0px;
}

#content .statement ul li a {
	display: block;
}

#content ul.messages {
	background-color: #FF9900;
	margin: 0;
	padding: 3px 5px;
}

#content ul.messages li {
	color: white;
	padding: 2px;
	margin: 0;
}

#content ul.pagination {
	list-style-type: none;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

#content ul.pagination li {
	list-style-type: none;
	display: inline;
}

#content ul.pagination li,
#content ul.pagination li a {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 2px;
}

#content ul.pagination li.current {
	color: #FF9900;
}

#content ul.feedlist {
	margin-left: 0px;
}

#content ul.feedlist li {
	list-style-type: none;
	clear: both;
}

#content ul.feedlist li span {
	display: block;
	float: left;
	width: 80px;
}

#content ul.feedlist li strong {
	font-size: 12px !important;
}

#content ul.feedlist li a {
	font-size: 11px;
}

#content ul.comments {
	margin: 0px;
}

#content ul.comments li {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
}

#content ul.comments cite {
	font-style: normal;
	font-weight: bold;
	display: block;
	margin: 0px 0px 5px 0px;
}

#content ul.gallery {
	overflow: hidden;
	margin: 0px 0px 10px 20px;
	padding: 0;
}

#content ul.gallery li {
	float: left;
	list-style-type: none;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px 20px 0px 0px;
}

#content ul.gallery li img {
	display: block;
}

#content .commentavatar {
	width: 50px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 60px 10px 0px;
}

#columnright {
	color: #58585A;
	float: right;
	width: 320px;
	margin: 0px 0px 15px 0px;
}

#columnright a {
	color: #FF9900;
	text-decoration: none;
}

#columnright a:hover,
#columnright a:focus,
#columnright a:active {
	text-decoration: underline;
}


#columnright .top {
	height: 15px;
	background: url(../images/bk_columnright_top.gif) no-repeat left top;
	border: none;
}

#columnright .body {
	padding: 5px 20px 1px 20px;
	background: url(../images/bk_columnright_body.gif) repeat-y left top;
}

#columnright .bottom {
	height: 18px;
	background: url(../images/bk_columnright_bottom.gif) no-repeat left bottom;
	border: none;
}

#content .panel,
#columnright .panel {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
	background: url(../images/bk_panel.gif) repeat-x left bottom white;
	overflow: hidden;
	height: 1%; /* IE6 */
}

#content .contact,
#columnright .contact {
	padding: 8px 10px;
}

#content .contact h2,
#columnright .contact h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #58585A;
	font-size: 12px;
	text-transform: none;
}

#content .contact img,
#columnright .contact img {
	display: block;
	float: left;
	margin: 2px 10px 10px 0px !important;
	border: 1px solid #CCCCCC;
}

#columnright .contact dl {
	clear: both;
	margin: 0px 0px 10px 0px;
}

#columnright .contact dt {
	float: left;
	width: 70px;
	clear: both;
}

#columnright .search {
	background-image: url(../images/bk_panel_search.gif);
	background-color: #FDDC9B;
}

#columnright .search h2 {
	float: left;
	color: white;
}

#columnright .statement {
	background: url(../images/bk_panel_statement_bottom.gif) no-repeat left bottom white;
	margin: 0px 0px 20px 0px;
}

#columnright .statement cite {
	font-style: normal;
	display: block;
	padding: 8px 0px 15px 0px;
}

#columnright .statement a {
	font-size: 11px;
}

#columnright .statement h2 {
	color: #006699;
	background: url(../images/bk_panel_statement_top.gif) no-repeat left top white;
}

#columnright .content {
	padding: 8px 10px;
	overflow: hidden;
}

#columnright h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #999999;
	padding: 8px 10px 0px 10px;
	margin: 0;
}

#columnright ul.footer {
	list-style-type: none;
	display: block;
	margin: 10px 0px 10px 5px;
	height: 1%; /* IE6 */
	overflow: hidden;
}

#columnright ul.footer li {
	float: left;
	padding: 0px 0px 0px 5px;
	line-height: 1;
}

#columnright ul.footer li a {
	display: block;
	padding: 0px 4px 1px 0px;
	border-right: 1px solid #808080;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	line-height: 1;
}

#columnright ul.footer li a:hover {
	text-decoration: underline;
	color: #58585A;
}

#columnright ul.footer li.last a {
	border-right: none;
}

#columnright ul.social {
	list-style-type: none;
	clear: both;
	margin: 20px 0px 0px 10px;
	height: 1%; /* IE6 */
	overflow: hidden;
}

#columnright ul.social li {
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

#columnright ul.social li a {
	text-indent: -9999px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
	width: 16px;
	height: 16px;
}