/* @override http://staging.hurby.eu/assets/css/common.css */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `: before` to contain the top-margins of child elements.
 */
.cf:before,.cf:after {
display: table; /* 2 */
    content: " "; /* 1 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.cfrow {
    width:100%;
    height: 18px;
    clear:both;
}

.od {
    width: 100%;
    height: 0px;
    /*background: url('../images/orange-dots.png');*/
    border-bottom: 2px dotted #F99B0C;
    clear:both;
}

.od-spaced {
    width: 100%;
    height: 0px;
    /*background: url('../images/orange-dots.png');*/
    border-bottom: 2px dotted #F99B0C;
    clear:both;
    margin:40px 0 0px;
}

.newspreview-row .od {
    margin:10px 0;
}

body {
    color: #5B514F;
    font-size: 14px;
    font-family: Arial;
}
.council{
#ffffff+0,bcdef5+59&0+0,1+60 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(188,222,245,0.98) 59%, rgba(188,222,245,1) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(188,222,245,0.98) 59%,rgba(188,222,245,1) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(188,222,245,0.98) 59%,rgba(188,222,245,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bcdef5',GradientType=0 );
	padding-bottom: 400px;
}

a {
    color: #5B514F;
    text-decoration: none;
}

a:hover {
    color: #66594e;
    text-decoration: underline;
}

#main a {
    text-decoration: underline;
}

#main a:hover {
    text-decoration: none;
}

#main .tileItem a {
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.4em;
}

h3 {
    margin-bottom: 10px;
    /*font-weight: bold;*/
    font-style: 16px;
}

strong,b {
    font-weight: bold;
}

#logo img {
    margin-top: 10px;
}

#top-right {
    float: right;
}

#top-right li {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 12px;
}

#top-right #registration li {
display: inline-block;
margin: 5px 0 5px 5px;
    padding: 5px 25px 5px 8px;
    /* width: 140px; */ /* width: 90px; */
    border-radius: 0 0 10px 0;
    background: #19478D;
    background: url('../images/rnd_br_next_icon&12.png') 93% 40% no-repeat #0054A4;
    color: #FFF;
}

#registration li a {
    color: #FFF;
    text-decoration: none;
}

#registration {
    position: absolute;
    top: 5px;
    right: 16px;
}

#sub-menu {
    position: absolute;
    top: 45px;
    right: 16px;
}

#sub-menu li a:hover {
    color: #FF9D19;
    text-decoration: none;
}

#site-search {
    position: absolute;
    top: 70px;
    right: 16px;
}

#site-search input[type='text'] {
    float: left;
    margin: 0;
    padding: 0 5px;
    width: 160px;
    height: 24px;
    border: none;
    background: #E6E6E6;
    color: #5B514F;
    line-height: 24px;
}

.mag {
    display: inline-block;
    margin-left: 2px;
    width: 24px;
    height: 24px;
    border: none;
    background: url('../images/btn-magnify.png');
    text-indent: -10000px;
    float: left;
}

.mag:hover {
    background: url('../images/btn-magnify.png') 0 -24px;
}

#top-nav {
    margin: 30px 0 0;
    height:35px;
}

#top-nav li {
    display: inline-block;
    float: left;
    padding: 2px 5px;
    width: 110px; /* TODO: Review decimal px size */;
    height: 30px;
    border-bottom: 1px solid #FF9D19;
    border-left: 1px solid #FF9D19;
    vertical-align: top;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    font-weight:bold;
}

#top-nav li.last {
    width: 117px;
    border-right: 1px solid #FF9D19;
}

#top-nav li.active a {
    /*DD9424*/
    color: #F99B0C;
}

#breadcrumbs {
    display: block;
    clear: both;
    padding: 10px 0;
    width: 100%;
    height: 12px;
    font-size: 11px;
}

#breadcrumbs li {
    display: inline-block;
    font-size: 11px;
}

#wrapper {
    position: relative;
    background: #fff;
}

body {
    background: #F4EEE1;
}

.footer-menu {
    clear: both;
    margin: 80px 0 10px;
    padding: 10px;
    background: #F4EEE1;
    font-size: 11px;
}

.footer-menu li {
    display: inline-block;
    margin: 3px;
    width: 220px;
}

