/*
* This CSS file styles the site elements.
* Bootstrap styles many things so we occasionally have to override here.
*/

body {
/*
font-size: 13px;
line-height: 19px;
*/
}


.highlightmenu { 
	
	background:#820024 !important;
	color:#FFFFFF !important;
	}
.highlightmenu2 {
       
        
	color:#FFFFFF !important;
	
	
}

.multiusered > h2 {
	color: #FFFFFF !important;
	margin-top:0;
}
.multiusered > h3 {
	color: #FFFFFF !important;
	margin-top:0;
}
.multiusered > h4 {
	color: #FFFFFF !important;
	margin-top:0;
}
.multiusered > h5 {
	color: #FFFFFF !important;
	margin-top:0;
}
.multiuse > h2 {
	margin-top:0;
}
.multiuse > h3 {
	margin-top:0;
}
.multiuse > h4 {
	margin-top:0;
}
.multiuse > h5 {
	margin-top:0;
}



.embeddedServiceHelpButton .helpButton .uiButton {
        background-color: #820024;
        font-family: "Arial", sans-serif;
		
    }
    .embeddedServiceHelpButton .helpButton .uiButton:focus {
        outline: 1px solid #820024;
    }
		.message:before { content: "" !important; }

.alert1 a { color:#FFFFFF; font-weight:bold; text-decoration:underline;}

	.eventlist > .h1, h1 {
	font-size: 1.5em;
	color: #820024;
}


	.eventlist.ol.carousel-indicators li,
.eventlist.ol.carousel-indicators li.active {
  
  margin: 10;
  border-radius: 0;
  border: 0;
  background: grey;
	width:15px;
	height:15px;
}

.eventlist.ol.carousel-indicators li.active {
  background: red;
}

.eventlist.ol.carousel-indicators li:hover {
   
	cursor:hand;
	cursor:pointer;
}
.eventlist.eventx a { text-decoration:underline; text-decoration-style:dotted; }
.eventx { font-size:1.1em !important; line-height:1.1em; margin-bottom: 6px; }
.eventx2 { font-size:1.5em !important; line-height:1.5em; margin-bottom: 6px; }
.eventlist.#galleria{height:467px}




	ol.carousel-indicators li,
ol.carousel-indicators li.active {
  
  margin: 10;
  border-radius: 0;
  border: 0;
  background: grey;
	width:15px;
	height:15px;
}

ol.carousel-indicators li.active {
  background: red;
}


.icon-angle-right { display:none !important; }

ol.carousel-indicators li:hover {
   
	cursor:hand;
	cursor:pointer;
}





.buttona {
  appearance: none;
  background-color: #000000;
  border: 2px solid #1A1A1A;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight:800;
  line-height: normal;
  margin: 0;
  min-height: 40px;
  min-width: 0;
  outline: none;

  text-align: center;
 text-decoration:none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
 padding: 10px 30px 10px 30px;
  will-change: transform;
}
.buttonc {
  appearance: none;
  background-color: #000000;
  border: 2px solid #1A1A1A;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight:800;
  line-height: normal;
  min-height: 30px;
  margin:0;
  margin-bottom:6px;
  min-width:0;
  width:100%;
  max-width:500px;
  
  outline: none;

  text-align: center;
 text-decoration:none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
 padding: 5px 5px 5px 5px;
  will-change: transform;
}
.buttonb {
    
    color:#FFFFFF;
    text-decoration:none;
}
.buttona:disabled {
  pointer-events: none;
}

.buttona:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  background-color: #820024;
}
.buttonc:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  background-color: #820024;
}

.buttonb:hover {
  color:#FFFFFF;
   background-color:#820024;
}


.buttona:active {
  box-shadow: none;
  transform: translateY(0);
   color:#FFFFFF !important;
   background-color:#820024;
   
}
.buttonc:active {
  box-shadow: none;
  transform: translateY(0);
   color:#FFFFFF !important;
   background-color:#820024;
   
}
.buttonb:active {
  box-shadow: none;
  transform: translateY(0);
   color:#FFFFFF !important;
   background-color: #820024;
   
}

 .buttona:focus {
  box-shadow: none;
  transform: translateY(0);
   color:#FFFFFF !important;
   background-color:#820024;
   
}
.buttonc:focus {
  box-shadow: none;
  transform: translateY(0);
   color:#FFFFFF !important;
   background-color:#820024;
   
}
.buttonb:focus {
  box-shadow: none;
  transform: translateY(0);
   color:#FFFFFF !important;
   background-color: #820024;
   
}



.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
 }

.highlightmenu:hover {
       
        background:#FFE338 !important;
	color:#820024 !important;
	
	
}
.highlightmenu2:hover {
       
        background:#FFE338 !important;
	color:#820024 !important;
	
	
}
		


.alert-success {
  color: #000000;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}


.menu-item:hover {
	color:#FFFFFF !important;
				background: #820024 !important;
		}
			.menu-item:focus {
	color:#FFFFFF !important;
				background: #820024 !important;
		}
			
			

a {
  color: #820024;
  text-decoration: underline;
	  
}

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



a:hover i,
a:focus i {
        text-decoration: none;
}

a:focus {
        outline: none;
        /*background: #f8cc01 !important;*/
        color: #820024 !important;
        -moz-text-shadow: none !important;
        -webkit-text-shadow: none !important;
        -o-text-shadow: none !important;
        -ms-text-shadow: none !important;
        text-shadow: none !important;
}



.central-column a {
        border-bottom: 1px dotted;
        text-decoration: none;
}

a.read-more {
  border-bottom: none;        
}

.hero {
        background-color: #DDDDDD;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        overflow: hidden;
  position: relative;
}

.hero-shallow {
        height: 220px;
        position: relative;
}

.page-title-container {
        position: absolute;
        bottom: 0;
}

.hero-collapsed {
        background: #FFFFFF !important;
        padding-top: 20px;
}

.hero-collapsed .page-title-container {
        position: static;
        width: 100%;
}

#front-carousel {
        overflow: hidden;
        height: 321px;
}
#front-carousel > .carousel-item {
        float: left;
        width: 940px;
}
#homeCarousel > .carousel-item {
	float:left;
	width:auto;
}
#homeCarousel2 > .carousel-item {
	float:left;
	width:auto;
}
#front-carousel .carousel-item {
        position: relative;
}
#front-carousel .carousel-item a,
#front-carousel .carousel-item a:hover {
        text-decoration: none;
	

}
#front-carousel .carousel-item h3, #homeCarousel .carousel-item h3, #homeCarousel2 .carousel-item h3 {
        position: absolute;
        bottom: 0px;
        left: 0px;
		width:100%;
        margin: 0;
        font-size: 24px;
        line-height: 43px;
        font-weight: normal;
        color: #fff;
	   
	    
}

