﻿@import url("thickbox.css");
    body 
    {
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
		min-width:650px;
		
		font-size:90%;
		background: #55baff url("../images/bg.jpg") no-repeat fixed top center;
		text-align: center;
    }
    
    #content 
    {
		text-align: left;
		width: 900px;
		margin: 0 auto;
    }

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        
    }
	#header {
		/*border-bottom:1px solid #000;*/
		/*background: #444e5a;*/
	}
	#header h1.logo
	{
		margin: 0;
		padding: 0;
	}
	#header h1.logo a 
	{
		margin-top: 5px;
		display: block;
		background: url("../images/logo.gif") no-repeat  top center;
		height: 105px;		
		
	    text-decoration:none;
	    font-size: 170%;
	    color:#fff;
	    /*padding: 20px 0;	*/
	}
	#header h1.logo span 
	{
		display: none;
	}
	
	
	#header img {
	    padding: 0;
        margin:0;
        border: none;
	}
	#header ul 
	{
	    /*border-top: solid 1px #012b81;
	    border-bottom: solid 1px #012b81;*/
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin: 0;
	    padding:0;
	    background: transparent;
	    background: transparent url("../images/low.png") repeat-x;
	    /*background-repeat: repeat-x;*/
	    height: 34px;
	}
	#header ul li 
	{
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li.nolink span 
	{
	    text-decoration:none;	
	    display:block;
	    float:left;
	    margin:0 0 0 20px;
	    color:#000;
	    position:relative;
	    left:15px;
	}	
	#header ul li a 
	{
	    cursor: pointer;        /* Fix IE pointer bug */
	    text-decoration:none;	
	    display:block;
	    float:left;
	    margin: 0 0 0 0px;
	    color:#444;
	    position:relative;
	    left:15px;
	}
	#header ul li span
	{
	    padding:5px 15px;
	    padding-top: 8px;
	    text-align:center;
	    
	    display: block;
	    display: inline-block;
		background-image: url("../images/div.png");
		background-repeat: no-repeat;
		background-position: top right;
		
		height: 21px;
	}
	
	#header ul li a:hover 
	{
	    background: url("../images/high.png") repeat-x top left;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    font-weight:bold;
	    background: url("../images/high.png") repeat-x top left;
	}
	
	div#images 
	{
		margin: 0;
		padding: 0;
		clear: both;
        float: none;
		height: 250px;
	}
	
	div#images img
	{		
		margin: 0;
		padding: 0;
		display: none;
		visibility: hidden;
	}
	
	div#images img.active
	{
		display: block;
		visibility: visible;
	}
	
	/* column container */
	.colmask {
        clear: both;
        float: none;
		overflow:hidden;	/* This chops off any overhanging divs and forces containment */
		-zoom: 1;			/* Forces containment in ie 6 */
		
		
		background: white;
		padding: 1.5%;
		padding-top: 0;
		margin:0;

	}

	/* Footer styles */
	#footer 
	{
		margin: 5px auto;
		margin-bottom: 0;
        clear:both;
        /*float:left;*/
        width: 100%;
		border-top:1px solid #004f8a;
    }
    #footer p {
        padding:10px;
        margin: 0;
        text-align: center;
    }	
	
    /* General styles */
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    a.img,
    a.img:hover
    {
        border: none;
        margin: 0;
        padding: 0;
        text-decoration:none;
        background: none;
    }	
    h1, h2, h3 
    {
		color: #005186;
		letter-spacing:-0.5px; /* it isn't web 2.0 otherwise, right? ;) */		
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
		border: none;
	}

    /* --> */
    
    .floatRight 
    {
        float: right;
        margin: 5px;
    }
    
    .floatLeft
    {
        float: left;
        margin: 5px;
        margin-left: 0;
    }
    
    .clear 
    {
		clear: both;
    }

    td 
    {
        vertical-align: top;
    }
    
    table#contact td.col1 
    {
        width: 7em;
    }
    
    table#contact
    {
        margin-top: 10px;
        margin-left: 20px;
    }
    
    h1 
    {
        font-size: 150%;
    }
    
    h2 
    {
        font-size: 120%;
    }
    
    h1, h2, h3, span.title
    {
        /*color: #012b81;*/
    }
    
    ul 
    {
		margin-left: 5px;
		list-style-position: inside;
    }

p#copyright 
{
	margin-top: 0;
	padding-top: 0;
	font-size: 80%;
}

.centre 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textCentre 
{
	text-align: center;
}

ul#instruments
{
	margin-left: 20px;
	list-style-position: inside;
}

table#costs 
{
	margin: 0 auto;
	width: 95%;
	border: solid 1px #005186;	
}

table#costs thead,
table#final tfoot
{
	font-weight: bold;
	text-align: center;
	color: #005186;
}

table#costs td.joint ul
{
	text-align: center;
	list-style-position: inside;
}

table#costs td 
{
	width: 50%;
	border: solid 1px #005186;
}

table#final 
{
	margin: 0 auto;	
	margin-top: 20px;
	border: none;
}

table#final td img
{
	width: 420px;
	padding: 1px;
}

table#events 
{
	margin: 0 auto;
	width: 80%;
}

table#events tr.month td
{
	padding-top: 1em;
	font-weight: bold;	
	color: #005186;
	border-bottom: dashed 1.5px #005186;
}

table#events td 
{
	padding: 2px;
	vertical-align: top;
}

ul#memberTypes, ul#usefulLinks, ul#manuals, ul#downloads, ul#flyingAbroad, ul#handbook
{
	list-style-position: outside;
	padding: 0 20px;
}

ul#usefulLinks p 
{
	margin: 0;
}

form#aspnetForm label 
{
	vertical-align: top;
	display: inline-block;
	width: 10em;
}

form#aspnetForm div 
{
	margin: 3px;
}

form#aspnetForm textarea, form#aspnetForm input
{
	width: 20em;
}

form#aspnetForm select
{
	width: 13em;
}


form#aspnetForm textarea
{
	height: 10em;
}

form#aspnetForm input#ctl00_body_submitButton
{
	width: 100px;
}

form#aspnetForm .error input, form#aspnetForm .error textarea, form#aspnetForm .error select
{
	border: solid 1px red;
}

form#aspnetForm .error label
{
	color: Red;
}

table#minutes 
{
	width: 30em;
}

table#minutes thead 
{
	font-weight: bold;
}

table#minutes td.title, table#minutes td.date
{
	width: 15em;
}

div#poh 
{
	width: 800px;
	margin: 0 auto;
}

div#poh img 
{
	display: inline-block;
	margin: 0 auto;	
}

span.small 
{
	font-size: small;
}