/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title :
Author CSS: John Davies / john.davies@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for Charters site

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
html { height:100% !important; }
body { height: 100%; font:62.5%/1.6 arial, verdana, helvetica, sans-serif; margin:0; padding:0; background:#fff !important; color:#000000; text-align:left; }
/*  This font sizing is for standards based browsers (firefox, opera, mozilla) that can re-size text.
Declaring the font size in pixels makes it more consistent across browsers. */
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }
html>body td, html>body textarea, html>body input, html>body select { font-size:11px; }
/* some browsers don't inherit the font into tables or textareas! */

/* ----- IDS ----- */
#header { position: relative; height: 116px; width: 650px; }

/* ----- CLASSES ----- */
.clear { clear:both; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; padding:0 0 15px 15px; }
.image_left { float:left; padding:0 15px 15px 0; }
.image_center { margin:0 auto; }
.hand { cursor:pointer; }
.red { color: #cc0000 !important; }
.grey { color: #666; }
.blue { color: #163b5c; }
.font16 { font-size: 1.6em; }
.font15 { font-size: 1.5em !important; }
.font13 { font-size: 1.3em !important; }
.font11 { font-size: 1.1em; }
.font9 { font-size: 0.9em !important; }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}
#homeContent h1 { background: url(../images/layup/titleGoodMorning.gif) top left no-repeat; color: #fff; font-weight: normal; width: 686px; margin-top: 12px; padding-left: 24px; height: 20px; padding-top: 27px; }
#mainContent h1 { font-weight: bold; font-size: 1.3em; color: #015389; text-transform: uppercase; }

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { padding:0 0 15px 0; margin:0; }
address { font-style:normal;}

/* ----- LINKS ----- */
a { color:#000000; font-weight:bold; text-decoration:underline; }
a:hover { text-decoration:none; }

/* ----- FORMS ----- */
form { padding:0px 22px 0px 22px; margin:0; font-size: 110%; }
fieldset { padding:0; margin:0; border:0px none; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:320px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
select { width:204px;}
form div { margin-bottom:6px;}
.requiredLabel { color:#006699;}
.checkRadio { width:20px; position:relative; left:-7px;}
#btnSubmit { width:76px; height:25px; border:none;}

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #006699; color : #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:452px; padding: 5px; background-color: #006699; color : #FFF; font-weight: bold; }

/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }