﻿/*
  Dark Text            : #000080
  Heading Background   : #008EC4
  Dimmed Heading/Menus : #7893AE

  Header colors: #008ec4, use with white text.
  Navigation backgrounds: #a8c7d3
*/

.siteLightHeaderColors 
{
    color: White;
    background-color:#008ec4;
}

.siteDarkHeaderColors 
{
    color: White;
    background-color: Navy;
}

.siteDarkBorderColor 
{
    border-color: Navy;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	/* background-image: url(_themes/blends/blegtext.gif); */
	color:#000080;
	background-color:#FFFFFF;
	padding-left:0px;
}

a
{
	color: Navy;
	background-color: inherit;
	/* text-decoration: inherit; */
}

a:active
{
	color: Red;
	background-color: Highlight;
	text-decoration: none;
	/* border-bottom: solid 3px Red; */
}

a:hover
{
	text-decoration: none;
	color: Red;
	background-color: inherit;
	/* border-bottom: solid 3px Red; */
}

h2
{
	color: Navy;
}

/*
h3
{
	color: Navy;
}
*/


.thickRule
{
	height: 10px; /* for IE */
	border: solid 5px #000080; /* for FireFox */
	color: #000080;
	background-color: #000080;
}


.annEventName
{
	font-family: trebuchet ms, arial, helvetica;
	font-size: inherit;
	font-weight: bold;
	width: 70%;
}

.annEventDate
{
	text-align: left;
	font-family: "trebuchet ms", arial, helvetica;
	font-size: smaller;
	width: 30%;
}

.announcement
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: -1px;
	margin-left: -1px;
    padding: 0px;
    width:100%;
}

.announcementHeader
{
    overflow: hidden; 

    clear:both;
/*    display: block;  */
    position:relative;
    width: 98%;
    /* margin:0 -1px; */
    /* margin-left:-1px; */

    padding: 2px 0px 2px 5px;


    color: white; 
    background-color: #008ec4; 

    text-align: left;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    font-size:large;
    border:none;
}


.announcement hr
{
	margin-right: -50px;
	margin-left: -50px;
	color: Navy;
}

.announcementTitle
{
	color: Navy;
	font-family: "trebuchet ms", arial, helvetica;
	font-weight: bold;
	font-size: larger;
}

.navLink
{
	margin-top:10px;

	text-align: right;

	font-size: x-small;
	font-weight: bold;
	width:98%;
}
.navLink a
{
	color: #FF0000;
}

.news
{
	font-family: "trebuchet ms", arial, helvetica;
	float: right;
	width: 290px;
	border-left: solid 3px #C0C0C0;
	border-top: solid 3px #C0C0C0;
	border-right: solid 3px #505050;
	border-bottom: solid 3px #505050;
	margin-left: 10px;
	margin-bottom: 2px;
	overflow: hidden;
	clear: right;
}

.news ul
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px 0px 2px 0px;
	width: 288px;
	list-style-type: none;
	list-style-position: outside;
}

.news li
{
	font-size: 10pt;
	padding-left: 3px;
	text-align: left;
}

.news a
{
	margin-left: 3px;
}

.programMeeting
{
	color: Blue;
}

.programOuting
{
	color: Red;
}

.programCompetition
{
	color: Green;
}

.menuItems
{
	/* margin-bottom:6px; */
	font-weight: bold;
	font-size: smaller;
	color: Navy;
	background-color: #7893ae;
	text-align: center;
	padding: 0px 3px 3px 3px;
}

.menuItem
{
	width: 70px;
	border-style: solid;
	border-color: #7893ae;
	border-width: 3px;
}

.menuItems a:link
{
	text-decoration: none;
	background-color: #7893ae;
	color: Navy; /* 	border-bottom:none 0px #7893ae; 	border-top:inset 3px Gray; */
}

.menuItems a:visited
{
	text-decoration: none;
	background-color: #7893ae;
	color: Navy; /* 	border-bottom:none 0px #7893ae; 	border-top:inset 3px Gray; */
}


