

/* Invisible elements, mainly for accessibility */
.hidden  {
    display: none;
    width: 0px;
    height: 0px;
}

fieldset  {
    border: 0px;
}

.error  {
    color: #FF0000;
}
/* Check these - image embedding */
.cont_left_border  {
    float: left;
    clear: left;
    margin: 5px 10px 5px 0px;
    text-align: center;
    border: 1px solid black;
}
.cont_left_noborder  {
    float: left;
    clear: left;
    margin: 5px 10px 5px 0px;
    text-align: center;
}
.cont_right_border  {
    float: right;
    clear: right;
    margin: 5px 0px 5px 10px;
    text-align: center;
    border: 1px solid black;
}
.cont_right_noborder  {
    float: right;
    clear: right;
    margin: 5px 0px 5px 10px;
    text-align: center;
}
.embedimg  {
    margin: 0px 1px 1px 0px;
}
.embedcaption  {
    text-align: left;
    padding: 2px;
    font-size: 90%;
    font-weight: bold;
}
.embedTableLeft  {
    background: #FFFFFF;
    border: 1px solid black;
    float: left;
    margin: 3px;
}
.embedTableRight  {
    background: #FFFFFF;
    float: right;
    border: 1px solid black;
    margin: 3px;
    clear: right;
}
.embedNoBorderLeft  {
    background: #FFFFFF;
    float: left;
    margin: 3px;
}
.embedNoBorderRight  {
    background: #FFFFFF;
    float: right;
    margin: 3px;
}
.embedNoBorderCentre  {
    background: #FFFFFF;
    margin: 3px;
}
.embedTableCentre  {
    background: #FFFFFF;
    border: 1px solid black;
    margin: 3px;
}
.embedTableCell  {
    background: #FFFFFF;
}
.embedTitle  {
    font-size: 90%;
    color: #000000;
    font-weight: bold;
}
.embedImageCaption  {
    font-size: 100%;
}
.embedPlayersLink  {
    font-size: 80%;
    text-decoration: none;
}
.embedPlayersLink:hover  {
    font-size: 80%;
    text-decoration: underline;
}
.embedPlayersBreak  {
    font-size: 80%;
    color: #336699;
}
.embedHelpLink  {
    font-size:85%;
    color: #336699;
}


/* Check if these are being used */

.thumbleft {
    float: left;
    margin: 0 5px 5px 0;
}

