﻿a
{
    text-decoration: none;
}

a:visited
{
    color: inherit;
}


a img
{
    border: 0;
}

a
{
    outline: none;
}

select
{ *font-family:Tahoma!important;
}


/*Light Box Stuff */
#jquery-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
}
#jquery-lightbox a img
{
    border: none;
}
#lightbox-container-image-box
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image
{
    padding: 25px 10px 10px 10px;
}
#lightbox-loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav
{
    left: 0;
}
#lightbox-nav a
{
    margin-top: 25px;
    outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev
{
    left: 0;
    float: left;
}
#lightbox-nav-btnNext
{
    right: 0;
    float: right;
}
#lightbox-container-image-data-box
{
    background-color: #fff;
    margin: 0px auto;
    overflow: auto;
    width: 100%;
    padding: 0px 10px 10px 10px;
    z-index: 200;
}

#lightbox-container-image-data
{
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details
{
    width: 100%;
    float: left;
    text-align: left;
}

#lightbox-image-details-currentNumber
{
    display: block;
    margin-top: 10px;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose
{
    position: absolute;
    float: right;
    padding-bottom: 0.7em;
    top: 6px;
    width: 16px;
    right: 8px;
    cursor: pointer;
}

#gallery
{
    margin-left: 20px;
    border-collapse: collapse;
    width: 672px;
}

#gallery a img
{
    border: 0;
}

#gallery td
{
    width: 33%;
    text-align: center;
    height: 180px !important;
    padding-left: 24px;
    padding-right: 24px;
}

#gallery td.stack
{
	background-image: url(../Images/ImageLibraryStackBackground.gif);
	background-position:24px 1px;
	background-repeat:no-repeat;
}

#gallery td div.ImageContainer
{
    height: 95px;
    overflow: hidden;
    position:relative;
}

img.MagnifyingGlass
{
	position:absolute;
}


#gallery td div.Caption
{
    width: 162px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    text-align: left;
    height: 38px;
}

/*** PHOTO GALLERY TERMS POPUP ***/

#jquery-overlay2
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    display: none;
}

#jquery-overlay-background
{
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#jquery-Terms
{
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    display: none;
}
#jquery-Terms a img
{
    border: none;
}

#lightbox-container-terms-box
{
    position: relative;
    background-color: #fff;
    width: 580px;
    margin: 0 auto;
    padding-top: 20px;
}

#lightbox-container-terms-box table
{
    width: 100%;
    border-collapse: collapse;
}

#lightbox-container-terms-box table td
{
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

div#TermsContainer
{
    text-align: left;
}

a.lightboxLink
{
    color: blue;
    cursor: pointer;
}


/**********************/

body
{
    font-family: Tahoma;
    margin-top: 0;
}

/*** FOREGROUND COLOURS ***/

.lightGreen
{
    color: #99CC00 !important;
}

.darkGreen
{
    color: #006600 !important;
}

.black
{
    color: #000000 !important;
}

.darkGrey
{
    color: #666666 !important;
}

.darkGrey2
{
    color: #999999 !important;
}

.midGrey
{
    color: #CCCCCC !important;
}

.lightGrey
{
    color: #F6F5E0 !important;
}

.error
{
    color: #FF0000 !important;
}

/*** BACKGROUND COLOURS ***/

.lightGreenBackground
{
    background-color: #99CC00 !important;
}

.darkGreenBackground
{
    background-color: #006600 !important;
}

.blackBackground
{
    background-color: #000000 !important;
}

.darkGreyBackground
{
    background-color: #666666 !important;
}

.darkGrey2Background
{
    background-color: #999999 !important;
}

.midGreyBackground
{
    background-color: #CCCCCC !important;
}

.lightGreyBackground
{
    background-color: #F6F5E0 !important;
}

.lightGreyImageBackground
{
	background-image: url(../Images/lightGreyImageBackground.png);
	background-position:top left;
	background-repeat:repeat;
}

.errorBackground
{
    background-color: #FF0000 !important;
}

.whiteBackground
{
	background-color:#FFFFFF !important;
}

/*** BORDER COLOURS ***/

.lightGreenBorder
{
    border-color: #99CC00 !important;
}

.darkGreenBorder
{
    border-color: #006600 !important;
}

.blackBorder
{
    border-color: #000000 !important;
}

.darkGreyBorder
{
    border-color: #666666 !important;
}

.darkGrey2Border
{
    border-color: #999999 !important;
}

.midGreyBorder
{
    border-color: #CCCCCC !important;
}

.lightGreyBorder
{
    border-color: #F6F5E0 !important;
}

.errorBorder
{
    border-color: #FF0000 !important;
}

/*** TEXT STYLES ***/

.mainHeadline
{
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 4.2px;
    color: #000;
}

.headline, .messages
{
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.subHeadline
{
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

.popup
{
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.9px;
}

.bodyText
{
    font-size: 11px;
    line-height: 15px;
    color: #666666;
}

.firstParagraph
{
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}

.smallText
{
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 1.8px;
    color: #666666;
}

.smallText2Light
{
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.9px;
    color: #666666;
}

.smallText2Dark
{
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.9px;
    color: #000;
}

.boxHeader
{
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 2.2px;
    color: #666666;
}

.score
{
    font-size: 15px;
    color: #666666;
}

.imageGalleryCaption
{
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 2.2px;
    color: #000;
}

.leftColumnMenu
{
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.1px;
    color: #666666;
}

.leftColumnMenuUpper
{
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.1px;
    color: #666666;
}

.leftColumnMenu a, .leftColumnMenuUpper a
{
    color: #666666;
}

.leftColumnMenu a:hover, .leftColumnMenuUpper a:hover
{
    color: #006600;
}

.leftColumnMenu a:active, .leftColumnMenuUpper a:active, .leftColumnMenu a.current, .leftColumnMenuUpper a.current
{
    color: #000000 !important;
}

.resultsHeading
{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.4px;
    color: #000;
}

td.resultsHeading
{
	  font-size: 11px !important;
    line-height: 15px !important;
    letter-spacing: 1.1px !important;
    text-align:left;
}

.results
{
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.1px;
    color: #000;
}

.quote
{
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #666666;
}

#wrapper
{
    width: 1028px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#wrapperLeft
{
    width: 50px;
    height: 215px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow:hidden;
}

#wrapperRight
{
    width: 50px;
    height: 215px;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow:hidden;
}

#content
{
    background-image: url(../Images/contentBackground.png);
    background-repeat: repeat-y;
    margin-top: 2px;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 50px;
    padding-right: 45px;
}

/* Shadowed boxes */

div.pagecontent_rightshadow
{
	background-repeat:repeat-y;
	background-position: right top;
	width:933px;
	position:relative;
	background-image: url(../Images/boxShadowOnBeige_Right.jpg);
	clear:both;
}

div.pagecontent_rightshadow div.top_right
{
	position:absolute;
	top:0px;
	right:0px;
	width:5px;
	height:6px;
	line-height:6px;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	background-image: url(../Images/boxShadowOnBeige_TopRight.jpg);
}

div.pagecontent_footer
{
	position:relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:7px;
	background-image: url(../Images/boxShadowOnBeige_Bottom.jpg);
	width:100%;
}

div.pagecontent_footer div.bottom_left
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:7px;
	height:7px;
	line-height:7px;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	font-size:1px;
	background-image: url(../Images/boxShadowOnBeige_BottomLeft.jpg);
}

div.box_wrapper
{
	float:left; 
	display:inline;
	background-repeat:repeat-y;
	background-position: right top;
	position:relative;
}

div.box_wrapper_on_white
{ 
	background-color:#FFFFFF;
	background-image: url(../Images/boxShadowOnWhite_Right.jpg);
}

div.box_wrapper_on_beige
{
	background-color:#F6F5E0;
	background-image: url(../Images/boxShadowOnBeige_Right.jpg);
}

div.box_wrapper_footer
{
	float:left; 
	display:inline;
	position:relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:7px;
}

div.box_wrapper_on_beige div.box_wrapper_footer
{
	background-image: url(../Images/boxShadowOnBeige_Bottom.jpg);
}

div.box_wrapper_on_white div.box_wrapper_footer
{
	background-image: url(../Images/boxShadowOnWhite_Bottom.jpg);
}

div.box_wrapper div.top_right
{
	position:absolute;
	top:0px;
	right:0px;
	width:5px;
	height:6px;
	line-height:6px;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
}

div.box_wrapper_on_beige div.top_right
{
	background-image: url(../Images/boxShadowOnBeige_TopRight.jpg);
}

div.box_wrapper_on_white div.top_right
{
	background-image: url(../Images/boxShadowOnWhite_TopRight.jpg);
}

div.box_wrapper div.bottom_left
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:7px;
	height:7px;
	line-height:7px;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	font-size:1px;
}

div.box_wrapper_on_beige div.bottom_left
{
	background-image: url(../Images/boxShadowOnBeige_BottomLeft.jpg);
}

div.box_wrapper_on_white div.bottom_left
{
	background-image: url(../Images/boxShadowOnWhite_BottomLeft.jpg);
}

div.box_wrapper .small_content, div.box_wrapper .large_content
{
   margin-right:5px;
}

/* end shadowed boxes */

#homepage_left
{
    width: 174px;
    float: left;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    margin-right:5px;
    display:inline;
}

#centre
{
    width: 536px;
    float: left;
    background-color: #FFF;
    padding: 0;
    border-width: 0px;
    border-style: solid;
}

#wide_centre
{
    width: 730px;
    float: left;
    background-color: #FFF;
    padding: 0;
    border-width: 0px;
    border-style: solid;
}

#homepage_centre
{
    width: 446px;
    /*height: 486px;*/
    float: left;
    display:inline;
    background-color: #000;
    padding-left: 44px;
    padding-right: 44px;
    border-width: 0px;
    border-style: solid;
    /*overflow:hidden;*/
    margin-right:5px;
}

.homepage_centre
{
    border-width: 1px !important;
}

#homepage_right
{
    width: 176px;
    float: right;
}

.small_content, .large_content
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFF;
}

.small_content
{
    width: 174px;
}

.column_header
{
    background-image: url(../Images/column_header.png);
    text-align: center;
    height: 23px;
    line-height: 15px;
    padding-top: 7px;
    width:100%;
    float:none;
}

.column_header_large
{
    background-image: url(../Images/column_header_large.png);
    text-align: center;
    height: 53px;
    line-height: 15px;
    padding-top: 7px;
}

.small_column_inner_content, .large_column_inner_content
{
    padding-left: 14px;
    padding-right: 14px;
}

.small_column_inner_content
{
    width: 146px;
}

.large_column_inner_content
{
    padding-top: 12px;
    padding-bottom: 16px;
}

.centre_inner_content
{
    padding: 10px;
}

.imageCaption
{
    background-color: #CCCCCC;
    line-height: 30px;
    padding: 0px 5px 0px 5px;
}

#pagecontent
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right:5px;
}

#left
{
    margin-left: 15px;
    width: 181px;
    float: left;
    display: inline;
}

#right
{
    width: 174px;
    margin-right: 20px;
    float: left;
}

.listItem
{
    width: 448px;
    margin-left: 43px;
    margin-bottom: 28px;
}

.listItemWide
{
    width:644px;
}

.listItem .headline
{
}

.listItem a
{
    text-decoration: none;
    color: #006600;
}

.listItem a:hover
{
    background-color: #CCCCCC;
    color: #006600;
}

.listItem a:active
{
    background-color: Transparent;
    color: #000000;
}

.searchResultHighlight
{
    background-color: #F6F5E0;
    color: #000000;
}

#footerControls
{
    height: 48px;
    background-image: url(../Images/footerBall.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-bottom: 39px;
}

.footerControlLeft
{
    float: left;
}

.footerControlRight
{
    float: right;
}

#footerControls a, #calendarHeader a
{
    /*line-height: 48px; 	height: 48px;*/
}

.button
{
    padding: 2px;
    line-height: 15px;
    font-size: 9px;
    cursor: pointer;
}

.button:hover
{
    background-color: #CCCCCC;
}

input.button:hover
{
    background-color: Transparent;
}

.button:active
{
    background-color: Transparent;
    color: #000000 !important;
}

a span.smallRightArrow
{
    background-position: right bottom;
    background-image: url(../Images/SmallArrowRight.gif); *position:relative;
*top:2px;
_top:1px;
}

a:hover span.smallRightArrow
{
    background-image: url(../Images/SmallArrowRightOver.gif);
}

a:active span.smallRightArrow
{
    background-image: url(../Images/SmallArrowRight.gif);
}

.smallRightArrow
{
    padding-right: 15px !important;
    background-image: url(../Images/SmallArrowRight.png);
    background-position: right center;
    background-repeat: no-repeat; *display:inline-block;
}

.smallRightArrow:hover
{
    background-image: url(../Images/SmallArrowRightOver.png); *background-image:url(../Images/SmallArrowRightOver.gif);
}

.smallRightArrow:active
{
    background-image: url(../Images/SmallArrowRight.png); *background-image:url(../Images/SmallArrowRight.gif);
}

.smallRightArrowWhite
{
    padding-right: 15px !important;
    background-image: url(../Images/SmallArrowRightWhite.png);
    background-position: right center;
    background-repeat: no-repeat; *display:inline-block;
}

.smallRightArrowWhite:hover
{
    background-image: url(../Images/SmallArrowRightOver.png); *background-image:url(../Images/SmallArrowRightOver.gif);
}

.smallRightArrowWhite:active
{
    background-image: url(../Images/SmallArrowRightWhite.png); *background-image:url(../Images/SmallArrowRightWhite.gif);
}


.smallLeftArrow
{
    padding-left: 15px !important;
    background-image: url(../Images/SmallArrowLeft.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.smallLeftArrow:hover
{
    background-image: url(../Images/SmallArrowLeftOver.png);
}

.smallLeftArrow:active
{
    background-image: url(../Images/SmallArrowLeft.png);
}

.bigRightArrow
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../Images/BigArrowRight.png);
    padding-right: 15px !important;
    background-position: right center;
    background-repeat: no-repeat; *display:inline-block;
*background-position:rightbottom;
line-height:15px;
}

.bigRightArrow:hover
{
    background-image: url(../Images/BigArrowRightOver.png);
}

.bigRightArrow:active
{
    background-image: url(../Images/BigArrowRight.png);
}

.bigLeftArrow
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../Images/BigArrowLeft.png);
    padding-left: 15px !important;
    background-position: right center;
    background-repeat: no-repeat; *display:inline-block;
*background-position:rightbottom;
line-height:15px;
}

.bigLeftArrow:hover
{
    background-image: url(../Images/BigArrowLeftOver.png);
}

.bigLeftArrow:active
{
    background-image: url(../Images/BigArrowLeft.png);
}

.headerText
{
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 2.2px;
    color: #666666;
}

.headerLink
{
    padding: 0;
    padding-right: 2px;
    font-size: 11px !important;
        letter-spacing: 2.2px;
    color: #666666;
    white-space:nowrap;
}

.bigTextLink
{
    font-size: 11px;
    letter-spacing:2.2px;
    color: Black;
    padding: 2px;
}

.bigTextLink:hover
{
    color: #006600;
    background-color: #CCCCCC;
}

.bigTextLink:active
{
    color: #000000;
    background-color: Transparent;
}


input.button
{
    background-color: #fff;
    border: 0;
    padding-left: 0;
    font-family: tahoma;
    text-align: left;
}

.sideMenu
{
    color: #666666;
}

.sideMenu:hover
{
    color: #006600;
}

.sideMenu:active
{
    color: #000;
}

.alignWithLinks
{
    padding-left: 2px;
}

.contentBlock
{
    margin-top: 20px;
    clear:both;
}

.contentBlock img.left, img.left
{
    float: left;
    margin-right: 18px;
}


.contentBlock img.right, img.right
{
    float: right;
    margin-left: 18px;
}

.contentBlock img.center
{
}

/* header styling */

#header
{
    width: 1028px;
    margin: 0 auto;
    position: relative;
}

#HeaderSearchContainer
{
    height: 83px;
    width: 100%;
    background-repeat: repeat-x;
    border-bottom:1px solid #CCCCCC;
}

div#loginContainer
{
    position: absolute;
    top: 13px;
    right: 59px;
}

div#loginContainer table td
{
    padding: 2px;
}

div#SearchContainer
{
    width: 350px;
    position: absolute;
    top: 16px;
    left: 59px;
}

div#LanguageContainer
{
    width: 350px;
    text-align: left;
    position: absolute;
    top: 51px;
    left: 60px;
}

#TeamsContainer
{
    width: 100%;
    height: 129px;
    position: relative;
    text-align: center;
    border-bottom:1px solid #CCCCCC;
}

#ECALogoContainer
{
    width: 123px;
    height: 191px;
    position: absolute;
    bottom: 0px;
    left: 453px;
}

#slider
{
    margin: 0 auto;
    position: relative;
    width: 901px;
}

.scrollButtons
{
    float: left;
    margin: 56px 0px 0px 0px !important; *margin:55px0px0px0px!important;
cursor:pointer;
padding: 0px 0px 0px 0px;
}

.scroll
{
    height: 129px;
    overflow: hidden;
    position: relative; /* fix for IE to respect overflow */
    width: 885px;
    float: left;
}

.scrollContainer div.panel
{
    width: 873px;
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
    overflow:hidden;
    height:90px;
    float:left;
}

a.pCL
{
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 40px;
}

div.clubPopup
{
    position: absolute;
    display: none;
    top: 113px;
    width: 244px;
    z-index: 200;
    padding-top:29px;
    background-image: url(../Images/popup_top.png);
    background-repeat:no-repeat;
    background-position:left top;
}

div.clubPopup img.menuPopupArrowUp
{
	position:absolute;
	top:0px;
	left:99px;
}

div.clubPopup div
{
    width: 216px;
    padding: 10px 18px 10px 10px;
    font-size: 11px;
    text-align:center;
    background-image: url(../Images/popup_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	color: #666666 !important;
    
}

div.clubPopup span.clubPopupFooter
{
	width:244px;
	height:18px;
	display:block;
	 background-image: url(../Images/popup_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
}

div.clubPopup div table div
{
	padding:0px;
	background:none;
}

div.clubPopup table
{
    width: 100%;
    border-collapse: collapse;
}

div.clubPopup table td table td
{
    border-bottom: none;
    padding: 5px 0px 5px 0px;
}

div.clubPopup table td table
{
    width: 180px !important;
}

div.clubPopup table td
{
    padding: 5px;
    border-bottom-width:1px;
    border-bottom-style:solid;
}

div.leftLocationPopup, div.rightLocationPopup
{
    position: absolute;
    display: none;
    top: 105px;
    width: 233px;
    background-image: url(../Images/popupsmall_top.png);
    background-repeat:no-repeat;
    background-position:left top;
    padding-top:29px;
}

div.leftLocationPopup
{
	background-position: 14px top;
}

div.leftLocationPopup div, div.rightLocationPopup div
{
	width: 204px;
    font-size: 11px;
    text-align:center;
    background-image: url(../Images/popupsmall_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0px 10px 0px 10px;
}

div.leftLocationPopup div
{
    margin-left:14px;
}

div.leftLocationPopup img.MenuPopupArrow
{
    position:absolute;
	left:0px;
	top:40px;
}

div.rightLocationPopup img.MenuPopupArrow
{
	position:absolute;
	right:0px;
	top:40px;
}

div.leftLocationPopup table, div.rightLocationPopup table
{
	width:194px;
	border-collapse:collapse;
}

div.leftLocationPopup span.locationPopupFooter, div.rightLocationPopup span.locationPopupFooter
{
	width:224px;
	height:18px;
	display:block;
	 background-image: url(../Images/popupsmall_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
}

div.leftLocationPopup span.locationPopupFooter
{
	margin-left:14px;
}

div.leftLocationPopup table td, div.rightLocationPopup table td
{
    padding: 5px;
    font-size:11px;
}

div.panelSpacer
{
    float: left;
    width: 137px;
    height: 40px;
}

table.ResultsTable tr td
{
    border-bottom: none;
    text-align: center;
    width: 33%;
}
input.TextBox
{
    border: 1px solid #666666;
    width: 111px;
    float: left;
    height: 15px; *height:17px;
padding-left:3px;
font-size:11px;
padding-top:3px;
*padding-top:1px;
font-family:Tahoma;
}

textarea.TextBox
{
    border: 1px solid #666666;
    padding-left: 3px;
    font-family: Tahoma;
}

img.TextBoxEdge
{
    float: left;
    height: 21px;
}



#menu
{
    height: 28px;
    text-align: center;
     padding-top: 12px;
}


#menu a.topLevel
{
    font-size: 11px;
    letter-spacing:2.2px;
   
    padding-bottom: 5px;
    width: 113px;
    -moz-box-pack: center;
    display: -moz-inline-box;
    display: inline-block;
    background-image: url(../Images/MenuBorderBottom.png);
    background-position: center 16px;
    
    background-repeat: no-repeat;
    color: #666666 !important;
}

#menu a.topLevel:hover, #menu a.selected
{
    background-image: url(../Images/MenuBorderBottomOver.png);
    color: #006600 !important;
}

#menu a.topLevel:active, #menu a.pressed
{
    background-image: url(../Images/MenuBorderBottomDown.png) !important;
    color: #000000 !important;
}

#menu a.pressed:hover
{
    color: #000000 !important;
}

div.SubMenu
{
    display: none;
    position: absolute;
    top: 253px;
    width: 244px;
    text-align: left; 
    z-index: 200;
    padding-top:29px;
    background-image: url(../Images/popup_top.png);
    background-repeat:no-repeat;
    background-position:left top;
}

div.SubMenu div
{
    width: 216px;
    padding: 10px 18px 10px 10px;   
    background-image: url(../Images/popup_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
}

div.SubMenu span.menuPopupFooter
{
	width:244px;
	height:18px;
	display:block;
	 background-image: url(../Images/popup_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
}

div.SubMenu img.menuPopupArrowUp
{
	position:absolute;
	top:0px;
	left:24px;
}

div.SubMenu ul
{
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 8px;
    margin-left: 0px;
}

li.expanded
{
    display: list-item;
}

ul.expanded
{
    display: block;
}

li.collapsed, ul.collapsed
{
    display: none;
}

div.SubMenu a
{
    font-size: 9px;
    padding: 2px;
}

div.SubMenu a:hover
{
    background-color: #CCCCCC;
}

a.expandButton
{
    width: 20px;
    -moz-box-pack: center;
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

a.expandButton:hover
{
    background-color: transparent !important;
}

a.clubLocation
{
    position: absolute;
    cursor: pointer;
}

#BreadcrumbsContainer
{
	background-image: url(../Images/breadcrumbsBackground.jpg);
	background-repeat:repeat-y;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
}

#BreadcrumbsContainer table
{
    border-collapse: collapse;
    width: 100%;
}

#BreadcrumbsContainer table td
{
    padding-top: 0px;
    padding-bottom: 0px;
}

div#Sitemap
{
    display: none;
    padding-left: 50px;
    padding-right: 50px;
}

div#Sitemap table
{
    width: 100%;
}

div#Sitemap table td
{
    width: 25%;
    padding-top: 15px;
}

div.SitemapHeader
{
    height: 20px;
    background-image: url(../Images/SitemapHeadingBorder.png);
    background-position: center 18px;
    background-repeat: no-repeat;
    font-size: 11px;
    letter-spacing:2.2px;
    color: #000000;
    text-align: center;
}

div.SitemapCell
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

div.SitemapCell a
{
    display: block;
}

div.languageSelectionPopup
{
    display: none;
    position: absolute;
    width: 233px;
    top: 43px;
    padding-top:29px;
    background-image: url(../Images/popupsmall_top.png);
    background-repeat:no-repeat;
    background-position:14px top;
}

div.languageSelectionPopup div
{
    width: 193px;
    padding: 0px 14px 0px 14px;
    background-image: url(../Images/popupsmall_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	margin-left:14px;
}

div.languageSelectionPopup span.languagePopupFooter
{
	width:224px;
	height:18px;
	display:block;
	 background-image: url(../Images/popupsmall_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:14px;
}

div.languageSelectionPopup img
{
    position:absolute;
    left:0px;
	top:29px;
}

a.Crumb
{
    height: 20px;
    line-height: 20px;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: -moz-inline-box;
    display: inline-block;
    background-image: url(../Images/BreadcrumbBackground.jpg);
    background-position: right center;
    padding-right: 26px;
    background-repeat: no-repeat;
}

span.EndCrumb
{
    height: 20px;
    line-height: 20px;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: -moz-inline-box;
}




table.downloads
{
    width: 150px;
}

table.my_profile
{
    width: 100%;
}

table.my_profile td
{
    text-align: right;
    padding: 4px 0 4px 4px;
}



table#MemberSearchResults
{
    border-collapse: collapse;
    margin-left: 25px;
    margin-right: 20px;
    width: 685px;
}

table#MemberSearchResults td
{
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 20px;
    padding-bottom: 20px;
}

table#MemberSearchResults td.ProfileImageContainer
{
    border-left-width: 1px;
    border-left-style: solid;
    text-align: center;
    width: 116px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

table#MemberSearchResults td.InfoContainer1
{
}

table#MemberSearchResults td.clubBadgeContainer
{
    padding-left: 15px;
    padding-right: 15px;
    width: 60px;
}

table#MemberSearchResults td.InfoContainer2
{
    border-right-width: 1px;
    border-right-style: solid;
    padding-left: 15px;
    padding-right: 15px;
    width: 150px;
}

td.spacer
{
    border: 0 !important;
    padding: 0px !important;
    height: 20px;
}

table#MemberSearchResults td.ProfileImageContainer img.profileImage
{
    padding: 8px;
    background-color: #ffffff;
}

#left div.memberInfoContainer
{
    position: relative;
    padding: 0px 18px 0px 18px;
    margin-bottom: 37px;
}

#left div.memberInfoContainer img.profileImage
{
    padding: 0px 8px 8px 8px;
    background-color: #ffffff;
}

#left div.memberInfoContainer div
{
    text-align: left;
}

abbr
{
    border: none;
}

abbr[title], acronym[title]
{
    border-bottom-width: 0;
}


div.myEcaMeeting td, div.ecaDoc td
{
}

div#ecaDocContainer
{
    position: relative;
    height: 50px;
}

div.ecaDocPage
{
    position: absolute;
    top: 0;
    left: 0;
}

span.headerLink
{
    position: relative;
}

.headerLink > input
{
    position: absolute;
    top: -2px; *top:5px;
margin-left:0;
width:13px;
height:13px;
overflow:hidden;
margin-right:5px;
}

.headerLink > label
{
    left: 18px;
    top: 1px; *top:5px;
position:absolute;
width:95px;
}

.resultsBackground
{
    background-image: url(../Images/results_heading.png);
}

table.AdminTable
{
    border-collapse: collapse;
    width: 100%;
}

table.AdminTable th
{
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    font-weight: normal;
    border: 1px solid #CCCCCC;
    padding: 0px 5px 0px 5px;
    background-image: url(../Images/column_header.png);
    line-height: 15px;
    height: 23px;
}

table.AdminTable td
{
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    color: #666666;
    font-weight: normal;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

/* DMS */
#dms-breadcrumbs
{
    display: none;
}

div.options
{
    margin-top: 10px;
}

div.options table
{
    width: 100%;
    border-collapse: collapse;
}

div.options table td
{
    margin: 0;
    padding: 0;
}

div.messages
{
    margin: 0 0 10px 0;
    padding: 0 0 0 22px;
    font-size: 11px;
    line-height: 15px;
    background: Transparent url(../Images/DMS/information.png) no-repeat;
}

div.messages ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.messages ul li
{
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    color: #666666;
}

a.clipboard-copy
{
    display: none;
    margin-left: 5px;
}

a.clipboard-copy img
{
    vertical-align: middle;
}

.messages ul li
{
    line-height: normal;
}

.validate
{
    margin-left: 5px;
    font-size: 14px;
    color: Red;
}

.ajax__calendar_container table td
{
    padding: 0px;
    border: 0;
}

.footerLink
{
	font-size:11px;
	color:#666666;
	line-height:15px;
}

.footerLink:hover
{
	color:#006600
}

.footerLink:active
{
	color:#000000;
}

.results_table
{
	width:536px;
}

.resultsTableHeading
{
	height:25px;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.1px;
    color: #666666;
    background-image: url(../Images/results_heading.png);
}

.ClubBackground
{
	width: 40px; 
	height: 40px; 
	background-repeat: no-repeat; 
	background-position: top center;
}


.resultsSpacer
{
	height:25px;
}

.optionList
{
	margin-right: 5px;
}

.questionType
{
	font-family: Tahoma;
	font-size: 11px;
}

.displayOrder input
{
	width: 20px;
}

.answers
{
	width: 140px;
	height: 80px;
	font-family: Tahoma;
	font-size: 11px;
}

.question input
{
	width: 200px !important;
}

.discussionBody
{
	font-family: Tahoma;
	font-size: 11px;
	width: 400px;
	height: 200px;
}

.errorPanel
{
    border: solid 1px #EE8888;
    padding: 10px;
    margin-bottom: 20px;
    color: #FF2222;
}

/* Calendar Styling */

div#calendarContainer
{
    width: 888px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    padding-left: 19px;
    padding-right: 19px;
}

div#calendarHeader
{
    height: 48px;
    width: 888px;
    text-align: center;
    position: relative;
}

table#calendar
{
    width: 100%;
    background-color: #FFFFFF;
}

table#calendar th
{
    width: 125px;
    height: 30px;
    background-color: #CCCCCC;
}

table#calendar td
{
    width: 125px;
    height: 115px;
    vertical-align: top;
}

table#calendar td div.calendarDay
{
    position: relative;
}

table#calendar td.otherMonth
{
    background-color: #CCCCCC;
}


div.calendarMonthName
{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 9px;
}

div.calendarDateNum
{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 9px;
}

div.calendarEventList
{
    position: absolute;
    top: 18px;
    left: 0;
    height: 77px;
    width: 58px;
    overflow: auto;
}


/*div.leftEventPopup, div.rightEventPopup
{
    display: none;
    border: none;
    position: absolute;
    width: 214px;
    height: 140px;
    padding: 0px;
    background-color: Transparent;
    z-index: 200;
}

div.leftEventPopup div
{
    width: 180px;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    font-size: 11px;
    float: right;
    margin-left: -2px;
    z-index: 200;
}

div.rightEventPopup div
{
    width: 180px;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    font-size: 11px;
    float: left;
    margin-right: -2px;
    z-index: 200;
}

div.leftEventPopup img.MenuPopupArrow
{
    margin-top: 20px;
    float: left;
    z-index: 200;
}

div.rightEventPopup img.MenuPopupArrow
{
    margin-top: 20px;
    float: right;
    z-index: 200;
} */

table.CalendarContainer
{
	width:100%;
}

table.CalendarContainer div.MonthDaysContainer 
{
	padding: 5px 5px 5px 5px;
	background-color:#FFFFFF;
}

table.CalendarContainer div.MonthDaysContainer table td
{
	height:116px;
}

table.CalendarContainer div.MonthDaysContainer a
{
	display:block;	
    height: 100px;
    position:relative;
    line-height:normal;
    padding:8px;
}

table.CalendarContainer div.MonthDaysContainer a.today
{
	padding:7px;
	border:1px solid black;
}

table.CalendarContainer div.MonthDaysContainer a.selected, table.CalendarContainer div.MonthDaysContainer a:hover
{
	padding:7px;
	border:1px solid #FF0000 !important;
}

table.CalendarContainer div.MonthDaysContainer a span.calendarDayHeader
{
	position:relative;
	width:100%;
    line-height: 9px;
    border-bottom:1px solid #666666;
    margin-bottom:5px;
    padding-bottom:5px;
    display:block;
}

table.CalendarContainer div.MonthDaysContainer a span.calendarDateNumber
{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 9px;
}

table.CalendarContainer div.MonthDaysContainer a img.EventCategory 
{
	width:100%;
	height:10px;
	margin-bottom:5px;
}

/*******************************/

table.CalendarContainer div.YearDaysContainer
{
	margin-top:27px;
	padding:10px;
	max-height:721px;
	overflow:auto; overflow-x:hidden;
	background-color:#FFFFFF;
}

table.CalendarContainer div.YearDaysContainer table td
{
	height:47px;
}

table.CalendarContainer div.YearDaysContainer table td.MonthSpacer
{
	height:20px;
}

table.CalendarContainer div.YearDaysContainer a
{
	display:block;	
    height: 31px;
    line-height:normal;
    padding:8px;
}

table.CalendarContainer div.YearDaysContainer a.today
{
	padding:7px;
	border:1px solid black;
}

table.CalendarContainer div.YearDaysContainer a.selected, table.CalendarContainer div.YearDaysContainer a:hover
{
	padding:7px;
	border:1px solid #FF0000 !important;
}

table.CalendarContainer div.YearDaysContainer a span.calendarDayHeader
{
	width:100%;
    line-height: 9px;
    border-bottom:1px solid #666666;
    margin-bottom:5px;
    padding-bottom:5px;
    display:block;
}

table.CalendarContainer div.YearDaysContainer a span.calendarDateNumber
{
    float:right;
    line-height: 9px;
}

table.CalendarContainer div.YearDaysContainer a img.EventCategory 
{
	width:10px;
	height:10px;
	margin-right:1px;
	margin-bottom:1px;
	float:left;
}

/*******************************/

table.CalendarContainer a.button:hover
{
	background-color:Transparent !important;
}

a.GradientButton
{
	display:inline-block;
	padding:7px 7px 7px 7px;
	background-image:url(../Images/column_header.png);
	background-repeat:repeat-x;
	border:1px solid #E6E6E6;
	font-size: 11px;
    letter-spacing: 2.2px;
    color: #666666;
    width:50px;
    text-align:center;
    margin:0px 3px 0px 3px;
}

a.GradientButton:hover, a.GradientButtonSelected
{
	background-image:none;
	background-color:#666666;
	color:#FFFFFF !important;
}

table.EventCategoryTable
{
	width:415px;
}

table.EventCategoryTable td
{
	width:50%;
	vertical-align:top;
}

table.EventCategoryTable td div
{
	letter-spacing:normal;
	padding: 1px;
	margin:0px;
	line-height:20px;
}

table.EventCategoryTable td div span
{
	
}

table.EventCategoryTable td div span.check
{
	float:left;
}

table.CalendarKey
{
	letter-spacing:normal;
	width:135px;
}

.LongGradient
{
	background-image:url(../Images/long_gradient.png);
	background-repeat:repeat-x;
}

table.CalendarContainer div.DayViewContentMonth, table.CalendarContainer div.DayViewContentYear
{
	padding: 5px 10px 10px 10px;
	overflow:auto; 
	overflow-x:hidden;
	width:272px;
}

table.CalendarContainer div.DayViewContentMonth
{
	max-height:887px;
} 

table.CalendarContainer div.DayViewContentYear
{
	max-height:692px;
}

table.CalendarContainer div.DayViewContentMonth div.EventCategoryHeader, table.CalendarContainer div.DayViewContentYear div.EventCategoryHeader
{
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
	min-height:21px;
	line-height:21px;
	margin-top:10px;
	letter-spacing:1.1px;
}

table.CalendarContainer div.DayViewContentMonth div.EventCategoryHeader div.LeftEnd, table.CalendarContainer div.DayViewContentYear div.EventCategoryHeader div.LeftEnd
{
	float:left;
	width:5px;
	height:21px;
	background-color:Transparent;
	background-image: url(../Images/CategoryHeaderLeftArrow.png);
}

table.CalendarContainer div.DayViewContentMonth div.EventCategoryHeader div.RightEnd, table.CalendarContainer div.DayViewContentYear div.EventCategoryHeader div.RightEnd
{
	float:right;
	width:5px;
	height:21px;
	background-color:Transparent;
	background-image: url(../Images/CategoryHeaderRightArrow.png);
}

table.CalendarContainer div.DayViewContentMonth .headline, table.CalendarContainer div.DayViewContentYear .headline
{
	font-size:16px;
}

table.CalendarContainer div.DayViewContentMonth table td, table.CalendarContainer div.DayViewContentYear table td
{
	vertical-align:top;
}

table.CalendarContainer div.DayViewContentMonth table td .bodyText p, table.CalendarContainer div.DayViewContentYear table td .bodyText p
{
	margin-top:8px;
	margin-bottom:8px;
}

table.CalendarContainer div.DayViewContentMonth table td .bodyText a, table.CalendarContainer div.DayViewContentYear table td .bodyText a
{
	color: #006600;
}

div.DayViewWideButton
{
	letter-spacing:normal;
	height:24px;
	line-height:24px;
	padding:7px 5px 7px 15px;
	margin-bottom:5px;
}

div.DayViewWideButton a
{
	display:block;
	width:100%;
}

div.DayViewWideButton a img
{
	float:right;
}

img.BackgroundColour
{
	display:none;
}

div.YearViewEventCategoriesFilter
{
	position:absolute; 
	top:31px; 
	left:0px; 
	width:100%;
}

a#hideEventsFilterLink, a#showEventsFilterLink
{
	display:none;
}

div.YearViewEventCategoriesFilter div#EventCategoriesContainer
{
	display:none;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

div.YearViewEventCategoriesFilter a#hideEventsFilterLink, div.YearViewEventCategoriesFilter a#showEventsFilterLink
{
	display:inline;
	line-height:20px; width:15px;
}

/* Rankings */

table.RankingsTable, table.AccessListTable 
{
	width:100%;
}

table.RankingsTable th, table.AccessListTable th
{
	background-color:#CCCCCC;
	font-weight:normal;
	padding:5px 10px 5px 10px;
	color: #666666;
	font-size:11px;
	letter-spacing:normal;
}

table.AccessListTable th
{
	text-align:left !important;
}

table.AccessListTable th.vspacer, table.AccessListTable td.vspacer
{
	padding-top:0px;
	padding-bottom:0px;
	height:0px;
	line-height:1px;
	height:3px;
}

table.AccessListTable td a
{
	color:#000000;
}

div.RemarksRow
{
	display:none;
}

table.RemarksRowContent td
{
	background-color:#FFFFFF !important;
}

table.RankingsTable td
{
	padding:5px 10px 5px 10px;
	text-align:center;
	color: #666666;
	font-size:11px;
	letter-spacing:normal;
}

table.AccessListTable td
{
	padding:5px 10px 5px 10px;
	font-size:11px;
	letter-spacing:normal;
	text-align:left;
	color:#000000 !important;
}

table.RankingsTable td table td
{
	padding:0px;
}

table.RankingsTable td.black
{
	font-size:12px;
}

table.RankingsTable td.headline
{
	font-size:15px !important;
}

.WideFadedHeader
{
	background-image: url(../Images/ImageLibraryBorderBottom.jpg); 
	background-repeat:repeat-y;
	text-align:center;
	line-height:30px;
	background-position:top center;
	overflow:auto;
}

.RankingsPageSubHeading
{
	letter-spacing:normal; 
	text-align:center; 
	line-height:30px;
}

table.NewsImageNavigator
{
	width:100%; 
	border-collapse:collapse;
}

table.NewsImageNavigator td.prev
{
	width:20px;
	text-align:left;
}

table.NewsImageNavigator td.next
{
	width:20px;
	text-align:right;
}

table.NewsImageNavigator td a
{
	cursor:pointer;
	width:20px;
	height:20px;
	display:block;
}

table.NewsImageNavigator td.prev a
{
	background-image: url(../Images/BigArrowLeft.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

table.NewsImageNavigator td.prev a:hover
{
	background-color:#FFFFFF;
	background-image: url(../Images/BigArrowLeftOver.gif);
}

table.NewsImageNavigator td.next a
{
	background-image: url(../Images/BigArrowRight.gif);
	background-repeat:no-repeat;
		background-position:right center;
}

table.NewsImageNavigator td.next a:hover
{
	background-color:#FFFFFF;
	background-image: url(../Images/BigArrowRightOver.gif);
}

div.NewsImageContainer
{
	background-repeat:no-repeat;
	background-position:center center;
	width:408px;
}

div.NewsImageContainer img.hidden
{
	display:none;
}