.menuItems a:active
{
	text-decoration: none;
	color: White;
	background-color: Gray;
	text-decoration: none;
	border-style: inset; /* */
}

.menuItems a:hover
{
	text-decoration: none;
	color: White;
	background-color: Gray;
	text-decoration: none;
	border-bottom-color: Red;
	border-style: inset; /* */
}

.contentLeftGutter
{
	width: 37px;
}

.contentRightGutter
{
	width: 29px;
}

.contentTable
{
	float: left;
	border: 0;
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px;
}

.pageHeaderGutterLeft
{
	width: 37px;
	height: 24px;
	background-position: top;
	background-image: url(images/Bkg4.jpg);
}

.pageHeaderGutterRight
{
	width: 37px;
	height: 24px;
	background-position: top;
	background-image: url(images/Bkg6.jpg);
	background-repeat: no-repeat;
}


.pageHeaderMenu
{
	padding-top: 5px;
	height: 50px;
	width: 700px;
	background-position: top;
	background-image: url(images/Bkg5.jpg);
	background-repeat: repeat-x;
}

.outingTitle
{
	color: Navy;
	text-align: left;
	vertical-align: top;
	font-size: larger;
}

.outingDetails
{
	color: Black;
	background-color: White;
}

.outingDetails th
{
	color: Navy;
	text-align: right;
	vertical-align: top;
}


.pageContent
{
	display:inline;
	float: left;
	width: 800px;
	white-space: normal;
	margin-left:0;
	clear:both;
	margin-left:90px;
}

.rightContent
{
	width:705px;
	float:left;
	position:relative;
	display:inline;
	white-space: normal;
	margin-left:10px;
	margin-bottom:25px;
}

.rightContent p
{
	padding-top:0;
	margin-top:0;
	margin-bottom:12px;
}


.pageHeader
{
	display:inline;
	width: 800px;
	margin-left: 90px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	float: left;
	clear: both;
}


.pageHeader h1
{
	font-family: "trebuchet ms", arial, helvetica;
	color: Navy;
	font-size: 26pt;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}