#front-carousel .carousel-item, #homeCarousel .carousel-item, #homeCarousel2 .carousel-item {
        position: absolute;
        bottom: 0px;
        left: 0px;
		width:100%;
        margin: 0;
        font-size: 24px;
        line-height: 43px;
        font-weight: normal;
        color: #fff;
	   
	    
}




#front-carousel .carousel-item h3 span, #homeCarousel .carousel-item h3 span, #homeCarousel2 .carousel-item h3 span {
  padding: 4px 10px;
  line-height: 35px;
  display: block;
  float: left;
  background: rgb(130, 0, 36);
  background: rgba(130, 0, 36, 0.85);
  white-space: nowrap;
}
#front-carousel .carousel-item h1 span, #homeCarousel .carousel-item h1 span, #homeCarousel2 .carousel-item h1 span {
  padding: 4px 10px;
  line-height: 35px;
  display: block;
  float: left;
  background: rgb(130, 0, 36);
  background: rgba(130, 0, 36, 0.85);
  white-space: nowrap;
}
#front-carousel .carousel-item h2 span, #homeCarousel .carousel-item h2 span, #homeCarousel2 .carousel-item h2 span {
  padding: 4px 10px;
  line-height: 35px;
  display: block;
  float: left;
  background: rgb(130, 0, 36);
  background: rgba(130, 0, 36, 0.85);
  white-space: nowrap;
}

#front-carousel .carousel-item h3 .subtext, #homeCarousel .carousel-item h3 span, #homeCarousel2 .carousel-item h3 span {
        font-size: 16px;
        line-height: 22px;
        margin-top: 5px;
        color: #FFFFFF;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.65);
	   width:100%;
	text-align:center;
}
#front-carousel .carousel-item h1 .subtext, #homeCarousel .carousel-item h1 span, #homeCarousel2 .carousel-item h1 span {
        font-size: 16px;
        line-height: 22px;
        margin-top: 5px;
        color: #FFFFFF;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.65);
	   width:100%;
	text-align:center;
}
#front-carousel .carousel-item h2 .subtext, #homeCarousel .carousel-item h2 span, #homeCarousel2 .carousel-item h2 span {
        font-size: 16px;
        line-height: 22px;
        margin-top: 5px;
        color: #FFFFFF;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.65);
	   width:100%;
	text-align:center;
}

#front-carousel .carousel-item a:hover h3 span.subtext, #homeCarousel .carousel-item a:hover h3 span, #homeCarousel2 .carousel-item a:hover h3 span {
  background: rgb(130,0,36);
  background: rgba(130,0,36, 0.85);
  color: #fff;
}
#front-carousel .carousel-item a:hover h1 span.subtext, #homeCarousel .carousel-item a:hover h1 span, #homeCarousel2 .carousel-item a:hover h1 span {
  background: rgb(130,0,36);
  background: rgba(130,0,36, 0.85);
  color: #fff;
}
#front-carousel .carousel-item a:hover h2 span.subtext, #homeCarousel .carousel-item a:hover h2 span, #homeCarousel2 .carousel-item a:hover h2 span {
  background: rgb(130,0,36);
  background: rgba(130,0,36, 0.85);
  color: #fff;
}

.page-title-container .page-title-icon {
        background: #820024;
        color: #FFFFFF;
        float: left;
        margin-right: 5px;
        font-size: 140%;
        line-height: 50px;
        text-align: center;
        width: 50px;
        height: 50px;
        -moz-text-shadow: #262324 1px 1px 0;
  -webkit-text-shadow: #262324 1px 1px 0;
  -o-text-shadow: #262324 1px 1px 0;
  -ms-text-shadow: #262324 1px 1px 0;
  text-shadow: #262324 1px 1px 0;
}

.page-title-container .page-title-icon i {
        height: 50px;
        line-height: 50px;
        width: 50px;
        text-align: center;
}

.page-title-container h1 {
        margin: 0;
        font-size: 24px;
        line-height: 30px;
        color: #820024;
}

.page-title-container h1 span.page-title {
        display: block;
        float: left;
        width: auto;
        background: #FFFFFF;
        padding: 10px 18px;
}

.hero-shallow .page-title-container .page-title-icon,
.hero-shallow .page-title-container h1 span.page-title {
        -moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
        -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
        -o-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
        -ms-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
        box-shadow: rgba(0,0,0,0.2) 0 0 5px;
}

.front-carousel {
      /*  background: #eaeaea url(../images/eeeeee_noise.png) repeat;*/
}

.front-carousel > .container {
        position: relative;
}

.front-carousel .caroufredsel_wrapper,
#front-carousel {
        height: 321px !important;
}

.front-carousel #prev,
.front-carousel #next {
  margin: 0;
  line-height: 321px;
  height: 321px;
  display: block;
  background: none;
  position: absolute;
  top: 0;
}

.front-carousel #prev:hover,
.front-carousel #next:hover {
        text-decoration: none;
}

.front-carousel #prev i,
.front-carousel #next i {
        line-height: 48px !important;
        text-align: center;
        /*background: #eaeaea url(../images/eeeeee_noise.png) repeat;*/
        display: inline-block;
        font-size: 55px;
        margin: 0;
        width: 33px;
  transition: padding 100ms;
        -webkit-transition: padding 100ms;
        -mos-transition: padding 100ms;
        -o-transition: padding 100ms;
        -ms-transition: padding 100ms;
}

.front-carousel #prev {
  left: 0px;
}

.front-carousel #next {
  right: 0px;
}

.front-carousel #prev:hover i,
.front-carousel #next:hover i {
        padding: 2px;
}

