/*
Copyright Guy Harley 2009
Contact: gbs@harley.net.au

This file is part of the Gliding Booking System ("GBS").

GBS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GBS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GBS.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Page styles */
body {
	margin:0px 5px 0px 5px;
}

ol.leftAlign {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 18;
	_margin-left: 23;
	padding-left: 0;
	border: none;

}

ul.leftAlign {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 18;
	_margin-left: 23;
	padding-left: 0;
	border: none;
}

/* Frame style */
.iFrame {
	height:390px;
	overflow:auto;
	vertical-align:top;
	border:0px none;
	width:100%;
}

/* Table style */
table {
	border-collapse: collapse;
}

table.headTable td {
	border:0px none;
	padding: 2px 2px 0px 2px;
	border-spacing: 0px 0px 0px 0px;
}

table.dataTable td {
	border:1px solid navy;
	padding: 0px 0px 0px 2px;
	border-spacing: 0px 0px 0px 0px;
}

.alternateRow {
	background-color:#E8E8E8;
}

/* Tabbed page styles */
div.scrollBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height:350px;
	overflow:auto;
	border:1px solid #000042;
}

/* Text styles */
.Available{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	background-color:green;
	color:white;
}

.Booked{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	background-color:red;
	color:white;
}

.CodeText {
	font-family: monospace;
	font-size: 12px;
}

.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	color: #000000;
}

.Footer {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: navy;
}

.Heading{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:navy;
}

.Required    {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

.Reserved{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	background-color:cyan;
	color:black;
}

.SubHeading    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: navy;
}

/* Textbox styles */
.normalTextBox {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	border: 1px solid;
	padding:0px;
	height: 18px;
	max-height:18px;
}

.normalTextArea {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	border: 1px solid;
}

.templateText {
    font-family:monospace;
    font-size: 12px;
    font-weight: normal;
	border: 1px solid;
	width: 700px;
	height: 280px;
}

.Radio {
	margin-left: 0px;
	color: #000042;
}

/* File input boxes */
.file_input_textbox
{
	float: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	border: 1px solid;
	padding:0px;
	height: 18px;
	max-height:18px;
}

.file_input_div
{
	position: relative; 
	height: 20px; 
	overflow: hidden;
}

.file_input_button
{
	position: absolute; 
	top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
}

.file_input_hidden
{ 
	position: absolute; 
	right: 0px; 
	top: 0px;
	opacity: 0; 	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

/* Buttons and link buttons */
.commandButton {
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
}
        
A.commandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.commandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.commandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.commandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* Image styles */
img.imgInline {
	display:inline;
}

img.imgRight{
	float:right;
	margin-right:5px;
}
