
/*GENERIC STYLESHEET for web build*/
/*All buttons across all pages INCLUDING DMS PAGES*/
.button{
	background: url(/img/darkbutton.jpg) repeat-x #173783;
	text-transform: uppercase;
	float: right;
	border: 2px solid #05286A;
	font-size: 90%;
	color: #000;
}
.button a, input.button{
	padding: 6px;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*input based things*/
input, textarea, select{
	background: #6FCFFF;
	border: 1px solid #022766;
	color: #022766;
}
input.button{
	float: right;
	color: #000;
}
.button a:hover, input.button:hover{
	color: #BFEAFF;
}
input.button, input.button:hover{
	cursor: pointer;
	border: 1px solid #022766;
}
input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover {	
	border: 1px solid #FFF;
}
fieldset{
	border: 1px solid #022766;
}
/*Generic styles across all pages- This also contains all of the default colours and layouts from the initial web build. Overrides can be found in <PUBLICATIONCODE>_dynamic.aspx*/
*{
	padding: 0px;
	margin: 0px;
}
.clearer{
	clear: both;
}
body{
	font-family: Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	font-size: 80%;
	background: #FFF;
	color: #103179;
}

a, a:visited{
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #BFEAFF/*#79A8EF*/;
}

ul{
	list-style: none;
}

img, img a{
	border:4px #fff solid;
	filter:alpha(opacity=95);   
	-moz-opacity: 0.9;   
	opacity: 0.9;
}
a:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
p {
	margin: 2px;
	padding: 2px;
}

/* used as main heading */
h1{
	font-size: 170%;
	color: #000;
	font-weight: normal;
}
h1 span{
	color: #103179;
}
h1, h2,h3{
	margin: 2px 0px 4px 6px;
}
h6{
	text-transform: uppercase;
	font-size: 90%;
	font-weight: normal;
	float: right;
}
/*seperate if visited is different*/
h2, legend{
	font-size: 150%;
	color: #000;
	font-weight: normal;
}
h2 a, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3{
	font-size: 140%;
	color: #000;
	font-weight: normal;
}
/*table styles*/
table{
}

th {
}

td {
}

tr{
}
/*site build styles- here are some examples of some generic names that you should really be using to keep to standards.*/
#frame{
	width: 890px;
	margin: auto;
	background: url(/img/framebg.jpg) no-repeat top left;
}
#header{
	clear: both;
}
#topbar{
	width: 100%;
	background: url(/img/topbar.jpg) repeat-x #2F549A;
	text-align: right;
	font-size: 90%;
	line-height: 18px;
}
#toolbar{
	text-transform: uppercase;
}
#toolbar li{
	background: url(/img/toptab_left.jpg) no-repeat bottom left;
	float:left;
	margin: 0px 5px 0px 5px;
	padding: 20px 0px 0px 5px;
}

topnav li a {
	color:#FFFFFF;
	display:block;
	margin:5px;
	text-decoration:none;
}
#toolbar a{
	background: url(/img/toptab_right.jpg) no-repeat bottom right;
	padding: 0px 5px 0px 0px;
	display:block;
}
#toolbar a:hover{
	display:block;
	margin:0px;
	text-decoration:none;
}
.downloads{
	background: url(/img/downloads.jpg) no-repeat top center;
	padding-top: 20px;
}
.eshop{
	background: url(/img/eshop.jpg) no-repeat top center;
	padding-top: 20px;
}
.tickets{
	background: url(/img/tickets.jpg) no-repeat top center;
	padding-top: 20px;
}
#topnav{
	text-transform: uppercase;
	font-size: 140%;
	text-align: right;
}
#topnav ul{
	float: right;
	width: auto;
}
#topnav li{
	background: url(/img/dottedline.gif) repeat-x bottom left;
	padding: 2px;
}
#topnav li a{
}
#topnav a{
	padding-left: 10px;
}
#topnav a:hover{
}
#content{
	clear: both;
}

#leftcol{
	float: left;
	width: 19%;
	padding: 5px;
}