.front-carousel #prev:hover i {
  padding-left: 0 !important;
}

.front-carousel #next:hover i {
  padding-right: 0 !important;
}

.ie7 .front-carousel #prev i,
.ie7 .front-carousel #next i {
        top: 45%;
        position: absolute;
}

/* FIND MY NEAREST WIDGET */
.find-my-nearest-form {
        margin: 0;
}
.find-my-nearest-form .alert {
        font-size: 12px;
        line-height: 17px;
}
.find-my-nearest-widget {
        color: #FFFFFF;
}
.find-my-nearest-widget h2 {
        border-top: 5px solid #004C72;
        background: #820024;
        -moz-text-shadow: #C41230 1px 1px 0;
        -webkit-text-shadow: #C41230 1px 1px 0;
        -o-text-shadow: #C41230 1px 1px 0;
        -ms-text-shadow: #C41230 1px 1px 0;
        text-shadow: #C41230 1px 1px 0;
        color: #FFFFFF !important;
        font-size: 120%;
        line-height: 1.4;
        padding: 5px 15px;
        margin: 0;
}
.hero .find-my-nearest-widget h2 {
        background: rgba(0,129,187,0.8);
}
.no-rgba .hero .find-my-nearest-widget h2 {
        /* background: transparent url(../images/sefton_blue_80.png) repeat; */
}
.hero .find-my-nearest-widget {
        position: absolute;
        z-index: 80;
        left: 50%;
        top: 20px;
        margin-left: 170px;
}

.find-my-nearest-body {
        background: #333;
        padding: 10px 15px;
        font-size: 12px;
}
.find-my-nearest-body p {
        margin-bottom: 10px;
}
.hero .find-my-nearest-body {
        background: rgba(0,0,0,0.7);
}
.no-rgba .hero .find-my-nearest-body {
     /*   background: transparent url(../images/black_70.png) repeat; */
}
.find-my-nearest-list {
        margin: 0 0 10px 0;
        list-style-type: none;
}
.find-my-nearest-list li {
        margin: 0 0 3px 0;
        width: 50%;
        float: left;
}

.find-my-nearest-body .input-append {
        margin: 0 0 5px 0;
}

.landing-box {
        border: 1px solid #CCC;
}