.pageHeader2 h1
{
	color: Navy;
	font-size: 26pt;
	font-family: tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

.pageFooter
{
	display:inline;
	margin-left: 90px;
	width: 800px;
	float: left;
	clear: both;
}

.pageFooter hr
{
	color: #000080;
	height: 5px; /* IE */
	border: solid 3px #000080; /* FireFox */
}

.pageFooter p
{
	text-align: center;
	font-size: 8pt;
}


.pageTitle
{
	color: Navy;
	font-family: "Trebuchet MS", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	margin-left: 90px;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 800px;
	float:left;
	clear:left;
}

.mainContentPanel
{
	float:left;
	clear:left;
	width:890px;
}

.pageTitle2
{
	color: Red;
	font-family: "Courier New", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 800px;
}




.pageInnerContent
{
	width: 685px;
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	vertical-align: top;
}


.barHeader
{
    position:relative;
    clear:both;
    display: block; 
    width:100%;
    color: white; 
    background-color: #008ec4; 
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    font-size: large;
    overflow: hidden; 
    /* font-family: 'Comic Sans MS', 'Microsoft Sans Serif'; */
    padding: 0px 0px 0px 0px;
    margin:0px;
    border:none;
}




/* form elements */
        .formAreaHeader
        {
            clear:both;
            display: block; 
            float:left;
            position:relative;
            vertical-align: middle;
            text-align: left;
            overflow: hidden; 
            width: 595px; 
            /* font-family: 'Comic Sans MS', 'Microsoft Sans Serif'; */
       	    font-family: "Trebuchet MS", sans-serif;
       	    font-weight: bold;
            color: white; 
            background-color: #008ec4; 
            padding-left:5px;
            margin:0px;
            border:none;
        }
        
        .panelToggle
        {
            color:#FFFFFF;
            /* background-color:#000080; */
            font-weight:bold;
            position:absolute;
    /*        right:600px; */
            top:0px;
            right:0px;
            border:none;
            padding:0;
        }
        
        .panelToggle a,.panelToggle a:active, .panelToggle a:hover
        {
            color:#FFFFFF;
       	    font-weight: normal;
        }

        .formAreaField
        {
            display:block;
            float:left;
            position:relative;
            clear:both;
            width: 590px; 
            border:solid 2px #008ec4;
            text-align: left; 
            padding:3px;
            padding-bottom:10px;

            overflow:hidden;
            /*
            visibility:hidden;
            height:0px;
            */
        }
        
        .formAreaField td, .formAreaField th
        {
            vertical-align:top;
        }        

.ErrorMessage 
{
	font-weight: bold;
	color: Red;
	font-family:Sans-Serif;
}

.DebugMessage
{
	color:Red;
	background-color:Black;
	padding:5px;
	margin:0px;
}

.LinkList
{
	margin-top:10px;
	margin-bottom:10px;
	list-style-type:square;
}

.LinkList li
{
	margin-bottom:10px;
	text-indent: -2em;
	margin-left: 4em;	
}

.LinkList a
{
	font-weight:bold;
	font-size:1em;
}

.HoveringHeader
{
	display: block; 
	margin:0px; 
	padding: 0px;
	color:#000080;
	background-color:#a8c7d3
	
}

.HoveringHeaderFocused
{
	display: block; 
	margin:0px; 
	padding: 0px;
	color:#FFFFFF;
	background-color: #008ec4;
}

.HoveringHeader a {
	color:#000080;
	text-decoration: none;
}

.HoveringHeaderFocused a {
	color:#FFFFFF;
	text-decoration: none;
}


.HoveringHeader h1, 
.HoveringHeader h2, 
.HoveringHeader h3, 
.HoveringHeader h4,
.HoveringHeaderFocused h1, 
.HoveringHeaderFocused h2, 
.HoveringHeaderFocused h3, 
.HoveringHeaderFocused h4

{
	padding:0px;
	margin:0px;
}

.HoveringHeader a:hover a:active
{
	background-color: #008ec4;
	color:#FFFFFF;
}

 .HoveringHeaderFocused a:hover a:active
 {
	background-color:#a8c7d3;
	color:#000080;
 }

.ContentHeaderBar
{
	display:block;
	padding: 3px;
	margin-top: 3px;
	margin: 0px;
	background-color: #008ec4;
	color: #FFFFFF;
	font-weight: bold;
}

.ContentBlock
{
	display:block;
	padding: 10px;
	border: solid 2px #E0E0E0;
}

.ContentPanel
{
	background-color: #E0E0E0;
	padding: 5px 10px 5px 10px !important;
}

.photoFrame
{
	/* set colours manually, since each browser has it's own idea of what
		raised/outset looks like. */
	border-bottom: solid 5px #505050;
	border-right: solid 5px #505050;
	border-top: solid 5px #C0C0C0;
	border-left: solid 5px #C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #909090;
}

.clear { clear:both; }

.roundedBorderPanel {background: transparent; margin:1em;}
.roundedBorderPanel .xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.roundedBorderPanel .xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.roundedBorderPanel .xb1, .xb2, .xb3 {height:1px;}
.roundedBorderPanel .xb2, .xb3, .xb4 {background:#ccc; border-left:1px solid #08c; border-right:1px solid #08c;}
.roundedBorderPanel .xb1 {margin:0 5px; background:#08c;}
.roundedBorderPanel .xb2 {margin:0 3px; border-width:0 2px;}
.roundedBorderPanel .xb3 {margin:0 2px;}
.roundedBorderPanel .xb4 {height:2px; margin:0 1px;}
.roundedBorderPanel .xboxcontent {display:block; background:#ccc; border:0 solid #08c; border-width:0 1px;overflow:hidden}