#footer {
    clear: both;
    width: 1008px;
    margin:10px auto 20px;
    font-size: 10px;
}

#left-nav {
    line-height: 15px;
    font-size:13px;
}

#left-nav li > a {
    display: block;
    padding: 7px 5px;
}

#left-nav > ul > li {
    margin: 5px 0; /* padding: 10px; */
border: 1px solid #F99B0C;
    border-radius: 0 0 10px 0; /* list-style: disc; */
list-style-position: outside;
}

#left-nav > ul > li {
    margin: 5px 0; /* padding: 10px; */
/* list-style: disc; */
list-style-position: outside;
}

#left-nav > ul > li > ul > li {
    padding: 5px; /* list-style: disc; */
list-style-position: outside;
}

#left-nav > ul > li.active > a {
    background: #F99B0C;
    color: #FFF;
}

#left-nav > ul > li.active > ul > li > a {
    margin: 0;
    padding: 0;
}

#left-nav > ul > li.active > ul > li.active > a {
    padding: 0;
    color: #F99B0C;
}

#left-nav > ul > li.active > ul > li.active > ul a {
    padding: 0;
}

#left-nav li.active > a {
    display: block;
    padding: 7px 5px;
    border-radius: 0 0 7px 0;
}

#left-nav li.active ul li ul {
    /* margin-left: 5px; */
}

#left-nav > ul > li.active > ul > li.active ul {
    position: relative;
    left: 5px;
}

#left-nav li.active ul li ul li {
    margin: 0;
    padding: 5px 0 5px 0px;
    border-bottom: 1px solid #DD9424;
    border-radius: 0;
    background: none;
    list-style: none;
    font-size: 11px;
    line-height: 16px;
}

#left-nav > ul > li.active > ul > li.active > ul > li.active > a {
    color: #F99B0C;
}

.menustart {
    margin: 0 0 5px 0;
    padding: 7px 5px;
    border: 1px solid #F99B0C;
    border-radius: 0 0 10px 0;
}

.menustart a {
    color: #F99B0C;
    font-weight: bold;
}

#main {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #5B514F;
    line-height: 1.4em;
    min-height:500px;
}

#main.wide {
    margin-right: 0;
    width: 784px;
}

/* Main Bullet List Style */
.content ul {
    position:relative;
    left:20px;
    display:inline; /*-block;*/
}

.content .search-result ul {
    margin:0;
}

.content ul li {
    color: #5B514F; /*#DD9424;
    */
    list-style: disc;
    list-style-position: outside;
    max-width: 492px;
}

ul.results {
    left:0;
}


.widget {
    margin: 8px 0;
    padding: 16px;
    /*width: 100%;*/
}

.widget h3 {
    margin: 0 0 10px;
    width: 88%;
    color: #FFF;
    font-weight: normal; /* Change because of rendering blur?? */
    font-size: 20px;
    line-height: 22px;
}

.widget li {
    margin:0 0 10px;
    line-height:16px;
}

a.twelve {
    font-size:12px;
}

.shortAssociation h3 {
    clear:right;
    margin:15px 0 0px;
}

.icm {
    border:2px dotted #FF9D19;
}

.icm h3 {
    color: #F99B0C;
}

.icm li {
    margin: 5px 0;
}

