figure{
	margin: 0;
	padding: 0;
}

body{
	background-color: #666;
}

.btn-primary{
	background-color: #00529b;
}

#mainframe{
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: #222 3px 3px 4px, #222 -3px -3px 4px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

#mainframe .topbar, #mobile-menu, #login-box *, #rightcolumn *, #footer{
	font-size: 12px;
}

.popupbox{
        width: 300px;
        padding: 15px;
        margin: 20px auto;
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        -moz-box-shadow: 5px 5px 5px #444;
        -webkit-box-shadow: 5px 5px 5px #444;
        box-shadow: 5px 5px 5px #444;
        z-index:100;
        color: #000;
        position: relative;
        display: none;
	max-width: 100%;
	border-radius: 8px;
}

.closepopup{
        position: absolute;
        right: 2px;
        top: 3px;
}

.popupbox p{
        margin: 0.5em 0;
}

.popupcontainer{
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
}

#fpwd_text{
        width: 500px;
}


#loginError h3{
        margin-bottom: 10px;
}

#loginError h3 img{
        margin-top: -3px;
}

#leftcolumn .inputbox #loginError a:link, #leftcolumn .inputbox #loginError a:visited, #loginError a:hover, #loginError a:active {
        color: #DE0000;
        font-size: 1em;
}
#loginError img {
        vertical-align:middle;
        margin-right:4px;
}


/* HEADER */

a.topadvert {
	display:block;
	max-width:800px;
	background-image:url(../images/topimg.jpg);
	background-repeat:no-repeat;
	height:79px;
	font-weight:bold;
	color:#fff;
	padding:8px;
	text-shadow: 2px 2px 4px #000000;
	margin-right: 190px;
}
a.topadvert .advertmain {
	font-size:32px;
	line-height:30px;
}
a.topadvert .advertsub {
	line-height:24px;
	font-size:26px;
}
a.topadvert .posbottom {
	margin-top:26px;
	float:right;
}
a.topadvert .postop {
	margin-top:0px;
}
a:hover.topadvert {
	text-decoration:none;
}


.toppanel{
overflow: hidden;
margin: 0 10px 0 10px;
padding-top: 10px;
height:104px;
}

.image1, .image2, .image3, .image4, .image5, .image6 {
        margin:2px 26px 12px 2px;
        width:86px;
        height:79px;
}
.logo {
        float:right;
        width:176px;
        height:89px;
        top: 8px;
	right:6px;
	margin-bottom: 10px;
	position: absolute;
	background-image: url(../images/logo.svg.176x.png);
	background-size: cover;
}

.has-svg .logo{
	background-image: url(../images/logo.svg);
}

