/*
* Queensland Hovercraft Club
* Cruise Reports - 2014
* http://www.qhover.com
*/

body	{ 
	margin: 0px; 
	background-color: #bee7Fb; 
	background-image: url(backgnd-d.jpg); 
	background-repeat: repeat-y; 
	} 

.content {
	width: 100%;
	height: auto;
	margin: 0; 
	padding: 0; 
	border: 0;
	float: left;
	}

	/* PAGE DEFINITION */
.page	{ 
	width: 625px; 
	height: auto; 
	margin: auto;  
	background: #EDEAFF; 
	padding: 20px 45px 0px 70px; 
	border-top: 1px solid black; 
	border-right: 4px solid black; 
	border-left: 1px solid black; 
	border-bottom: 1px solid black; 
	margin-bottom: 0; 
	font: 12px Verdana, Arial;
	line-height: 18px;
	color: #000000;
	text-align: justify;
	float: center; 
	} 

	/* PARAGRAPH FONTS DEFINITION FOR GENERAL TEXT, DATES AND TITLE */
p	{ 
	font: 12px Verdana, Arial;
	line-height: 18px;
	text-align: justify;
	color: #000000; 
	} 

p.date	{ 
	font-family: Verdana, Arial; 
	font-size: 12px; 
	line-height: 12px; 
	text-align: left; 
	font-weight:bold; 
	color: #000000;
	} 

p.title	{ 
	font-family: Verdana, Arial; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight:bold; 
	color: #000000; 
	} 

	/* GENERAL FONTS DEFINITION */ 
.comicblue { 
	font-family: comic sans ms; 
	font-size: 16px; 
	line-height: 20px; 
	color: #0000EE; 
	} 

.bluetextsm { 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	line-height: 14px; 
	color: #0000EE; 
	} 

	/* GALLERY TABLE DEFINITION */ 
.gallery { 
	width: 625px; 
	border: 0px; 
	margin: 0px; 
	cellpadding: 0px; 
	cellspacing: 0px; 
	border-collapse: collapse; 
	} 

.gallery td { 
	width: 33%; 
	font: 12px Verdana, Arial; 
	font-weight: bold; 
	text-align: center; 
	color: #0000EE; 
	vertical-align: top; 
	} 

	/* CRUISE TABLE DEFINITIONS	*/
.cruise	{
	width: 100%; 
	border: 0px; 
	margin: 0px; 
	cellpadding: 0px; 
	cellspacing: 0px; 
	border-collapse: collapse; 
	}

.cruise td.name { 
	width: 150px; 
	font-weight: bold; 
	text-align: left; 
	vertical-align: top; 
	} 

	/* VIDEO TABLE DEFINITION */ 
.video { 
	width: 600px; 
	border: 0px; 
	margin: 0px; 
	cellpadding: 5px; 
	cellspacing: 0px; 
	border-collapse: collapse; 
	} 

.video td { 
	width: 50%; 
	font: 11px Verdana, Arial; 
	font-weight: bold; 
	text-align: center; 
	color: #666; 
	} 

	/* INPUT SELECT BUTTON DEFINITION */
.buttons {
	border: 0;
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	} 

input,select { 
	font-size: 10px; 
	font-family: Arial; 
	float: center; 

	margin-left: auto;
	margin-right: auto;
	} 

	/* START LIGHTBOX DEFINITIONS	*/
.opacityit img { 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
	-moz-opacity: 1; 
	border: 1px solid #FFFFFF; 
	}

.opacityit:hover img { 
	border: 1px solid #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); 
	-moz-opacity: 0.3; 
	} 

.opacityit:active img { 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
	-moz-opacity: 1; 
	border: 1px solid #FFFFFF; 
	} 

.opacityit:hover { 
	color: green;         /* irrelevant definition to overcome IE bug */
	} 
	/* END LIGHTBOX DEFINITIONS	*/

