body {
  text-align: left;  /** Needed to over-ride yui css style **/
  margin: 0;
  padding: 0;
  background-color: white;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
}

.cobalt {
	color: #245185; 
	margin-top: 0px; 
	margin-bottom: 4px; 
	line-height: 1.4em;
}

.star::before
{
    content: "*";
    color: red;
}

.listImage {
	top:0px;
	left:-2px;
	position:relative;
	width:14px;
	height:14px;
}


.listButton {
	width:14px;
	height:14px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.img-header {
  border: none;
  width: 450px;
  height: 88px;
  float: left;
}
#logo { 
  position: relative;
  top: 15px;
  right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font: 40px Arial, "Verdana", sans-serif;
  color: maroon;
  text-align: right;
}
#header-top {
  margin-bottom: 1px;
  width: 100%;    
  height: 80px;
}
#header-bottom {
  margin-top: 2px;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 30px;
  background-color: white;
  width: 100%;
  clear: both;    
}
#header-bottom ul {
  margin: 0px;
  padding: 0px;
  padding: 5px 30px 5px 0;
  text-align: right;
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 130%;
}

#header-bottom li {
  display: inline;
  background-color: white;
  color: #050845;
}
/* 
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #99CCFF;
  color: #050845;
}
#header-bottom a:hover {
  text-decoration: none;
  background-color: #828282;
  color: white !important;
} */
#tagline {
  float: left;
  font-size: 1.4em;
  background-color: white;
  color: #050845;
  font-style: italic;
  padding: 3px 0px 0px 30px;
}
#ball {
  position: relative;
  top: 0px;
  right: 45px;
}
#main {
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 0 0 50px;  
  border-right: 1px solid #b9d2e3;
  border-left: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#content2 {
  margin: 0 0 0 220px;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#originalmainfeature {
  background-image: url(img/granton10.jpg);
  background-repeat: no-repeat;
  background-color: #112236;
  color: white;
  padding: 2em 2em 1em 400px;
  height: 1%;
}

#mainfeature {
  background-image: url(img/granton10.jpg);
  background-repeat: no-repeat;
  background-color: #fdf8f1;
  color: black;
    border: 1px solid #b9d2e3;
  margin: 10px 10px 10px 10px;
  padding: 30px 30px 20px 400px;
  height: 100px;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: black;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}


#content {
  margin: 0 0 0 170px;
}

#content .inner {
  margin: 10px 10px 10px 10px;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}

#content .inner h3 {
  color: #245185;
  letter-spacing: 0.2em;

}

#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}


#sidebar {
  float: left;
  width: 150px;
  border-left: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
}
#sidebar .inner {
  margin:  10px;
}
#sidebar p {
  font-size: 90%;
  color: #666666;
}
#sidebar a:link, #sidebar2 a:visited {
  color: #245185;
  font-weight: bold;
}
#sidebar h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size:  110%;
}
  
#sidebar2 {
  float: left;
  width: 220px;
  background-color: #256290;
  color: white;
  margin: 0 240px 0 160px;
  padding: 0;
}
#sidebar2 h3 {
  font-size: 110%;
  background-image: url(img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar2 .inner {
  padding: 10px;
}
#sidebar2 ul {
  list-style-image: url(img/more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
}
#sidebar2 p, #sidebar li {
  font-size: 90%;
  line-height: 1.4em;
}
#sidebar2 ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar2 .date {
  font-weight: bold;
}
#searchform .text {
  width: 125px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
}
.caution {
  text-align: center;
  font-weight: bold;
  background-color: #C0C0C0;
  color: black;
  margin-left: 5%;
  margin-right: 5%;
  border: 1px solid blue;
}
.danger {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  background-color: red;
  color: white;
  margin-left: 5%;
  margin-right: 5%;
  border: 4px solid red;
}
h1.pageheading {
  font-family: 'Courier New', Courier, monospace;
  font-size: 18pt;
  letter-spacing: 0.7em;
  text-transform: lowercase;
}


table.standard {
  width: 100%;
  line-height: 1.2em;
  border-collapse: collapse;
  border: 2px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}
table.standard caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}
table.standard thead tr {
  color: black;
  background: #c4cfdb;
}
table.standard thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 2px solid #adbbca;
}
table.standard tbody tr {
  border: 2px solid #adbbca;
}
table.standard tbody th {
  padding: 0.2em;
  border: 2px solid #adbbca;
  font-size: 75%;
  text-align: center;
  vertical-align: top;  
}
table.standard tbody td {
  background: #e9ecee;
  padding-left:  0.6em;
  border-bottom: 2px solid #ccc;
  vertical-align: top;
}