/* MENU */
.topbar {
        background-color:#00539b;
        height:38px;
        color:#ffffff;
        font-weight:bold;
        line-height:38px;
        background: -webkit-linear-gradient(#00539b, #155fa0, #00539b);
        background: -o-linear-gradient(#00539b, #155fa0, #00539b);
        background: -moz-linear-gradient(#00539b, #155fa0, #00539b);
        background: linear-gradient(#00539b, #155fa0, #00539b);
}
.topbar a:link, .topbar a:visited {
        color:#ffffff;
        padding:8px;
        padding-right:12px;
        padding-left:12px;
}

.topbar a:link, .topbar a:visited {
	color:#ffffff;
	padding:8px;
	padding-right:12px;
	padding-left:12px;
	font-size:14px;
	font-weight:normal;
	font-family: 'PT Sans', sans-serif;
}

.topbar #expert a:link, .topbar #expert a:visited{
	padding-left: 5px;
	padding-right: 5px;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
}

.dropdown {
	display:none;
	z-index:101;
	border: 1px solid #3e7cb1;
	border-top:1px solid #02549B;
	background-color:#ffffff;
	left:4px;
	margin-top:-2px;
	padding:4px;
	min-width:170px;
	z-index:101;
	width:auto;
	color:#000000;
	position:absolute;
	box-shadow:inset 0 0 20px 4px rgba(33,33,33,0.1);
}
.column1 a:link, .column1 a:visited, .column2 a:link, .column2 a:visited, .column1 ul li, .column1 ul li a:link, .column1 ul li a:visited, .column2 ul li, .column2 ul li a:link, .column2 ul li a:visited, .column3 a:link, .column3 a:visited, .column3 ul li, .column3 ul li a:link, .column3 ul li a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:600;
	color:#00529b;
	border:none;
	padding:4px;
	margin:0px;
	display:block;
}
.column1 ul li, .column1 ul li a:link, .column1 ul li a:visited, .column2 ul li, .column2 ul li a:link, .column2 ul li a:visited, .column3 ul li, .column3 ul li a:link, .column3 ul li a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
}
.column1 a:hover, .column2 a:hover, .column3 a:hover {
	text-decoration:none;
	background:none;
	background-color:#ddecf8;
}
.column1 a.nolink:hover, .column2 a.nolink:hover, .column3 a.nolink:hover {
	background:none;
}

.switchlink {
        float:right;
        border-width: 0 1px 0 1px;
        position: relative;
        z-index: 100;
}

.switchlink a{
        background-color: #07579D;
}
.switchlink img {
        width:17px;
        height:17px;
        padding:10px;
        padding-right:0px;
        vertical-align:middle;
}

.switchlink {
        float:right;
        border-width: 0 1px 0 1px;
        position: relative;
        z-index: 100;
}

.switchlink a{
        background-color: #07579D;
}
.switchlink img {
        width:17px;
        height:17px;
        padding:10px;
        padding-right:0px;
        vertical-align:middle;
}
.toplinks a:hover {
        text-decoration:none;
	background:rgba(255,255,255,.2);
}
.toplinks ul {
margin: 0;
padding: 0;
}
.toplinks ul li {
        padding:4px;
        border-right:1px solid #ffffff;
        display:inline;
        position:relative;
}
.toplinks ul li li{
	border-right: none;
}
.dropdown {
        display:none;
        z-index:101;
        border: 1px solid #02549B;
        border-top:4px solid #02549B;
        background-color:#ffffff;
        left:4px;
        margin-top:-4px;
        padding:4px;
        min-width:170px;
        width:auto;
        color:#000000;
        position:absolute;
}
.column1, .column2, .column3 {
        display:inline-block;
	vertical-align: top;
        width:160px;
        margin-top:2px;
        padding-top:1px;
        line-height:normal;
        color:#000000;
	white-space: normal;
}
.column1 a:link, .column1 a:visited, .column2 a:link, .column2 a:visited, .column1 ul li, .column1 ul li a:link, .column1 ul li a:visited, .column2 ul li, .column2 ul li a:link, .column2 ul li a:visited, .column3 a:link, .column3 a:visited, .column3 ul li, .column3 ul li a:link, .column3 ul li a:visited {
        color:#000;
        /*border:none;*/
        padding:2px;
        display:block;
}
.column1 ul, .column2 ul, .column3 ul {
        padding-bottom:6px;
}
.column1 ul li, .column1 ul li a:link, .column1 ul li a:visited, .column2 ul li, .column2 ul li a:link, .column2 ul li a:visited, .column3 ul li, .column3 ul li a:link, .column3 ul li a:visited {
        /*font-weight:normal;*/
	color: #000;
}
.column1 a:hover, .column2 a:hover, .column3 a:hover {
        text-decoration:underline;
        background:#ddecf8;
}
.toplinks ul.overflow-menu li {
  border-right: none;
}

.toplinks ul.overflow-menu li {
  border-right: none;
}

.toplinks ul.overflow-menu li a.nolink:hover {
	text-decoration:none;
	background:none;
}

.overflow-menu > li > a {
	line-height:30px;
	vertical-align:top;
}

#expertlink, #beginnerlink{
        border: 1px solid #fff;
        border-width: 0 0 0 1px;
        padding: 4px 27px 4px 12px;
        margin-right: 10px;
        font-size: 14px;
}

#beginner, #expertlink {
        display:inline;
}
#expert, #beginnerlink {
        display:none;
}
.switch-icon{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('../images/switch.svg.25x25.png');
	background-size: cover;
	position: absolute;
	top: 6px;
	right: 5px;
}
.has-svg .switch-icon{
	background-image: url('../images/switch.svg');
}


#content{
width: 100%;
position: relative;
min-height: 900px;
margin-top: 5px;
}

main, #rightcolumn{
margin-bottom: 80px;
}

#leftcolumn{
	width: 15%;
	padding: 0 15px 0 10px;
	display: inline-block;
	top: 0;
	left: 0;
	margin-top: 15px;
	position: absolute;
}

#centreright{
	display: block;
	margin-left: 15%;
	padding-bottom: 90px;
}

#centrerightcolumn{
	margin-right: 20px;
	margin-left: 1%;
}

#centrecolumn{
	display: inline-block;
	width: 76%;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

#rightcolumn{
	width: 23%;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

.intro .video-still{
  float: right;
  margin: 0px  0 15px 15px;
  width: 50%;
  max-width: 700px;
}

main .news{
	clear: left;
	margin-top: 20px;
}

main .news h1{
	color: #aaa;
}
main .news .open h1{
	color: #ce1010;
}

main .news article .content{
	display: none;
}

main .news article{
	border-top: 1px solid #eee;
	padding-top: 10px;
}

main .news article:first-of-type{
	border-top: none;
}

main .news article.open{
	margin-bottom: 20px;
}

.fb-like-box span{
        width: 100% !important;
}

main .news article.open .content{
	display: block;
}

.toplinks li:hover .dropdown, .toplinks li.open .dropdown{
	display: block;
}

#mobile-menu{
	background-color: #00539b;
	border-top: 1px solid #fff;
	color: #fff;
	box-shadow: #999 -2px 3px 2px;
	position: absolute;
	z-index: 9999;
	right: 0;
	display: none;
	width: 65%;
}

#mobile-menu ul{
	padding: 0;
	margin: 0;
}

#mobile-menu ul ul{
	display: none;
}

#mobile-menu ul li.active > ul{
	display: block;
}

#mobile-menu li{
	list-style: none;
	display: block;
}

#mobile-menu a{
	color: #fff;
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 11pt;
}

#mobile-menu a:hover{
	/*background-color: #719ec7;*/
	text-decoration: none;
}

#mobile-menu ul ul a{
	padding-left: 25px;
	background-color: rgba(255,255,255,0.1);
}

#mobile-menu ul ul ul a{
	padding-left: 40px;
	background-color: rgba(255,255,255,0.2);
}

.caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #fff;
}
.news .caret.caret-up{
    border-bottom: 4px solid #ce1010;
}
.itempanels .open .caret{
    border-top-width: 0;
    border-bottom: 4px solid #000;
}
.filters.open .filters-head .caret{
    border-top-width: 0;
    border-bottom: 4px solid #000;
}

.caret{
	/*display: inline-block;
	margin-left: 10px;
	width: 13px;
	height: 15px;*/
	/*background-image: url('../images/down.gif');*/
	/*background-repeat: no-repeat;
	background-position: 100% 4px;
	vertical-align: top;*/
}

main .news .open .caret,
#mobile-menu .active > .nolink .caret{
	/*background-image: url('../images/up.gif');*/
}

#beginner, #expert{
	white-space: nowrap;
}

#beginner > ul, #expert > ul{
	display: inline;
}

#beginner .more, #expert .more{
	display: none;
}

.more .dropdown{
	padding: 0;
}

ul.overflow-menu{
	display: block;
	margin: 0;
	padding: 0;
}

.overflow-menu li{
	display: block;
	margin: 0;
	padding: 0;
}

.overflow-menu > li > a.nolink{
	margin-bottom: 10px;
	padding: 0;
}

.topbar #expert .overflow-menu > li > a:link,
.topbar #expert .overflow-menu > li > a:visited,
.topbar #expert .overflow-menu > li > a:hover,
.topbar #expert .overflow-menu > li > a:active,
.topbar #beginner .overflow-menu > li > a:link,
.topbar #beginner .overflow-menu > li > a:visited,
.topbar #beginner .overflow-menu > li > a:hover,
.topbar #beginner .overflow-menu > li > a:active
{
	font-weight: bold;
	color: #02549B; 
	padding-left: 7px;
	display: block;
	line-height: 2.3em;
	border-bottom: 1px solid #ccc;
	display: block;
}

.overflow-menu .dropdown{
	display: inline-block;
	position: static;
	margin-top: -10px;
	border: none;
	border-bottom: 1px solid #999;
	width: 100%;
}

.toplinks ul.overflow-menu > li{
	display: block;
	position: static;
	margin: 0;
	padding: 0;
}

#mobile-topbar{
	display: none;
	padding: 0;
	margin: 0;
}

#mobile-topbar li{
	display: inline;
	padding:4px 16px;
}

#mobile-topbar li#login-mobile-link{
        /*border-right:1px solid #ffffff;*/
}

#mobile-topbar li#menu-mobile-link{
	top: 10px;
	left: 10px;
	position: absolute;
	height: 40px;
	width: 40px;
	background-image: url(../images/menu.svg.40x.png);
	background-size: cover;	
}
.has-svg #mobile-topbar li#menu-mobile-link{
	background-image: url(../images/menu.svg);
}

