/* ELEMENTS */

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:small;
    font-family:trebuchet MS, sans-serif;
}

h1 {
	font-size:1.8em;
	margin:10px 200px 20px 0px;
    color:#3B657A;
}

h2 {
    color:#3B657A;
}

a {
	color:#3B657A;
}

a:visited {
	color:#3B657A;
}

img {
	border:none;
}

ul {
	margin:0px;
	padding:0px;
}

ul li {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}

form {
	margin:0px;
	overflow:hidden;
}

button {
	/*clear:both;*/
	float:right	;
	border:1px solid #999999;
	background-color:#EEEEEE;
	background-image:url('/images/chrome/buttons.png');
	background-position:center center;
	padding:2px 4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

hr {
    color: #fff;
    background-color: #fff;
    border: 1px dotted #000;
    border-style: none none dotted;
}

/* GENERIC CLASSES */

.obscure {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

/* LAYOUT */

.decor-outer {
	background-repeat:repeat-x;
	background-position:bottom;
}

.decor-links {
	background-color:#3B657A;
}

.decor-header {
	/*background-color:#EAF6DB;*/   
    background-color:#f8fbf4;
}

.decor-content {
	background-color:#f8fbf4;

}

.decor-footer {
	background-color:#f0fbe3;
	background-image:url('/images/chrome/footer-outer-background.png');
	border-top:1px solid #DBE3B7;
}

.decor-copyright {
	background-color:#3B657A;
	padding-bottom:20px;
}

#structure-links,
#structure-header,
#structure-content,
#structure-footer,
#structure-copyright {
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:bottom;
	width:940px;
	padding:20px;
	margin:0px auto;
}

#structure-links {
	background-color:#123142;
	padding:0px 20px;
}

#structure-header {
	height:200px;
	background-color:#C1DF9D;
    background-image:url('/images/chrome/header-background.png');
    background-position:left;
    background-repeat:repeat-y;    
}

#structure-content #column-content {
	width:740px;
	float:right;
}

#structure-content #column-contentright {
	width:460px;
	float:right;
    padding:10px 0px 10px 10px;
}

#structure-content #column-contentleft {
	width:460px;
	float:left;
    padding:10px 10px 10px 0px;
}

#structure-content #column-menu {
	width:180px;
	float:left;
}

#structure-footer {
	background-color:#daebc5;
	background-image:url('/images/chrome/footer-background.png');
}

#structure-footer .column {
	width:160px;
	padding:10px;
	background-color:#f8fbf4;
	margin-left:20px;
}

#structure-footer .column:first-child {
	margin:0px;
}

#structure-footer .column ul li {
	margin:5px 0px 0px 15px;
	font-size:.95em;
	list-style:url('/images/chrome/footer-li-bullet.png');
}

#structure-footer .column ul li:first-child {
	margin-top:0px;
}

#structure-copyright {
	background-color:#123142;
	color:#FFFFFF;
	font-size:.85em;
}

#structure-copyright a {
	color:#EEEEEE;
}

/* COLUMNS */

div.column {
	float:left;
	padding-right:20px;
}

div.column ul li {
	float:none;
}

/* NAVIGATION */

#navigation-top {
	float:right;
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.1em;
}

#navigation-top li {
	border-left:1px solid #666666;
}

#navigation-top li:first-child {
	border-left:none;
}

#navigation-top li a {
	color:#FFFFFF;
	display:block;
	padding:8px 10px 3px;
	text-decoration:none;
	font-weight:bold;
}

#navigation-user {
	float:left;
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.1em;
}

#navigation-user li {
	border-left:1px solid #666666;
}

#navigation-user li:first-child {
	border-left:none;
}

#navigation-user li a {
	color:#FFFFFF;
	display:block;
	padding:8px 10px 3px;
	text-decoration:none;
	font-weight:bold;
}

#navigation-main ul {
	margin-bottom:20px;
}

#navigation-main ul li {
	border-bottom:1px solid #666666;
	float:none;
	font-weight:bold;
}

#navigation-main ul li:first-child {
	border-top:1px solid #666666;
}

#navigation-main ul li a {
	display:block;
	text-decoration:none;
	padding:5px 10px;
}

#navigation-main ul li a:hover {
	background-color:#CCCCCC;
}

#structure-footer h3 {
	margin:0px 0px 10px;
}

#structure-copyright ul.links li a {
	padding-left:25px;
	font-weight:bold;
}

/* NAV PANELS */

#column-menu {
	font-size:.95em;
}

#column-menu h3 {
	margin:0px;
	padding:6px 10px;
	background-color:#3B657A;
	color:#FFFFFF;
	font-size:1.1em;
}

#column-menu .panel {
	margin:0px 0px 20px;
	background-color:#C1DF9D;
	padding:10px;

}

#column-menu form input[type='text'],
#column-menu form select {
	width:100%;
}

#loading {
    float:left;
    left:0;
    top:0;
    font-size:1.0em;
    width:100%;
}

.brick {
    height:110px;
    margin-top:10px;
    margin-left:20px;
    margin-bottom:20px;
    width:170px;
    float:left;
    background-color:#F9FBF1;
    cursor: pointer;
}

.brick a {
    color:#FFFFFF;
    text-decoration: none
}

