/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Unit Export
Author : Darren Lynch / darren.lynch@gforces.co.uk / G-Forces Web Management Ltd

Type: Print

Description : Screen and projection stylesheet for Unit Export site

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
body { font:62.5%/1.6 arial, verdana, helvetica, sans-serif; margin:0; padding:0; background:#ffffff; color:#000000; text-align:center; }
/*  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 ----- */
#container { width:650px; margin:0 auto; text-align:left; font-size:110%; }   
#printHeader { display:block;}
#header { display:none !important;}
#header #logo { display:none !important;}
#header #search {display:none !important;}
#header #search .search { display:none !important;}
#main { display:none !important;}
#divider {display:none !important;}
#jumps { display:none !important;}
#cisLogo { width:89px; height:115px; float:right; margin: 0 0 0 50px; }
#homeContent {}
#homeContent .padding { padding:10px 25px 30px 18px;}
#internalContent {}
#internalContent .padding  { padding:23px 10px 30px 18px; line-height:130%;}
#internalContent .internalImage { float:right; margin: 0 0 25px 30px;}
#contactDetails { width:220px;}
#contactDetails .flag { position:absolute; top:2px; left:200px;}
#internalMain { display:none !important;}
#homeStatement { display:none !important;}

/* ----- 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;}
.relative { position:relative; }
.inline {display:inline;}
.hand { cursor:pointer;}
.standardList { margin:0; padding: 0 0 0 18px; list-style:disc;}
.standardList li { padding: 3px 0; list-style:disc;}
.printHide { display:none;}
.printPageBreak { page-break-after:always !important;}

/* ----- DEFAULT LIST ----- */
#list {}
#list ul { margin:0 0 20px 0; padding:0; list-style:none;}
#list li { padding:13px 0 10px 0; border-bottom:1px solid #cccccc; width:650px; min-height:140px;}
#list .listTitle { font-weight:bold; display:block; padding:6px 0 12px 0;}
#list .listDetails { display:block; padding-right:20px; line-height:130%;}
#list .listImage { float:left; margin: 0 20px 10px 16px;}
#list .last { background:none;}


/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}

/* ----- TOP NAVIGATION ----- */
#topNav { display:none !important;}


/* ----- SITE MAP ----- */
#sitemap { list-style:none; margin:0 0 0 5px; padding:0;}
#sitemap ul { list-style:none;  margin:10px 0 0px 15px; padding:0;}
#sitemap li { background:url(../images/layup/bulletSitemap.gif) 0px 11px no-repeat; padding:6px 0 5px 15px;}

/* ----- BREADCRUMBS/PAGINATION/PAGE TOP AND BOTTOMS ----- */
#pageTop { border-bottom:1px solid #cccccc; height:70px; width:650px; position:relative;}
#breadcrumbs {display:none !important;}
#pageTitle { position:absolute; top:32px; left:16px; color:#003081; font-size:20px;}
.pagination {display:none !important;}

/* ----- FOOTER ----- */
#footer { display:none;}

/* ----- 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:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; display:inline; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.required { color:#cb0013;}
.checkRadio { width:20px; position:relative; left:-7px;}
#frmContact { display:none !important;}
#frmContact p { padding:7px 0;}
#frmContact select { width:204px;}
#frmContact div { margin-bottom:10px;}
#submit { width:67px; height:21px; 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 #336daf; 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: #336daf; color : #FFF; font-weight: bold; }

/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }
