/* Flight Centre SA - v1.0 Default Style sheet - */

/* MAIN LAYOUT WIDTHS - START */
.MW {width:770px} /* Main Width - main table or div width for page */
.LN {width:175px} /* Left Nav - sets 1x1 pixel width */
/* MAIN LAYOUT WIDTHS - END */

/* TEXT - START */
body {
	font-family:verdana, arial;
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	margin-left:8px;
	
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #959595;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #E2E2E2;
	scrollbar-highlight-color: #959595;
	scrollbar-shadow-color: #959595;
	scrollbar-track-color: #F1F1F1;
}

td, font {
	font-family:verdana, arial;
	font-size: 11px;
	color: #000000;
}

.title1 {font-size: 13px;}
.title2 {font-size: 15px;}
.title3 {font-size: 17px;}
.title_small {font-size:10;}
.small {font-size: 7.5pt;} /* 10.5px looked ok  */
.small2 {font-size:6.35pt} 
/* TEXT - END */

/* LINKS - START -  */

/* default links,  colour = black. hover= brand orange  */
a {color: #000000; text-decoration:none;}
a:hover	{color: #EA0303; text-decoration: underline;} /* main brand colour */

/* colour = brand orange. hover= black  */
a.link1 {color: #EA0303; text-decoration: underline;}
a.link1:hover {color: #000000; text-decoration: underline;}

/* colour = black. hover= black  */
a.link2 {color: #000000; text-decoration:none;}
a.link2:hover {color: #000000; text-decoration: underline;}

/* colour = white. hover= black underlined  */
a.link3 {color: #FFFFFF; text-decoration: underline;}
a.link3:hover {color: #000000; text-decoration: underline;}

/* colour = white. hover= white   */
a.link4 {color: #FFFFFF; text-decoration:none;}
a.link4:hover {color: #FFFFFF; text-decoration: underline;}

.linkdec {text-decoration: underline;}
/* LINKS - END -  */

/* MIsC STYLES - START */
.line {width:100%;} /*  used with 1px_breaker image to stretch across  */
.bdr1 {border: 1px solid #EA0303;} /* brand colour */
.bdr1_no_bot {border: 1px solid #EA0303; border-bottom: none;} /* kev note: not in use right now */
.bdr2 {border: 1px solid #E6E6E6;} /* same grey as cc2 */
.bdr3 {border: 1px solid #B4B4B4;} /* same grey as cc4 */
.bdr3_2 {border: 2px solid #B4B4B4;} /* same grey as cc4 */
.bdr4 {border: 1px solid #000000;} /* black */
.bdr5 {solid #000000;} /* black no border */
.bdr6 {border: 2px solid #ffffff;}
.imgbdr1 {border: 1px solid #FFFFFF;} /* brand colour  padding: 4px 4px 4px 4px;  */
.hand { cursor: pointer; cursor: hand; } /* hand pointer thingy */
.pg_on {font-weight:bold} /* white header link highlighter NEEDS JSP WORK */
.bg_rep_x { background-repeat: repeat-x }  /* Repeat background in the X axis */
.bg_rep_y { background-repeat: repeat-y }  /* Repeat background in the Y axis */
.bg_rep_no{ background-repeat: no-repeat }  /* Don't repeat background image */

.caps{text-transform:capitalize;} /* all words begin with caps */
.upcase{text-transform:uppercase;} /* convert to upper case */
.toptwisty {width: 725px;
			height: 30px;
			left: 10px;
			position: relative;
			top: -20px;
			background-image: url('/images/promo/nyc/img_spiral_single.gif');
			background-repeat: repeat-x;
}
/* MIsC STYLES - END */

/* BACKGROUND COLOUR PALLET  - START */
 
/*
Note:
CC = Core Colour

There should always be a corresponding background and foreground
colours, ie must be a ccX and a ccX_bg with the same hex colour value 
*/

.page_bg {background-color:#FFFFFF} /* page background */
.black_bg {background-color:#000000}
.white_bg {background-color:#FFFFFF}
.note_bg {background-color:#CC0000}

.cc1_bg {background-color:#EA0303} /* main brand colour */ 
.cc2_bg {background-color:#E6E6E6} /* light grey */
.cc2_1_bg {background-color:#D6D6D6} /* darker grey */
.cc3_bg {background-color:#EBEBEB} /* background mid-grey */
.cc4_bg {background-color:#B4B4B4} /* border grey */
.cc5_bg {background-color:#848684} /* title grey */
.cc6_bg {background-color:#00447C} /* fcuk blue */
.cc7_bg {background-color:##FFFFFF} /* white */

/* BACKGROUND COLOUR PALLET  - END */

/* FOREGROUND COLOUR PALLET - START */
.page {color:#FFFFFF}	/* page background */
.black {color:#000000}
.white {color:#FFFFFF}
.note	{color:#CC0000} /* highlight red */

.cc1 {color:#EA0303} /* main brand colour */
.cc2 {color:#E6E6E6} /* light grey */
.cc3 {color:#EBEBEB} /* background mid-grey */
.cc4 {color:#B4B4B4} /* border grey */
.cc5 {color:#848684} /* title grey */
.cc6 {color:#00447C} /* fcuk blue */
.cc7 {color:#FFFFFF} /* white */

/* FOREGROUND COLOUR PALLET - END */

/* peter's styles */

.ttl_grey
{
	background-image: url(/images/layout/grey/bg_header.gif);
	font-weight: bold;
	color:#848684; /* cc5 colour */
	height:21px;
}

blockquote
{
  margin-right: 0em;
  margin-bottom: 2em;
  margin-left: 1em;
}

