/*
Stylesheet For: Crickhowell Councils
URL: http://councils.crickhowellinfo.org.uk
Version: v1.0
Author: Cedyrn Creative, http://www.cedyrn.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */

html, body {
    background: #5391D0;
    padding: 0px;
    margin: 0px;
}
body, div, p {
	font-family: Verdana,"Lucida Sans",Arial,;
	font-size: small;
	color: #094564;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */

a img {
	border: 0px;
}
a 
{
	color: #6A954A;
	text-decoration: none;
}
a:hover 
{
	color: #094564;
	text-decoration: underline;
}	
a.more {
    background: #6A954A;
    padding: 2px;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    font-weight: bold;
}
a.more:hover {
    background: #094564;
    color: #FFFFFF;
}

/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
.hide { display: none; }
.menuseparator { display: none; }
.right { text-align: right; }
.thumbnail, p img.thumbnail {
    padding: 3px; 
    border: #6A954A 1px solid; 
    margin-right: 5px; 
    float: left;
}
.thumbnailr, p img.thumbnailr {
    padding: 3px; 
    border: #6A954A 1px solid; 
    float: right;
    margin:1.5em 0 1.5em 1.5em;
}
div.map {
    height: 400px;
}
div.mapError {
    background: #FFEEEE;
    color: #FF0000;
    font-weight: bold;
    padding: 5px;
    border: #FF0000 1px solid;
}
#mothballed {
    background: #E3421C url(../pics/archive-bg.gif) no-repeat bottom left;
    border-top: #ccc 1px solid;
    margin-top: -10px;
    padding: 10px;
    padding-left: 100px;
    height: auto !important;
    height: 61px;
    min-height: 61px;
}
#mothballed div { color: #fff; }
#mothballed div a { color: #fff; border-bottom: #fff 1px solid ; font-weight: bold; }
#mothballed div a:hover { background: #fff; border-bottom: 0px; text-decoration: none; color: #E3421C; }
#mothballed h3 { color: #fff; }
#archivedPage {
    background: #FFE681 url(../pics/archive.gif) no-repeat 5px 3px;
    font-weight: bold;
    padding: 10px;
    padding-left: 70px;
    border: #FFCD03 1px solid;
}
#archivedPageInterested {
    background: #FFF5CD;
    padding: 10px;
    border: #FFCD03 1px solid;
    border-top: 0px;
    margin-bottom: 10px;
    font-style: italic;
}
.sideFeature {
    background:#EDEEF4; 
    padding: 5px; 
    font-weight: bold; 
    border: #9CA3C5 1px solid;
    margin-top: 5px;
}
.sideFeature img {
    padding: 2px; 
    border: #9CA3C5 1px solid; 
    background: #FFFFFF; 
    float:left; 
    margin-right: 5px;
}
.sideFeature a { color: #4A5895; }
.sideFeature a:hover { color: #094564; }
/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */

h1 {
    font-size: x-large;
    color: #6A954A;
    padding: 0px;
    margin: 0px;
}
h2 {
    color: #FFFFFF;
    font-weight: normal;
    font-size: small;
    font-size: 200%;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
}
h3 {
    font-size: small;
    font-size: 140%;
    font-weight: bold;
    color: #6A954A;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}
h4 {
    font-size: small;
    font-size: 140%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}


/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

div#page {
    width: 994px;
    margin: auto auto;
    background: #8AB4DF;
    padding-bottom: 10px;
}
div#page div.container {
    background: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

/* ----------------------------------------------------------- */
/* B2. Header & Menu                                           */
/* ----------------------------------------------------------- */
div#page div.container div#header {
    padding-top: 5px;
    background: #6A954A url(../pics/bg-head.gif) repeat-x bottom left;
}
div#page div.container div#header div#logo {
    color: #5E5E5E;
    font-weight: bold;
    padding: 15px 0 5px 10px;
}
div#breadcrumbs {
    font-size: 85%;
    color: #fff;
    padding-right: 5px;
}
div#breadcrumbs a {
    color: #CADDBD;
    text-decoration: none;
}
div#breadcrumbs a:hover {
    background: #fff;
    color: #6A954A;
    text-decoration: underline;
}
div#page div.container div#menu {
    background: #578236;;
    padding: 3px 5px 3px 5px;
    font-size: xx-small;
    color: #FFF;
    height: auto !important;
    height: 12px;
    margin-bottom: 10px;
}
div#page div.container div#menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    font-size: small;
}
div#page div.container div#menu a:hover {
    background: #D2DFC8;
    color: #094564;
}
/* ----------------------------------------------------------- */
/* B3. Content Wrapper                                         */
/* ----------------------------------------------------------- */

div#wrapper {
	height: auto !important;
	min-height: 300px;
	height: 300px;
    margin-bottom: 10px;
}

/* ----------------------------------------------------------- */
/* B4. Sub Menus                                               */
/* ----------------------------------------------------------- */
div#submenu div.councilMenu {
    background: #E6ECEF;
    margin-bottom: 10px;
}
div#submenu div.crickhowellMenu {
    background: #F0F4ED;
    margin-bottom: 10px;
}
div#submenu div.communityMenu {
    background: #F4F4F4;
    margin-bottom: 10px;
}
div#submenu div h3 {
    font-size: small;
    margin: 0px;
    padding: 5px;
    padding-left: 20px;
    color: #FFFFFF;
    font-weight: bold;
}
div#submenu div.councilMenu h3 {
    background: #094564 url(../pics/arrows.gif) no-repeat 10px 10px;
}
div#submenu div.crickhowellMenu h3 {
    background: #6A954A url(../pics/arrows.gif) no-repeat 10px 8px;
    font-size: 95%;
}
div#submenu div.communityMenu h3 {
    background: #8F8F8F url(../pics/arrows.gif) no-repeat 10px 10px;
}
div#submenu div ul {
    margin: 0px;
    padding: 5px;
    list-style: none;
}
div#submenu div ul li {
    margin: 0px;
    padding: 0px;
    height: auto !important;
    height: 12px;
}
div#submenu div ul li.divider {
    border-bottom: #C5D5B9 1px dashed;
    margin-bottom: 10px;
}
div#submenu div ul li a {
    color: #094564;
    display: block;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 15px;
}
div#submenu div ul li a:hover {
    background: #FFFFFF;
    color: #094564;

}


/* ----------------------------------------------------------- */
/* B6. Banners                                                 */
/* ----------------------------------------------------------- */

div#banner {
    background: #094564 url(../pics/i.gif) no-repeat top right;
    height: auto !important;
    height: 45px;
    min-height: 45px;
    margin-bottom: 10px;
    padding-top: 5px;
}
/* ----------------------------------------------------------- */
/* B7. Footer                                                  */
/* ----------------------------------------------------------- */

div#footer div.container { padding-top: 10px; background: #6A954A url(../pics/signpost.gif) no-repeat bottom right; margin-top: 10px; }
div#footer div.container div {
    color: #fff;
    font-size: 85%;
    padding-bottom: 10px;
}
div#footer div.container div.clear { padding: 0px;}
div#footer div.container a {
    color: #FFFFFF;
}
div#footer div.container a:hover {
    color: #094564;
}
#footer div.container h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: normal;
    border-bottom: #548033 1px dotted;
}
#footer div.container ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#footer div.container ul li { 
    padding: 3px;
    margin-bottom: 2px;
}
#footer div.container ul li a {
    padding: 3px;
    background: #548033;
}
#page #footer ul li a:hover { background: #fff; }
#footer p { color: #fff; font-size: 90%; }
#footer p span { font-weight: bold; }
#footer div.container span.allrights {
    color: #B4CAA4;
}

/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */
div.box {
    background: transparent url(../pics/bg-grad.gif) repeat-x bottom left; 
    padding: 10px; 
    margin-bottom: 10px;
}
div.boxborder {
    border: #E9E9E9 1px solid;
}
div.boxhighlight {
    background: #5391D0;
    color:#FFFFFF;
}
div.thumbnailbox {
    text-align: center; 
    padding: 10px 0 10px 0;
}
div.thumbnailbox img {
    padding: 3px; 
    border: #E9E9E9 1px solid; 
    margin-right: 5px; 
    margin-bottom: 5px;
}
div.thumbnailbox a:hover img {
    border-color: #094564;
}



/* *********************************************************** */
/* C1. News                                                    */
/* *********************************************************** */

/*
LIGH RED    FFE5E5
FULL BLUE   0066CC
LIGH BLUE   E5EFFA
LIGH YELL   FFFCE5
*/

/*div#fwdNewsItemWrapper0 {
    background: #9BC9E0;
    padding: 10px;
    margin-bottom: 10px;
}
div#fwdNewsItemArchiveWrapper {
    background: #FFF7C4 url(../../pics/icons/archive.gif) no-repeat 10px 12px;
    
}*/
div.fwdNewsItemWrapper {
    background: transparent url(../pics/bg-grad.gif) repeat-x bottom left; 
    padding: 10px; 
    margin-bottom: 10px;
    border: #E9E9E9 1px solid;
}
div.fwdNewsDate {
    color: #6A954A;
    font-weight: bold;
    font-size: small;
    font-size: 85%;
    padding-top: 0px;
    margin-top: 0px;
    text-align: right;
}
div.fwdNewsItemWrapper div.fwdNewsDescription,div.fwdNewsItemWrapper div.fwdNewsLinks {
    padding: 5px;
    background: #FFFFFF;
    border-top: #6A954A 1px solid;
}
/*div#fwdNewsItemWrapper0 div.fwdNewsDescription, div#fwdNewsItemWrapper0 div.fwdNewsLinks {
    background: #EBF4F9;
    border-top: #094564 5px solid;
}*/
div.fwdNewsItemWrapper div.fwdNewsLinks,div#fwdNewsItemWrapper0 div.fwdNewsLinks {
    border: 0px;
}
div.fwdNewsItemWrapper h4 {
    font-size: small;
    font-size: 140%;
    font-weight: bold;
    color: #094564;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}
h4 a {
    color: #094564;
}/*
div.fwdNewsItemWrapper h3 {
    margin: 0px;
    padding: 0px;
}
div.fwdNewsSpacer{
    clear: both;
    background: transparent;
}*/

div.newsArchiveYears {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}/*
p.fwdNewsDate {


}*/
div.fwdNewsReleased {
    margin-top: 20px;
    color: #6A954A;
    font-size: x-small;
}
div.fwdNewsXhr {
    padding-top: 4px;
    margin-top: 5px;
}
table.newsArchiveTable td {
    border-bottom: #D2DFC8 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}
table th {
    background-color: #6A954A;
    color: #FFFFFF;
    font-weight: bold;
}
table td.subheading {
    background-color: #D2DFC8;
    color: #094564;
    font-weight: bold;
}

/* *********************************************************** */
/* C2. Features                                                */
/* *********************************************************** */
.featureBox { background: #F0F4ED; padding: 10px; }
.featureBoxComm .feature { border-bottom: #B4CAA4 1px dashed; margin-bottom: 5px;}
.featureBox h4 { padding-bottom: 20px; }
.featureBox .feature .featureImage { width: 80px; float: left;  } 
.featureBoxComm .feature .featureImage { width: 120px; }
.featureBox .feature .featureImage img {
	background: #FFFFFF;
	border: #ADC59C 1px solid;
    padding: 3px;
}
.featureBox .feature .featureText { width: 645px; float: right; }
.featureBoxComm .feature .featureText { width: 605px; }
.featureBox .feature .featureText h5,.featureBoxComm .feature .featureText h4{ margin: 0px; }
.featureBoxComm .feature .featureText h4 {
    font-size: small;
    font-weight: bold;
    padding-bottom: 5px;
}
.featureBox .featureL { width: 365px; float: left; }
.featureBox .featureR { width: 365px; float: right; }

.featureBox .featureL .featureText,.featureBox .featureR .featureText {
    width: 280px;
}

/* *********************************************************** */
/* C3. Offers                                                  */
/* *********************************************************** */
div.offerBox div.offer {
    background: #EDEEF4;
    padding: 10px;
    border: #9CA3C5 1px solid;
    margin-bottom: 10px;
}
div.offerBox div.offer h5 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: medium;
    color: #4A5895;
    font-weight: bold;
}
div.offerBox div.offer div.offerText {
    margin-bottom: 10px;
}
div.offerBox div.offer div.offerDetails {
    font-size: 85%;
}
div.offerBox div.offer div.offerDetails span {
    font-weight: bold;
    color: #4A5895;
}

/* *********************************************************** */
/* C4. Events                                                  */
/* *********************************************************** */
div#fwdEventsX table td { vertical-align: top; }
td.newsHeading {
    background: #6A954A;
    color: #FFFFFF;
}
td.newsHeading table { margin: 0px; }
td.fwdEventsXHighlightToday {
    background: #D2DFC8;
    color: #FFFFFF;
}
td.fwdEventsXCalDay {
    background: #F0F4ED;
	color: #6A954A;
    font-weight: bold;
}
td.fwdEventsXCalItem {
	background: #F0F4ED;
    border-bottom: #ADC59C 1px solid;
    font-size: 12px;
}
div.fwdEventsXCalItem span.fwdEventsXCalTime {
    color: #6A954A;
    font-weight: bold;
}
div#fwdEventsX td.fwdEventsXItemDate {
    vertical-align: top;
    color: #657C74;
    font-weight: bold;
    width: 60px;
}
div#fwdEventsX td.fwdEventsXItemDetails span.fwdEventsXItemName {
    font-weight: bold;
}
div#fwdEventsX td.movePrevious, div#fwdEventsX td.moveNext {
	color: #FFFFFF;
	font-size: x-small;
	text-align: left;
}
div#fwdEventsX td.moveNext {
	text-align: right;
}
div#fwdEventsX td.movePrevious a {
	color: #FFFFFF;
    background: transparent url(../../modules/fwdEvents/pics/buttonback.gif) no-repeat 0px 0px;
	padding-left: 16px;
}
div#fwdEventsX td.moveNext a {
	color: #FFFFFF;
    background: transparent url(../../modules/fwdEvents/pics/buttonforward.gif) no-repeat top right;
	padding-right: 16px;
}
div#fwdEventsX td.fwdEventsXHeading, div#fwdEventsXRight { padding-bottom: 20px; }
div#fwdEventsX td.fwdEventsXHeading, div#fwdEventsXRight div#fwdEventsXRightHeading {
    background: #6A954A;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
}
div#fwdEventsX td.fwdEventsXSub, div#fwdEventsXRight div#fwdEventsXRightSub {
    background: #F0F4ED;
    color: #6A954A;
    font-weight: bold;
    padding: 2px;
}
div#fwdEventsXRight div.fwdEventsXRightItem div.fwdEventsXRightItemDetails {
    background: transparent url(../../pics/design/green/button.gif) no-repeat 2px 4px;
    padding-left: 18px;
    padding-top: 1px;

}
div#fwdEventsXRight div.fwdEventsXRightItem div.fwdEventsXRightItemDetails span.fwdEventsXDate {
    font-weight: bold;
    color: #6A954A;
}
div#fwdEventsXRight div.fwdEventsXRightItem div.fwdEventsXRightItemLink {
    text-align: right;
    padding-bottom: 10px;
}