.nolink{
	cursor: default;
}
a.nolink:hover {
	text-decoration: none;
}
#mobile-topbar li, main .news article > h1{
	cursor: pointer;
}

/* LEFT COLUMN */

#login-box, #search-box {
        padding:8px;
        color:#ffffff;
	width: 100%;
	display: table;
}
#login-box {
        background-color:#d50000;
}
#login-box .fieldcontainer{
	margin-bottom: 10px;
}
#login-box .fieldbuttoncontainer,
#search-box .fieldbuttoncontainer{
	position: relative;
	padding-right: 32px;
}
#search-box {
        background-color:#00539b;
}
#login-box input,
#search-box input
{
        margin-top:5px;
        margin-bottom:5px;
	color: #000;
	width: 100%;
	vertical-align: middle;
	font-size: 13px;
}

button.go{
	height: 25px;
	width: 25px;
	background-image: url(../images/goarrow.svg.25x25.png);
	background-size: cover;
	border: none;
	background-color: transparent;	
        margin-top:6px;
        margin-bottom:4px;
	vertical-align: middle;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.has-svg button.go{
	background-image: url(../images/goarrow.svg);
}

#login-box .button, #search-box .button {
        background-color:#ffffff;
        border:none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        padding:4px;
        border-radius: 0px;
        color:#ffffff;
        font-weight:bold;
        width:auto;
        margin:0px;
        margin-left:6px;
        background:rgb(180,180,180);
        background:rgba(255,255,255,.4);
        cursor:pointer;
}

.button.right {
        float:right;
}
.inputbox .button:hover, #leftcolumn .inputbox .button:hover {
        background:rgba(255,255,255,.8);
        text-decoration:none;
}
.inputbox.red .button:hover, #leftcolumn .inputbox.red .button:hover {
        color:#d50000;
}
.inputbox.blue .button:hover, #leftcolumn .inputbox.blue .button:hover {
        color:#00539b;
}
#leftcolumn .inputbox a:link, #leftcolumn .inputbox a:visited {
        color:#ffffff;
        font-size:11px;
}
#leftcolumn iframe{
	min-width: 154px !important;
	display: block !important;
}
.twitter-container{
	max-width: 100%;
	overflow: auto;
}
#leftcolumn .fb-like-box{
	width: 100% !important;
	max-width: 100% !important;
}
#leftcolumn .fb-like-box iframe{
	width: 100%;
	max-width: 100%;
}
#leftcolumn .fb-like-box > span{
	min-width: 159px !important;
}
#content{
	padding-top: 15px;
}

.member_menu_panel {
        position:relative;
        background-color: #fff;
}

.member_menu_panel ul{
        list-style: none;
        margin: 0;
        padding: 0;
}

.member_menu_panel ul li{
        margin: 0;
        padding: 0;
}

.member_menu_panel a:link, .member_menu_panel a:visited, .member_menu_panel a:active, .member_menu_panel a:hover {
        display: block;
        font-weight: normal;
	font-size: 14px;
        color: #00529b;
        text-decoration: none;
        margin: 0;
        padding: 8px 12px;
        border-bottom: 1px solid #00529b;
}

.member_menu_panel li:last-of-type a:link, .member_menu_panel li:last-of-type a:visited, .member_menu_panel li:last-of-type a:active, .member_menu_panel li:last-of-type a:hover{
	border-bottom: none;
}


.member_menu_panel a:hover {
        background-color: #DDECF8; /*#b0c9e0;*/
        color: #00529b;
}

.member_menu_panel .member_submenu a:link, .member_menu_panel .member_submenu a:visited, .member_menu_panel .member_submenu a:active, .member_menu_panel .member_submenu a:hover {
        background-color: #b0c9e0;
        padding: 4px 12px 4px 22px;
        font-weight: normal;
        color: #00529b;
}

.member_menu_panel .member_submenu a:hover {
        background-color: #ebf1f7;
}

.side-ad{
        width: 100%;
        margin-bottom: 20px;
}

div.side-ad{
        padding: 10px;
}

aside#footads{
	display: block;
	clear: both;	
	margin: 70px 20px 0 20px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

aside#footads .side-ad{
	//width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	height: 150px;
	width: auto;
}

aside#footads div.ad-container{
	display: inline-block;
	text-align: center;
}

