/* ****************************************************
 Application: HWT
 
 File: hwt.css
 
 Type: CSS
  
 Desc: default css declarations for HWT
  
 Comments: 
  
 Author: Lindsay Evans <lindsay@redsquare.com.au>
 Date:  4/07/00
 Version: 1.0.0
 
 ***** Modification Details *****
 
 DATE  NAME  MODIFICATION
 
**************************************************** */

/* ****************** Main page elements ****************** */
/* default text */
BODY, TD {
	font-family:verdana,helvetica,arial;
	color: #000066;
}
.defaultText {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	color: #000066;
}

/* default bold text */
.defaultBold {
	font-family: verdana,helvetica,arial;
	font-weight: bold;
}

/* red text*/
.red {
	font-family: verdana,helvetica,arial;
	color: #CC0000;
}

/* default small bold text */
.smallBold {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	color: #000066;
	font-weight: bold;
}

/* default white text */
.defaultWhiteText {
	font-family: verdana,helvetica,arial;
	font-size: 0.7em;
	color: #FFFFFF;
}

/* default small white text */
.smallWhiteText {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	color: #FFFFFF;
}

/* default small white text link */
.smallWhiteTextLink,.smallWhiteTextLink:link {
	font-family: verdana,helvetica,arial;
	color: #FFFFFF;
}

/* default headings */
.defaultHeading, .defaultHeading:link {
	font-family: verdana,helvetica,arial;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}

/* default heading links */
.defaultHeading:hover {
	color: #FFCC00;
}

/* textheadings */
.textHeading {
	font-family: verdana,helvetica,arial;
	font-size: 1em;
	font-weight: bold;
	color: #000066;
}

/* headings (eg. travel tips & latest news in rt column) */
.smallHeading {
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	color: #000066;
}

/* links */
A,A:link {
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

/* links hover */
A:hover {
	color: #003399;
}

/* ****************** Navigation elements ****************** */
/* left hand side navigation links */
.nav,.nav:link {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
}

/* left hand side navigation links (rollover) */
.nav:hover {
	font-family: verdana,helvetica,arial;
	color: #FFCC00;
}

/* left hand side text / popouts text */
.leftText {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	color: #FFFFFF;
}

/* popout headings */
.popoutHeading {
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFFFFF;
}

/* popout links */
.popout,.popout:link {
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	color: #FFFFFF;
}

/* bottom navigation text */
.bottNav {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	color: #6699CC;
}

/* bottom navigation links */
.bottNavLink,.bottNavLink:link {
	font-family: verdana,helvetica,arial;
	font-weight: normal;
	color: #6699CC;
}

/* bottom navigation links hover */
.bottNavLink:hover {
	font-family: verdana,helvetica,arial;
	color: #FFCC00;
}

/* bottom navigation heading */
.bottNavHeading {
	font-family: verdana,helvetica,arial;
	color: #6699CC;
	font-weight: bold;
}

/* ****************** Level two navigation ****************** */
/* nav */
.l2nav,.l2nav:link {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

/* nav hover */
.l2nav:hover {
	color: #FFCC00;
}

/* sub nav */
.l2subNav,.l2subNav:link {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	font-weight: normal;
	color: #6699CC;
	text-decoration: none;
}

/* sub nav hover */
.l2subNav:hover {
	color: #FFCC00;
}

/* highlighted nav */
.l2navHilite,.l2navHilite:link {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

/* highlighted sub nav */
.l2subNavHilite,.l2subNavHilite:link {
	font-family: verdana,helvetica,arial;
	font-size: 0.6em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* highlighted nav hover */
.l2navHilite:hover {
	color: #FFCC00;
}

/* highlighted sub nav hover */
.l2subNavHilite:hover {
	color: #FFCC00;
}

/* Misc. stuff */
.specoffersPrice {
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	font-size: 1.8em;
	color: #FFCC00;
}

.bonus {
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	color: #CC0000;
}

/* rt col rollovers */
.conversation:hover {
	color: #003366;
}
	
	/* compactors */
	.schedHeader{
		cursor: hand;
	}