.landing-box > h3 {
        margin: 0;
        padding: 8px 15px;
        background: #eaeaea;
        background: -moz-linear-gradient(top, #fafafa 0%, #cecece 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fafafa 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fafafa 0%,#cecece 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fafafa 0%,#cecece 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fafafa 0%,#cecece 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cecece',GradientType=0 );
  text-shadow: #FFF 1px 1px 0;
  -moz-text-shadow: #FFF 1px 1px 0;
  -webkit-text-shadow: #FFF 1px 1px 0;
  -ms-text-shadow: #FFF 1px 1px 0;
  -o-text-shadow: #FFF 1px 1px 0;
}

.landing-box .find-my-nearest-list li {
        font-size: 90%;
}

/* HEADER */
.site-header {
        background: #FFFFFF;
  padding: 15px 0 0 0;
  position: relative;
  z-index: 100;
}

.site-logo-search {
        margin-bottom: 30px;
}

.site-header .header-search {
        padding-top: 4px;
}

.site-header .logo > a {
        display: block;
        padding: 5px;
        margin: -5px 0 0 -5px;
}
.site-header .logo img {
  max-width: 250px;
}

.site-top {
        font-size: 11px;
        margin-bottom: 20px;
}

.site-top nav {
        padding-top: 1px;
}

.header-atoz {
        margin-top: -4px;
        margin-right: -4px;
}

.header-atoz .atoz-label {
        color: #820024;
}

.header-atoz .atoz-letters a {
        color: #737373;
        display: inline-block;
        padding: 0 4px;
}

.atoz-letters a:hover {
        background: #820024;
        color: #FFFFFF;
        text-decoration: none;
}

/* FOOTER */
.site-footer {
  font-size: 12px;
  position: relative;
        background: #fff;
}

/* SHARE THIS PAGE STACK */
.site-footer .share-stack {
        
        padding: 15px 0 12px 0;
	
        font-size: 103%;
  text-shadow: #FFF 1px 1px 0;
  -moz-text-shadow: #FFF 1px 1px 0;
  -webkit-text-shadow: #FFF 1px 1px 0;
  -ms-text-shadow: #FFF 1px 1px 0;
  -o-text-shadow: #FFF 1px 1px 0;
       
}

/* FOOTER SITEMAP AND SOCIAL STACK */
.site-footer .sitemap-stack h4 {
        font-size: 120%;
        margin: 0 0 3px 0;
        -moz-text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
        -webkit-text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
        -o-text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
        -ms-text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
        text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
}

.site-footer .sitemap-stack .sitemap-columns h4 {
        color: #820024;
}

.site-footer .sitemap-stack .sitemap-columns {
        padding: 20px 0;
	
}

.site-footer .sitemap-columns .vertical-nav {
        margin-bottom: 20px;
}

.site-footer .sitemap-columns .vertical-nav li a {
        color: #333;
}

.site-footer .sitemap-columns .vertical-nav li.more-nav a {
        color: #820024;
}

.site-footer .social-feeds {
       /* background: #820024 url(../images/0E7CB5_noise.png) repeat center center; */
	 background: #820024;
        color: #FFFFFF;
        font-size: 13px;
        line-height: 18px;
}

.site-footer .sitemap-stack .social-feeds h3,
.site-footer .sitemap-stack .social-feeds h4,
.site-footer .sitemap-stack .social-feeds h5,
.site-footer .sitemap-stack .social-feeds .icon-twitter {
        -moz-text-shadow: #C41230 1px 1px 0;
        -webkit-text-shadow: #C41230 1px 1px 0;
        -o-text-shadow: #C41230 1px 1px 0;
        -ms-text-shadow: #C41230 1px 1px 0;
        text-shadow: #C41230 1px 1px 0;
}

.site-footer .sitemap-stack .social-feeds h5 {
      
		color: #fff;
	    margin-bottom:5px;
}

.site-footer .sitemap-stack .social-feeds .social-feeds-inner {
        padding: 0px 10px 10px 10px;
}

.site-footer .social-feeds a {
  color: #fff;
}

.site-footer .social-feeds .tweet {
        margin: 7px 0 12px 0;
        font-style: italic;
}

.site-footer .social-feeds .tweet a:hover,
.site-footer .social-feeds .tweet a:focus {
  color: #FFFFFF;
}

.site-footer .social-feeds .tweet .tweet-body {
        padding: 9px 15px 22px 15px;
   /* background: transparent url(../images/tweet_speech_bubble_white.png) no-repeat bottom right; */
  overflow: hidden;
  color: #820024;
}

.backgroundsize .site-footer .social-feeds .tweet .tweet-body {
 /* background-image: url(../images/tweet_speech_bubble_white@2x.png); */
  background-size: 741px 288px;
}

.site-footer .social-feeds .tweet .tweet-body a {
  color: #C41230;
}

.site-footer .social-feeds .tweet .tweet-time {
        padding: 0 50px 0 0;
        text-align: right;
        margin-top: -10px;
        font-size: 12px;
}

.social-icons a {
        text-indent: -9999em;
        display: block;
        width: 30px;
        height: 30px;
        float: left;
        margin-right: 10px;
       /* background-image: url(../images/social_icons.png); */
        background-repeat: no-repeat;
        background-size: 30px 60px;
        -webkit-background-size: 30px 60px;
        -moz-background-size: 30px 60px;
        -ms-background-size: 30px 60px;
        -o-background-size: 30px 60px;
}

.social-icons a.facebook-icon {
        background-position: 0 -30px;
}

.backgroundsize .social-icons a {
     /*   background-image: url(../images/social_icons@2x.png); */
}

/* PARTNER LOGOS */
.site-footer .partners-stack {
        padding: 15px 0;
}

.site-footer .partners-stack .partner-logos .partner {
        float: left;
        margin-right: 35px;
}

.site-footer .partners-stack .partner-logos .partner.last {
        margin-right: 0;
}

.site-footer .partners-stack .partner-logos a {
        display: block;
        position: relative;
        padding: 5px 0;
}

.site-footer .partners-stack .partner-logos a img {
        transition: opacity 200ms;
        -webkit-transition: opacity 200ms;
        -mos-transition: opacity 200ms;
        -o-transition: opacity 200ms;
        -ms-transition: opacity 200ms;
}

.site-footer .partners-stack .partner-logos .mono {
        position: absolute;
        top: 5px;
        left: 0;
}

.site-footer .partners-stack .partner-logos a:hover .mono {
        opacity: 0;
        filter:alpha(opacity=0);
}

/* LEGAL SIGNOFF */
.site-footer .legal-stack {
        padding: 15px 0;
        font-size: 11px;
}

.site-footer .legal-stack .horizontal-nav {
        padding: 6px 0;
}



/* MAIN SITE CONTENT */
.site-content {
        clear: both;
        padding: 10px 0 0 0;
        background: #FFFFFF;
}

/* LANDING PAGE TABS */
.landing-tabs {
        margin-bottom: 30px;
        border: 1px solid #CCC;
}
.landing-tabs .tab-content {
        border-bottom: none;
        background: #FFF;
        min-height: 400px;
}
.landing-tabs ul.nav-tabs {
        margin-bottom: 0;
        border-color: #FFF;
        width: 150px;
        margin: 0;
        min-height: 388px;
}

.landing-tabs.tabs-left>.nav-tabs>li {
        margin: 0;
        border-right: 1px solid #ccc;
}
.landing-tabs.tabs-left>.nav-tabs>li>a {
        background: #eaeaea;
  text-shadow: #FFF 1px 1px 0;
  -moz-text-shadow: #FFF 1px 1px 0;
  -webkit-text-shadow: #FFF 1px 1px 0;
  -ms-text-shadow: #FFF 1px 1px 0;
  -o-text-shadow: #FFF 1px 1px 0;
  margin: 0;
        border: none;
  border-bottom: 2px solid #fff !important;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 59px;
}
.landing-tabs.tabs-left>.nav-tabs>li>a:hover {
        background: #ddd;
}
.landing-tabs.tabs-left>.nav-tabs>li.active {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right-color: #fff;
        margin-top: -1px;
		
}
.landing-tabs.tabs-left>.nav-tabs>li.active>a {
        border-bottom: none;
        padding-bottom: 19px;
}
.landing-tabs.tabs-left>.nav-tabs>li.active.last {
        border-bottom: none;
}
.landing-tabs.tabs-left>.nav-tabs>li.last>a {
        border-bottom: none !important;
        min-height: 57px;
}
.landing-tabs .nav-tabs>.active>a,
.landing-tabs .nav-tabs>.active>a:hover,
.landing-tabs .nav-tabs>.active>a:focus {
        background: #FFF !important;
}

.landing-tabs .nav-tabs>.highlight>a:focus {
        background: #FFE338 !important;
}

.landing-tabs .tab-pane-inner {
        padding: 12px 20px 0 20px;
}
.landing-tabs .tab-pane-inner h2 {
        border-bottom: 1px dashed #DDD;
        padding-bottom: 5px;
}
.landing-tabs .tab-pane-inner h2 .pull-right {
        font-size: 80%;
        padding-top: 4px;
        white-space: nowrap;
        text-decoration: none;
}
.landing-tabs .tab-pane-inner h2,
.landing-tabs .tab-pane-inner h3,
.landing-tabs .tab-pane-inner h4 {
        margin-top: 0;
        color: #333;
}
.landing-tabs .tab-pane-inner .vertical-nav li.first {
        padding-top: 0;
}
.landing-tabs .tab-pane-inner .big-links a {
        font-size: 15px;
        display: block;
        padding: 10px 0;
        margin-bottom: 10px;
        text-align: center;
        color: #333;
}
.landing-tabs .tab-pane-inner .big-links .span4.clear-left {
        clear: left;
        margin-left: 0 !important;
}
.ie7 .landing-tabs .tab-pane-inner .big-links .span4 {
        min-height: 130px;
}
.landing-tabs .tab-pane-inner .big-links a strong,
.landing-tabs .tab-pane-inner .big-links a em {
        display: block;
        font-weight: normal;
}
.landing-tabs .tab-pane-inner .big-links a:hover,
.landing-tabs .tab-pane-inner .big-links a:hover i {
        text-decoration: none;
       
}
.landing-tabs .tab-pane-inner .big-links a:hover strong {
        text-decoration: underline;
}
.landing-tabs .tab-pane-inner .big-links a em {
        font-style: normal;
        font-size: 11.5px;
        line-height: 16px;
        padding-top: 6px;
        color: #888;
}
.landing-tabs .tab-pane-inner .big-links a i {
        display: inline-block;
        font-size: 220%;
        padding-bottom: 5px;
        color: #820024;
}
.landing-tabs .tab-pane-inner .big-links a span {
        display: inline-block;
        font-size: 220%;
        padding-bottom: 5px;
        color: #820024;
}
.landing-tabs .tab-pane-inner .big-links .more-nav {
        color: #C41230;
}
.landing-tabs .nav-tabs>li>a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.landing-box.find-my-nearest {
        background: #fff;
        min-height: 400px;
}

.landing-box.find-my-nearest .landing-box-inner {
        min-height: 3px;
        -moz-text-shadow: #ffffff 1px 1px 0;
        -webkit-text-shadow: #ffffff 1px 1px 0;
        -o-text-shadow: #ffffff 1px 1px 0;
        -ms-text-shadow: #ffffff 1px 1px 0;
        text-shadow: #ffffff 1px 1px 0;
        background: rgb(255,255,255);
  background: rgba(255,255,255,0.8);
}

.landing-tabs .feature-actions .control-label.pull-left {
        padding: 5px 12px 0 0;
}

.landing-tabs .feature-actions .input-append {
        margin-bottom: 5px;
}

.landing-tabs #do-it-online .feature-actions {
        padding: 15px 0 0 0;
        margin-top: 10px;
        border-top: 1px dashed #CCC;
}

.find-my-nearest-mini .checkbox,
.find-my-nearest .checkbox {
        font-size: 11px;
}

/* LANDING BOXES */
.landing-boxes {
        padding-bottom: 10px;
}
.landing-box {
        margin-bottom: 20px;
}
.landing-box .landing-box-inner {
        background: #FFF;
        padding: 12px 15px 15px 15px;
}
.landing-box .landing-box-inner > h3 {
        margin-top: 0;
        margin-bottom: 15px;
}

/* FEATURES */
.feature .feature-inner {
        border: 1px solid #CCCCCC;
        background: #FFF;
}
.feature .feature-title {
        padding: 7px 15px;
        border-top: 4px solid #CCC;
        border-bottom: 1px solid #CCC;
        margin: 0;
        font-size: 120%;
        line-height: 1.4;
        color: #C41230;
        text-shadow: #fff 1px 1px 0;
        
        background: #f2f2f2;
        background: -moz-linear-gradient(top, #ffffff 0%, #DDDDDD 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#DDDDDD));
        background: -webkit-linear-gradient(top, #ffffff 0%,#DDDDDD 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#DDDDDD 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#DDDDDD 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#DDDDDD 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DDDDDD',GradientType=0 );
}
.feature .feature-title.collapsed {
        border-bottom: none;
}

.feature .feature-content {
        padding: 15px;
        border-top-width: 0;
}

.feature-actions {
        font-weight: bold;
        padding-top: 15px;
}

.news-mini-teaser-list li,
.event-mini-teaser-list li {
  *zoom: 1;
}

.news-mini-teaser-list li:before,
.event-mini-teaser-list li:before,
.news-mini-teaser-list li:after,
.event-mini-teaser-list li:after {
  display: table;
  line-height: 0;
  content: "";
}

.news-mini-teaser-list li:after,
.event-mini-teaser-list li:after {
  clear: both;
}

.teaser-thumb {
        float: left;
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
        border: 1px solid #CCCCCC;
}

.teaser-thumb-whatson {
        float: left;
        width: 70px;
        height: 47px;
        margin-bottom: 10px;
        border: 1px solid #CCCCCC;
}

.teaser-with-thumb h4,
.teaser-with-thumb p {
        margin-left: 85px !important;
}

/* FEATURE - TOP PAGES */
.top-pages-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

.top-pages-list li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #DDD;
  font-weight: bold;
}

.top-pages-list li a {
        display: block;
}

.top-pages-list li.first {
        padding-top: 0;
}

.top-pages-list li.last {
        border: none;
        padding-bottom: 0;
}

.top-pages-list li .rank {
        color: #CCC;
        font-weight: bold;
        margin-right: 15px;
        float: left;
  line-height: 18px;        
  margin-bottom: 4px;
}

.top-pages-list li a:hover .rank {
        color: #C41230;
}

/* FEATURE - WHATS ON */
.event-mini-teaser-list {
        margin: 0;
}

.event-mini-teaser-list li {
        margin: 0 0 7px 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px dashed #DDD;
}

.event-mini-teaser-list li.last {
        margin-bottom: 0;
}

.event-mini-teaser-list li h4 {
        font-size: 100%;
        margin: 0 0 3px 0;
}

.event-mini-teaser-list li p {
        font-size: 90%;
        line-height: 17px;
        margin-bottom: 7px;
}

.event-mini-teaser-list .event-details {
        font-style: italic;
        color: #777777;
}

.feature #whats-on-tabs {
        margin: -15px -15px 15px -15px;
        font-size: 87%;
}

#whats-on-tabs a {
        padding: 6px 10px 5px 10px;
        margin-right: 5px;
        border-bottom: none;
}

#whats-on-tabs .active a {
        padding-bottom: 6px;
}


/* FEATURE - COUNCIL NEWS */
.news-mini-teaser-list {
        margin: 0;
}

.news-mini-teaser-list li {
        margin: 0 0 10px 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px dashed #DDD;
}

.news-mini-teaser-list li.last {
        margin-bottom: 0;
}

.news-mini-teaser-list li h4 {
        font-size: 100%;
        margin: 0 0 3px 0;
}

.news-mini-teaser-list li p {
        font-size: 90%;
        line-height: 17px;
        margin-bottom: 10px;
}

/* SIGNPOSTS */
.signpost h2, .thumbnail h2 {
        margin: 0;
        font-size: 110%;
        font-weight: normal;
        line-height: 1.3;
}

.signpost h2 a, .thumbnail h2 a {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        position: relative;
        font-weight: bold;
}

.signpost h2 a i {
        margin-top: 2px;
}

.signpost h2 > a > img, .thumbnail h2 > a > img {
        position: relative;
}

.signpost h2 > a > span, .thumbnail h2 > a > span {
        display: block;
        position: absolute;
        width: 100%;
        bottom: -1px;
        left: 0;
        background: rgba(0,0,0,0.7);
        -moz-text-shadow: #000000 1px 1px 0;
        -webkit-text-shadow: #000000 1px 1px 0;
        -o-text-shadow: #000000 1px 1px 0;
        -ms-text-shadow: #000000 1px 1px 0;
        text-shadow: #000000 1px 1px 0;
}

.no-rgba .signpost h2 > a > span {
        /* background: transparent url(../images/black_70.png) repeat; */
}

.signpost h2 span em, .thumbnail h2 span em {
        font-style: normal;
        display: block;
        padding: 10px 15px;
}

.signpost h2 a:hover span, .thumbnail h2 a:hover span {
        background: #820024;
        -moz-text-shadow: #C41230 1px 1px 0;
        -webkit-text-shadow: #C41230 1px 1px 0;
        -o-text-shadow: #C41230 1px 1px 0;
        -ms-text-shadow: #C41230 1px 1px 0;
        text-shadow: #C41230 1px 1px 0;
}

.signpost h2 a:focus span {
        background: #f8cc01;
}

.signpost .signpost-inner {
}

/* COUNCIL SERVICES ICONS MENU */
.council-services-icons {
        margin-top: 30px;
        margin-bottom: 20px;
}

.council-services-icons .span3 {
        margin-bottom: 20px;
        border-top: 5px solid #BBB;        
        background: #EEEEEE;
}

.council-services-icons .span3 > div {
  border-top: 0;
}

.council-services-icons .span3 a {
        font-size: 90%;
        color: #666;
        font-weight: bold;
        text-decoration: none;
        -moz-text-shadow: rgba(255,255,255,1) 1px 1px 0;
        -webkit-text-shadow: rgba(255,255,255,1) 1px 1px 0;
        -o-text-shadow: rgba(255,255,255,1) 1px 1px 0;
        -ms-text-shadow: rgba(255,255,255,1) 1px 1px 0;
  text-shadow: rgba(255,255,255,1) 1px 1px 0;
  display: table;
        width: 100%;
        border-bottom: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

.council-services-icons .span3:hover {
        border-color: #C41230;
        background: #820024;
}

.council-services-icons .span3:hover > div {
        border-color: #C41230;
}

.council-services-icons .span3:hover a {
        color: #FFF;
        -moz-text-shadow: #C41230 1px 1px 0;
        -webkit-text-shadow: #C41230 1px 1px 0;
        -o-text-shadow: #C41230 1px 1px 0;
        -ms-text-shadow: #C41230 1px 1px 0;
        text-shadow: #C41230 1px 1px 0;
        border: none;
}

.council-services-icons .span3:hover a i {
        color: #FFF;
        -moz-text-shadow: #C41230 1px 1px 0;
        -webkit-text-shadow: #C41230 1px 1px 0;
        -o-text-shadow: #C41230 1px 1px 0;
        -ms-text-shadow: #C41230 1px 1px 0;
        text-shadow: #C41230 1px 1px 0;
}

.council-services-icons .span3 a .icon {
        width: 50px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
}

.council-services-icons .span3 a .title {
        padding: 5px 12px 5px 0;
        line-height: 20px;
        font-size: 15px;
}

.council-services-icons .span3 a span {
        display: block;
        height: 55px;
        position: relative;
        
        display:table-cell;
        vertical-align:middle;
}

.council-services-icons i {
        font-size: 35px;
  color: #820024;
        width: 1em;
        text-align: center;
        display: inline-block;
}

.ie7 .council-services-icons .span3 span {
        height: 60px !important;
        display: block;
        float: left;
}

.ie7 .council-services-icons .span3 span.icon i,
.ie7 .council-services-icons .span3 span.title {
        padding-top: 10px;
}


/* NEWS LISTING */
.media.news-teaser > .pull-left {
        margin-right: 20px;
  padding-top: 7px;
  border: none;
}

.media.news-teaser .media-object {
        border: 1px solid #CCCCCC;
}

.media.news-teaser {
        border-bottom: 1px solid #CCC;
}

/* A-TO-Z LISTING PAGE */
.atoz-letter-list {
  margin-bottom: 20px;
}

.atoz-letter-list li {
  float: left;
  margin: 0 8px 8px 0;
}

.atoz-letter-list li a {
  width: 27px;
  padding: 0;
  line-height: 27px;
  background: #EEEEEE;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: #FFF 1px 1px 0;
  -moz-text-shadow: #FFF 1px 1px 0;
  -webkit-text-shadow: #FFF 1px 1px 0;
  -ms-text-shadow: #FFF 1px 1px 0;
  -o-text-shadow: #FFF 1px 1px 0;
}

.atoz-letter-list li.active a {
        background: #820024;
        color: #FFF;
        text-shadow: #C41230 1px 1px 0;
  -moz-text-shadow: #C41230 1px 1px 0;
  -webkit-text-shadow: #C41230 1px 1px 0;
  -ms-text-shadow: #C41230 1px 1px 0;
  -o-text-shadow: #C41230 1px 1px 0;
}

.atoz-letter-list li a:hover {
        background: #C41230;
        color: #FFF;
        text-shadow: #C41230 1px 1px 0;
  -moz-text-shadow: #C41230 1px 1px 0;
  -webkit-text-shadow: #C41230 1px 1px 0;
  -ms-text-shadow: #C41230 1px 1px 0;
  -o-text-shadow: #C41230 1px 1px 0;
}

/* COMMON PAGES ELEMENTS */
.page-content {
        padding-bottom: 20px;
}
.sidebar-affix {
        margin: 0 !important;
        background: #FFF;
        padding: 0;
}
.sidebar-affix.affix {
        top: 20px;
}

.right-sidebar .sidebar-affix {
        margin: 0;
}

.left-sidebar,
.right-sidebar {
        margin-bottom: 20px;
}

.central-column {
        padding-bottom: 30px;
}

.central-column table {
        margin: 1.5em 0;
}

.left-sidebar .alert,
.right-sidebar .alert {
        margin: 0 0 20px 0;
}

.left-sidebar .alert h4,
.right-sidebar .alert h4 {
        font-size: 110%;
        margin-bottom: 10px;
}

.collapse-right-sidebar .right-sidebar {
        float: left !important;
        margin-bottom: 0;
        width: 538px;
}

.collapse-right-sidebar .right-sidebar .on-this-page ul,
.right-sidebar .on-this-page.span9 ul {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 90%;
}

.collapse-right-sidebar .right-sidebar .on-this-page li,
.right-sidebar .on-this-page.span9 li {
  float: left;
  border-right: 1px solid #CCC;
  line-height: 16px;
}

.collapse-right-sidebar .right-sidebar .on-this-page li.last,
.collapse-right-sidebar .right-sidebar .on-this-page li:last-child,
.right-sidebar .on-this-page.span9 li.last,
.right-sidebar .on-this-page.span9 li:last-child {
  border-right: none;
}

.collapse-right-sidebar .right-sidebar .on-this-page li.nav-header,
.right-sidebar .on-this-page.span9 li.nav-header {
  margin-right: 1px;
  padding: 0 18px 0 10px;
  border: none;
}

.collapse-right-sidebar .right-sidebar .on-this-page li > a,
.right-sidebar .on-this-page.span9 li > a {
  background: none;
  margin: 0;
  padding: 0 18px 0 0;
}

.page-additional-links {
        font-size: 90%;
        padding-top: 0;
        padding-bottom: 0;
}

.page-additional-links .additional-links-group {
        padding: 17px 0 15px 0;
}

.page-additional-links .additional-links-group > h3,
#gallery > h3 {
        margin-top: 0;
        line-height: 1;
        text-transform: uppercase;
        font-size: 100%;
}