table.standard tbody tr.even {
  background: white;
}
table.standard tbody tr.even td {
  background: white;
  color: #4f6480;
}
table.standard tbody tr.odd {
  background: #f0f0f0;
}
table.standard tbody tr.odd td {
  background: #f0f0f0;
  color: #4f6480;
}

table.schedule {
  width: 100%;
  line-height: 1.2em;
  border-collapse: collapse;
  border: 2px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}
table.schedule caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}
table.schedule thead tr {
  color: black;
  background: #c4cfdb;
}
table.schedule thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 2px solid #adbbca;
}
table.schedule tbody tr {
  border: 2px solid #adbbca;
}
table.schedule tbody th {
  padding: 0.2em;
  border: 2px solid #adbbca;
  font-size: 75%;
  text-align: center;
}
table.schedule tbody td {
  background: #e9ecee;
  padding-left:  0.6em;
  border-bottom: 2px solid #ccc;
}

table.schedule tbody tr.even {
  background: white;
}
table.schedule tbody tr.even td {
  background: white;
  color: #4f6480;
}
table.schedule tbody tr.odd {
  background: #f0f0f0;
}
table.schedule tbody tr.odd td {
  background: #f0f0f0;
  color: #4f6480;
}
.centeredImage
{
  text-align:center;
  display:block;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
}

.burgee
{
  text-align:center;
  display:block;
  margin-top:20px;
  margin-left:10px;
  margin-bottom:0px;
  padding:0px;
  float:left;
}

table.schedule tbody tr th a:link {
  font-weight: bold;
  color: #5e7796;
  text-decoration: underline;
}
table.schedule tbody tr th a:visited {
  font-weight: bold;
  color: #5e7796;
}
table.schedule tbody tr th a:hover {
  font-weight: bold;
  color: #5e7796;
  text-decoration: none;
}
table.schedule tbody td a:link {
  color: #808000;
  text-decoration: underline;
}
table.schedule tbody td a:visited {
  color: #808000;
}
table.schedule tbody td a:hover {
  color: #808000;
  text-decoration: none;
}

#article {
  margin: 0px 0px 120px 0px;
}
#article img {
  float: left;
  margin: 30px 10px 0px 30px;
  padding: 10px;  
}
#article h2{
  color: #245185;
  position: relative;
  margin: 100px 10px 10px 30px;
  font-size: 150%;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
#footer {
  width: 95%;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  padding: 5px 10px 10px 10px;
  margin: 10px 50px 10px 10px;
  clear: both;
}
#footer p {
  font-size: 90%;
  color: #256290;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
#footer a
{
    margin: 0 5px 0 5px;
    padding: 0;
    color: #333333;
    list-style-type: none;
    font-size: 0.7em;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: 0.85em;
} 
#clearone {
  clear: both;
  height: 1px;
}
#main2 {
  margin-top: 10px;
  background-image: url(img/leftbg.gif);
  background-position: bottom left;
  background-repeat: repeat-y;
}
#nav {
  list-style: none;
  margin: 0;
  padding:  0;
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 130%;
  width: 100%;
  float: left;
}
#nav li {
  border-bottom: 1px solid #b9d2e3;
  padding: 0.4em 0 0.2em 0;
  font-size:  90%;
  color: black;
  background-color: white;
 
}
#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: black;
  background-color: white;
  font-weight: normal;
  display: block;
}
#nav a:hover {
  text-decoration: none;
  background-color: black !important;
  color: white !important;
  height: 100%;
  display: block;
}

table.footer
{
    background-color: #FFFFFF;
}
div.gradientrule
{
    height: 0px;
    border-bottom: solid 1px #666666;
}

.left {
   float: left;
   margin-right: 20px;   
}
   
 
.row {
  float: left;
  width: 100%;
}
 
.photos .leftPhoto {
  margin: 10px 20px 10px 10px;
  float: left;
}
.photos .rightPhoto {
  margin: 10px 10px 10px 20px;
  float: right;
}
.photos .leftText {
  margin-top: 50px;
  text-align: right;
}
.photos .rightText {
  margin-top: 15px;
  text-align: left;
}   


.photo {

  float: left;
  margin: 6px 6px 6px 6px;
}

