/******************************************************************************/
/* MASTER CSS STYLESHEET - TravelIQ
/* 
/* AUTHOR:		BlakeMedia
/* VERSION:		mark 3.0
/* CREATED:		30 September 2010
/* MODIFIED:	22 May 2012
/* SCHEME: 		
/* (c) Copyright 2002-2012 BlakeMedia & MediaIQ Group
/******************************************************************************/

/******************************************************************************/
/*															 HTML MARKUP  																*/
/******************************************************************************/

/********************************* RESET ALL **********************************/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P,
BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT,
IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DD, DL, DT,
LI, OL, UL, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD,
TR, TH, TD	{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;padding:0;margin:0;border:0}

/******************************** HTML MARKUP *********************************/
BODY			{font:normal 1em/1.25em "Trebuchet MS",Tahoma,Arial,sans-serif;color:#555;background:#F0F2F3 url(/images/master/bg_desktop.gif) repeat-x}
H1				{font-size:1.4em;color:#555;padding:1px 0}
H2				{font-size:0.8em;color:#999;text-align: right}
H3				{font-size:1.0em;color:#555}
P					{margin:20px 0}
TABLE			{border:0}
IMG,
FORM			{border:0}
INPUT,
SELECT,
TEXTAREA	{font:normal 11px Tahoma,Arial,Helvetica,sans-serif;color:#606060}
UL, OL		{list-style-position:outside;margin:0 0 0 40px;padding:0}
EM				{font-weight:bold;font-style:normal;color:#F51}
CITE			{color:#222}

A					{color:#4F7EE3;text-decoration:none}
A:link		{color:#4F7EE3}
A:hover 	{color:#DF4900}
A:active	{color:#4F7EE3}

H1 EM			{font-weight:500;text-transform:uppercase}

/***************************** STYLE DEFINITIONS ******************************/
.gPanel		{display:block;width:440px;height:340px;padding:20px;margin:100px auto;background-color:#FFF;border:1px solid #AC2;border-top:12px solid #AC2;
					 border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px}

/********************************* MISC STYLES ********************************/
/********** CLEARFIX is a patch for IE6 problems with floating divs ***********/
/******************************************************************************/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
/*
.clearfix {display:inline-table;}
*/
/* backslash hack hides from IE mac \*/
* HTML .clearfix {height:1%}
.clearfix {display:block}
/* end backslash hack */
/* end clearfix hack */

.clear {clear:both}
/* IE6 float fix */
.floatfix {display:inline}
.floatleft {float:left;display:inline}
.floatright {float:right;display:inline}
/* IE6 is a piece of S#!? - pardon my syntax! */
/******************************* END STYLESHEET *******************************/