aside#footads div.side-ad{
	padding: 10px;
	width: 200px;
}

#newsbox {
	color:#000000;
	position:relative;
	width:auto;
	padding:10px 10px 10px 8%;
}
#newsbox *{
        word-wrap: break-word;
        word-break: break-word;
        -ms-word-break: normal;
        overflow-wrap: break-word;
}
#newsbox .main-container{
	overflow: auto;
	
}
#newsbox > h1 {
        color: #00529b;
	margin-bottom: 20px;
}
#newsbox a:link, .newsbox a:visited, .newsbox a:active {color: #000000; font-size: 12px; font-weight: bold;}

main#centrerightcolumn .newsarchive h2{
	margin-top: 2px;
}

#newsbox .date, .newsarchive .date {
	background-color:#65af33;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:4px 4px 6px 4px;
	width:44px;
	font-size:11px;
	margin-right:9px;
	vertical-align: top;
}
#newsbox .monday,
.newsarchive .monday{
	background-color: #65af33;
}
#newsbox .tuesday,
.newsarchive .tuesday{
background-color: #ff8400;
}
#newsbox .wednesday,
.newsarchive .wednesday{
background-color: #e53863;
}
#newsbox .thursday,
.newsarchive .thursday{
background-color: #33a8af;
}
#newsbox .friday,
.newsarchive .friday{
background-color: #b23bc8;
}
#newsbox .saturday,
.newsarchive .saturday{
background-color: #d95026;
}
#newsbox .sunday,
.newsarchive .sunday{
background-color: #3880c9;
}

#newsbox .date .day,
.newsarchive .date div.day
{
	font-size:30px;
	font-weight:600;
	line-height:28px;
	padding:0px;
}

#newsbox article h1,
.newsarchive article h2{
        margin-bottom: 2px;
}

.newsarchive article h2{
	margin-top: 1px;
}

.newsarchive{
	margin-top: 20px;
}

#newsbox .main-container,
#newsbox .date-container,
.newsarchive .main-container,
.newsarchive .date-container{
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: top;
	overflow: auto;
}

#newsbox article,
.newsarchive article
{
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #fff;
	display: table;
}

main .intro{
	margin-bottom:40px;
}
main .intro h1{
	font-size: 22px;
}
main .intro p{
	/*line-height: 1.8em;*/
}

#footer{
	font-size: 11px;
	text-align: right;
	color: #666;
	padding: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	clear:both;
	width: 100%;
}

.filters{
	/*background-color: #b0c9e0;*/
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius:4px;
}
.filters .filters{
	border: none;
	margin: 0;
}

.filters-head{
	font-weight: bold;
	display: none;
}

.filters-body{
	padding: 5px;
}

.filter, .filterField, .filter-buttons,
.filter, .filterField, .filterButtons{
	display: inline-block;	
}

.filters .filter.radiogroup-table{
	display: block;
	width: auto;
}

.filter-buttons,
.filterButtons{
	text-align: right;
	float: right;
	margin: 5px 15px 10px 10px;
}

.filter-buttons button,
.filter-buttons input,
.filterButtons button,
.filterButtons input{
	margin-left: 10px;
}

.filters label,
.filters .radiogroup-label{
	color: #00529B;
	font-weight: 600;
	display: inline-block;
	text-align: right;
	width: 100px;
	margin-right: 10px;
}

.filters .radiogroup label{
	font-weight: normal;
	text-align: left;
	margin-left: 5px;
	width: auto;
	margin-right: 15px;
}
.filters .radio-container{
	display: inline;
}

div.filters *{
	font-size: 0;
}

div.filters label,
div.filters input,
div.filters select,
div.filters select > *,
div.filters button,
div.filters .radiogroup-label,
div.filters .datefield-inputs,
div.filters .datefield-inputs *,
div.filters .filters-head,
div.filters .filters-head *,
div.filters .input-group *,
div.filters .radiogroup-table *
{
	font-size: 14px;
	vertical-align: middle;
}
div.filters .filter-symbols-label{
	font-size: 12px;
	margin: -3px 0 7px 13px;
	color: #00529b;
	font-weight: 600;
}
.filter, .filterField{
	margin: 5px 0;
}
.filter label,
.filterField label,
.filter input,
.filterField input,
.filter .datefield-inputs,
.filterField .datefield-inputs,
.filter .datefield-inputs,
.filterField .datefield-inputs *{
	vertical-align: middle;
}