.text {

	float: left;

}


.feature {
    float: left;
	width: 60%;
	margin: 11px 20px 20px 20px;
}

.feature .p {
  font-size: 100%;
  color: #245185;
}

.feature p {
  font-size: 100%;
  color: black; 
  margin-top: 2px;
  margin-bottom: 7px;  
}

.feature .leftPhoto {
  margin: 10px 15px 0px 10px;
  float: left;
}
.feature .rightPhoto {
  margin: 10px 10px 0px 15px;
  float: right;
}
.feature .leftText {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: right;
}
.feature .rightText {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: left;
}  




.feature a:link, .feature a:visited {
  color: #104E8B;
  text-decoration: underline;
}
.feature a:hover {
  color: #FF8C00;  
  text-decoration: none;
}


.date a:link, .date a:visited {
  color: black; 
  text-decoration: none;  
}
.date a:hover {
  color: #FF8C00;  
  text-decoration: none;  
}


.feature h1 {
  font-size: 140%;
  color: #0099CC;
  letter-spacing: .1em; 
  margin: 0px 0px 0px 0px;
}
.feature h2 {
  font-size: 120%;
  color: #104E8B;
  letter-spacing: .1em; 
  margin: 0px 0px 0px 0px;
}


.surround {
  margin: 10px 10px 10px 0px;
}
div.advert_browse_item { 
  height: 105px;
  border: 1px solid rgb(221, 221, 221);;
  padding:5px 5px 5px 5px; 
  margin:0px 10px 0px 0px; 
  background:#efefef; 
  vertical-align:top; 
  font-size:11px; 
}

div.advert_browse_item p { 
  margin:1px; 
  padding:1px; 
  font-size:11px; 
}

img.ad_img { 
  float:left; 
  border:0px; 
  margin:1px 5px 2px 1px; 
} 
span.ad_title a { 
  font-size:12px; 
  font-weight:bold; 
  margin-bottom:2px; 
} 
.clearboth {
  clear: both;
}

.columnWrapper {
}
.leftColumn {
  float:left; 
  width: 200px; 
  text-align: right; 
  margin-right: 25px;
  padding-right: 5px;
  height: 100%;
}
.rightColumn {
  float: left;
  width: 50%;
  margin: 1px 1px 1px 1px;
  color: #245185;
}

.result {
  display: none;
}

.view {
  color: red;
  text-align: right;
  margin-left: 20px;
}

.dropDown {
  width: 140px;
  color: black;
}
#findBox {
  color: black;
  float: left;
}

#findBox select {
  width: 150px;
}

.leftImage {
  float: left;
}

.textBox {
  margin: 20px 20px 10px 60px;
}
.textBox .p {
  margin: 20px 20px 10px 60px;
}


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px 20px;
    font: small Arial, Helvetica, Verdana, sans-serif;
    font-size: 75%;
}
.messHead {
    font: small Arial, Helvetica, Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold;
    position: relative;
    left: -15px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("../img/info.gif");
    background-repeat: no-repeat;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url("../img/success.gif");
    background-repeat: no-repeat;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("../img/warning.gif");
    background-repeat: no-repeat;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("../img/error.gif");
    background-repeat: no-repeat;
}


/*************** Highlights Panel ***************/

/********** Main Structures **********/

.highlightsPanel {
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 4px;	
	float: right;
	border: 0px !important;
}

.heading{
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-top: 6px;
  margin-bottom: 6px;
  letter-spacing: .4em;
}

.highlightsItemContainer {
	margin-top: 0px;
	margin-bottom: 0px;	
}

.thumbnail {
	width: 80px;
	height: 60px;
	margin-right: 4px;
	margin-left: 2px;
	border: 0px;
}


.highlightsTop {
	border: 1px solid #CECECE;
	background-color: #333399;
	color: white;
	width: 257px;
}


.highlightsMiddle {
	padding-top: 1px;
	padding-bottom: 5px;
	border: 1px solid #CECECE;
	background-color: #FFFFFF;
}

.highlightsBottom {
	width: 257px;
}

.highlightsItem {
	
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	background-color: #F4F4F4;
	width: 255px;
	padding-top: 5px;
}

.lastHighlightsItem {
	border-bottom-width: 0px;
	margin-bottom: 1px;
}

.highlightsItemSeparator {
	width: 100%;
	height: 1px;
	border: 0px;
	border-style: solid;
	border-color: #CECECE;
	border-bottom-width: 1px;
	font-size: 0.1px;
}