#midcol{
	float: left;
	width: 56%;
	background: url(/img/midcolborder.jpg) repeat-y top left;
	padding: 2px;
}

#rightcol{
	float: right;
	width: 22%;
	padding: 5px;
 }
.darkbox{
	background: url(/img/darkgrad.jpg) repeat-x top left #2C4E95;
	color: #80B0F6;
	/*margin: 10px 3px 3px 3px;*/
	float: left;
	margin-top: 8px;
} 
.darkbox li{
	clear: both;
	background: url(/img/randomline.gif) repeat-x bottom left;
	padding-bottom: 4px;
	float: left;
	text-align:right;
	display: block;
	width: 99%;
}
.darkbox span{
	text-align: right;
	float:right;
	width: 50%;
}
.darkbox span.sub{
	color: #000;
	font-size: 90%;
}
.darkbox li a{
	color: #80B0F6;
	display: block;
	float: left;
	padding: 2px;
	text-transform: uppercase;
}

.darkbox li a:hover{
	color: #000;
	background: url(/img/darkgrad.jpg) repeat-x center #2C4E95;
	cursor: pointer;
}
.darkbox img{
	border: 2px solid #FFF;
	margin: 2px 2px 0px 0px;
	float: left;
}
.darkbox h6{
	clear: both;
}
.darkbox p{
	color: #FFFFFF;
	clear:both;
}

#rightcol .darkbox{
	padding: 2px;
	clear: both;
	width: 99%;
}
.midbox{
	padding: 5px 0px 10px 0px;
	clear: both;
}
.midbox h2{
	margin-left: 60px;
}
.midbox img{
	float: left;
	margin: 5px 10px 5px 10px;
}
.text{
	float: left;
	width: 80%;
}
.copter{
	background: url(/img/copter.png) no-repeat top left;
}
.darkcopter{
	background: url(/img/darkcopter.png) no-repeat top left;
}
.logoplane{
	background: url(/img/logoplane.png) no-repeat top left;
}
.plane{
	background: url(/img/airplane.png) no-repeat top left;
}
#myGallery{
	border: 4px solid #FFF;
	width: auto;
	background: #2C4E95;
	/*overflow-y: auto;
	overflow-x: hidden;------------Added into NO SCRIPT TAGS on the page instead because it messes it up in IE. These styles are purely for it to work OK when Javascript is not enabled*/
	height: 156px;
}
#myGallery h2{
	color: #79A8EF;
}
#myGallery h2
{
	font-size: 100%;
	font-weight: bold;
	color: inherit;
}

#myGallery p
{
	padding: 0;
	font-size: 90%;
	margin: 2px 5px;
}
#myGallery img{
	border: 0px;
}
.imageElement{
	font-size: 80%;
	clear: both;
	background: #2C4E95;
}

.arrows{
	background: url(/img/lightgrad_sm.jpg) repeat-x center;
	float: left;
	font-size: 90%;
	text-align: center;
	height: 20px;
	width: 100%;
	clear: both;
}
#footer{
	clear: both;
	background: url(/img/footerbg.jpg) no-repeat top left;
	padding: 5px 0px 0px 0px;
	font-size: 90%;
	width: 100%; /*for IE6 because it is dumb*/
}
#footer ul{
	float: right;
}
#footer li{
	float: left;
	padding: 0px 3px 0px 3px;
}
#footer li.end{
}
.quote{	
	font-size: 110%;
	color: #27699F;
	width: 25%;
	padding-left: 10px;
	margin: 2px;
}


.quotefirst{
	background: url(/img/66.gif) left top no-repeat;
	width: 20px;
	height:20px;
	float: left;
	margin: 2px;
}
.quotelast{
	background: url(/img/99.gif) left top no-repeat;
	width: 20px;
	height:20px;
	float: right;
	margin: 2px;
}
.largetext{
	font-size: 130%;
}
.smalltext{
	clear: both;
}
/*specific overrides here, for page specific h1s for example*/
li.last{
	border: none;
	background: none;
	padding-bottom: 0px;
}