div.fwdEventsXhr {
    border-top: #D2DFC8 1px solid;
    padding-top: 4px;
    margin-top: 5px;
	color: #6A954A;
}
div#fwdEventsX div.fwdEventsXDetails div.fwdEventsXText {
    padding-top: 3px;
    padding-bottom: 3px;
}
div#fwdEventsX div.fwdEventsXDetails div.fwdEventsXWarning {
    padding-top: 3px;
    padding-bottom: 8px;
    color: #FF0000;
}
/* *********************************************************** */
/* C5. Links                                                   */
/* *********************************************************** */
table.linksTable th {
    background: #F0F4ED;
    color: #6A954A;
}

/* *********************************************************** */
/* C6. Contact                                                 */
/* *********************************************************** */
div.fwdContactSet {
    padding-left: 5px;
}
div.fwdContactLabel {
    width: 140px;
    font-weight: bold;
    float: left;
    padding-top: 3px;
    height: 17px;
}
div.fwdContactInput {
    padding-bottom: 2px;
}
div.fwdContactInput input {
    width: 200px;
    border: #6A954A 1px solid;
}
div.fwdContactInput select, div.fwdContactInput textarea {
    border: #6A954A 1px solid;
}
div.fwdContactForm fieldset {
    background: #D2DFC8;
    border: 0px;
    margin-bottom: 5px;
}
div.fwdContactForm fieldset legend {
    visibility: hidden;
}
span.fwdContactRequired {
    color: #FF0000;
}
div.fwdContactInput input.fwdContactBtn {
    width: 60px;
    border: #6A954A 1px solid;
    background-color: #FFFFFF;
    color: #000000;
}
div.fwdContactInput input.fwdContactBtn2 {
    width: 50px;
    border: #6A954A 1px solid;
    background-color: #FFFFFF;
    color: #6A954A;
    font-size: 10px;
}


