﻿/* CSS Site Skins Definitions */

body
{
    margin: 0;
    padding: 0;
    background-color: #EEEEEE;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

form
{
    margin: 0;
    padding: 0;
}

input
{
    margin: 0px;
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    border: 0px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #efefef;
    background-color: #FFFFFF;
}

input[disabled]
{
    margin: 0px;
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    border: 0px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #efefef;
    background-color: #FFFFFF;
}

input.disabled
{
    margin: 0px;
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    border: 0px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #efefef;
    background-color: #FFFFFF;
}

textarea
{
    margin: 0px;
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 2px 2px 2px 2px;
    border: 1px solid #efefef;
}

table
{
    border: none 0px;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}
tr, td, th
{
    border: none 0px;
    margin: 0px;
    padding: 0px;
}

img
{
    display: block;
}


a img
{
    border: none;
}

/* ---------- HEADINGS AND TEXT ---------- */

a
{
    border: none 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin: 0px;
    font-weight: normal;
}

ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* ---- p Variations ---- */

.pLight
{
    color: #FFFFFF;
}

.pDark
{
    color: #07044F;
}

.pSmall
{
    font-size: 10px;
}

.pRed
{
    color: #ff0000;
}

/* ---- END - p Variations ---- */


/* ---- a Variations ---- */

.aLight
{
    color: #FFFFFF;
}

.aDark
{
    color: #07044F;
}

.aNavigation
{
    color: #92b1d4;
}

.aYellow
{
    color: #efeb9a;
}

.aGrey
{
    color: #424242;
}

/* ---- END - a Variations ---- */


/* ---- END - h1,2,3 Variations ---- */

h1
{
    margin: 0px;
    padding: 0;
    font-weight: bold;
    font-size: 18pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
    margin: 0px;
    font-weight: bold;
    font-size: 14pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
}

h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 2px;
}

h4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    margin: 2px;
}

.bold
{
    font-weight: bold;
}

.FooterText, .GreyText
{
    color: #d1d1d1;
    font-size: 7pt;
}

/* ---------- END - HEADINGS AND TEXT ---------- */

/* ---------- LOGO ---------- */

#logo
{
    margin-top: 15px;
    padding: 0;
    display: block;
    float: left;
    width: 179px;
    height: 92px;
    overflow: hidden;
}

#logo span
{
    display: none;
}

/* ---------- END - LOGO ---------- */

/* ---------- INPUT/FORM STYLE ---------- */

select
{
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ---------- END - INPUT/FORM STYLE ---------- */


/* ---------- LISTS ---------- */

/* -- MAIN NAV -- */
#navigationContainer ul
{
    display: inline;
    font-size: 10px;
    padding-right: 0;
}

#navigationContainer ul li
{
    list-style: none;
    display: inline-block;
    font-size: 10px;
    margin-right: 40px;
}

#navigationContainer ul a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0;
}

/* -- SUB NAV -- */
/*
#subNavigation ul
{
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#subNavigation ul li
{
    margin-right: 0;
    padding: 0px 3px 0px 7px;
    background-image: url(../images/lines/subnavDivider_1x26.gif);
    background-repeat: no-repeat;
    list-style: none;
    display: inline;
}

#subNavigation ul li.first
{
    margin-right: 0;
    padding: 0px 3px 0px 7px;
    list-style: none;
    display: inline;
    background-image: none;
}

#subNavigation ul a
{
    color: #5d5d5d;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
*/

.menu
{
    height: 30px;
    position: relative;
    font-size: 11px;
    z-index: 100;
}

.menu ul li a, .menu ul li a:visited
{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0px 7px 0px 7px;
    text-align: center;
    color: #5d5d5d;
    line-height: 20px;
    font-size: 11px;
    overflow: hidden;
    background-image: url(../images/lines/subnavDivider_1x26.gif);
    background-repeat: no-repeat;
}

.menu ul li.first a, .menu ul li.first a:visited
{
    background: none;
}

.menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul li
{
    float: left;
    position: relative;
}

.menu ul li ul
{
    display: none;
}


/* specific to non IE browsers */

.menu ul li:hover a
{
    color: #5d5d5d;
}
.menu ul li ul li
{
    width: 300px;
}
.menu ul li:hover ul
{
    display: block;
    position: absolute;
    top: 20px;
    padding-top: 1px;
    left: 0;
}

.menu ul li:hover ul li a
{
    text-align: left;
}

.menu ul li:hover ul li a.hide
{
    background: #07044f;
    color: #fff;
}

.menu ul li:hover ul li:hover a.hide
{
    background: #07044f;
    color: #FFF;
}

.menu ul li:hover ul li ul
{
    display: none;
}

.menu ul li:hover ul li a, .menu ul li:hover ul li a:visited
{
    display: block;
    background-image: url(../images/backgrounds/background.jpg);
    background-repeat: repeat-x;
    color: #000;
    border: 1px solid #FFFFFF;
    z-index: 100;
}

.menu ul li:hover ul li a:hover
{
    background-image: url(../images/backgrounds/overlayBackground.jpg);
    background-repeat: repeat-x;
    color: #FFF;
    text-decoration: underline;
    z-index: 100;
}

.menu ul li:hover ul li:hover ul
{
    display: block;
    position: absolute;
    left: 105px;
    top: 0;
    z-index: 100;
}

.menu ul li:hover ul li:hover ul.left
{
    left: -105px;
}

/* -- UPCOMING EVENTS -- */
#upcomingEvents ul
{
    display: inline;
    font-size: 10px;
}

#upcomingEvents li
{
    list-style: none;
    display: block;
    background-image: url(../images/lines/greyDivider_186x1.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}

#upcomingEvents a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    display: inline;
}

/*-- IN FOCUS -- */
#lyr1 ul
{
    display: inline;
}

#lyr1 ul li
{
    list-style: none;
    display: block;
    margin-bottom: 15px;
    background-image: url(../images/lines/whiteDivider_186x1.gif);
    background-repeat: no-repeat;
    background-position: 15px left;
    padding: 10px 0px 10px 0px;
}

#lyr1 li.first
{
    background: none;
}

#lyr1 ul a
{
    margin: 0;
    display: inline;
    padding-right: 0;
    margin-right: 0;
}

#lyr1 li img
{
    float: left;
    margin-right: 10px;
}

/* -- LATEST NEWS -- */
#lyr2 ul
{
    display: inline;
    padding-right: 0;
    margin-right: 0;
}