.highlightsAdvert {
	width: 100%;
	color: white;
	background-image: url(../img/racing3.jpg);
	background-color: white;
	background-repeat: no-repeat;
	height: 150px;
	width: 235px;
	margin: 6px 0px 4px 10px;
	padding: 4px 0px 6px 8px;
}

.quicksummary {
	font-size: 95%;
	color: #413f3f;
	font-weight : normal;
}


.C1 {
  background-color: #d61d00;
  color: white;
}
.C1:link, .C1:visited {
  text-decoration: none;
  background-color: white;
  color: #d61d00;
}
.C1:hover {
  text-decoration: none;
  background-color: #d61d00;
  color: white !important;
}

.C2 {
  background-color: #008000;
  color: white;
}
.C2:link, .C2:visited {
  text-decoration: none;
  background-color: white;
  color: #008000;
}
.C2:hover {
  text-decoration: none;
  background-color: #008000;
  color: white !important;
}

.C3 {
  background-color: #0061a6;
  color: white;
}
.C3:link, .C3:visited {
  text-decoration: none;
  background-color: white;
  color: #0061a6;
}

.C3:hover {
  text-decoration: none;
  background-color: #0061a6;
  color: white !important;
}

.C4 {
  background-color: #d1008b;
  color: white;
}
.C4:link, .C4:visited {
  text-decoration: none;
  background-color: white;
  color: #d1008b;
}
.C4:hover {
  text-decoration: none;
  background-color: #d1008b;
  color: white !important;
}

.C5 {
  background-color: #4a64d9;
  color: white;
}
.C5:link, .C5:visited {
  text-decoration: none;
  background-color: white;
  color: #4a64d9;
}
.C5:hover {
  text-decoration: none;
  background-color: #4a64d9;
  color: white !important;
}

.C6 {
  background-color: #8f1ab6;
  color: white;
}
.C6:link, .C6:visited {
  text-decoration: none;
  background-color: white;
  color: #8f1ab6;
}
.C6:hover {
  text-decoration: none;
  background-color: #8f1ab6;
  color: white !important;
}




.C7 {
  background-color: #ffc202;
  color: white;
}
.C7:link, .C7:visited {
  text-decoration: none;
  background-color: white;
  color: #ffc202;
}
.C7:hover {
  text-decoration: none;
  background-color: #ffc202;
  color: white !important;
}

.C8 {
  background-color: #65c5fb;
  color: white;
}
.C8:link, .C8:visited {
  text-decoration: none;
  background-color: white;
  color: #65c5fb;
}
.C8:hover {
  text-decoration: none;
  background-color: #65c5fb;
  color: white !important;
}

.C9 {
  background-color: #7bbb00;
  color: white;
}
.C9:link, .C9:visited {
  text-decoration: none;
  background-color: white;
  color: #7bbb00;
}
.C9:hover {
  text-decoration: none;
  background-color: #7bbb00;
  color: white !important;
}

.C10 {
  background-color: white;
  color: black;
}
.C10:link, .C10:visited {
  text-decoration: none;
  background-color: white;
  color: black;
}
.C10:hover {
  text-decoration: none;
  background-color: black;
  color: white !important;
}

.dark {
  color: #4a64d9;
}
.light {
  color: #65c5fb;
}


/** Calendar Styles **/


#contentRight{
  width:257px;
  text-align: center;	
}
#contentRight h3 {
  text-align: center;
  width: 100%;  
  background:#333399 none repeat scroll 0%;
  color:#fff;	
}
.mini_calendar_nav {
  position:relative;
  width: 80%;
  margin: 0 auto;
}
.mini_calendar_nav h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 100%;
}
.mini_calendar_nav a {
  color: #858585 !important;
}
.mini_calendar_nav .previous, .mini_calendar_nav .next {
  position:absolute;
  top:-0.35em;
  font-size: 150% !important;
}
.mini_calendar_nav .previous { left: 0; }
.mini_calendar_nav .next { right:0; }

#events_block table.calendar {
	width:90%;
	margin:auto;
	margin-bottom:15px;
	color:#858585;
}