.contactForm fieldset {
    background: #D2DFC8;
}
.contactForm fieldset .contactSet .contactLabel { padding-top: 7px; }
.contactForm fieldset .contactSet .contactLabel label {
    padding-left: 10px;
}
.contactForm fieldset .contactSet input.button { background: #6a954A; color: #fff; }
.contactForm fieldset .contactSet input.button:focus { background: #fff; color: #6a954a; }


.directory .item {
    background: #E1EADB;
    border: #B4CAA4 1px solid;
    padding: 7px;
    margin-bottom: 10px;
    min-height: 200px;
}
.directory .item img { border: #B4CAA4 1px solid; padding: 2px; background: #fff; }
.directory .item h5 { font-size: 120%; margin: 0px; }
.directory .item p { margin: 0px; padding: 0 0 10px 0; }
.directory .item p.link { font-weight: bold; margin: 0; padding: 0; }
.directory table td.more,.directory table th.more { text-align: right;} 
#listing table { margin-top: 20px; }
#listing table td { vertical-align: top; border-bottom: #F0F4ED 1px solid; }
#listing table td.field { width: 150px; }
#listing table td ul.directoryCategories, #listing table td ul.directoryTags { list-style: none; margin: 0; padding: 0; }
#listing table td ul.directoryCategories li { background: transparent url(../../pics/content/tourism/icons/blank_sm.gif) no-repeat top left; padding: 3px 0 3px 25px;  margin-right: 5px;  } 
#listing table td ul.directoryCategories li.hotel { background: transparent url(../../pics/content/tourism/icons/hotels_sm.gif) no-repeat top left; }
#listing table td ul.directoryCategories li.bnb { background: transparent url(../../pics/content/tourism/icons/bandb_sm.gif) no-repeat top left; }
#listing table td ul.directoryCategories li.selfcatering { background: transparent url(../../pics/content/tourism/icons/selfcatering_sm.gif) no-repeat top left; }
#listing table td ul.directoryTags li { background: transparent url(../../pics/content/tags/blank.gif) no-repeat top left; padding: 3px 0 3px 70px; height: auto !important; height: 45px; min-height: 45px; width: 160px; margin: 5px 5px 5px 0; float: left;  } 
#listing table td ul.directoryTags li.clear { float: none; padding: 0; margin: 0; height: auto; min-height: 1px; background: transparent; clear: both; }
#listing table td ul.directoryTags li.tagdogs { background: transparent url(../../pics/content/tags/dogs.gif) no-repeat top left; } 
#listing table td ul.directoryTags li.tagchildren { background: transparent url(../../pics/content/tags/children.gif) no-repeat top left; } 
#listing table td ul.directoryTags li.tagwalkers { background: transparent url(../../pics/content/tags/walkers.gif) no-repeat top left; } 
#listing table td ul.directoryTags li.tagcyclists { background: transparent url(../../pics/content/tags/bike.gif) no-repeat top left; } 
#listing table td ul.directoryTags li.tagdistance { background: transparent url(../../pics/content/tags/distance.gif) no-repeat top left; } 
#listing table td span.visitWales { padding-left: 90px; color: #f00;}
#listing table td span.visitWales1 { background: transparent url(../../pics/ratings/visitwales/1.gif) no-repeat top left; }
#listing table td span.visitWales2 { background: transparent url(../../pics/ratings/visitwales/2.gif) no-repeat top left; }
#listing table td span.visitWales3 { background: transparent url(../../pics/ratings/visitwales/3.gif) no-repeat top left; }
#listing table td span.visitWales4 { background: transparent url(../../pics/ratings/visitwales/4.gif) no-repeat top left; }
#listing table td span.visitWales5 { background: transparent url(../../pics/ratings/visitwales/5.gif) no-repeat top left; }
ul.tabbedmenu {
    height: 2em;
    list-style: none;
    margin: 60px 0 0 0;
    padding: 0px;
    padding-bottom: 1px !important;
    padding-bottom: 0px;
    padding-left: 5px;
    border-bottom: #6A954A 1px solid;
}
ul.tabbedmenu li {
    background: #6A954A;
    float: left;
    margin: 0px 2px 0px 0px;
    border: #6A954A 1px solid;
}
ul.tabbedmenu li.current_page_item {
    background: #FFF;
    border-bottom: #FFF 1px solid;
}
ul.tabbedmenu li a {
    color: #fff;
    display: block;
    float: left;
    line-height: 2em;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
}
ul.tabbedmenu li.current_page_item a {
    color: #6A954A;
}
ul.tabbedmenu a:hover, ul.tabbedmenu li.current_page_item a:hover {
    background: #ADC59C;
    color: #FFFFFF;
}



div.cedyrnEvents div.eventsList div.eventGroup h3, div.cedyrnEvents div.eventDetails h3 {
    background: #4A5895;
    font-size: small;
    color: #FFFFFF;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 10px
}
div.cedyrnEvents div.eventsList div.eventGroup div.event {
    margin-bottom: 10px;
    padding: 10px;
    background: #E1EADB;
}
div.cedyrnEvents div.eventsList div.eventGroup div.event h4 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: small;
}
div.cedyrnEvents div.eventsList div.eventGroup div.event div.eventDescription {
    padding-top: 20px;
    padding-bottom: 20px;
}
div.cedyrnEvents div.eventsArchiveLink, div.cedyrnEvents div.eventsBackLink {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
    padding: 10px;
}
div.cedyrnEvents div.eventsArchiveLink a {
    background: transparent;
    padding-left: 25px;
    text-decoration: none;
}
div.cedyrnEvents div.eventsArchiveLink a:hover {
    text-decoration: underline;
}
div.cedyrnEvents div.eventDetails h3 {
    background: #4A5895;
}
div.cedyrnEvents div.eventDetails div.eventDetailsItem, div.cedyrnEvents div.eventsWarning {
    padding: 10px;
    background: #F7DEBB;
    font-weight: bold;
    color: #402B0E;
}
div.cedyrnEvents div.eventDetails div.eventDetailsItem span {
    font-weight: normal;
}
div.cedyrnEvents div.eventsWarning, div.cedyrnEvents div.eventDetails div.eventDetailsToday { background: #FFDB82; margin-bottom: 10px; }
div.cedyrnEvents div.eventDetails div.eventDetailsPast { background: #FFB99F; margin-bottom: 10px; }
div.cedyrnEvents div.eventDetails div.eventDetailsDate { background: #E1EADB; }
div.cedyrnEvents div.eventDetails div.eventDetailsStart { background: #E1EADB; }
div.cedyrnEvents div.eventDetails div.eventDetailsEnd { background: #E1EADB; }
div.cedyrnEvents div.eventDetails div.eventDetailsVenue { background: #E1EADB; }
div.cedyrnEvents div.eventDetails div.eventDetailsLink { background: #E1EADB; }
div.cedyrnEvents div.eventDetails div.eventDetailsText { background: #E1EADB; margin-top: 10px; margin-bottom: 10px; font-weight: normal; }
div.cedyrnEvents div.eventDetails div.eventDetailsInfo { background: #E1EADB; margin-top: 10px; font-weight: normal;  }
div.cedyrnEvents div.eventDetails div.eventDetailsInfo2 { background: #E1EADB; font-weight: normal; margin-top: 10px;  }
div.cedyrnEvents div.eventDetails div.eventDetailsDateList { font-weight: normal;  }
div.cedyrnEvents div.eventDetails div.eventDetailsComment { background: #E1EADB; padding-left: 30px; font-weight: normal; }
div.cedyrnEvents div.eventDetails div.eventDetailsItem ul {
    margin: 0px;
    padding: 0px;
}
div.cedyrnEvents div.eventDetails div.eventDetailsItem ul li {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}
div.cedyrnEvents div.eventDetails div.eventDetailsItem ul li a {
    display: block;
    background: transparent url(../../pics/icons/date.gif) no-repeat 0px 2px;
    text-decoration: none;
    white-space: nowrap;
}

#fwdDocuments {
    padding-top: 10px;
}
#fwdDocuments .docWrapper {
    padding-bottom: 10px;
    border-bottom: #B4CAA4 1px solid;
}
#fwdDocuments .docWrapper .docIcon {
    width: 45px;
    float: left;
}
#fwdDocuments .docWrapper .docDetails {
    float: left;
    width: 515px;
}
#fwdDocuments .docWrapper .docDetails .docTitle, .docWrapper .docDetails .docDesc {
    padding-bottom: 10px;
}
#fwdDocuments .docWrapper .docDetails .docInfo {
    font-style: italic; 
}
#fwdDocuments .docWrapper .docTitle a {
    font-weight: bold;
}

.directory .mapItem h5 { padding-right: 25px; }
.directory #mapItemX h5 { background: transparent url(../../pics/maps/points/X.png) no-repeat top right; }
.directory #mapItem1 h5 { background: transparent url(../../pics/maps/points/1.png) no-repeat top right; }
.directory #mapItem2 h5 { background: transparent url(../../pics/maps/points/2.png) no-repeat top right; }
.directory #mapItem3 h5 { background: transparent url(../../pics/maps/points/3.png) no-repeat top right; }
.directory #mapItem4 h5 { background: transparent url(../../pics/maps/points/4.png) no-repeat top right; }
.directory #mapItem5 h5 { background: transparent url(../../pics/maps/points/5.png) no-repeat top right; }
.directory #mapItem6 h5 { background: transparent url(../../pics/maps/points/6.png) no-repeat top right; }
.directory #mapItem7 h5 { background: transparent url(../../pics/maps/points/7.png) no-repeat top right; }
.directory #mapItem8 h5 { background: transparent url(../../pics/maps/points/8.png) no-repeat top right; }
.directory #mapItem9 h5 { background: transparent url(../../pics/maps/points/9.png) no-repeat top right; }
.directory #mapItem10 h5 { background: transparent url(../../pics/maps/points/10.png) no-repeat top right; }
.directory #mapItem11 h5 { background: transparent url(../../pics/maps/points/11.png) no-repeat top right; }
.directory #mapItem12 h5 { background: transparent url(../../pics/maps/points/12.png) no-repeat top right; }
.directory #mapItem13 h5 { background: transparent url(../../pics/maps/points/13.png) no-repeat top right; }
.directory #mapItem14 h5 { background: transparent url(../../pics/maps/points/14.png) no-repeat top right; }
.directory #mapItem15 h5 { background: transparent url(../../pics/maps/points/15.png) no-repeat top right; }
.directory #mapItem16 h5 { background: transparent url(../../pics/maps/points/16.png) no-repeat top right; }
.directory #mapItem17 h5 { background: transparent url(../../pics/maps/points/17.png) no-repeat top right; }
.directory #mapItem18 h5 { background: transparent url(../../pics/maps/points/18.png) no-repeat top right; }
.directory #mapItem19 h5 { background: transparent url(../../pics/maps/points/19.png) no-repeat top right; }
.directory #mapItem20 h5 { background: transparent url(../../pics/maps/points/20.png) no-repeat top right; }
.directory #mapItem21 h5 { background: transparent url(../../pics/maps/points/21.png) no-repeat top right; }
.directory #mapItem22 h5 { background: transparent url(../../pics/maps/points/22.png) no-repeat top right; }
.directory #mapItem23 h5 { background: transparent url(../../pics/maps/points/23.png) no-repeat top right; }
.directory #mapItem24 h5 { background: transparent url(../../pics/maps/points/24.png) no-repeat top right; }
.directory #mapItem25 h5 { background: transparent url(../../pics/maps/points/25.png) no-repeat top right; }
.directory #mapItem26 h5 { background: transparent url(../../pics/maps/points/26.png) no-repeat top right; }
.directory #mapItem27 h5 { background: transparent url(../../pics/maps/points/27.png) no-repeat top right; }
.directory #mapItem28 h5 { background: transparent url(../../pics/maps/points/28.png) no-repeat top right; }
.directory #mapItem29 h5 { background: transparent url(../../pics/maps/points/29.png) no-repeat top right; }
.directory #mapItem30 h5 { background: transparent url(../../pics/maps/points/30.png) no-repeat top right; }
.directory #mapItem31 h5 { background: transparent url(../../pics/maps/points/31.png) no-repeat top right; }
.directory #mapItem32 h5 { background: transparent url(../../pics/maps/points/32.png) no-repeat top right; }
.directory #mapItem33 h5 { background: transparent url(../../pics/maps/points/33.png) no-repeat top right; }
.directory #mapItem34 h5 { background: transparent url(../../pics/maps/points/34.png) no-repeat top right; }
.directory #mapItem35 h5 { background: transparent url(../../pics/maps/points/35.png) no-repeat top right; }
.directory #mapItem36 h5 { background: transparent url(../../pics/maps/points/36.png) no-repeat top right; }
.directory #mapItem37 h5 { background: transparent url(../../pics/maps/points/37.png) no-repeat top right; }
.directory #mapItem38 h5 { background: transparent url(../../pics/maps/points/38.png) no-repeat top right; }
.directory #mapItem39 h5 { background: transparent url(../../pics/maps/points/39.png) no-repeat top right; }
.directory #mapItem40 h5 { background: transparent url(../../pics/maps/points/40.png) no-repeat top right; }