.light-blue {    background: #558ABC;   }
.dark-blue {    background: #004999;    }
.sea-green {    background: #6FC896;    }
.bright-pink {  background: #e6007e;    }
.dark-pink {    background: #8c175e;    }
.black {    background: #000;    }
.bright-orange {
    background : #F99B0C;
}

.light-blue, .light-blue a,
.dark-blue, .dark-blue a,
.sea-green, .sea-green a,
.bright-pink, .bright-pink a,
.dark-pink, .dark-pink a,
.black, .black a,
.bright-orange, .bright-orange a  {
    color:#FFF;
}

.orange,
.orange h3 {
    background: #F4EEE1;
    color: #F99B0C;
}

.orange-pink,
.orange-pink h3 {
    background: #F4EEE1;
    color: #e6007e;
}

.orange-orange,
.orange-orange h3 {
    background: #F4EEE1;
    color: #F99B0C;
}

.orange-blue,
.orange-blue h3 {
    background: #F4EEE1;
    color: #558ABC;
}

#main .pink,
#main .orange {
    background:none;
}
.pink,
.pink h3 {
    background:#F4EEE1;
    color:#B70370;
}

.pink li {
    margin: 0 0 0 5px;
    font-size: 12px;
}

.pink li {
    padding: 5px 25px 5px 8px;
    /* width: 140px; */ /* width: 90px; */
    border-radius: 0 0 10px 0;
    background: #B80370;
    background: url('../images/rnd_br_next_icon&12.png') 93% 40% no-repeat #B80370;
    color: #FFF;
    width:56px;
    float:right;
}

.pink li a {
    color: #FFF;
    text-decoration: none;
}

.blue a,.turquoise a {
    color: #FFF;
    font-size: 12px;
}

a.tl-tag {
    color: #F99B0C !important;
    font-weight: bold;
}

.postmeta a,
.postmeta .date {
    color: #e6007e !important;
    font-weight: bold;
}
/* Banner / Landing Page image slider */
.banner-slider {
    clear: both;
    margin: 5px 0 0;
    width: 100%;
    height: 290px;
}

#banner-image,#banner-text {
    display: inline-block;
    height: 240px;
}

#banner-image {
    float: left;
    width: 670px;
    border-radius: 0 0 30px 0;
    background: #aeaeae;
}

#banner-text {
    float: right;
    width: 304px;
    border-radius: 0 0 0 30px;
    background: #1f8bbf;
    color: #fff;
}

#banner-text h2 {
    position: relative;
    top: 15px;
    left: 20px;
    width: 70%;
    font-weight: bold;
    font-size: 32px;
}

#banner-text p {
    position: relative;
    top: 20px;
    left: 20px;
    width: 70%;
    font-size: 18px;
    line-height: 22px;
}

.banner-image,.banner-text {
    display: inline-block;
    height: 270px;
}

.banner-image {
    float: left;
    width: 670px;
    border-radius: 0 0 30px 0;
    background: #aeaeae;
}

.banner-text {
    float: right;
    width: 306px;
    border-radius: 0 0 0 30px;
    background: #1f8bbf;
    color: #fff;
}

.banner-text div {
    position: relative;
    top: 20px;
    left: 20px;
    width: 90%;
    font-size: 18px;
    line-height: 22px;
}

.banner-slide {
    position:absolute;
    top:0;
    left:0;
}

.banner-slide a:hover {
    text-decoration: none;
}

.banner-slider {
    position:relative;
}

.banner-slider .blue {
    color:#FFF;
}

.banner-slider .orange {
    background: #F4EEE1;
    color: #F99B0C;
}

.switches {
    position:absolute;
    bottom:30px;
    right:10px;
    min-width:10px;
    height:24px;
    /*background:#FFF;*/
    /*border:1px solid #CCC;*/
}

.switches li {
    width:12px;
    height:12px;
    margin:5px 0 5px 5px;
    /*background:#FFF;*/
    display:inline-block;
    border-radius:6px;
    border:1px solid #FFF;
    cursor:pointer;

}

.switches li:hover {
    background:#FFF;
}

.switches li.active {
    background:#FFF;
}

.switches li:last-child {
    margin:5px;
}

/***************/

.kyit {
    padding: 16px;
    /*width: 100%;*/
    background: #F4EEE1;
}

.kyit h3 {
    color: #F99B0C;
    font-size: 20px;
    margin:0;
}

.kyit ul {
    margin: 10px 0 0;
}

.kyit li {
    display: inline-block;
    margin: 0 8px 0 0;
}

/* Map */
path {
    /* fill:  #878C6D; */
stroke: #5B514F;
    stroke-width: 0.2px;
}

path.members {
    fill: #E85007;
}

path.members:hover {
    fill: #FF7A05;
}

path:hover {
    fill: #C6B89D; /* shape-rendering:  auto; */ /* //optimizeSpeed; /* }/* //geometricPrecision; commented__}

td {
    padding: 2px; */
    border: 1px solid; */ */
    font-size: 10px;
}

th {
    padding: 2px;
    border: 1px solid;
    font-weight: bold;
    font-size: 10px;
}

/* Tiles */

#displayTiles {
    margin-top: 30px;
}

