﻿/*******************/
/* HTML tag styles */
/*******************/ 
html {
	height: 100.02%;
}

body {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

div {
	background-color: inherit;
	color: #003366;
  font-family: 'Trebuchet MS' , Verdana, Arial, sans-serif;
	font-size: small;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	background-color: #FFFFFF;
	color: #006666;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 150%;
	padding: 0px;
}

h2 {
	background-color: #FFFFFF;
	color: #006699;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 114%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

input {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}

label {
	font-family: 'Trebuchet MS' , Verdana, Arial, sans-serif;
}

li {
	background-color: #FFFFFF;
	color: #003366;
  font-family: 'Trebuchet MS' , Verdana, Arial, sans-serif;
	font-size: small;
	margin-top: 10px;
}

p {
	background-color: #FFFFFF;
	color: #003366;
  font-family: 'Trebuchet MS' , Verdana, Arial, sans-serif;
	font-size: small;
}

/***************/
/* Layout Divs */
/***************/
#divCentralContent {
	margin: 10px 15px 10px 15px;
}

#divCentralFrame {
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 376px;
}

#divLeftFrame {
	float: left;
	padding: 0px;
	overflow: hidden; /* see http://www.positioniseverything.net/explorer/expandingboxbug.html */
	width: 192px;
}

#divLeftPanel {
	background-image: url(/img/patternRight.gif);
	margin-top: 8px;
	width: 192px;
}

#divLeftPanelBottom {
	height: 15px;
}

#divLeftPanel2 {
	background-image: url(/img/patternRight.gif);
	margin-top: 8px;
	width: 192px;
}

#divLeftPanelBottom2 {
	height: 15px;
}

#divLeftPanel3 {
	background-image: url(/img/patternRight.gif);
	margin-top: 8px;
	width: 192px;
}

#divLeftPanelBottom3 {
	height: 15px;
}

#divLeftSpeaker {
	background-image: url(/img/leftSpeaker.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 192px;
}

#divLogo {
	height: 117px;
	width: 760px;
}

#divMainFrame {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	width: 760px;
}
		
#divRightFrame {
	float: left;
	padding: 0px;
	width: 192px;
}

#divRightPanel {
	background-image: url(/img/patternRight.gif);
	margin-top: 8px;
	overflow: hidden;
	width: 192px;
}

#divRightPanel3 {
	background-image: url(/img/patternRight.gif);
	margin-top: 8px;
	width: 192px;
}

#divRightPanelBottom {
	height: 15px;
}

#divRightPanelBottom2 {
	height: 15px;
}

#divRightPanelBottom3 {
	height: 15px;
}

#divRightSpeaker {
	background-image: url(/img/rightSpeaker.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 97px;
	width: 192px;
}

#divW3 {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#divW3 img {
	vertical-align: middle;
}

/**************************/
/* divSectionLinks Styles */
/**************************/
#divSectionLinks {
	clear: both;
	margin: 0px;
	padding-left: 15px;
}

#divLeftInfo {
	clear: both;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
/*	text-align: justify; */
}

#divRightInfo {
	clear: both;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
/*	text-align: justify; */
}

#divSectionLinks a {
	font-weight: bold;
	margin-left: 7px;
}

#divSectionLinks a:active {
	background-color: inherit;	
	color: #CC6600;
}

#divSectionLinks a:hover {
	text-decoration: underline;
}

#divSectionLinks div {
	display: block;
	font-size: large;
	margin-bottom: 8px;
}

#divSectionLinks img {
	border: 0px;
}

a.currentSectionLink {
	background-color: inherit;
	border: 0px;
	color: #CC6600;
}

a.otherSectionLink {
	background-color: inherit;	
	border: 0px;
	color: #006666;
}


/*******************/
/* divTools Styles */
/*******************/
#divTools {
	clear: both;
	margin: 0px;
}

#divTools a {
	background-color: inherit;
	border-bottom: 1px dashed;
	color: #006666;
	text-decoration: none;
}

#divTools a:active {
	background-color: inherit;	
	color: #CC6600;
}

#divTools a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}


/*********************/
/* rateFinder Styles */
/*********************/
#divLoadingRates {
	display: none;
	height: 150px;
 	text-align: center;
	vertical-align: middle;
	width: 188px;
}

#divRateDetails {
	height: 150px;
	overflow: auto;
	text-align: left;
	width: 188px;
}

#divRateFinder {
	height: 190px;
	text-align: center;
}

#divRateFinder label {
	margin-bottom: 0px;
}

#divRateDesc {
	font-size: small;
	margin-top: 5px;
	margin-bottom: 10px;
	visibility: hidden;
}

#imgLoadingRates {
	margin-top: 67px;
}

.cmbDests {
	font-size: x-small;
	overflow: hidden;
	width: 188px;
}

.cmbDestsLabel {
	background-color: inherit;
	color: #334d55;
	font-size: 100%;
	font-weight: bold;
}


/****************/
/* other Styles */
/****************/
#divLeftPanel2 a {
	border-bottom: 1px dashed;
	text-decoration: none;
}

#divLeftPanel2 a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

#imgLeft {
	float: left;
	border: 1px solid #EABB00;
	margin-right: 10px;
}

#imgRight {
	float: right;
	border: 1px solid #EABB00;
	margin-left: 10px;
}

.miniPound {
	background-color: inherit;	
	color: #339933;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}

.miniTelNumber {
	background-color: inherit;	
	color: #339933;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}

.tblBreakouts {
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	width: 172px;
}

.tdBreakout {
	font-size: small;
	overflow: hidden;
}

.tdMain {
	font-size: small;
	font-style: italic;
	overflow: hidden;
}

.tdRate {
	background-color: inherit;	
	color: #0033CC;
	font-size: small;
	font-weight: bold;
}
.tdRateMain {
	background-color: inherit;	
	color: #0033CC;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}