div.filters .datefield-inputs{
	display: inline-block;
	width: 180px;
}

main input, main textarea{
	width: 300px;
	padding: 3px;
}
main textarea{
	padding-right: 4px;
}
main input[type="submit"],
main input[type="button"],
main input[type="radio"],
main input[type="checkbox"]
{
	width: auto;
}
main input.ZDataForm_date_day,
main input.ZDataForm_date_month
{
	width: 50px;
}
main .filters input.ZDataForm_date_day,
main .filters input.ZDataForm_date_month{
	width: 40px;
}


main input.ZDataForm_date_year{
	width: 80px;
}
main .filters input.ZDataForm_date_year{
	width: 50px;
}

.tabletopbuttons{
	margin-bottom: 10px;
}

.form-control.day-input,
.form-control.month-input,
.form-control.year-input{
	display: inline;
}

.radiogroup, .radiogroup > *{
	display: inline-block;
}

textarea.address{
	height: 100px;
}

.filterField .input-group,
.filter .input-group{
	width: 180px;
}

.filterField.autowidth select,
.filter.autowidth select
{
	width: auto;
}

.filter input,
.filterField input
{
	width: 180px;
	padding: 3px;
	display: inline;
}
.filter input.date{
	width: 80px;
}

.filter select,
.filterField select{
	width: 180px;
	display: inline;
}
.filter .datefield-inputs select,
.filterField .datefield-inputs select{
	width: auto;
	font-size: 11px;
}
.filter input[type="image"],
main input[type="image"]{
	width: auto;
}

main select{
	padding: 3px 0;
	width: 310px;
}

input.postcode{
	width: 70px;
}

.filter input.postcode{
	width: 180px;
}

.grade_opt{
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.datefield-inputs img{
	vertical-align: middle;
}

.radiogroup label{
	margin-bottom: 0;
}

/*.buttons input,
input[type="submit"],
input[type="button"]
{
	background-color: #00529B;
	color: #fff;
	border: none;
	font-weight: bold;
	padding: 4px 9px 4px 7px;
	font-size: 12px;
}*/

form td.err{
	width: 20px;
}

table.personal-details th{
	width: 28%;
}

.si_card_num,
.emit_card_num{
	width: 270px;
}

.itempanels article{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.itempanels article header{
	background-color: #ccc;
	padding: 5px;
}

.itempanels article header h1{
	display: inline-block;
	font-size: 14px;
	color: #000;
	margin: 0;
}

.itempanels article header a{
	color: #000;
}

.itempanels article header .date{
	float: right;
	color: #000;
}

.itempanels article .toggle-panel-link{
	float: right;
	width: auto;
	padding-left: 20px;
}
.itempanels article.open .caret{
	/*background-image: url('../images/up.gif');*/
}

.itempanels article header .action{
	float: right;
	margin-right: 5px;
}

.itempanels article .body{
	margin: 10px 5px;
	display: none;
}
.itempanels article.open .body,
.itempanels article.always-open .body,
.itempanels article .open-body{
	margin: 10px 5px;
	display: block;
}
.itempanels article section{
	margin: 0 0 20px 0;
}
.itempanels article section:last-of-type{
	margin-bottom: 0;
}
.itempanels article section h1{
	font-size: 14px;
}
.itempanels article section p{
	margin: 0.5em 0;
}
.itempanels article section{
	vertical-align: top;
	display: inline-block;
	min-width: 30%;
	margin-right: 2%;
}
.itempanels article section.wide{
	min-width: 62%;
}
.itempanels article section.full{
	display: block;
	width: auto;
}

.itempanels article footer{
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.itempanels article .body .action{
	background-color: #00529B;
	color: #fff;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
}

.filter_symbols{
        margin-right: 10px;
        margin-bottom: 10px;
}

.filter_symbol{
        display: inline-block;
}

.filter_symbol input{
}

.filter_symbol img{
        opacity: 0.4;
        width: auto;
        cursor: pointer;
        margin-right: 10px;
}

.filter_symbol input:checked + img{
        opacity: 1;
}

.filter_symbol label{
        position: absolute;
        left: -9999px;
}

.filter_symbol label{
	position: absolute;
	left: -9999px;
}

.clear{
	clear: both;
}

.event_list .event_field,
.tcourse_list .tcourse_field{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  margin-right: 15px;
}

.event_list .evt_name, .event_list .evt_date,
.tcourse_list .tct_name{
  color: #C6122F;
  font-size: 14px;
  font-weight: bold;
  margin-right: 0;
}

.event_list .cancelled_grey .evt_name, .event_list .cancelled_grey .evt_date,
.tcourse_list .cancelled_grey .tct_name{
  color: #888;
}

.event_list .full_screen .evt_name,
.tcourse_list .full_screen .tct_name{
  display: none;
}

.event_list .evt_date, .event_list .event_symbols{
  float: right;
}

.event_list .full_screen .evt_date, .event_list .full_screen .event_symbols{
  float: none;
}

.event_list .full_screen .event_symbols{
  padding-top: 5px;
}

.event_list .event_symbols img{
  padding-left: 5px;
}

.event_list .event_field label,
.tcourse_list .tcourse_field label,
{
  font-weight: bold;
  margin-right: 5px;
}

.event_list .event_title,
.tcourse_list .tcourse_title
{
  margin-bottom: 5px;
  margin-right: 0;
}

.event_list .event_item,
.tcourse_list .tcourse_title{
  padding: 5px;
}

.event_list .event_item_alt,
.tcourse_list .tcourse_item:nth-child(2n){
  background-color: #EEE;
}
.tcourse_item{
	padding-left: 5px;
}

.event_list tr.event_field,
.tcourse_list tr.tcourse_field{
  /*display: block;
 *   margin-bottom: 4px;*/
  display: table-row;
}

.event_list tr.event_field th,
.tcourse_list tr.tcoure_field th
{
  text-align: left;
  padding-right: 10px;
}

.event_list #event_tab_inner_contact label,
.tcourse_list #tcourse_tab_inner_contact label{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  width: 82px;
}

.event_list #event_tab_inner_location label,
.tcourse_list #tcourse_tab_inner_location label{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  width: 120px;
}

.event_list #event_tab_inner_details label, .event_list .full_screen #event_tab_inner_contact label, .event_list .full_screen #event_tab_inner_location label, .event_list .full_screen #event_tab_inner_entry label,
.tcourse_list #tcourse_tab_inner_details label, .tcourse_list .full_screen #tcourse_tab_inner_contact label, .tcourse_list .full_screen #tcourse_tab_inner_location label, .tcourse_list .full_screen #tcourse_tab_inner_entry label{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  width: 168px;
}