table th.monthName{
  display: none;
}
#events_block table tr.dayName{
	color:#1194c1;
}
#events_block table.calendar th {
	font-weight:bold;
	text-transform:uppercase;
}
#events_block table.calendar th abbr {
	text-decoration:none !important;
}
#events_block table.calendar td, #events_block table.calendar th {
	font-size:80%;
	padding:2px;
	text-align:center;
	width: 33px;
}
#events_block table.calendar td.eventSailing{
	background:#1194c1 none repeat scroll 0%;
	color:#fff;
}
#events_block table.calendar td.eventDay {
	background:#0c0053 none repeat scroll 0%;
	color:#fff;
}
#events_block table.calendar td.eventDay.social {
	background-color: #880034;
}
#events_block table.calendar td.otherMonth {
	color:#dbdbdb;
}
#events_block table.calendar td a {
	color: #FFF;
	display: block;
}
#events_block p.blue{
	margin-bottom:5px;
}
#events_key {
  width: 200px;
  margin: 0 0 1.5em 65px;
  font-size: 75%;
  color: #000;
  text-align: left;
}

.event_key_group {
	margin-top:3px;
	float:left;
	width:100%;
}

.Social {
	background-color: #008000;
}
.Sailing {
	background-color: #d1008b;
}
.Other {
	background-color: #ffc202;
}

#events_key .event_key_group a {
  color: #8B8B8B;
}

.event_key {
  width: 60px;
  float: left;
  position: relative;
  font-weight: bold;
  margin-bottom:2px;
}

.event_key span {
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-color: #0C0053;
  position: absolute;
  left: -1.7em;
  top:0;
}
.event_key.social span {
  background-color: #880034;
}
#events_key a {
	color: #000;
}

#event_tabs {
  margin-top: 1em;
	width: 235px;
	font-size: 75%;
}

#events_tab_group {
  position: relative;
  height: 30px;
}
#events_tab_group a {
  background-color: #FFF;  /* leave this, otherwise IE6 breaks ?! */
  position: absolute;
	width: 116px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 10px 0;
	color: #1194C2;
	font-size: 120%;
	font-weight: bold;
}
#events_tab_group a.event_tab_1 {
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #CCC;
	left: 0;
}
#events_tab_group a.event_tab_2 {
	border-right: 1px solid #E8E8E8;
	right: 0;
	_right: -1px;  /* leave this, otherwise IE6 breaks ?! */
	top: 0;
}
#events_tab_group a.active {
	border-color: #CCC;
	border-bottom: 1px solid #E9E7E8;
	background-color: #E9E7E8;
	color: #0C0052;
}
#events_tab_group a.only {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 233px;
}

.event_listing {
	background-color: #E9E7E8;
	padding: 10px 15px 0 15px;
	border: 1px solid #CCC;
	border-top: none;
}
.event_listing ul {
	padding-top: 10px;
}
.event_listing li {
	padding-bottom: 10px;
}
.event_listing li.no-upcoming {
  text-align: center;
  color: #999;
  margin-bottom: 0.5em;
}
.event_listing li span.date {
	display: block;
	line-height: 1.8em;
}


/** Other tooltips **/

#diary a {
	/* border-bottom: 1px dashed brown; */
	text-decoration: none;
}

#diary a:hover {
	position: relative;
}

#diary a span {
	display: none;
}

#diary a:hover span {
	display: block;
   	position: absolute; 
   	top: -10px; 
   	left: -50px;
	/* formatting only styles */
   	padding: 5px; 
   	margin: 10px; 
   	background: white;
   	color: #050845;
   	border: 1px dotted #c0c0c0;
	/* end formatting */
}



/** Events Page **/


#contentMiddle h2{
	color:#0c0053;
	font-size:170%;
	display:block;
	margin-bottom:15px;
} 

#contentMiddle h3 {
	background-color: #ececec;
}
#contentMiddle h4 {
	color: #0C0053;
	margin-bottom: 15px; 
}

#contentMiddle ul {
  font-size: 75%;
  margin-bottom:15px;
  list-style-image:url(../images/bullet.gif);
  margin-left:20px;
  color:#6D6D6D;
}

#contentMiddle ol {
  list-style-type: decimal;
  padding-left:30px;
}

#contentMiddle ol li {
  margin-bottom:10px;
  font-size:80%;
  color:#6D6D6D;
}

#contentMiddle p{
	color:#6d6d6d;
	font-size:85%;
	line-height:1.2em;
	display:block;
	margin-bottom:15px;
}

#contentMiddle .title-date {
  color: #CCC;
}


