/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	background: #ffffff;
	background-image:url(http://www.timezoneconverter.com/images/tzc2/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:0;
	margin:0;
	text-align: center;
	font: normal 11pt Arial,Helvetica,sans-serif;
	line-height:16px;
	color:#00000;
}

h1{
 font: bold 20px Arial,sans-serif;
 font-style:oblique;
 color: #FF9900;
 /*color:#1d416f;*/
 line-height: 24px;
 padding:0px 0px 10px 0px;
 margin: 0px;
}

h2{
 font: bold 14px Arial, Helvetica,sans-serif;
 line-height: 17px;
 color: #000000;
 padding:0px 0px 10px 0px;
 margin: 0px;
}

h3{
 font: bold 14px Arial, Helvetica,sans-serif;
 line-height: 18px;
 color: #000;
 padding:0px 0px 10px 0px;
 margin: 0px;
}

h4{
 font: normal 14px Arial, Helvetica,sans-serif;
 line-height: 18px;
 color: #000;
 padding:0px 0px 10px 0px;
 margin: 0px;
}

ul {
  font-style: normal;
  font-weight: normal;
  list-style-position: outside;
  list-style-type:square;
  padding: 5px 0 5px 12px;
  margin: 2px;
}

li{
  padding:0 0 6px 1px;
}

/********************* end **********************/

/************* Layout Styles *********************/

.spacer {
  clear: both;
	margin:0;
	padding:0;
	height:1px;
	overflow:hidden;
}

.container {
  width:760px; 
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

.singleCol{
  width:700px;
	text-align:left;
	font: normal 12px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	padding:25px 20px 0px 15px;
	text-align:left;
}
.leftCol{
  width:560px; 
  margin: 0px;
	text-align:left;
	float:left;
	font: normal 12px Arial,Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	/*padding:25px 20px 0px 15px; */
}

.leftCol2{
	text-align:left;
	font: normal 12px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	padding:25px 10px 0px 15px;
}

.rightCol{
  width:160px;
  margin: 300px 0px 0px 0px;
	text-align:left;
	float:left;
	font: normal 12px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	/* padding:25px 0 0 0; */
}
.rightCol2{
	text-align:left;
	font: normal 12px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	padding:25px 10px 0 10px;
}

/* styles for meeting box */
div#mtg {margin-top: 50px;padding: 0px 5px 5px 10px; width: 100%; 
	background-color: #dfdfff;}
#mtg-head { 
	font-size: 9pt; font-weight: bold; text-align: left; }
#mtg-title {font-size: 11pt; font-weight: bold; text-align: center; line-height: .8em;}
.mtg-text {font-size: 10pt; text-align: left;}


.zonecol{
  width:300px;
	text-align:left;
	float:left;
	font: normal 12px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	/* padding:25px 20px 0px 15px; */
}
.mapcol{
  width:400px;
	text-align:left;
	float:left;
	font: normal 12px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	/* padding:25px 0 0 0; */
}

.small{
	font: normal 9pt Arial, Helvetica,sans-serif; /* changed from 10px -- RLS.2006Mar11 */
	line-height: 11pt; /* changed from 14px -- RLS.2006Mar11 */
	color:#000;
	padding:5px 0 0 0;
}

.lightBg{
    /* background-color:#ecf7f9;*/
    background-color:#E7EFF9;
}

.error {
	font-weight: bold;
	line-height: 14px;
	color:#990000;
	margin: 0px 0px 8px 0px;
}
.message {
	color:#990000;
	margin: 0px 0px 8px 0px;
}


/************ Navigation Styles **********************/

#header{
	width:760px;
}

#logo{
	float: left;
	width: 220px;
}

#navdiv{
	float:left;
	width:540px;
	vertical-align: center;
	text-align:center;
	margin-top: 5px;
}
#navdiv2{
	float:left;
	width:540px;
	vertical-align: center;
	text-align:center;
	margin-top: 1px;
}

.floatRight{
	margin: 0px;
	padding: 0px;
	float:right;
}

.floatLef{
	float:left;
}
.floatLeft{
	float:left;
}

.topnav{
	float:right;
	height: 25px;
	background-color:#1d416f;
	/*background-color:#3992b2;*/
	/*padding:6px 8px 6px 8px;*/
	padding: 0px 4px;
	border-width: 0px 0px 0px 0px;
	border-style:solid;
	border-color:#fff;
	margin: 0px;
}

.topnavEnd{
	float:right;
	height: 25px;
	background-color:#1d416f;
	/*padding:6px 8px 6px 8px;*/
	padding: 0px 4px;
}

a.nav:link, a.nav:visited{
 font: bold 11px Arial, Helvetica, sans-serif;
 text-decoration:underline;
 color:#ffffff;
 line-height:2em;
}
 
a.nav:hover{
	color:#ffffff;
	text-decoration: none;
}

.navbar{
	padding:40px 0px 0px 0px;
	text-align:right;
	margin: 0px;
	}
	


/************ Homepage Divs **********************/