.event_list #event_tab_inner_entry label,
.tcourse_list #tcourse_tab_inner_entry label
{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  width: 104px;
}

.event_list h4,
.tcourse_list h4{
  border-top: 1px solid #DDD;
  padding-top: 1em;
}

.event_list .evt_course_classes table, .event_list .evt_age_classes table, .event_list #event_tab_inner_linked table, .event_list .fee_table,
{
  border-collapse: collapse;
  width: 600px;
  margin-bottom: 1em;
}

.event_list .evt_course_classes th{
  text-align: left;
}

.event_list .evt_course_classes .course_name, .event_list .evt_course_classes .course_desc, .event_list .evt_age_classes td{
  text-align: center;
}

.event_list .evt_course_classes th, .event_list .evt_course_classes td, .event_list .evt_age_classes th, .event_list .evt_age_classes td, .event_list #event_tab_inner_linked th, .event_list #event_tab_inner_linked td, .event_list .fee_table th, .event_list .fee_table td{
  padding: 3px 6px;
  border: 1px solid #DDD;
}

.event_list .evt_course_classes img{
  margin-right: 5px;
}

.event_list .back_to_listing,
.tcourse_list .back_to_listing{
  margin-bottom: 1em;
}

.event_list .filter{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  margin: 5px 15px 5px 0;
}

.event_list .filter_symbol{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
}

.event_list .filter_symbol input{
  position: relative;
}