/** Second top bar **/
#bar-two {
  margin-top: 2px;
  height: 1%;
  background-color: white;
  width: 100%;
  clear: both;    
  border-bottom: 2px;
  border-bottom: 1px solid #b9d2e3;
}
#quick-links {
  height: 1%;
  background-color: #F4F4F4;
  float: left;  
}
#quick-links  ul {
  margin: 0px;
  padding: 0;
  padding: 4px 4px 5px 0;
  text-align: left;
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 90%;
}
#quick-links  li {
  display: inline;
  background-color: #F4F4F4;
  color: #050845;
  margin-right: 3px;   
}
#quick-links  li #first {
  padding-left: 3px; 
  display: inline;
  background-color: #FF3333;
  color: white;
}
#quick-links .second {
  text-decoration: none;
  background-color: #F4F4F4;
  color: white;
  padding-left: 3px; 
  padding-right: 3px;   
  border-right: 1px solid gray; 
}
#quick-links .second:link, #quick-links .second:visited, #quick-links .last:link, #quick-links .last:visited  {
  text-decoration: none;
  background-color: #F4F4F4;
  color: #3399FF;
}
#quick-links .second:hover, #quick-links .last:hover {
  text-decoration: none;
  background-color: black;
  color: white !important;
}
#quick-links .last {
  text-decoration: none;
  background-color: #F4F4F4;
  color: white;
  padding-left: 3px; 
  padding-right: 0px;   
  margin-right: 0px;     
}
#finder {
    display: inline;
	float: right;
}


#welcome {

  margin: 10px 0px 5px 0px;
  border: solid 1px rgb(139, 131, 120);;
  padding: 2px 6px 2px 6px ;
}

.close p {
  font-size: 100%;
  color: black; 
  margin-top: 0px;
  margin-bottom: 0px;  
}



.index .nav-index a:link, .index .nav-index  a:visited,
.about_us .nav-about_us a:link, .about_us .nav-about_us  a:visited,
.contact_us .nav-contact_us a:link, .contact_us .nav-contact_us a:visited,
.club_history .nav-club_history a:link, .club_history .nav-club_history a:visited,
.the_forth .nav-the_forth a:link, .the_forth .nav-the_forth a:visited,
.google_clubhouse .nav-google_clubhouse a:link, .google_clubhouse .nav-google_clubhouse a:visited,
.granton_harbour .nav-granton_harbour a:link, .granton_harbour .nav-granton_harbour a:visited,
.club_matters .nav-club_matters a:link, .club_matters .nav-club_matters  a:visited,
.bar_rota .nav-bar_rota a:link, .bar_rota .nav-bar_rota  a:visited,
.pontoon_duty .nav-pontoon_duty a:link, .pontoon_duty .nav-pontoon_duty  a:visited,
.council_members .nav-council_members a:link, .council_members .nav-council_members  a:visited,
.calendar .nav-calendar a:link, .calendar .nav-calendar  a:visited,
.membership .nav-membership a:link, .membership .nav-membership  a:visited,
.membership_fees .nav-membership_fees a:link, .membership_fees .nav-membership_fees  a:visited,
.site_map .nav-site_map a:link, .site_map .nav-site_map  a:visited,
.edinburgh_marina .nav-edinburgh_marina a:link, .edinburgh_marina .nav-edinburgh_marina  a:visited,
.pontoon_charges .nav-pontoon_charges a:link, .pontoon_charges .nav-pontoon_charges  a:visited,
.pontoon_conditions .nav-pontoon_conditions a:link, .pontoon_conditions .nav-pontoon_conditions  a:visited,
.pontoon_discounts .nav-pontoon_discounts a:link, .pontoon_discounts .nav-pontoon_discounts  a:visited,
.mooring_fees .nav-mooring_fees a:link, .mooring_fees .nav-mooring_fees  a:visited,
.racing .nav-racing a:link, .racing .nav-racing  a:visited,
.sailing_instructions .nav-sailing_instructions a:link, .sailing_instructions .nav-sailing_instructions  a:visited,
.race_marks .nav-race_marks a:link, .race_marks .nav-race_marks  a:visited,
.mobile .nav-mobile a:link, .mobile .nav-mobile  a:visited
{
  text-decoration: none;
  background-color: #e6e6fa !important;
  color: black !important;
  font-weight: normal;
  display: block;
}



#tabBlock {
top: 150px;
left: 120px;
width: 320px;
height: 80px;
}

#mainTabContainer {
width: 100%;
height: 100%
}