.well.on-this-page {
        padding: 0;
}

.addition-links .vertical-nav ul li {
        padding-bottom: 8px;
}

.addition-links .vertical-nav ul li a {
  font-weight: bold;        
}

.breadcrumb-trail {
        background: #54585F;
        padding: 8px 0 13px 0;
        color: #262324;
        border-top: 1px solid #820024;
}

.breadcrumb-trail ul {
        list-style-type: none;
        margin: 0;
        font-size: 105%;
        line-height: 20px;
}

.breadcrumb-trail ul li {
  margin-right: 10px;
  float: left;
	  color: #fff;
}

.breadcrumb-trail ul li a, .breadcrumb-trail a {
        color: #fff;
	text-decoration:underline;
}

.breadcrumb-trail2 {
        background: #54585F;
        padding: 8px 0 13px 0;
        color: #262324;
        border-top: 1px solid #820024;
       
}

.breadcrumb-trail2 ul {
        list-style-type: none;
        margin: 0;
        font-size: 105%;
        line-height: 20px;
        
}

.breadcrumb-trail2 ul li {
  margin-right: 10px;
  float: left;
	  color: #fff;
	   
}

.breadcrumb-trail2 ul li a, .breadcrumb-trail a {
        color: #fff;
	text-decoration:underline;
	
}

.page-updated {
        text-align: right;
        clear: both;
        margin: 0;
}

.page-updated span {
        font-size: 87%;
}

.main-column .page-updated {
        margin-bottom: 20px;
}

/* PHOTO GALLERIES */
#gallery {
        padding-top: 15px;
        font-size: 90%;
}

#gallery > h2 {
        margin-bottom: 20px;
}

.galleria-flickr, .galleria-gallery {
        width: 100%;
        height: 400px;
        background-color: #000000;
        margin-bottom: 20px;
}

/* GOOGLE MAPS */
.gmap {
        line-height: 0;
        border: 1px solid #C41230;
        margin: 0 0 20px 0;
}

/* FIND MY NEAREST/MY NEIGHBOUHOOD */
.info-block-separator {
        border-top: 1px solid #CCC;
        height: 20px;
}

.info-block {
        margin-bottom: 10px;
}

.info-block .collapse {
        font-size: 90%;
        line-height: 16px;
        padding-left: 10px;
        padding-right: 10px;
}

.central-column .info-block h2 {
        background: #820024;
        color: #FFFFFF;
        padding: 7px 10px;
        line-height: 1.2;
        font-size: 130%;
        margin: 0 0 15px 0;
        -moz-text-shadow: #C41230 1px 1px 0;
        -webkit-text-shadow: #C41230 1px 1px 0;
        -o-text-shadow: #C41230 1px 1px 0;
        -ms-text-shadow: #C41230 1px 1px 0;
        text-shadow: #C41230 1px 1px 0;
}

#accordion-nearest table,
.info-block table {
        margin: 0 0 10px 0;
}

.info-block table td {
        border-top: none;
        border-bottom: 1px solid #ddd;
}

#councillors address {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #DDD;
}

/* FACILITY PAGES */
.feature-list {
        margin-bottom: 20px;
}

.feature-list .icon-ok {
        color: #820024;
        margin-right: 5px;
}

.feature-list .icon-remove {
	margin-right: 5px;
}

.feature-list li {
        margin-bottom: 5px;
}

table.opening-hours {
        margin-top: 0;
}

table.opening-hours td {
        border-top: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #DDDDDD;
}

.facility-graphics > div {
        margin-bottom: 20px;
}

.facility-image {
  border: 1px solid #C41230;
}

/* SEARCH RESULTS */
.advanced-search {
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 20px;
}

.advanced-search > a {
        display: block;
        padding: 10px 0;
}

.advanced-search .collapse {
        border-top: 1px dashed #FFFFFF;
}

.advanced-search .collapse .control-group {
        margin: 15px 0;
}

.advanced-search .collapse.in {
        border-top: 1px dashed #CCCCCC;
}

.search-results-header {
        border-bottom: 1px solid #CCC;
}