.tileItem {
    position: relative;
    float: left;
    width: 248px;
    /*height: 190px;*/
    background: #FFF;
}

.tileItem img {
    overflow: hidden;
    height: 145px;
    width: 248px;
    border: 1px solid #eee;
}

.tileItem:nth-child(even) {
    margin: 0 0;
}

.tileItem:nth-child(odd) {
    margin: 0 16px 16px 0;
}

.tileItem span {
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 0px;*/
    display:block;
    /*margin-top:10px;*/
    color: #F99B0C;
    /*text-shadow: 0px 0px 3px #111;*/
    font-size: 16px;
}

/* Map Styles */
#states path {
    fill: #878C6D;
    stroke: #C6B89D;
}

#states path.members {
    fill: #E85007;
}

#states path.members:hover {
    fill: #FF7A05;
}

#states path:hover {
    /* fill: #C6B89D; */
/* shape-rendering:  auto; */
/* //optimizeSpeed;
/* }/* //geometricPrecision;
commented__}

.background {
    fill: #FFF; */
}

#map {
    margin: 0 0 0px;
    width: 782px;
    height: 400px;
    border: 1px solid #F99B0C;
    border-bottom: none;
    fill: #FFF;
}

#mapControls {
    background: url('../images/map-control-border-slice2.jpg');
}

#mapControlsProgrammes {
    background: url('../images/map-control-border-slice-prog.jpg');
    display:none;
}

#main #mapControls li {
    list-style: none;
}

#main #mapControls ul {
    margin: 0;
}

#main .mapSwitches {
    margin: 0 0 10px 0;
}

.mapSwitches li {
    float: left;
    margin: 0 2px 0px 0;
    padding: 5px;
    width: 381px;
    color: #666;
    list-style: none;
    text-align: left;
    font-size: 13px;
    cursor:pointer;
    /*font-weight: bold;*/
}

.mapSwitches li.active {
    color:#FFF;
    font-weight: bold;
}

li#switchAssoc {
    background: #F99B0C;
}

li#switchRegion {
    background: #DD9BC1;
}

li#switchProg {
    margin: 0;
    background: #AAC2DC;
}

.switchOverlap {
   height: 2px;
    width: 100%;
    background: #F99B0C;
    float: left;
}

.regions {
    float: left;
padding: 5px;
    width: 195px; /* border-right: 1px solid #DD9424; */
}

.regions li,
.countries li,
.programmes li {
    cursor: pointer;
}

.countries {
    float: left;
    padding: 5px;
    min-height: 250px;
    width: 176px; /* border-right: 1px solid #DD9424; */
}

.associations {
    float: left;
    padding: 5px;
    min-height: 250px;
    width: 382px; /* border-right: 1px solid #DD9424; */
}

.associations li {
    margin-bottom: 20px;
}

.programmes {
    float: left;
    padding: 5px;
    min-height: 250px;
    width: 382px; /* border-right: 1px solid #DD9424; */
}

.programmes li:last-child {
    margin-bottom:10px;
}

.programmeDetails {
    float: left;
    padding:5px;
    width: 382px;
}

.important {
    display: block;
    margin: 10px 0;
    font-weight: bold;
}

.lbl {
    display: block;
    float: left;
    clear: both;
    width: 60px;
    color: #F99B0C;
}

.val {
    display: block;
    padding-left: 60px;
}

.val p {
    margin:0;
    padding:0;
}

/* Associations */


.associationContainer {
    margin-bottom:20px;
}
.associationContainer h3 {
    float: left;
    margin: 20px 0 0 10px; /* height: 20px; */
    font-size: 26px;
    clear:none;
}

.associationContainer h5 {
    clear: both;
}

.shortAssociation a {
    clear: both;
}

.largeflag {
    float: left;
}

.smallflag {
    float: left;
    clear: both;
    margin: 3px 5px 0 0;
}

/* ICM Form */

.icmForm label {
    width:120px;
    display:block;
    clear:both;
    float:left;
    height:24px;
    padding:3px;
    margin-bottom: 8px;
}

.icmForm input,
.icmForm select {
    display:inline-block;
    clear:both;
}