#lyr2 ul li
{
    list-style: none;
    display: block;
    padding-right: 0;
    margin-right: 0;
    background-image: url(../images/lines/whiteDivider_186x1.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 10px 0px 10px 0px;
}

#lyr2 a
{
    margin: 0;
    display: inline;
}


/* ---------- LISTS ---------- */


/* ---------- PAGE LAYOUT ---------- */

/*
#Header
{
    width: 100%;
    height: 122px;
    top: 0;
    left: 0;
    background-image: url(../images/backgrounds/backgroundHeader_1x122.gif);
    background-repeat: repeat-x;
    position: fixed;
    margin: 0;
    z-index: 1;
}
*/

#Header
{
    width: 100%;
    height: 122px;
    background-image: url(../images/backgrounds/backgroundHeader_1x122.gif);
    background-repeat: repeat-x;
    margin: 0;
}

#HeaderContainer
{
    width: 960px;
    height: 84px;
    display: block;
    margin: auto;
}

#navigationContainer
{
    width: 385px;
    height: 26px;
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    background-image: url(../images/backgrounds/backgroundNavigation_410x50.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 24px;
}

#loginContainer
{
    display: block;
    float: right;
    margin-right: 1px;
    width: 228px;
    height: 40px;
    background-color: #2b3d66;
    margin-top: 20px;
    padding: 5px 5px 5px 7px;
}

#cartContainer
{
    display: block;
    float: right;
    width: 120px;
    height: 30px;
    background-color: #2b3d66;
    margin-top: 20px;
    padding: 10px 5px 10px 5px;
}


#subNavigation
{
    margin: auto;
    display: block;
    width: 958px;
    height: 32px;
    background-image: url(../images/backgrounds/backgroundSubNavigation_960x42.gif);
    background-repeat: no-repeat;
    margin-top: 38px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 4px;
}

/*
#subNavigation
{
    margin: auto;
    display: block;
    width: 958px;
    height: 32px;
    background-image: url(../images/backgrounds/backgroundSubNavigation_960x42.gif);
    background-position: 1px 0px;
    background-repeat: no-repeat;
    margin-top: 38px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 4px;
}
*/

#SearchBox
{
    margin-right: 3px;
    display: block;
    float: right;
    width: 164px;
    height: 25px;
    padding: 25px 0px 0px 0px;
    text-align: right;
    vertical-align: middle;
}

#Content
{
    width: 960px;
    overflow: hidden;
    margin: auto;
    padding-top: 20px;
    clear: both;
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* hacked for chrome and safari */
    #Content
    {
        padding-top: 50px;
    }
}

/*
#Content
{
    width: 960px;
    overflow: auto;
    margin: auto;
    padding-top: 170px;
    margin-bottom: 84px;
}

#FooterWrapper
{
    width: 100%;
    height: 84px;
    display: block;
    background-color: #07044f;
    position: fixed;
    bottom: 0;
    left: 0;
}
*/

#FooterWrapper
{
    width: 100%;
    height: 84px;
    display: block;
    background-color: #07044f;
}

#FooterTextContainer
{
    margin: auto;
    display: block;
    width: 960px;
}

.FooterNav
{
    margin-top: 18px;
    width: 400px;
    display: block;
    float: left;
    text-align: left;
}

#FooterAddress
{
    margin-top: 18px;
    width: 400px;
    display: block;
    float: right;
    text-align: right;
}

/* ---------- END - PAGE LAYOUT ---------- */


/* CSS Content Layout */

.layout
{
    border-collapse: collapse;
}

.layout td
{
    height: 100%;
}

.col4singleBorder
{
    width: 239px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-left: none;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    overflow: hidden;
}

.col4singleFirst-Border
{
    width: 239px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border: 1px solid #EEEEEE;
    display: block;
    overflow: hidden;
}

.col4doubleBorder
{
    width: 479px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.col4tripleBorder
{
    width: 719px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    overflow: hidden;
}

.col4three-eightsBorder
{
    width: 359px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    overflow: hidden;
}

.col4one-thirdBorder
{
    width: 319px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    overflow: hidden;
}

/* NON-BORDER CLASSES ARE TO BE USED ON THE FINAL COLUMN OF A PAGE LAYOUT */

.col4single
{
    width: 240px;
    margin: 0;
    padding: 0;
    margin-bottom: 9px;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.col4double
{
    width: 480px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.col4triple
{
    width: 720px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.col4quad
{
    width: 960px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.col4three-eights
{
    width: 360px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.col4one-third
{
    width: 320px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}

.col4sectionTitle
{
    width: 960px;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    overflow: hidden;
}

.col4sectionTitle-singleBorder
{
    width: 239px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    overflow: hidden;
}

.col4sectionTitle-single
{
    width: 240px;
    margin: 0;
    padding: 0;
    margin-bottom: 9px;
    float: left;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
}


/* -------------------- END 4 COLUMNS -------------------- */

/* -------------------- 3 COLUMNS -------------------- */

/* BORDER CLASSES ARE NOT TO BE USED ON THE FINAL COLUMN OF A PAGE LAYOUT */

.col3format
{
}

.col3singleBorder
{
    width: 319px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: block;
}

.col3singleFirst-Border
{
    width: 319px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border: 1px solid #EEEEEE;
    display: block;
}

.col3doubleBorder
{
    width: 639px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.col3tripleBorder
{
    width: 958px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border: 1px solid #EEEEEE;
    display: block;
}

/*------- FAMB Category Select -------- */
.col3singleBorderInContainer
{
    width: 312px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: block;
}

.col3singleInContainer
{
    width: 313px;
    margin: 0;
    padding: 0;
    margin-bottom: 9px;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}


/* NON-BORDER CLASSES ARE TO BE USED ON THE FINAL COLUMN OF A PAGE LAYOUT */

.col3single
{
    width: 320px;
    margin: 0;
    padding: 0;
    margin-bottom: 9px;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.col3double
{
    width: 640px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.col3triple
{
    width: 960px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    float: left;
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

/* ---------- CELL HEIGHT DEFINITIONS ---------- */

.height175
{
    height: 175px;
}

.height285
{
    height: 285px;
}

.height350
{
    height: 350px;
}

.height370
{
    height: 370px;
}

.height700
{
    height: 700px;
}


/* -------------------- RESULTS PAGE --------------------- */

#ResultsWrapper
{
    margin: auto;
    display: block;
    width: 956px;
    background-color: #FFFFFF;
    border: 1px solid white;
    padding-top: 164px;
    margin-bottom: 85px;
}

.SearchOrganisation
{
    width: 909px;
    height: 17px;
    margin: auto;
    background-color: #ebeaf0;
    border: 1px solid #c9c7d2;
    margin-top: 9px;
    margin-bottom: 9px;
    padding: 5px;
    display: block;
}

.HeaderBox
{
    width: 920px;
    margin: auto;
    margin-top: 9px;
    margin-bottom: 9px;
    display: block;
}

.ImageContainer
{
    width: 64px;
    height: 80px;
    margin-right: 9px;
    float: left;
}

.ContentContainer
{
}

.ResultContainer
{
    width: 960px;
    padding-left: 25px;
    padding-right: 25px;
}

.ResultBox
{
    width: auto;
    margin: auto;
}

.ResultBox td
{
    padding: 2px;
}


.ResultBoxGrey
{
    background-color: #efefef;
    width: auto;
    margin: auto;
}

.AnchorBox
{
    width: 910px;
    height: 20px;
    padding: 5px;
    margin: auto;
    display: block;
}

/* -------------------- MEMBERSHIP PAGE --------------------- */

#MembershipWrapper
{
    margin: auto;
    display: block;
    width: 956px;
    background-color: #FFFFFF;
    border: 1px solid white;
    padding-top: 164px;
    margin-bottom: 85px;
}

#FormWrapper
{
    display: block;
    float: left;
    width: 400px;
    margin-left: 18px;
    background-color: #FFFFFF;
    border: 1px solid white;
    margin-right: 170px;
}

#FormWrapper .Grey
{
    background-color: #efefef;
}


#SideTableWrapper
{
    width: 309px;
    display: block;
    float: left;
    margin-top: 64px;
}

#SideTableWrapper .Grey
{
    background-color: #efefef;
}


#SideTableWrapper .Puple
{
    background-color: #77759d;
}


/* ---------- CELL STYLING ---------- */

.cartCell
{
    background-color: #07044F;
    font-size: 8pt;
}

/* CSS Site Element Definitions */

/* -------------------- LOGIN BUTTONS -------------------- */


#loginBtn, #logoutBtn {
	
	width: 37px;
	height: 21px;
	border: 1px solid #888888;
	background-image: url(../images/buttons/backgrounds/btnBGlogin_37x31.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #426a92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;

}

#loginBtn a, #logoutBtn a {

	color: #FFFFFF;
	text-decoration: none;
}

#loginInformation
{
    color: #FFFFFF;
    font-size: 7pt;
    font-weight: bold;
    line-height: 10pt;
}

#loginInformation a
{
    color: #eff19e;
}


#joinBtn {
	
	width: 37px;
	height: 26px;
	border: 1px solid #888888;
	background-image: url(../images/buttons/backgrounds/btnBGjoin_37x31.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #426a92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px 0px 0px 0px;

}

#joinBtn a  {

	color: #FFFFFF;
	text-decoration: none;

}


/* ---------- GENERAL BUTTON ----------- */

.btn {
	height:15px;
	width: 15px;
	background-image: url(../images/buttons/backgrounds/btnBGblue_1x15.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
	text-decoration: none;

}

.btnFlat {

	height: 15px;
	width: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	background-color: #757481;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
}

.btnHeight
{
    height: 20px;
}


/* ---------- HORIZONTAL RULE ---------- */

hr .HRwhite {

	border: 0px;
	width: 100%;
	background-color: #ffffff;
	height: 1px;

}

/* CSS Document */

/* ---------- JAVASCRIPT SCROLLER ---------- */


#wn {
	overflow:hidden;
	position: relative;
}

#wnLatestNews {
	overflow:hidden;
	position: relative;
}
	
	
#scrollLinks {

	margin: auto;
	height: 8px;
	margin-top: 12px;

}

#scrollLinksLatestNews {

	margin: auto;
	height: 8px;
	margin-top: 10px;

}

.InFocus {
	
	width: 219px;
	height: 330px;

}

.LatestNewsScroller {
	
	width: 219px;
	height: 210px;

}

#lyr2 {

	margin: 0;
}


.clear
{
    clear: both;
}

/* Used with all the "... Link with Image and lead In Text" formatters */
.image-with-lead-in-text
{
    float: left;
    margin-right: 10px;
}

ul.link-bullet
{
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 0 0 15px;
    margin: 0 0 0 0;
}

img.pdf-icon, img.membership-locked-icon
{
    border-style: none;
    clear: none;
    display: inline-block;
    float: none;
    margin: 0 0 0 5px;
    padding: 0;
}

.formatter-imagedisplay-left
{
    float: left;
    margin-right: 10px;
}
.formatter-imagedisplay-right
{
    float: right;
    margin-left: 10px;
}
.formatter-imagedisplay
{
    margin: 10px;
}
.formatter-imagedisplay-right
{
    float: right;
    margin-left: 10px;
}

.formatter-imagedisplay-border-left, .formatter-imagedisplay-border-right, .formatter-imagedisplay-border
{
    background: #eeeef2;
    border: 1px solid #c1bed1;
    margin-bottom: 15px;
}
.formatter-imagedisplay-border
{
    float: left;
}
.formatter-imagedisplay-border-left
{
    float: left;
    margin-right: 10px;
}
.formatter-imagedisplay-border-right
{
    float: right;
    margin-left: 10px;
}


.formatter-imagedisplay-border-left img, .formatter-imagedisplay-border-right img, .formatter-imagedisplay-border img
{
    margin: 10px;
}

/*- STANDARD STYLES FOR CELLS SIZES (3 and 4 COLUMNS) -*/

.colFormat
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.colFormat a:active, .colFormat a:visited, .colFormat a:link
{
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.colFormat a:hover
{
    text-decoration: underline;
}

.colFormat p
{
    color: #000000;
}

.col4Format
{
}
.col3Format
{
}


/* -- Article Display -- */
.fmtArticle
{
    margin: 10px 20px 10px 20px;
}

/*-------------- SPACER -------------------*/

.fmtSpacer
{
    clear: both;
}

.fmtSpacer-small
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.fmtSpacer-normal
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.fmtSpacer-large
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.fmtSpacerLine
{
    background-image: url(../images/lines/whiteDash_4x1.gif);
    background-position: center;
    background-repeat: repeat-x;
    clear: both; /*     margin-right: 5px;     margin-left: 5px; */
}

.fmtSpacerLine-small
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.fmtSpacerLine-normal
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.fmtSpacerLine-large
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/*------------- CELL BACKGROUND COLORS AND STYLES -----------------*/

.fmtBlue
{
    background-color: #07044F;
    color: #FFFFFF;
}
.fmtBlue a:hover, .fmtBlue a:active, .fmtBlue a:visited, .fmtBlue a:link, .fmtBlue p
{
    color: #FFFFFF;
}

.fmtGreen
{
    background-color: #65952F;
    color: #FFFFFF;
}
.fmtGreen a:hover, .fmtGreen a:active, .fmtGreen a:visited, .fmtGreen a:link, .fmtGreen p
{
    color: #FFFFFF;
}

.fmtGrey
{
    background-color: #83828d;
    color: #FFFFFF;
}
.fmtGrey a:hover, .fmtGrey a:active, .fmtGrey a:visited, .fmtGrey a:link, .fmtGrey p
{
    color: #FFFFFF;
}

.fmtPaleGrey
{
    background-color: #dfdfdf;
    color: #626262;
}
.fmtPaleGrey a:hover, .fmtPaleGrey a:active, .fmtPaleGrey a:visited, .fmtPaleGrey a:link, .fmtGrey p
{
    color: #626262;
}
.fmtPaleGrey .fmtSpacerLine
{
    background-image: url(../images/lines/greyDivider_186x1.gif);
}

.fmtLightGrey
{
    background-color: #9A99A4;
    color: #FFFFFF;
}
.fmtLightGrey a:hover, .fmtLightGrey a:active, .fmtLightGrey a:visited, .fmtLightGrey a:link, .fmtLightGrey p
{
    color: #FFFFFF;
}
.fmtLightGrey .fmtSpacerLine
{
    background-image: url(../images/lines/greyDivider_186x1.gif);
}

.fmtMediumGrey
{
    background-color: #B6B6B6;
    color: #626262;
}
.fmtMediumGrey a:hover, .fmtMediumGrey a:active, .fmtMediumGrey a:visited, .fmtMediumGrey a:link, .fmtMediumGrey p
{
    color: #626262;
}

.fmtDarkGrey
{
    background-color: #333333;
    color: #FFFFFF;
}
.fmtDarkGrey a:hover, .fmtDarkGrey a:active, .fmtDarkGrey a:visited, .fmtDarkGrey a:link, .fmtDarkGrey p
{
    color: #FFFFFF;
}
.fmtDarkGrey .fmtSpacerLine
{
    background-image: url(../images/lines/greyDivider_186x1.gif);
}

.fmtOrange
{
    background-color: #C66D0D;
    color: #FFFFFF;
}
.fmtOrange a:hover, .fmtOrange a:active, .fmtOrange a:visited, .fmtOrange a:link, .fmtOrange p
{
    color: #FFFFFF;
}

.fmtPurple
{
    background-color: #77759D;
    color: #FFFFFF;
}
.fmtPurple a:hover, .fmtPurple a:active, .fmtPurple a:visited, .fmtPurple a:link, .fmtPurple p
{
    color: #FFFFFF;
}
.fmtPurple .fmtSpacerLine
{
    background-image: url(../images/lines/greyDivider_186x1.gif);
}

.fmtYellow
{
    background-color: #EFF19E;
    color: #07044F;
}
.fmtYellow a:hover, .fmtYellow a:active, .fmtYellow a:visited, .fmtYellow a:link, .fmtYellow p
{
    color: #07044F;
}

/*-- White --*/
.fmtWhite
{
    background-color: #FFFFFF;
    color: #626262;
}
.fmtWhite a:hover, .fmtWhite a:active, .fmtWhite a:visited, .fmtWhite a:link, .fmtWhite p
{
    color: #626262;
}
.fmtWhite .fmtSpacerLine
{
    background-image: url(../images/lines/greyDivider_186x1.gif);
}
.fmtWhite h1, .fmtWhite h2, .fmtWhite h3
{
    color: #07044F;
}

/*-- Grey Gradient ---*/

.height175.fmtGreyGradient
{
    background-image: url(../images/backgrounds/backgroundGreyGradient_1x175.gif);
    background-repeat: repeat-x;
    color: #626262;
}

.height285.fmtGreyGradient
{
    background-image: url(../images/backgrounds/backgroundGreyGradient_1x285.gif);
    background-repeat: repeat-x;
    color: #626262;
}

.height350.fmtGreyGradient
{
    background-image: url(../images/backgrounds/backgroundGreyGradient_1x350.gif);
    background-repeat: repeat-x;
    color: #626262;
}

.height370.fmtGreyGradient
{
    background-image: url(../images/backgrounds/backgroundGreyGradient_1x370.gif);
    background-repeat: repeat-x;
    color: #626262;
}

.fmtGreyGradient a:hover, .fmtGreyGradient a:active, .fmtGreyGradient a:visited, .fmtGreyGradient a:link, .fmtGreyGradient p
{
    color: #626262;
}

/*-------------------------------------*/
/* Text Colours                        */
/*-------------------------------------*/

.txtBlue
{
    color: #07044f;
}
.txtBlue a:hover, .txtBlue a:active, .txtBlue a:visited, .txtBlue a:link, .txtBlue p
{
    color: #07044f;
}

.txtDarkGrey
{
    color: #333333;
}
.txtDarkGrey a:hover, .txtDarkGrey a:active, .txtDarkGrey a:visited, .txtDarkGrey a:link, .txtDarkGrey p
{
    color: #333333;
}

.txtGrey, .txtGreyGradient
{
    color: #83828d;
}
.txtGrey a:hover, .txtGrey a:active, .txtGrey a:visited, .txtGrey a:link, .txtGrey p
{
    color: #83828d;
}
.txtGreyGradient a:hover, .txtGreyGradient a:active, .txtGreyGradient a:visited, .txtGreyGradient a:link, .txtGreyGradient p
{
    color: #83828d;
}

.txtLightGrey
{
    color: #9a99a4;
}
.txtLightGrey a:hover, .txtLightGrey a:active, .txtLightGrey a:visited, .txtLightGrey a:link, .txtLightGrey p
{
    color: #9a99a4;
}

.txtMediumGrey
{
    color: #b6b6b6;
}
.txtMediumGrey a:hover, .txtMediumGrey a:active, .txtMediumGrey a:visited, .txtMediumGrey a:link, .txtMediumGrey p
{
    color: #b6b6b6;
}

.txtOrange
{
    color: #c66d0d;
}
.txtOrange a:hover, .txtOrange a:active, .txtOrange a:visited, .txtOrange a:link, .txtOrange p
{
    color: #c66d0d;
}
.txtPaleGrey
{
    color: #dfdfdf;
}
.txtPaleGrey a:hover, .txtPaleGrey a:active, .txtPaleGrey a:visited, .txtPaheGrey a:link, .txtGrey p
{
    color: #dfdfdf;
}
.txtPurple
{
    color: #77759d;
}
.txtPurple a:hover, .txtPurple a:active, .txtPurple a:visited, .txtPurple a:link, .txtPurple p
{
    color: #77759d;
}
.txtYellow
{
    color: #eff19e;
}
.txtYellow a:hover, .txtYellow a:active, .txtYellow a:visited, .txtYellow a:link, .txtYellow p
{
    color: #eff19e;
}

/*-- White --*/
.txtWhite
{
    color: #FFFFFF;
}
.txtWhite a:hover, .txtWhite a:active, .txtWhite a:visited, .txtWhite a:link, .txtWhite p
{
    color: #FFFFFF;
}

/*------------------------------------*/
/* Container Styling                  */
/*------------------------------------*/

.container-title
{
    clear: both;
    font-weight: bold;
}

.container-title-size-12
{
    font-size: 12px;
}

.container-title-size-14
{
    font-size: 14px;
}

.container-title-size-18
{
    font-size: 18px;
}

.container-title-left
{
    text-align: left;
}

.container-title-center
{
    text-align: center;
}

.container-title-right
{
    text-align: right;
}

.container-title-normal
{
    padding: 10px 5px 10px 5px;
}

.container-title-tall
{
    padding: 20px 5px 20px 5px;
}

.container-title-line
{
    background-image: url(../images/lines/whiteLine_186x1.gif);
    background-position: center;
    background-repeat: repeat-x;
    clear: both;
    font-size: 5px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.container-title-fmtWhite .container-title-line
{
    background-image: url(../images/lines/blueLine_186x1.gif);
}

.container-title-fmtBlue
{
    background-color: #07044f;
    color: #FFFFFF;
}

.container-title-fmtGreen
{
    background-color: #65952F;
    color: #FFFFFF;
}

.container-title-fmtGrey
{
    background-color: #83828d;
    color: #FFFFFF;
}
.container-title-fmtGrey .container-title-line
{
    background-image: url(../images/lines/greyLine_186x1.gif);
}

.container-title-fmtGreyGradient
{
    color: #07044F;
}

.container-title-fmtPaleGrey
{
    background-color: #dfdfdf;
    color: #07044f;
}
.container-title-fmtPaleGrey .container-title-line
{
    background-image: url(../images/lines/greyLine_186x1.gif);
}

.container-title-fmtLightGrey
{
    background-color: #9a99a4;
    color: #07044f;
}
.container-title-fmtLightGrey .container-title-line
{
    background-image: url(../images/lines/greyLine_186x1.gif);
}

.container-title-fmtMediumGrey
{
    background-color: #b6b6b6;
    color: #07044f;
}

.container-title-fmtDarkGrey
{
    background-color: #333333;
    color: #FFFFFF;
}
.container-title-fmtDarkGrey .container-title-line
{
    background-image: url(../images/lines/greyLine_186x1.gif);
}


.container-title-fmtOrange
{
    background-color: #C66D0D;
    color: #FFFFFF;
}


.container-title-fmtPurple
{
    background-color: #77759D;
    color: #FFFFFF;
}

.container-title-fmtYellow
{
    background-color: #EFF19E;
    color: #07044F;
}

.container-title-fmtWhite
{
    background-color: #FFFFFF;
    color: #07044F;
}
.container-title-fmtWhite .container-title-line
{
    background-image: url(../images/lines/greyLine_186x1.gif);
}

/*
.container-title-arrow
{
    clear: none;
    display: inline;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
}
*/

.container-title-arrow
{
    background-image: url(../images/arrows/arrowRight_8x12.png);
    background-repeat: no-repeat;
    background-position: center;
    clear: none;
    display: inline;
    height: 8px;
    width: 17px;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.fmtWhite .container-title-arrow
{
    background-image: url(../images/arrows/BlueArrowRight_8x12.png);
}

.container-title-fmtGreen .container-title-arrow
{
    background-image: url(../images/arrows/WhiteArrowRight_8x12.png);
}

.fmtGreyGradient .container-title
{
    color: #07044F;
}

.container-section
{
    margin: 5px 10px 5px 10px;
}

/* --- Scoller Formatting--- */
.scroll-window
{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.scroll-layer
{
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: visible;
}

.scroll-layer ul
{
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

.scroll-layer li
{
    list-style: none;
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
}

.scroll-links
{
    border: none 0px;
    clear: both;
    float: none;
    height: 28px;
    padding: 18px 0px 0px 0px;
    margin: 0px;
}

.col4single .scroll-links, .col4singleBorder .scroll-links, .col4singleFirst-Border .scroll-links
{
    /* colWidth(240) - (Containermargins(10 + 10) + (ImageWidth(12) + Margin(10) + ImageWidth(12)) / 2  */
    padding-left: 93px;
}

.col4double .scroll-links, .col4doubleBorder .scroll-links
{
    /* colWidth(480) - (Containermargins(10 + 10) + (ImageWidth(12) + Margin(10) + ImageWidth(12)) / 2  */
    padding-left: 213px;
}

.col4triple .scroll-links, .col4tripleBorder .scroll-links
{
    /* colWidth(720) - (Containermargins(10 + 10) + (ImageWidth(12) + Margin(10) + ImageWidth(12)) / 2  */
    padding-left: 333px;
}

.col4quad .scroll-links, .col3triple .scroll-links
{
    /* colWidth(960) - (Containermargins(10 + 10) + (ImageWidth(12) + Margin(10) + ImageWidth(12)) / 2  */
    padding-left: 453px;
}

.col4three-eights .scroll-links, .col4three-eightsBorder .scroll-links
{
    /* colWidth(360) - (Containermargins(10 + 10) + (ImageWidth(12) + Margin(10) + ImageWidth(12)) / 2  */
    padding-left: 153px;
}

.col4one-third .scroll-links, .col4one-thirdBorder .scroll-links, .col3single .scroll-links, .col3singleBorder .scroll-links, .col3singleFirst-Border .scroll-links
{
    /* colWidth(320) - (Containermargins(10 + 10) + (ImageWidth(12) + Margin(10) + ImageWidth(12)) / 2  */
    padding-left: 133px;
}

.col3double .scroll-links, .col3doubleBorder .scroll-links
{
    /* colWidth(640) - (Containermargins(10 + 10) + (ImageWidth(12) + Margin(10) + ImageWidth(12)) / 2  */
    padding-left: 293px;
}

.scroll-links .mouseover_up
{
    background-image: url(../images/buttons/arrows/btnScrollUp_12x8.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: none 0px;
    clear: left;
    float: left;
    height: 8px;
    padding: 0px;
    margin: 0px;
    width: 12px;
}

.scroll-links .mouseover_down
{
    background-image: url(../images/buttons/arrows/btnScrollDown_12x8.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: none 0px;
    float: left;
    height: 8px;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    width: 12px;
}


.image-layout-cell-line
{
    background-image: url(../images/lines/whiteDivider_186x1.gif);
    background-position: bottom center;
    background-repeat: repeat-x;
    height: 1px;
    margin: 0px;
}

.fmtGrey .image-layout-cell-line, .fmtPaleGrey .image-layout-cell-line, .fmtLightGrey .image-layout-cell-line, .fmtDarkGrey .image-layout-cell-line, .fmtWhite .image-layout-cell-line
{
    background-image: url(../images/lines/greyDivider_186x1.gif);
}

a:link.button, a:visited.button, a:active.button, input.button
{
    background-image: url(../images/buttons/backgrounds/btnBGblue_1x25.gif);
    background-position: top left;
    background-repeat: repeat-x;
    border: none 0px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    height: 25px;
    margin: 0;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
}

input.button
{
    padding: 0px 10px 2px 10px;
}

a:hover.button, input.button:hover
{
    color: #EFF19E;
    background-image: url(../images/buttons/backgrounds/btnBGjoin_1x25.gif);
    background-position: top left;
    background-repeat: repeat-x;
    border: none 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    height: 25px;
    margin: 0;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
}

input.button:hover
{
    padding: 0px 10px 2px 10px;
}

.membership-status-button
{
    background-image: url(../images/buttons/backgrounds/membership-status-button.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border: none 0px;
    color: #07044F;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    height: 25px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    padding: 0px 10px 2px 10px;
}


.membership-status-button-text
{
        color: #07044F;
}

table.form td, table.form th
{
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

table.form td.right, table.form th.right
{
    text-align: right;
}

table.form td.center, table.form th.center
{
    text-align: center;
}

table.form th
{
    font-weight: bold;
}

table.form .center
{
    text-align: center;
}

table.form .alt
{
    background-color: #EFEFEF;
}

/*-- Inner tables within the form will be radiobutton lists */

table.form table td
{
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

table.form .header
{
    background-color: #77759D;
    color: #FFF;
    font-weight: bold;
}

/*-- Step Grid --*/

table.grid
{
    margin: 0px 0px 0px 0px;
    border-collapse: separate;
}

table.grid tr
{
    background-color: #EFEFEF;
}

table.grid tr.alt
{
    background-color: #FFFFFF;
}

table.grid tr.divider
{
    background-color: #333333;
    color: #FFFFFF;
}

table.grid td
{
    padding: 5px;
    text-align: left;
}

table.grid td.right
{
    text-align: right;
}

table.grid td.center
{
    text-align: center;
}

table.grid th, table.grid .header td
{
    background-color: #77759D;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

table.grid th.right, table.grid .header td.right
{
    text-align: right;
}

table.grid th.left, table.grid .header td.left
{
    text-align: left;
}

/* ------ Standard Pager ---------*/


.pager-container
{
    background-color: #DFDFDF;
    border: solid 1px #B2B1B7;
    color: #000000;
    display: block;
    height: 30px;
    margin: auto;
}

.pager
{
    background-color: inherit;
    margin: 5px;
}

.pager-arrangeby
{
    clear: left;
    display: block;
    float: left;
    margin-right: 20px;
    width: auto;
}

.pager-items-per-page
{
    display: block;
    float: left;
    width: auto;
}

.pager-go-to-page
{
    clear: right;
    display: inline;
    float: right;
    margin: 0px;
    padding: 0px;
}

/*------- Course List -------*/

.course-list
{
    margin-top: 10px;
    width: 100%;
}

.course-list td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.course-list-item
{
    background-color: #EFEFEF;
}

.course-list-alt-item
{
}

.course-list-image
{
    margin: 0;
    padding: 5px;
    width: 60px;
}

.course-list-description
{
    padding-left: 10px;
}

.course-list-buttons
{
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
}

.course-list-button
{
    clear: right;
    float: right;
    margin: 3px 0px 0px 0px !important;
    width: 150px;
}

.course-detail-image
{
    border: none;
    float: left;
    margin-right: 30px;
}

/*--------- product list --------------*/

.product-list
{
}

.product-list-image
{
    margin: 0;
    padding: 10px;
    vertical-align: top;
}

/*--------------- Folder List -------------*/

.folder-list
{
    width: 100%;
}

.folder-list-title a
{
    color: Red;
    float: left;
    clear: left;
}

.folder-list-icon
{
    clear: none;
    float: left;
    margin-left: 5px;
}

.folder-list-date
{
    float: left;
    clear: left;
}

.folder-list-summary
{
    clear: left;
    float: left;
    margin-top: 10px;
    width: 100%;
}



/*---------- upcoming events --------------*/
.upcoming-event-date
{
    color: #FFFFFF;
    float: left;
    margin-top: 2px;
}

.upcoming-event-booked
{
    color: #AA0000;
    font-weight: bold;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}

.upcoming-event-nothing
{
    color: #AA0000;
    font-weight: bold;
    float: left;
    margin-top: 2px;
}

.upcoming-event-register
{
    background-color: #83828d;
    color: #FFFFFF;
    float: left;
    padding: 3px;
    margin-left: 10px;
    text-decoration: none !important;
}

.upcoming-event-name
{
    color: #EFF19E !important;
    clear: both;
    font-weight: normal !important;
    float: left;
    margin-top: 2px;
}

/*------- FMABWorkAvailableByArea --------------*/

.work-available-date
{
    font-style: italic;
}

.work-avaliable-nothing
{
    color: #AA0000;
    font-weight: bold;
}

.work-available-type
{
}

.work-available-price
{
    font-weight: bold;
}

.membership-status-button-text
{
    padding-bottom: 4px;
    padding-right: 5px;
}

.membership-status-button-status
{
    padding-bottom: 4px;
    padding-left: 5px;
    font-weight: bold;
}

/*------- Used to turn the border red on fields that are in error on a form  -------------*/

.required
{
    color: Red;
    font-weight: bolder;
    font-size: 12px;
}

.message
{
    border: #dcdcdc 1px solid;
    padding: 10px;
    background-color: #EFEFEF;
}

/* -------- Error Messages -------------*/

.errorMessage
{
    background-color: #feebeb;
    border: solid 1px #F00;
    color: #F00;
    font-weight: bold;
    margin: 5px 0px;
    padding: 10px 20px 10px 20px;
    width: auto;
}

.online-training-banner
{
    background-color: #002e62;
    background-image: url(../images/eLearningBanner.jpg);
    background-repeat: no-repeat;
    clear: both;
    display: block;
    float: left;
    height: 42px;
    width: 960px;
}