.search-results-list {
        list-style-type: none;
        padding: 15px 0 0 0;
        margin: 0;
        clear: both;
}

.search-results-list li {
        margin: 0 0 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCC;
}

.search-results-list h3,
.search-results-list .search-text,
.search-results-list .search-meta {
        margin: 0 0 0 25px;
}

.search-results-list h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 3px;
        margin-left: 0;
}

.search-results-list .search-meta {
        font-size: 90%;
        color: #999;
        margin-top: 3px;
        font-style: italic;
}

.search-results-list .keyword {
        background: #fceeab;
}

.search-results-list h3 i {
        color: #333;
}

.do-it-online-results {
        padding: 1px 15px;
        margin-top: 25px;
        margin-bottom: 10px;
}

.do-it-online-results h3 {
        margin-bottom: 0;
}

.do-it-online-results li {
        border-bottom: none;
        padding-bottom: 0;
}

/* COLLAPSE TOGGLES */
i.icon-toggle {
        float: right;
        margin-top: 0;
        cursor: pointer;
        font-size: 120%;
}

i.icon-toggle:before {
  content: "\f106" !important;
}

i.icon-toggle.collapsed:before,
.collapsed i.icon-toggle:before {
  content: "\f107" !important;
}

/* OVERRIDE SOME BOOTSTRAP COLOURS, TYPE ETC */
.lead {
        font-size: 18px;
        line-height: 26px;
}
.btn-large {
        padding: 8px 14px;
        font-size: 15px;
}
.feature .nav-tabs {
        padding-left: 15px;
        padding-top: 8px;
      /*  background: #f2f2f2 url(../images/eeeeee_noise.png) repeat center center; */
}
.nav-list>li>a {
        border-bottom: none;
}
.alert-info,
.alert-info h4 {
        color: #333;
}
.alert-info h4 {
        -moz-text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
        -webkit-text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
        -o-text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
        -ms-text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
        text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
}
.alert-info {
        background-color: rgba(0,128,187,0.1);
        border-color: rgba(0,128,187,0.3);
}

p {
  margin: 0 0 15px;
}


.accordion {
        /*border-top: 5px solid #CCCCCC;*/
}

.accordion-group {
        border: 1px solid #CCCCCC;
        border-width: 0 0 1px 0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
}

.accordion-inner {
        border: none;
        padding: 10px 10px 8px 10px;
}

.accordion .accordion-toggle {
        font-weight: bold;
        padding: 12px 10px;
        outline: none;
        border: none;
        
        transition: background-color 200ms, color 200ms;
        -webkit-transition: background-color 200ms, color 200ms;
        -mos-transition: background-color 200ms, color 200ms;
        -o-transition: background-color 200ms, color 200ms;
        -ms-transition: background-color 200ms, color 200ms;
}

.accordion .accordion-toggle:hover {
        background: #f5f5f5;
        text-decoration: none;
}

.accordion .accordion-toggle i.icon-toggle {
        float: right;
  font-size: 150%;
  margin-left: 10px;
  width: 13px;
  color: #CCC;

        transition: background-color 200ms, color 200ms;
        -webkit-transition: background-color 200ms, color 200ms;
        -mos-transition: background-color 200ms, color 200ms;
        -o-transition: background-color 200ms, color 200ms;
        -ms-transition: background-color 200ms, color 200ms;
}

.accordion .accordion-toggle i.icon-toggle:before {
  content: "\f107" !important;
}
.ie7 .accordion .accordion-toggle i.icon-toggle {
        *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
}

.accordion .active .accordion-toggle i.icon-toggle:before {
  content: "\f106" !important;
}
.ie7 .accordion .active .accordion-toggle i.icon-toggle {
        *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
}

.accordion .accordion-toggle:hover i.icon-toggle,
.accordion .active .accordion-toggle i.icon-toggle {
        color: #C41230 !important;
}

.well {
        border-color: #CCCCCC;
}

.btn-blue {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(2, 88, 127, 0.75);
  background-color: #820024;
  *background-color: #820024;
  background-image: -moz-linear-gradient(top, #C41230, #820024 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C41230), to(#820024));
  background-image: -webkit-linear-gradient(top, #C41230, #820024);
  background-image: -o-linear-gradient(top, #C41230, #820024);
  background-image: linear-gradient(to bottom, #C41230, #820024);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #820024 #820024 #C41230;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled],
.btn-group.open .btn-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #820024;
  *background-color: #820024;
}

.btn-blue:active,
.btn-blue.active,
.btn-group.open .btn-blue.dropdown-toggle {
  background-color: #820024 \9;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #ffffff;
}

.nav-tabs a {
        font-weight: bold;
}

hr {
        border-top-color: #CCCCCC;
        margin: 15px 0 14px 0;
}

.well hr {
        margin-left: -19px;
        margin-right: -19px;
}

hr.dashed {
        border-top-style: dashed;
}

.text-right {
        text-align: right !important;
}

.text-center {
        text-align: center !important;
}

/* IMAGE-BASED ICONS */
/* Where possible we use Font Awesome for icons but these icons are images */
.image-icon-rss {
       /* background-image: url(../images/rss_icon.png); */
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: -15%;
        margin-right: 3px;
}

/* LITTLE TOUCHES */
abbr.ext {
        color: #262324;
        font-size: 95%;
        border-color: #000;
}
.meta {
        color: #888;
        font-size: 95%;
}
.clickable.hover {
        cursor: pointer !important;
}

.tm {        margin-top: 20px; }
.bm {        margin-bottom: 20px; }
.rm {        margin-right: 20px; }
.lm {        margin-left: 20px; }

.stm {
        margin-top: 10px;
}

.sbm {
        margin-bottom: 10px;
}

.ttm {
        margin-top: 5px;
}

.tbm {
        margin-bottom: 5px;
}

.ntm {
        margin-top: 0;
}

.nbm {
        margin-bottom: 0;
}



.image-right {
        float: right;
        margin: 0 0 15px 15px;
}

.image-left {
        float: left;
        margin: 0 15px 15px 0;
}

/* SPECIAL HACKS */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #CCCCCC;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

.hidden-sidebar 
{
display:none;
}
	




        
        
        