.event_list .event_tab,
.tcourse_list .tcourse_tab{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  margin: 5px 2px 5px 0;
  padding: 3px 0px;
  text-decoration: none;
  cursor:pointer;
  color: #fff;
  background-position:top left;
  background-repeat:no-repeat;
	background-color: #00529b;
	border-radius: 10px 10px 0 0;
  text-align:center;
  width:90px;
  height:27px;
  font-size: 12px !important;
  border: 1px solid #00529b;
  border-width: 1px 1px 0 1px;
}
.event_list a.event_expand,
.tcourse_list a.tcourse_expand{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  margin: 5px 2px 5px 0;
  padding: 3px 0px;
  text-decoration: none;
  background-color:#d50000;
  border: 1px solid #d50000;
  border-width: 1px 1px 0 1px;
  cursor:pointer;
  color: #fff;
  text-align:center;
  width:90px;
  height:27px;
  font-size: 12px !important;
}
.event_list .event_tab.selected_tab,
.tcourse_list .tcourse_selected_tab{
  display: inline-block;
  zoom:1; *display: inline; _height: 1%;
  margin: 5px 2px 5px 0;
  padding: 3px 0px;
  text-decoration: none;
  background-position:top left;
  background-repeat:no-repeat;
  cursor:pointer;
  color: #00529b;
  border: 1px solid #00529b;
  border-width: 1px 1px 0 1px;
  background-color: #fff;
  text-align:center;
  width:90px;
  height:27px;
  z-index: 100;
  position: relative;
  font-size: 12px !important;
}
.tcourse_selected_tab{
	border-radius: 10px 10px 0 0;
}

.event_list .open_tab_body,
.tcourse_list .open_tab_body,
.tcourse_list .tcourse_tab_body{
  border: 1px solid #00529b;
  background-color: #FFF;
  position: relative;
  top: -6px;
  padding: 10px;
}

.event_list .full_screen h4,
.tcourse_list .full_screen h4{
  color: #00529B;
}

p.pagi,
ul.pagi_links,
div.paging-old{
	display: block;
	margin: 10px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #eee;
}


p.pagi a,
ul.pagi_links li{
	display: inline-block;
	padding: 2px;
	margin: 0 3px;
}

ul.pagi_links li strong,
p.pagi strong{
	background-color: #d50000;
	color: #fff;
	border-radius: 10px;
	width: 1em;
	display: inline-block;
	text-align: center;
}
.page-size{
	float: right;
}
main .page-size select{
	width: auto;
}

#cancelTicker{
	margin: 10px 0;
}

#map{
	margin-top: 10px;
	width: 70%;
	height: 400px;
	float: left;
}
#map-legend{
	float: right;
	margin-top: 10px;
	width: 28%;
}

#map.poc-map{
	width: 100%;
	margin: 0;
}

.pagination-info {
	height: 34px;
	margin: 20px 0;
	float: right;
}

.pocmap-listing {
	margin-top: 20px;
	clear: both;
	padding-top: 20px;
}

.back{
	float: right;
}

.info-panel,
.memberdetails .fieldset{
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 10px;
	width: 800px;
	max-width: 100%;
	margin: 0 0 10px 0;
}

.memberdetails tr th{
	width: 150px;
}

textarea.address-input{
	height: 7em;
}

.memberdetails .mem_disability_list label{
	display: block;
}

.nav-tabs > li.active > a{
	/*border-bottom: 4px solid #fff;*/
	background-color: #fff;
}

#tab_headings{
	margin: 0;
	padding: 0;
}

#evt_entry_fees .input-group input{
	min-width: 70px;	
	width: 70px;	
}
#evt_entry_fees td.col1,
#evt_entry_fees td.col2
{
	width: 250px;
	min-width: 250px;
}

.datefield-inputs{
	white-space: nowrap;
}

.editEvent #tab_headings li, .compatible .tabheads li{
        margin: 0 2px;
        display: inline-block;
        zoom:1; *display: inline; _height: 1%;
        list-style: none;
        border-width: 1px 1px 0 1px;
        border-color: #00529B;
        border-style: solid;
        padding: 2px 5px;
        background-color: #DDD;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
}

.editEvent #tab_headings li a, .compatible .tabheads li{
        color: #000;
        text-decoration: none;
}

.editEvent #tab_headings li.selected, .compatible .tabheads li.selected{
        font-weight: bold;
        background-color: #FFF;
        position: relative;
        z-index: 100;
}

.editEvent #tab_headings li.selected a, .compatible .tabheads li.selected a{
        color: #00529B;
}

.editEvent #tab_headings li#general_tab_head, .compatible .tabheads li:first-child {
        margin-left: 8px;
}

.editEvent .tab, .editEvent .frame_tab, .compatible .tabcontent{
        border: 1px solid #00529B;
        padding: 10px;
        margin: 0;
        position: relative;
        top: -1px;
        *top: -20px;
	margin-bottom: 10px;
}

.editEvent #colour_coded_courses{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.editEvent #colour_coded_courses li{
	display: inline-block;
	width: 150px;
}

.btn{
	margin-bottom: 5px;
}

td .linkCheck, td .editLinkWrap{
	white-space: nowrap;
}