.leftColHome{
  width:505px;
	text-align:left;
	float:left;
	font: normal 12px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	padding:25px 20px 0px 15px;
}

.rightColHome{
	margin-top: 60px;
	width:202px;
	text-align:left;
	float:left;
	line-height:8px;
	color:#000;
	padding:25px 0 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.homeRightBox{
	text-align:left;
	font: normal 11px Arial, Helvetica,sans-serif;
	line-height:15px;
	color:#000;
	/*background-color:#ecf7f9;*/
	background-color:#FFF5E6;
	border-right:1px;
	border-left:1px;
	border-top:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#FFCC80;
	padding:5px 8px 5px 10px;
}

div.navbox{
	text-align:center;
	/* background-color:#fff; */
	margin: 5px;
	padding:5px 5px 5px 5px;
}
div.navitem{
	text-align:center;
	background-color: #b36300;
	margin: 3px;
	padding: 6px;
	border-right: 1px solid #333333;
	border-bottom: 2px solid #666666;
	line-height: 2em;
}
div.navitem.plain a:link, div.navitem.plain a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

.homeBoxContainer{
 width:497px;
 }
 
.homeBoxTop{
	text-align:left;
	font: bold 18px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	background-image:url(/images/tzc2/box-globe-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:50px;
	padding:15px 0 5px 12px;
}

.homeBoxMid{
	text-align:left;
	font: normal 12px Arial, Helvetica,sans-serif;
	line-height:16px;
	color:#000;
	background-color:#f9f9f9;
	border-right:1px;
	border-left:1px;
	border-top:0px;
	border-bottom:0px;
	border-style:solid;
	border-color:#c2dde7;
	padding:12px 12px 0 12px;
	margin:0;
}

/**************** World Time Styles **************/
.timerow-odd  {
	background-color: #ffffff;
}
.timerow-odd-bar  {
	background-color: #ffffff;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: thin;
}
.timerow-even  {
	background-color: #e9e9e9;
}
.timerow-even-bar  {
	background-color: #e9e9e9;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: thin;
}
.second-row  {
	font-size: 9pt;
}
.table-head-text  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	background-color:#3992b2;
	/* background-color: #333366; */
	color: White;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

/**************** Link Divs **********************/
.textTitle{
  font: normal 10px Arial, Helvetica,sans-serif;
	color:#666;
  margin: 0px 0px 10px 0px;
}

.textLink{
  font: normal 11px Arial, Helvetica,sans-serif;
	line-height: 14px;
	color:#000;
  margin: 0px 0px 8px 0px;
}

.textLinkBottom{
  font: normal 11px Arial, Helvetica,sans-serif;
	line-height: 14px;
	color:#000;
	padding:0 25px 0 0;
	width: 160px;
	float:left;
}

/************** Footer Divs **********************/
.footer{
	font: 11px Arial, Helvetica,sans-serif;
	line-height: 14px;
	color:#666;
	text-align: center;
	border-top:1px;
	border-bottom:0;
	border-right:0;
	border-left:0;
	border-style:dotted;
	border-color:#999;
	padding:10px;
	margin:15px 0 5px 0;
}

/************* Link Styles *********************/

a:link {
	color:#0000ff;
	text-decoration: underline;
	font-weight: normal;
}
a:visited{
	color:#0000cc;
	text-decoration: underline;
	font-weight: normal;
}

a:hover{
  color:#FF3300;
	text-decoration: underline;
}

a.footerLink:link, a.footerLink:visited{
	font: normal 11px Arial, Helvetica,sans-serif;
	color:#666;
	text-decoration: underline;
}
 
a.footerLink:hover{
	color:#FF3300;
	text-decoration: underline;
}

.sitenav {
	width:98%;
	margin:40px 10px;
}
.sitenav h1 {
	margin-bottom: 0px;
 	color:#FF9900;
}
.sitenav h2 {
	background-color:#A4C1E7;
	/*background-color:#CACAFF;*/
	margin: 10px 0px 0px 0px;
	padding: 6px;
	font-weight:
	bold;
	font-size:14px;
}
.sitenav-desc {
	margin: 0px 0px 20px 0px;
	padding: 6px;
	border: 1px solid #A4C1E7;
}
.sitenav-desc p {
	margin: 0px 0px 6px 0px;
}
.sitenav-desc ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 18px;
	padding-left: 0px;
}
.sitenav-desc li {
	margin-left: 18px;
	padding-left: 0px;
}

#event-planner {
    font-size: 12px;
}

/*** Zoneinfo styles ***/

table.infotable {
    font-family:arial;
    border-collapse:collapse;
    font-size:10pt;
    background-color:#eeeeee;
    border-color:black;
    border-width:2px;
}
td.infotable {
    padding: 5px;
    border-width: 1px;
    border-style:solid;
}
.infoline {
    font-family:verdana;
    font-size:12pt;
    font-weight:bold;
    color:#6666cc;
}
.infoans {
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color:#666666;
    margin-left: 10px;
}
.infodst {
    font-family: verdana;
    font-size: 10pt;
    color:#666666;
    font-weight:bold;
}