.brick h2 {
    float:left;
    color:#FFFFFF;
	font-size:1.3em;
	margin:65px 0px 20px 5px;
}

.brick img {
    float:right;
}

.brickcourse {
    margin-left:20px;
    margin-bottom:10px;
    width:170px;
    float:left;
    background-color:#FFFFFF;
}

.brickcourse ul li {
    float:none;
	margin:7px 0px 7px 15px;
	font-size:1em;
	list-style:url('/images/chrome/footer-li-bullet.png');
}

.tabWrapper {
    width:150px;
    float:left;
    background-color:#FFFFFF;
}

.tabWrapper ul li {
    float:none;
	margin:2px 2px 2px 2px;
    padding:3px 3px 3px 3px;
	font-size:1.1em;
}

.tabContainer  li{
     border:1px solid #CCCCCC;    
}

.tabContainer .selected, .tabContainer .selected:hover
{
    /*background: #74B3DC;*/
    background-image:url('/images/selected.png');
    background-position:right;
    background-repeat:no-repeat;
    border:1px solid #CCCCCC;
    background-color:#C1DF9D;
}

.tabContainer  li:hover{
    border:1px solid #CCCCCC;
    background-color:#C1DF9D;
}

#locationBox {
    background-color:#F9FBF1;
    border:1px solid #CCCCCC;
    margin:20px 0px 0px 0px;
    padding:0px 10px 10px 10px;
}

#locationBox img {
    float:right;
    margin:20px 0px 0px 0px;
}

/*#column-menu .panel button {
	display:block;
	padding:0px;
	height:0px;
	border:none;
}*/

    /* TABLE */
        table {
            font-size: 1em;
            margin: 0 0 1.5em 0;
            padding: 0;
        }

        table caption {
            font-weight: bold;
            margin: 0 0 0 0;
            padding: 0 0 1.5em 0;
        }

        th {
            font-weight: bold;
            text-align: left;
        }

        td {
            font-size: 1em;
        }

        /*********************************
           Project: CSS Table Galery
           Title: Like Adwords
           Author: Cleiton Francisco
           URL: http://www.cleiton.net/
           Country: Brazil
           Update: 2005-12-18
         *******************************/

            .table {
                border-collapse: collapse;
                border: 2px solid #74B3DC;
                color: #000;
                background: #fff;
                width: 100%;
            }
                .table caption {
                    padding: 0 0.6em 0.8em;
                    font-size: 1.3em;
                    font-weight: bold;
                    text-align: left;
                    color: #000;
                    background: transparent;
                }
                /* For Tapestry's contribTable */
                .table th table, .table th table td {
                    width: 100%;
                    border: 0px;
                }
                .contribTable th {
                    padding: 0px !important;
                    background: #d7e9f5;
                }
                .contribTable th .tableHeaderTable {
                    margin: 0px !important;
                }
                .table td, .table th, .tableHeaderTable td {
                    border: 1px solid #e0e0e0;
                    padding: 0.5em;
                }
                .table thead th, .tableHeaderTable td {
                    border: 1px solid #e0e0e0;
                    text-align: left;
                    font-size: 1em;
                    font-weight: bold;
                    background: #d7e9f5;
                }
                .tableHeaderTable td a {
                    text-decoration: none !important;
                }
                .table tfoot th, tfoot td {
                    border: 1px solid #e0e0e0;
                    text-align: left;
                    font-size: 1em;
                    background: #e8e8cf;
                }
                .table tfoot th {
                    font-weight: bold;
                }
                .table tbody td a {
                    background: transparent;
                    text-decoration: underline;
                }
                .table tbody td a:hover {
                    background: transparent;
                    text-decoration: underline;
                }
                .table tbody th a {
                    background: transparent;
                    text-decoration: underline;
                    font-weight: bold;
                }
                .table tbody th, .table tbody td {
                    text-align: left;
                }
                .table tfoot td {
                    border: 1px solid #996;
                }
                .table tbody tr:hover, .table tr.over, .contribTable tr:hover {
                    background: #ffffd9 !important; /* important needed for Tapestry, as is .table tr:hover */
                }
                .contribTable tr.even {
                    background: #fff !important;
                }
                .contribTable tr.odd {
                    background: #eee !important;
                }
    /* END TABLE */

.redsuper {
	color:#FF3300;
	font-size:x-small;
	vertical-align:top;
}

.red {
	color:#FF3300;
}

.redlink a{
	color:#FF3300;
	font-size:x-small;
}

.bigredprice {
	color:#FF3300;
	font-weight:bold;
}

.bigredprice a{
	color:#FF3300;
	text-decoration:none;
}

.green {
	color:#FF3300;
}

.coursePrice {
    height:450px;
    float:left;
    padding:0px 20px 0px 20px;
    border:1px solid #CCCCCC;
    background-color:#F9FBF1;
    font-size:1.2em;
}

.centeredImage
  {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  font-weight:bold;  
  }

blockquote {
    margin-left:20px;
    margin-bottom:20px;
    width:100%;
}

blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 300%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -20px;
margin-left: 120px;
}

.content ul li {
    float:none;
	margin:5px 0px 0px 15px;
}

.adultbooking {
}

.juniorbooking {
}
