/* CSS Document for Barbados Yacht Club */
body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
}

a{
	color: #0033FF;
}

a:hover{
	color: #0066FF;
}

.containerTop{
	width: 100%;
	text-align: center;
}

.positionTop{
	background-image:url(../images/back_top.jpg);
	background-repeat:repeat;
	width: 760px;
	height: 60px;
	text-align: left;
	border-top: #0099CC 1px solid;
	border-right: #0099CC 1px solid;
	border-left: #0099CC 1px solid;
}

.textHead{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}


.columnLeftMenu{
	width: 100px;
	background-image: url(../images/back_left_menu.jpg);
	text-align:center;
	border-left: #0099CC 1px solid;
	border-right: #0099CC 1px solid;
	border-bottom: #0099CC 1px solid;
}

.columnContent{
	width: 660px;
	background-color: #FFFFFF;
	text-align:left;
	border: #0099CC 1px solid;
}

.textHeader{
	margin: 5px 0px 0px 5px;
	color: #6699FF;
	font-weight: bold;	
	font-size: 15px;
	padding-left: 5px;
	letter-spacing: 1px;
	border-left: #0099CC 1px solid;	
	border-bottom: #0099CC 1px solid;
}

.textHeader a{
	color: #000066;
	text-decoration: none;
}

.textContentHome{
	margin: 0px 0px 2px 5px;	
	padding-left: 5px;
	/* border-left: #0099CC 1px solid;	*/
}

.textContent{
	margin: 0px 5px 2px 5px;	
	padding-left: 5px;
	background-image:none;
	/* border-left: #0099CC 1px solid;	*/
}

.containerLeftMenu{
	width: 100%;
	line-height: 5px;
}

.leftMenu a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;	
	width: 85px;
	border: #84B5D6 1px solid;
	background-image: url(../images/back_menu.jpg);
	background-color: #4F71E3;	
	display: block;
	padding: 3px;
	line-height: 12px;
}

.leftMenu a:hover{
	color: #E7CA01;	
	background-image: url(../images/back_menu_on.jpg);
}

.containerBottomMenu{
	color: #6699CC;
	font-size: 10px;
	/* background-image:url(../images/middle3.gif);
	background-position: top left;
	background-repeat:no-repeat; */
	padding-left: 25px;
	margin: 0px 0px 0px 5px;
	line-height: 15px;	
	text-align:center;
}

.bottomMenu a{
	color: #3366FF;
}

.containerFooter{
	font-size: 10px;
	text-align: center;
}

.containerFooter a{
	color: #3366FF;
}

.textHomeTop{
	width: 325px;
	background-image:url(../images/back_boats.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

.textHomeBottom{
	width: 400px;
	background-image:url(../images/back_boats.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	float: left;
}

.textCaption{
	font-size: 10px;
	font-weight: bold;
	color: #003399;
}


.subHeader{
	background-color: #ECF5FF;
	margin-right: 5px;
	padding: 2px;
	border-bottom: #AAD5FF 1px solid;
	border-top: #AAD5FF 1px solid;
}


div.rounded_purple { 
 width: 180px; 
 background: #E7EAF5 url(../images/tr_purple.gif) no-repeat top right; 
} 
div.rounded_purple div { 
 background: transparent url(../images/tl_purple.gif) no-repeat top left; 
} 
div.rounded_purple div div { 
 background: transparent url(../images/br_purple.gif) no-repeat bottom right; 
} 
div.rounded_purple div div div { 
 background: transparent url(../images/bl_purple.gif) no-repeat bottom left; 
 padding: 8px; 
}

.rounded_purple_header{
	font-weight: bold; color: #7C8DCC;	
}

.rounded_purple a{
	font-weight: bold; color: #7C8DCC;	
}

div.rounded_blue { 
 width: 150px; 
 background: #DDF3FF url(../images/tr_blue.gif) no-repeat top right; 
} 
div.rounded_blue div { 
 background: transparent url(../images/tl_blue.gif) no-repeat top left; 
} 
div.rounded_blue div div { 
 background: transparent url(../images/br_blue.gif) no-repeat bottom right; 
} 
div.rounded_blue div div div { 
 background: transparent url(../images/bl_blue.gif) no-repeat bottom left; 
 padding: 8px; 
}

.rounded_blue_header{
	font-weight: bold; color: #009FFA;	
}

.rounded_blue a{
	font-weight: bold; color: #009FFA;	
}

div.rounded_green { 
 width: 180px; 
 background: #CFEBEB url(../images/tr_green.gif) no-repeat top right; 
} 
div.rounded_green div { 
 background: transparent url(../images/tl_green.gif) no-repeat top left; 
} 
div.rounded_green div div { 
 background: transparent url(../images/br_green.gif) no-repeat bottom right; 
} 
div.rounded_green div div div { 
 background: transparent url(../images/bl_green.gif) no-repeat bottom left; 
 padding: 8px; 
}

.rounded_green_header{
	font-weight: bold; color: #38A09F;	
}

.rounded_green a{
	font-weight: bold; color: #38A09F;
}


/* CMS */
.EditBox{
	background-color: #FF6600;
	border: #CC6600 1px solid;
	padding: 5px;
	width: 125px;
	text-align: center;
}

.EditBox a{
	color: #FFFFFF;
}

.EditBox a:hover{
	color: #FFFF99;
}