.thumbright  {
    float:right;
    margin: 0 0 5px 5px;
}
/* ********** Common CSS for All HTML output ********** */
body     { font-family: Arial, Verdana, sans-serif; color: #3C3B3B; background-color: #FFF; font-size: 80%; text-align: center; }
form     { padding: 0px; margin: 0px; }
table    { font-size: 100%; }
.tablecell  { background: #CCE6E6; border: 1px solid #ffffff; border-bottom: none; border-right: none; padding: 5px; }
thead th  { background: #006699; border: 1px solid #ffffff; border-bottom: none; border-right: none; padding: 5px; color: #ffffff; }
textarea, input, select, option { font-family: Arial, Verdana, sans-serif; }
h1       { font-size: 153%; font-weight: normal; }
h2       { font-size: 136%; font-weight: bold;   }
h3       { font-size: 110%; font-weight: bold;   }
h4       { font-size: 100%; font-weight: bold; }
a        { color: #3333CC; text-decoration: none;}
a:hover  { text-decoration: underline; }
a:visited{ color: #006699; }
/* Invisible elements, mainly for accessibility */
.hidden { display: none }
.pagecontainer { }
.outerwrap { text-align: center; width: 762px; margin-left: auto; margin-right: auto; border-left: 1px solid white; }
.innerwrap { text-align: left;  width: 762px; }
/* *** Top Banner *** */
.banner      { }
.subbanner   { }
.bannerlogo  { width: 385px; float: left;}
.img_padding { vertical-align: bottom; margin-left: 4px; }
/* *** Search *** */
.search           { background: #CCCCCC; width: 128px; height: 52px; float: left;}
.search_content   { padding-left: 9px; }
.search_text      { color: #006699; font-size: 70%; padding: 0px; margin: 0px; }
.search_input     { font-size: 85%; width: 90%; height: 1.5em; padding: 0px 0px 0px 0px; margin: 0; border: 1px solid #999999; }
.smalltext        { font-size: 65%; vertical-align: top;}
a.go_text, a.go_text:visited        { color: #990000; font-size: 85%; font-weight: bold; text-decoration: none; vertical-align: bottom; margin-left: 50px; margin-bottom: 0px; }
a.go_text:hover   { text-decoration: underline;}
a.smallblue, a.smallblue:visited { color: #006699; font-size: 70%; font-weight: bold; text-decoration: none; vertical-align: top; }
a.smallblue:hover { text-decoration: underline;}
a.search_go, a.search_go:visited         { color: #990000; font-size: 85%; font-weight: bold; text-decoration: none; }
a.search_go:hover   { text-decoration: underline;}
.advsearch          { width: 100%; }
.advsearchpadded    { width: 100%; padding-bottom: 10px; }
.advsearchwidebox   { width: 100%; height: 1.5em; width: 415px; padding: 0; margin: 0;  border: solid #999999 1px; }
.advsearchlabel     { width: 25%; text-align: right; float: left; margin-right: 1em;}
.advsearchfield     { width: 65%; }
.advsearchbutton    { float: right; border: solid #999999 0px; color: #990000; background: #CCE6FF; margin-left: 3px; font-weight: bold;}
.searchpagination { margin-bottom: 10px }
.searchpagination a        { font-weight: bold; color: #006699; text-decoration: none;}
.searchpagination a:visited { font-weight: bold; color: #006699; text-decoration: none;}
.searchpagination a:hover   { font-weight: bold; color: #006699; text-decoration: underline; }
.searchpagination a.currentpage { color: #999999; }
.searchpagination a.currentpage:visited { color: #999999; }
.searchpagination a.currentpage:hover { color: #999999; text-decoration: underline; }
.searchresult { }
.searchresult a        { text-decoration: none;}
.searchresult a:visited { text-decoration: none;}
.searchresult a:hover   { text-decoration: underline; }
/* *** Left Column *** */
.leftcontent      { float: left; margin-top: 10px; width: 128px; }
.left_menu        { width: 128px; }
.red_menu         { background: #D6004B; padding: 2px 10px 2px 10px; margin-bottom: 1px; }
.black_menu       { background: #000000; padding: 2px 10px 2px 10px; margin-bottom: 1px; }
a.menu_text, a.menu_text:visited  { color: #FFFFFF;  font-size: 85%; text-decoration: none; }
a.menu_text:hover { text-decoration: underline; }
.nav-logo { padding: 4px 0 4px 0; }
/* *** New Side Menu *** */
.sideMenuPlaceholder
{ 
 background: #C6D8E6;
 margin-bottom: 2px;
 clear: both;
}
.sideMenu
{
 float: left;
 font-size: 85%;
 width: 128px; 
 background: #C6D8E6; 
}
.sideMenu ul 
{ 
 background: #FFF; 
 list-style-type: none;
 margin: 0;
 padding: 0;
}
.sideMenu li
{
 background: #C6D8E6; 
}
.sideMenu li.levelTwo,
.sideMenu li.levelThree.first,
.sideMenu li.levelFour.first
{ 
 border-top: 1px solid #FFF;
}
.sideMenu li.current.levelFour
{
 background-color: #FFF;
 
}
.sideMenu li.last.levelTwo
{
 border-bottom: 1px solid #FFF; 
 
}
.sideMenu a, a:visited
{
 color: #4C2A90;
 text-decoration: none;
 padding: 2px 0 2px 0;
}
.sideMenu a:hover
{
 text-decoration: underline;
}
.sideMenu a, .sideMenu a:visited
{
 padding-left: 10px;
 padding-right: 10px;
 display: block;
}
.sideMenu li li a, .sideMenu li li a:visited
{
 padding-left: 20px;
 padding-right: 5px;
 display: block;
}
.sideMenu li li li a, .sideMenu li li li a:visited
{
 padding-left: 30px;
 padding-right: 5px;
 display: block;
}
/* *** Top Links Bar *** */
.linksbar           { padding: 2px 0px 2px 10px; }
.linksbar a         { color: #006699; text-decoration: none; font-size: 90%; margin-right: 1em; }
.linksbar a:hover   { text-decoration: underline; }
.linksbar a:visited { color: #006699;  }
/* *** Centre Column *** */
.centrecontent { float: left; width: 504px; margin-right: 1px; background: #FFFFFF; font-size: 100%; }
.padContent    { 
    padding: 0 20px 0 20px; 
    width: 434px;
}
/* ***  Breadcrumb trail and system msg *** */
.trail             { margin: 5px 12px 5px 12px; padding-bottom: 5px; border-bottom: 1px solid #999999; font-size: 110%; }
a.breadcrumb, a.breadcrumb:visited      { color: #99CCCC; text-decoration: none; font-size: 85%}
a.breadcrumb:hover { color: #006699; }
.breadcrumb        { color: #99CCCC; }
.system_msg        { margin: 0px 12px 5px 12px; padding-bottom: 5px; color: #FF0000; }
/* *** Centre Content Blocks *** */
.block_cols         { }
.c_block_left       { float: left; border: 1px solid #999999; margin: 1px 1px 1px 1px; }
.c_block_title      { padding: 5px 10px 5px 10px; font-size: 94%; font-weight: bold; color: #FFFFFF; }
.c_block_content    { margin: 10px 10px 18px 10px; }
/* *** Coloured Centre Content Blocks *** */
.centrecontent .block  {
    clear: both;
    width: 99%;  /* Avoid rounding-related problems - and then float-drops - in IE */
}
.centrecontent .c_block_wide_1 { width: auto; margin: 1px 1px 1px 1px; background: #CCE6FF; border: 1px solid #999999; padding: 10px 10px 10px 10px;}
.centrecontent .c_block_wide_2 { width: auto; margin: 1px 1px 1px 1px; background: #D5CEDF; border: 1px solid #999999; padding: 10px 10px 10px 10px;}
.centrecontent .c_block_wide_3 { width: auto; margin: 1px 1px 1px 1px; background: #E6E6CC; border: 1px solid #999999; padding: 10px 10px 10px 10px;}
.centrecontent .homeContentPad  { width: auto; margin-left: 12px; margin-right: 12px; }
.c_block_img    { float: left; border: 1px solid #999999; margin-right: 10px; }
.block_text     {  }
.r_block_title  {
    margin: 0px;
}
.centrecontent .r_block_title  {
    margin-bottom: .5em;
}
a img  {
    border: 0px;
}
.advertSetVert  {
    text-align: center;
}
.advertSet .subText  {
    text-align: left;
}
.leftcontent .blockContent, .rightcontent .blockContent  {
    padding: 5px;
    font-size: 85%;
}
.centercontent .blockContent  {
    padding: 5px;
}
ul.noBullets  {
    list-style: none;
    margin: 0px;
    padding: 5px;
}
/***** Columns.  This is the block "columns" *****/
.columns  {
    width: 100%;
    clear: both;
}
.singleColumnContainer  {
    float: left;
}
.singleColumn  {
    border: 1px solid #999999; margin: 1px 1px 1px 1px;
}
.columnTitle  {
    padding: 5px 10px 5px 10px;
    font-size: 94%;
    font-weight: bold;
    color: #FFFFFF;
}
h3.columnTitle  {
    margin: 0px;
}
.columnDate  {
}
.columnThumb  {
}
.columnContent .bodyText {
    margin: 10px 10px 10px 10px;
}
.columnContent h1 {
    background: #E6E6CC; 
    padding: 5px 10px 5px 10px; 
    font-size: 94%; 
    font-weight: bold; 
    color: #00364A; 
    margin: 0;
}
.columnsPostBreak  {
    clear: both;
}
/***** Columns.  This is the block "columns" *****/
/* Multicontent  */
ul.multiList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.multiList li.firstColumn,
.multiList li.midColumn,
.multiList li.lastColumn  {
    float: left;
}
.multiList li.lastColumn  {
    clear: right;
    margin-right: 0;
}
.multiList li.firstColumn,
.multiList li.midColumn  {
    padding-right: 0.5em;
}
/* *** Right Column *** */
.rightcontent { float: left; width: 128px; background: #FFFFFF;}
/* *** Login Box *** */
.login_title            { color: #990000; font-weight: bold; padding-bottom: 5px;}
a.normal, a.normal:visited { color: #006699; font-size: 75%; text-decoration: none; margin-top: 0.2em}
a.normal:hover             { text-decoration: underline;}
.normaltext {font-size: 75%; }
.login_submit           { text-align: right; padding: 2px 1em 2px 0px; }
a.submit, a.submit:visited { color: #990000; font-size: 90%; font-weight: bold; text-decoration: none; padding: 0.7em 0px 0.5em 0px }
a.submit:hover          { text-decoration: underline;}
.login                  { padding-bottom: 0.5em; }
.loggedin               { font-size: 85%; }
.loggedname             { color: #990000; font-size: 85%; padding: 0.5em 0px 0.5em 0px }
/* Right column */
.dantehomecontainer { margin-top: 10px; width: 128px; float: left;  }
.micrositecontainer { width: 128px; float: left;  }
/* *** Right Blocks *** */
.r_block                { margin-top: 3px; border: 1px solid #999999;}
.r_block_content        { margin: 9px 5px 9px 5px; font-size: 85%; }
/* *** Bottom Links Bar *** */
.bottomcontainer          { margin-top: 5px; }
.bottombar                { float: left; width: 631px; background: #608EA8; padding-left: 10px; vertical-align: baseline; margin-top: 25px; margin-right: 5px;}
.bottombar a.link         { font-size: 85%; color: #FFFFFF; text-decoration: none; margin-right: 1em;}
.bottombar a.link:visited { color: #FFFFFF; text-decoration: none;}
.bottombar a.link:hover   { text-decoration: underline;}
.bspacer                  { padding-left: 20px; display: inline;}
/* *** Top of Page Link *** */
.top_of_page        { float: left; width: 80px; margin-top: 7px; }
a.largeblue, a.largeblue:visited { margin-left: 16px; border: 0px; }
a.largeblue:hover   { text-decoration: none;}
/* *** Text Formatting *** */
.blue           { color: #006699; font-size: 85%; text-decoration: none;}
a.blue          { color: #006699; font-size: 85%; text-decoration: none;}
a.blue:hover    { text-decoration: underline;}
.black          { color: #000000; font-size: 85%; text-decoration: none;}
.smallblack     { color: #000000; font-size: 75%; text-decoration: none;}
a.black         { color: #000000; font-size: 85%; text-decoration: none;}
a.black:hover   { text-decoration: underline;}
.grey           { color: #999999; font-size: 85%;}
.white, a.white, a.white:visited { color: #FFFFFF; font-size: 85%; text-decoration: none; }
.mapcontainer { padding: 2px 0px 2px 0px; }
a.mapwhite, a.mapwhite:visited   { color: #FFFFFF; text-decoration: none; }
a.mapwhite:hover    { text-decoration: underline; }
/* *** Forms *** */
div.formrow             { clear: both; padding-top: 1em; }
div.formrow label.above { width: auto; display: block; text-align: left; clear: right; }
div.formrow .blanklabel { float: left; width: 150px; text-align: right; margin-right: 1em; clear: left; }
div.formfield           { float: left; }
div.submitrow           { clear: both; text-align: center; padding: 1em 0em 1em 0em; }
fieldset                { margin: 1em 0em 1em 0em; }
.labelspan        { float: left; clear: left; text-align: right; width: 150px; margin-right: 1em; }
.labelspanmac  { float: left; text-align: right; width: 150px; }
/* *** Image Embedding *** */
.cont_left_border     { float: left;  clear: left; margin: 5px 10px 5px 0px; text-align: center; border: 1px solid #999999; }
.cont_left_noborder   { float: left;  clear: left; margin: 5px 10px 5px 0px; text-align: center; }
.cont_right_border    { float: right; clear: right; margin: 5px 0px 5px 10px; text-align: center; border: 1px solid #999999; }
.cont_right_noborder  { float: right; clear: right; margin: 5px 0px 5px 10px; text-align: center; }
.embedimg             { margin: 2px; }
.embedcaption         { text-align: left; padding: 0.5em; font-style: oblique; font-size: 75% }
/* *** Contact Directory *** */
.backto         { font-size: 85%; color: #006699}
/* *** Misc *** */
.link_container{ padding-bottom: 1em; }
.noborder      { border: 0;}
.greyborder    { border: 1px solid #999999;}
.valign        { border: 0; vertical-align: bottom; }
.aligntop      { vertical-align: top;}
.important     { color: red; }
.imgfloatleft  { float: left; margin-right: 10px; border: 0px; margin-bottom: 1px; }
.imgfloatright { float: right; margin-left: 10px; border: 0px; margin-bottom: 1px;}
/*.contentcontainer { clear: both; margin-top: 1em; margin-bottom: 1em; }*/
.contentcontainer { clear: both; }
.contentsummary   { margin-bottom: .5em; }
.contentdate      { padding-right: 1em; font-size: 80%; color: #666666; display: inline; }
.publishedDate    { padding-right: 1em; font-size: 80%; color: #666666; }
.paginationlinks { width: 100%; text-align: right; }
.sepdefault      { height: 1px; clear: both; }
.docindex        { padding-left: 0px; margin-left: 2em; border-left: 0px; }
.contentlink, .contentlink:visited { }
/* *** Diary *** */
.diaryViewBlock
{
    font-size: 85%;
    width: 100%;
}
.diaryViewBlock  a.diaryEvent,
.diaryViewBlock  a.diaryEvent:link,
.diaryViewBlock  a.diaryEvent:visited {
    display: block;  /* This must be set to "block" because the link contains a DIV */
    position: relative;
    z-index: 24;
    /*color: #000;
    background-color: #ccc;*/
    text-decoration: none;
}
.diaryViewBlock  a.diaryEvent:hover {
    z-index: 25;
    text-decoration: none;
    /*background-color: #ccc;*/
    cursor: pointer;
}
.diaryViewBlock  a.diaryEvent          span.tooltip,
.diaryViewBlock  a.diaryEvent:link     span.tooltip,
.diaryViewBlock  a.diaryEvent:visited  span.tooltip {
    display: none;
    background-color: #ccc;
}
.diaryViewBlock  a.diaryEvent:hover  span.tooltip { 
    display: block;
    position: absolute;
    top: 2em;  /* Gives the mouse a little more room to play in */
    left: 3em; 
    width: 15em;
    text-align: left;
    color: #000;
    background-color: #eee;
    margin: 0;
    padding: 3px;
    border: 1px solid #333;
}
.diaryViewBlock  a.diaryEvent  span.eventTitle {
    font-weight: bold;
}
.diaryViewBlock  a.diaryEvent  span.eventTimes {
}
.diaryViewBlock  a.diaryEvent  span.eventRepeatsUntil {
}
table.diary,
table.diary td,
table.diary th {
    color: #000;
    border-color: #999999;
    border-style: solid;
}
table.diary {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
width: 100%;
    clear: both;
}
table.diary td,
table.diary th {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFFFFF;
}
table.diary td
{
    padding: 0px;
}
/*
 *  [DanB] The width of the first column needs to be constrained so the width of the 
 *  table doesn't cause column-three to drop
 */
/*
table.diary  td.first,
table.diary  th.first {
    width: 50px;
}
*/
.diaryNav
{
    width: 100%;
    clear: both;
}
.diaryLeftNav {
    float: left;
    width: 100%;
font-size: 100%;
    text-align: left;
vertical-align: middle;
    margin: 1em 0;
}
.diaryLeftNav  .leftPart {
    float: left;
}
.diaryLeftNav  .rightPart {
    float: right;
}
/*
.diaryRightNav
{
    width: 50%;
    float: right;
    text-align: right;
}
*/
div.diaryEventColourKey {
/*
    float: left;
    width: 100%;
*/
    clear: both;  /* FF */
    margin: 1em 0;
}
.diaryNavSubmit  {
    margin-left: 4px;
}
.diarycalendar
{
    border: 1px solid black; padding: 2px;
    margin-top: 2px;
}
.diarycalendar, .diarycalendar input, .diarycalendar select
{
    font-size: 85%;
}
.diarycalendar .calendarHeading
{
    margin-bottom: 5px;
    font-weight: bold;
    color: #003366;
}
.diarycalendar  .monthNav
{
    width: 100%;
    text-align: right;
    margin: 0 0 5px 0;
    padding: 0;
}
.diarycalendar  .monthNav  input.button {
    width: 22px;
}
hr.diaryCalHr {
    clear: both;
    height: 1px;
    border: 1px solid #cce6e6;
    color: $white  /* [Prost] This stops IE rendering a bas-relief style bar without resorting to noshade="noshade" in the tag */
    border-left: 0;  /* [DanB] This stops Netscape and Mozilla rendering a little vertical bar on the left */
    border-right: 0;  /* [Prost] This stops Netscape and Mozilla rendering a little vertical bar on the right */
    border-bottom: 0;  /* [Prost] This stops Mozilla rendering a 2px high hr */
}
div.submitRow {
    text-align: right;
    margin: 0;
    padding: 5px 0 10px 0;
}
table.diarycalendarTable
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-color: #FFFFFF;
    border-style: solid;
    font-size: 90%;
}
table.diarycalendarTable td, table.diarycalendarTable th
{
    border-color: #FFFFFF;
    border-style: solid;
    margin: 0;
    padding: 1px;
    border-width: 1px 1px 0 0;
    text-align: center;
}
table.diarycalendarTable td
{
    background-color: #CCE6E6;
}
table.diarycalendarTable td.noday
{
    background-color: #FFFFFF;
}
table.diarycalendarTable td.diarycalendarToday
{
    background-color: #003366;
    color: #FFFFFF;
}
td.diarycalendarToday a, td.diarycalendarToday a:visited,  td.diarycalendarToday a:hover
{
    color: #FFFFFF;
}
/* Override default table styling in Dante */
.centrecontent table.diary th[scope="row"],
.centrecontent table.diary tbody > tr:first-child > th:first-child {
color: #000;  /* FF */
    background: #FFFFFF;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
height: auto;
}
#advancedOff, #advancedOn
{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
#advancedOff img, #advancedOn img
{
    border: 0px;
}
/*
 *  [DanB] Displaying block-style gives us more to click - the image is quite
 *  small
 */
#advancedOff  a,
#advancedOn  a {
    display: block;
    text-align: right;
}
#advancedMenu
{
    text-align: left;
}
#advancedMenu .wideselect
{
    width: 99%; 
    margin-bottom: 4px; 
}
#advancedMenu select.day
{
    width: 35px;
}
#advancedMenu select.month
{
    width: 40px;
}
#advancedMenu select.year
{
    width: 45px;
}
#advancedMenu .submitdiv
{
    width: 100%;
    text-align: right;
    margin-top: 5px;
}
/* Events */
.eventDate      { font-size: 130%; margin-bottom: 1em; font-weight: bold; }
.eventTimes     { }
.eventTitle     { font-weight: bold; }
.eventRepeat    { font-size: 80%; }
.eventVenue     { font-size: 100%;  color: #000;  font-weight: bold;  margin: 1em 0 1em 0; } 
.eventAttendees { margin-bottom: 1em; }
.eventDesc      { }
.eventNotes     { color: #666666; }
/* New upgrade styles */
.rightcontent .multiContent,
.leftcontent .multiContent,
.rightcontent .advertSet,
leftcontent .advertSet  {
    border: 1px solid #999;
}
.rightcontent .multiContent h2.blockTitle,
.leftcontent .multiContent h2.blockTitle  {
    padding: 5px 10px;
    margin: 0;
    font-size: 90%;
    font-weight: bold;
    color: #000;
}
.centrecontent .multiContent h2.blockTitle  {
    margin-top: 0;
}
/*
.partRelation  {
    display: block;
    margin-bottom: 16px;
}
*/
/* Bespoke multiContent block style */
.container  {
    border: 1px solid #999;
}
.container h2  {
    margin: 0;
    padding: 5px 10px;
    font-size: 90%;
    font-weight: bold;
    color: #000;
    background: #CCE6E6;
}
.container .blockContent  {
    font-size: 90%;
    padding: 13px 5px 0 5px;
}
.centrecontent div.multiContent  {
    /*float: left;*/  /* [DanB] Commented-out 2005-09-19 */
}
.centrecontent div.r_block  {
    float: left;
    clear: both;
    display: inline;
    width: 485px; 
    margin: 1px; 
    margin-top: 3px; 
    border: 1px solid #999999;
}
.centrecontent .padContent div.r_block  {
    float: left;
    clear: both;
    display: inline;
    width: 430px; 
    margin: 1px; 
    margin-top: 3px; 
    border: 1px solid #999999;
}
.centrecontent .block {
    padding-bottom: 0.5em;
}
/***** Calendar, Event and MultiEvent (common formatting) *****/
/*
 *  This will be formatted as a div.r_block
 *
div.calendar {
}
*/
    /*
     *  Squash everything down as much as possible
     */
    div.calendar  table {
        border-spacing: 1px;  /* "cellspacing" in old money */
        margin: 0 0 9px 0;  /* Same as north and south margin for r_block_content */
    }
        div.calendar  th,
        div.calendar  td {
            width: 16px;
            height: 16px;
            font-size: 80%;
            text-align: center;
            vertical-align: middle;
            padding: 0;  /* Hopefully, this'll override the new setting on THs at the top */
        }
        div.calendar  th.calWeek {  /* This is for the days of the week (at the top) */
            font-weight: bold;
        }
    
        div.calendar  td.day {
        }
        div.calendar  span.dateNoEvent {
        }
    
        div.calendar  td.noDay {  /* Empty cells */
        }
    div.calendar  div.monthsNavigation {
        text-align: center;
    }
        div.calendar  a.prevMonth {
        }
        div.calendar  .currentMonth {
            font-weight: bold;
        }
        div.calendar  a.nextMonth {
        }
div.multiEvent {
}
    div.multiEvent  div.searchContent {
    }
/*
 *  Don't think we'll be needing these - can't see the settings in multiEvent to switch lists on
 *
    div.multiEvent  ol.multiList,
    div.multiEvent  ul.multiList {
    }
    div.multiEvent  ol.multiList  li,
    div.multiEvent  ul.multiList  li {
    }
*/
    div.multiEvent  p.noEventText {
        font-style: italic;
    }
    div.multiEvent  div.contentdate {  /* This is for the published date, not the event date */
    }
    div.multiEvent  a.thumb {
    }
    div.multiEvent  div.eventDetails {
    }
        div.multiEvent  div.docHead,
        div.multiEvent  div.description {
            margin: 0 0 0.25em 0;
            padding: 0;
        }
        div.multiEvent  div.eventDate {
            font-size: 85%;
            font-weight: normal;
            font-style: italic;
            margin: 0 0 0.25em 0;
            padding: 0;
        }
    div.multiEvent  div.label {
    }
    div.multiEvent  div.searchResult {  /* Contains each event summary */
        clear: both;
        margin: 1em 0 0 0;
        /*padding: 0;*/
    }
    div.multiEvent  div.contentsummary {
    }
    div.multiEvent  div.paginationlinks {
    }
    div.multiEvent  hr.sepdefault {
        clear: both;
        height: 1px;
        border: 1px solid #eee;
        color: $white  /* [Prost] This stops IE rendering a bas-relief style bar without resorting to noshade="noshade" in the tag */
        border-left: 0;  /* [DanB] This stops Netscape and Mozilla rendering a little vertical bar on the left */
        border-right: 0;  /* [Prost] This stops Netscape and Mozilla rendering a little vertical bar on the right */
        border-bottom: 0;  /* [Prost] This stops Mozilla rendering a 2px high hr */
    }
    .floatedleft {
        float: left;
        margin: 0 1em 1em 0;
        padding: 0;
    }
    .floatedright {
        float: right;
        margin: 0 0 1em 1em;
        padding: 0;
    }
    div.eventThumb {
    }
/*
 *  Styled at top
 *
    div.eventDate {
    }
    span.eventTimes {
    }
    span.eventTitle {
    }
    div.eventRepeat {
    }
    div.eventVenue {
    }
    div.eventAttendees {
    }
    div.eventDesc {
    }
    div.eventNotes {
    }
*/
    div.coneventNavLinks {
        margin: 1em 0;
    }
/***** end Calendar, Event and MultiEvent *****/
/***** conEvent *****/
div.conEvent {
    clear: both;
    margin: 0 0 1em 0;
}
/*
 *  Only IE will apply this next rule.  It cures some odd positioning problems.
 */
*  html  div.conEvent {
    float: left;
    width: 100%;
}
    div.conEvent  div.thumbnail {
    }
    div.conEvent  .imgfloatleft {
        margin: 0 1em 1em 0;
    }
    div.conEvent  .imgfloatright {
        margin: 0 0 1em 1em;
    }
    div.conEvent  div.eventInfo {
    }
        div.conEvent  div.eventInfo  div.title {
            font-weight: bold;
            margin: 0 0 .5em 0;
        }
        div.conEvent  div.eventInfo  table.eventDetails {
            font-size: 100%;
            margin: 0 0 .5em 0;
            padding: 0;
            border-collapse: collapse;  /* This'll now give us a little more control over spacing */
            border: 0;
        }
            div.conEvent  div.eventInfo  table.eventDetails  th,
            div.conEvent  div.eventInfo  table.eventDetails  td {
            /*div.conEvent  div.eventInfo  table.eventDetails  tbody > tr:first-child > th:first-child {  *//* Overrides setting from site-specific sheets. */
                font-size: 85%;
                text-align: left;
                vertical-align: top;
                color: #000;
                background: #fff;
                margin: 0;
                padding: 0;
                border: 0;
            }
            div.conEvent  div.eventInfo  table.eventDetails  th {
                padding-right: 1em;
            }
        div.conEvent  div.eventInfo  div.description {
            font-size: 85%;
        }
/***** end conEvent *****/
div.login  form  p.important {
    font-size: 80%;
    color: #fff;
    margin: .5em 0;
}
/* ********** EUMED Site Only ********** */
.search_text      { color: #00008F; font-size: 70%; padding: 0px; margin: 0px; }
a.smallblue, a.smallblue:visited { color: #00008F; font-size: 70%; font-weight: bold; text-decoration: none; vertical-align: top; }
a, a.normal        { color: #00008F; text-decoration: none;}
/* *** Left Column *** */
.sideMenuPlaceholder { background: #EE353B; }
.sideMenu       { background: #EE353B; }
.sideMenu li    { background: #EE353B }
.sideMenu a, .sideMenu a:visited    { color: #FFF }
.sideMenu li.current.levelFour a, .sideMenu li.current.levelFour a:visited { color: #00008F; }
.left_active, .left_active:visited         { color: #EE353B; font-size: 85%; }
/* *** Top Banner *** */
.bannerimg   { width: 249px; height: 49px; float: left; text-align: right; }
/* *** Top Links Bar *** */
.linksbar a         { color: #FFF; text-decoration: none; font-size: 90%; margin-right: 1em; }
.linksbar a:visited { color: #FFF;  }
.topmenu          {  }
.linkscontainer   { margin-top: 10px; width: 506px; background: #EE353B; float: left; }
.sitemapcontainer { width: 128px; min-height: 17px; _height: 19px; border-bottom: 1px solid #FFFFFF; background: #F98A8D; text-align: center; font-size: 85%; float: left; }
a.mapwhite, a.mapwhite:visited   { color: #FFF; text-decoration: none; }
/* ***  Breadcrumb trail *** */
.active, .active:visited          { color: #E92228; font-size: 85%; }
/* *** Centre Content Blocks *** */
.c_block_container  { width: 100%; background: #EE353B; }
.centrecontent .c_block_eum_wide1  { width: auto; margin: 1px 1px 1px 1px; background: #A6D9FF; border: 1px solid #999999; padding: 10px 10px 10px 10px;}
.centrecontent .c_block_eum_wide2  { width: auto; margin: 1px 1px 1px 1px; background: #FFEDA6; border: 1px solid #999999; padding: 10px 10px 10px 10px;}
/* *** Login Box *** */
.login              { margin-top: 2px; padding-top: 8px; padding-left: 10px; background: #F69A9D;}
/* *** Right Blocks *** */
.r_block_title      { padding: 5px 10px 5px 10px; font-size: 90%; background: #F98A8D; font-weight: bold; color: #000000;}
.black_menu a.menu_text, .red_menu a.menu_text { color: #FFF; }
/* *** Contact Directory *** */
.plainbutton    { font-size: 100%; font-weight: bold; width: 75px; background: #F98A8D; color: #990000; border: 2px solid #ffffff;}
.contactheading { font-weight: bold; background: #006699; color: #F98A8D; font-size:75%; padding: 5px}
.contactcell    { font-weight: bold; background: #F98A8D; color: #000000; font-size:75%; padding: 5px}
.normalTable { border: 0px solid #ffffff}
/*.tablecell { background: #F98A8D; border: 1px solid #ffffff; padding: 5px}
.tableleftheader { background: #EE353B; border: 1px solid #ffffff; border-bottom: none; border-right: none; padding: 5px; color: #ffffff}
.tabletopheader { background: #006699; border: 1px solid #ffffff; border-bottom: none; border-right: none; padding: 5px; color: #ffffff} |
.centrecontent th { background: #006699; border: 1px solid #ffffff; border-bottom: none; border-right: none; padding: 5px; color: #ffffff}
.centrecontent th[scope="row"]  { background: #99CCFF; border: 1px solid #ffffff; border-bottom: none; border-right: none; padding: 5px; color: #ffffff }
.centrecontent tbody > tr:first-child > th:first-child  { background: #CCE6FF; }*/
/* New update styles */
.rightcontent .multiContent h2.blockTitle,
.leftcontent .multiContent h2.blockTitle    {
    background: #F98A8D;
}
.columnContent h1  {
    background-color: #F69A9D;
}
.container h2  {
    background: #F98A8D;
}
/*
 *  Override default colours
 */
/*
.bottombar                { background-color: #EE353B; }
*/
/*
 *  These should be the same as the .linksbar anchors
 */
/*
.bottombar a.link         { color: #00008F; }
.bottombar a.link:visited { color: #00008F; }
*/
/***** Calendar styling, EUMEDCONNECT-pub-specific *****/
        div.calendar  td.cellsNoEvents {
            color: black;
            background-color: #F98A8D;
        }
        div.calendar  td.cellsSomeEvents {
            color: white;
            background-color: #EE353B;
        }
/*
 *  Might also have to change link colours
 */
/***** end Calendar styling, EUMEDCONNECT-pub-specific *****/
/* New table styles */
.borderlessTableCell,
.tablecell  {
    background: #F98A8D;
    border: 1px solid #ffffff;
    padding: 5px
}
th[scope="row"]  {
    background: #EE353B;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-right: none;
    padding: 5px;
    color: #ffffff;
}
.tableleftheader  {
    background: #EE353B;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-right: none;
    padding: 5px;
    color: #ffffff;
}
th[scope="col"]  {
    background: #006699;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-right: none;
    padding: 5px;
    color: #ffffff;
}
.tabletopheader  {
    background: #006699;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-right: none;
    padding: 5px;
    color: #ffffff;
}