.icmForm select {
    width:58%;
}

.icmForm input[type='text'],
.icmForm input[type='password'] {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #fff, #f5f5f5);
  background: -o-linear-gradient(top, #fff, #f5f5f5);
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border:1px solid #CCC;
  padding: 0 10px;
    width: 70%;
    height: 30px;
}

.icmForm input[type='text']focus {
    outline: 0;
  }

.icmForm textarea {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background: -moz-linear-gradient(top, #fff, #f5f5f5);
    background: -o-linear-gradient(top, #fff, #f5f5f5);
    background-color: #f5f5f5;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
  line-height: 14px;
  margin-bottom: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border:1px solid #CCC;
  padding: 10px;
  width:70%;
  height:160px;
}

.icmForm textarea.wide-area {
    width:100%;
}


.icmForm input[type='submit']{
    width:120px;
    display:block;
    clear:both;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #fff, #f5f5f5);
  background: -o-linear-gradient(top, #fff, #f5f5f5);
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border:1px solid #CCC;
  padding: 0 10px;
    height: 30px;
}

.icmForm input[type='submit']:hover{
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.icmForm input[type='submit']:active{
}

.icmForm .error {
    font-size:10px;
    color:#D00;
    display:block;
    margin-left:65px;
}

.update-success {
    padding:5px;
    background-color:#EEE;
    color:#AAA;
    margin-bottom:5px;
    font-style:italic;
}

/* News */
/*.newsfull img {
    float: right;
    max-width: 50%;
}*/


img[style*="left"] {
     margin-right:  20px;
}

img[style*="right"] {
     margin-left:  20px;
}


.newssummary {
    margin-top:4px;
}

.goBack {
    /*position: absolute;*/
    float:right;
    top: 5px;
    right: 5px;
    display: inline-block;
    margin: 5px 0px 5px 20px;
    padding: 2px 8px 2px 20px;
    /* width: 140px; */ /* width: 90px; */
    border-radius: 0 0 0 10px;
    background: #19478D;
    background: url('../images/rnd_br_prev_icon&12.png') 11% 40% no-repeat #0054A4;
    color: #FFF;
    font-size: 12px;
}

.goBack:hover {
    color: #FFF;
    text-decoration: none;
}

.homepagecontent {
    width:656px;
    float:left;
    margin-right:16px;
}

.homepagenews {
    width:656px;
    float:left;
    margin-right:16px;
}

.home .newspreview {
    width:202px;
    height:305px;
}

.home .newspreview img {
    width:202px;
    height:113px;
}

.home .newspreview:nth-child(even) {
    margin: 0 16px 10px 0;
}

.home .newspreview:nth-child(odd) {
    margin: 0 16px 10px 0;
}

.newspreview {
    float: left;
    /*margin-bottom: ;*/
    width: 250px;
    font-size: 12px;
    position:relative;
    height: 314px;

}

.newspreview:nth-child(even) {
    margin: 0 0 20px;
}

.newspreview:nth-child(odd) {
    margin: 0 10px 20px 0; /* CHANGE FROM 0 12px 20px 0 to 0 10px 20px 0 by Colin Wiseman 2013.07.03 */
}

.newspreview img {
    width: 250px;
    height: 140px;
}
.home .newspreview h5 {
    min-height: 52px;
}
.newspreview h5 {
    margin: 0 0 5px 0;
    padding: 5px;
    min-height: 51px;
    border-radius: 0 0 10px 0;
    background: #F2EFE0;
    font-size: 14px;
    line-height:17px;
}
#main .newspreview h5 a {
    text-decoration:none;
}
.preview {
    padding: 0 5px;
}

.smallbold {
    font-weight: bold;
}

.smallitalic {
    font-style:italic;
    font-size:13px;
}

#main .pinklink,
.pinklink {
    /*color: #B6157F;*/
    color:#e6007e;
    position:absolute;
    bottom:5px;
    left:5px;
}

.stronger {
    font-weight: bold;
}

.pink-link {
    font-weight: bold;
    font-size: 12px;
    color:#e6007e;
    /*#B6157F;*/
}

.associations .pinklink {
    position:relative !important;
    left:0 !important;
}

.eventPreview {
    padding:5px;
    border-top:2px dotted #FF9D19;
}

.eventdateblue {
    color : #568BBF;
    font-weight: bold;
    line-height:17px;
}

.eventpromo {
    margin:5px 0 10px;
    color:#333;
}

.eventpromo p {
    margin:0;
    padding:0;
}

.eventpromo a {
    font-weight: bold;
    line-height:17px;
}

.smallertext {
    /*font-size:13px;*/
}

/* Search Styles */

ul.result-summary li {
    margin:5px 0 0;
    list-style:none;
}

.content .search-result {
    background:#F4EEE1;
}

.content .search-result a {
    text-decoration: none;
}

.content .search-result a:hover {
    text-decoration: underline;
}

.result-title {
    background:#403F40;
    font-weight: normal;
    color:#FFF;
    padding:5px;
    margin-top:20px;
    font-weight: normal;
    font-size:12px;
}
ul.result-summary {
    left:0;
}

.result-summary a span {
    font-weight:bold;
}

#main ul.results li.document {
    border-bottom:1px solid #F99B0C;
    padding:5px;
    font-size:12px;
    list-style: none;
}

.document {
    min-height:50px;
}

ul.results li {
    border-bottom:1px solid #F99B0C;
    padding:2px 5px;
    font-size:12px;
    list-style: none;
    width:502px;
}

.gototop {
    display:block;
    width:100%;
    text-align:right;
    font-size:10px;
    margin-top:5px;
    font-weight: bold;
}

.search-italic {
    margin-top:5px;
    font-style: italic;
    width:85%;
}

.search-title {
    font-weight: bold;
}

.search-tags {
    font-size:11px;
}

.search-tags span {
    font-weight: bold;
}

.search-icon {
    float:right;
    clear:both;
    padding-left:20px;
}

.dk_container li {
    list-style:none !important;
}

.dk_container a {
    text-decoration: none !important;
}

/* Galleries */

h6 {
    font-weight: bold;
    font-size:13px;
}

.gallery-preview {
    float:left;
    width:250px;
    /*height:230px;*/
    overflow:hidden;
    position:relative;
    font-size:13px;
}

.gallery-preview img {
    margin-bottom:5px;
    border:1px solid #EEE;
}

.gallery-preview:nth-child(even) {
    margin: 0 0 20px;
}

.gallery-preview:nth-child(odd) {
    margin: 0 12px 20px 0;
}

.gallery-preview a.pink {
    display:block;
    position:absolute;
    bottom:0px;
    background:none;
}

.gal-item-active {
    float:left;
    margin:5px;
    border:1px solid #efefef;
}

ol {
    margin-left:30px;
    margin-bottom:15px;
}

ol li {
    list-style:decimal;
    padding-left:0;
    list-style-position: outside;
}

.prefix_1.suffix_1 {
    padding-bottom: 7px;
}

body a.external {
    background-image:url(../images/extlink.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
}

.ranuser {
    clear:both;
}
.ranuser label {
    font-weight: bold;
    display:inline-block;
    width:180px;
}

.dataTables_info, .dataTables_paginate {
    font-size: 10px;
    margin:5px 0 10px 0;
}

.entry {
    margin:10px 0;
}

@media print {

    #left-nav, #top-nav, #right-col, .footer-menu, #top-right
    {
        display:none;
    }

    .container_63 .grid_32 {
        width:100%;
    }

}


/* ADDED BY COLIN WISEMAN 2013.07.03 */
/* TABS ON ASSOCIATION COUNTRY PAGE */
.tabs
{
    list-style: none;    
    width: 100%;
    height: 30px;
    border-bottom: solid 2px #F99B0C;
}
.tabs li { width: 246px; padding-left: 10px; display: block; float: left; height: 30px;font-size: 13px; line-height: 30px; cursor: pointer; background: #AAC2DC;color: #666; }
.tabs li:first-child { border-right: solid 1px #fff; width: 245px; }
.tabs li.active { background: #F99B0C; color: #fff; font-weight: bold; }

div.panel {  width: 510px; float: left; padding-top: 10px; }
div.panel .eventPreview { border: 0; border-bottom:2px dotted #FF9D19; }
