/*
 * Included (non Liberty) styles
 *
 *
 */
 
.Invisible {
/*
 * The plan was to make Header, Content and Footer headers invisible, but then they wouldn't
 * render in IBM's home page reader, so the following achieves the same effect.
 */
	height: 0px;
	left: 0px;
	overflow: hidden;
   position: absolute;
	top: 0px;
	width: 0px;
/*	visibility: hidden; */
	speak: normal;
}

.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.NoBreak {
	white-space: nowrap;
}
.Break {
   clear: both;
}


h3 a {
	color: black;
}

a.External {
	background-image: url(images/external.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

a.PDF {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
ul.PDFs li {
	margin-bottom: 1em;
}
/*
 * QuoteBox 
 */
#QuoteBox {
   background-color: #f2f2f3;
background-color: #FFFFE0;	
   border: 1px solid silver;
	border-right: 0;
	border-top: 0;
   float: right;
	font-family: "Trebuchet MS", serif;
	font-size: 1em;
   height: 100px;
   padding: 0.2em;
   margin: 0;
	margin-left: 2px;
   margin-right:  0px;
	width: 275px;
}

#QuoteMask {
	background-color: #f2f2f3;
background-color: #FFFFE0;
   height: 98px;
   padding: 0.2em;
	position: absolute;
   margin: 0;
   margin-left: 270px;
	width: 268px;
}



#Quote {
   height: 100%;
   margin-top: 0;
	overflow: hidden;
   font-style: italic;
   width: 100%;
}

#Quote P {

}

#QuoteBox img,
#Quote img,
#Quote p {
   margin: 0;
	padding: 0;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
#QuoteBox img.Logo {
	height: 25px;
}
#Quote Cite {
	clear: left;
	display: block;
	float: right;
	text-align: right;
}
#Quote Span {
	font-family: sans-serif;
	font-size: 70%;
   font-style: normal;
}
#Quote Span.Name {
   font-style: italic;
}
#Quote Span.Title {
	font-weight: normal;
}
#Quote Span.Company {
	font-weight: bold;
}




#QuoteControls {
	float: right;
	height: 0;
   padding-left: 0.2em;
	padding-right: 1em;
	position: absolute;
   margin-left: 490px;
	width: 50px;
}
#QuoteControls img { 
   cursor: pointer;
	float: right;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	z-index: 1;
}

Span.KeySequence {
	font-family: monospace;
}






/*
 * Documentator parts
 */
Div.Documentation {
	margin-right: 2em;
}
Div.Documentation H1 {
   margin-top: 0.75em;
}
Div Documentation H4 {
	margin-top: 1em;
}


Div.Documentation p.Opening {
	width: 50%;
}

Div.Documentation img.Solution {
	border: 1px solid silver;
	padding: 0.5em;
	margin: 0.5em;
}
Div.Documentation img.Right {
	margin-right: -30px;
}


Div.Documentation A {
   background-color: #FFFFF0;
	color: black;
	font-weight: bold;
}

Div.Documentation img.TopRight {
	clear: right;
   float: right;
/*   border: 1px solid silver; */
   border-top: none;
   border-right: none;
   margin-right: -2em;
}
Div.Documentation img.BottomLeft {
   clear: left;
   float: left;
/*   border: 1px solid silver; */
   border-left: none;
   border-bottom: none;
   margin-bottom: -0.5em;
   margin-top: 0.5em;
   margin-right: 0.5em;
   margin-left: -7px;
}
Div.Documentation img.BottomRight {
/*    border: 1px solid silver; */
   border-right: none;
   border-bottom: none;
   clear: right;
	display: block;
   float: right;
	margin-bottom: -0.9em;
   margin-right: -2em;
	overflow: hidden;
}




Div.Customer {
	display: block;
	float: left;
   height: 50px;
	padding: 1em;
	text-align: center;

	width: 25%;
}
Div.Customer img {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

Div.ContactUs LI P {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}


Div.Address Img {
	float: right;
	margin-top: 40px;
}
Div.Postal Pre {
	font-size: 100%;
	width: 250px;	
}
Div.Address Div.Phones {
   padding-top: 0;
}

Div.Address Div.Phones UL {
	padding: 0;
	margin-top: 0;
}

Div.Address LI {
	font-family: monospace;
}




Div.Documentation Div.Columns {
	display: table;
   margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}
Div.Documentation Div.Columns Div.Three {
   float: left; 
   margin-left: 1em; 
	width: 30%;
}
Div.Documentation Div.Columns Div.Two {
   float: left; 
	width: 49%;
}
Div.Documentation Div.Columns Div.Wide {
	width: 60%;
}
Div.Documentation Div.Columns Div.Narrow {
	width: 39%;
}


Div.Documentation Div.CallOut {
	background-color: #FFFAFA;
	border: 1px solid silver;
	margin-top: 1em;
	margin-right: 0.5em;
	width: 40%;
}

Div.Documentation Div.CallOut P {
   padding: 0.25em;
}

/*
 * News
 */
Div.Documentation span.NewsDate {
   display: block;
	margin-left: 0em;
	margin-top: -1em;
	font-style: italic;
	font-weight: lighter;
	font-size: 75%;
}
Div.TemplateNews {
}
Div.TemplateNews h3 {
   clear: left;
}
Div.TemplateNews span.NewsDate {

}
Div.TemplateNews p.Lead {
	clear: left;

}





	 
	 
IMG.Lighthouse {
	margin-left: -5px;
	margin-top: 2px;
}	 
	 
	 
	 
#ShowZones {
	background-image: url(images/Earth.jpg);
   background-repeat: no-repeat;
   font-variant: small-caps;
   padding-top: 61px;
}

#ShowZones Div.Name {
   background-repeat: no-repeat;
   clear: both;
	font-family: sans-serif;
   font-size: 125%;
	font-weight: bold;
   font-variant: small-caps;
	margin: 0;
   margin-top: 0em;
   padding: 0;
	padding-left: 5px;
	padding-top: 5px;
}
#ShowZones Div.Melbourne {
}
#ShowZones Div.Mumbai{
}
#ShowZones Div.DayTime {
	float: right;
	padding-right: 5px;
}
#ShowZones Div.DayTime Span.Time {
}
#ShowZones Div.ShowZonesMask {
	background-repeat: repeat-x;
	width: 145px;
	height: 61px;
	margin-top: -61px;
   filter: alpha(opacity=60); 
	opacity: 0.6;
	position: absolute;
	z-index: 1;
}
#ShowZones Div.Mask1 {	background-image: url(images/Earth-Mask-1.png); }
#ShowZones Div.Mask2 {	background-image: url(images/Earth-Mask-2.png); }
#ShowZones Div.Mask3 {	background-image: url(images/Earth-Mask-3.png); }
#ShowZones Div.Mask4 {	background-image: url(images/Earth-Mask-4.png); }
#ShowZones Div.Mask5 {	background-image: url(images/Earth-Mask-5.png); }
#ShowZones Div.Mask6 {	background-image: url(images/Earth-Mask-6.png); }
#ShowZones Div.Mask7 {	background-image: url(images/Earth-Mask-7.png); }
#ShowZones Div.Mask8 {	background-image: url(images/Earth-Mask-6.png); }
#ShowZones Div.Mask9 {	background-image: url(images/Earth-Mask-5.png); }
#ShowZones Div.Mask10 {	background-image: url(images/Earth-Mask-4.png); }
#ShowZones Div.Mask11 {	background-image: url(images/Earth-Mask-3.png); }
#ShowZones Div.Mask12 {	background-image: url(images/Earth-Mask-2.png); }

#ShowZones Div.GifMask1 {	background-image: url(images/Earth-Mask-1.gif); }
#ShowZones Div.GifMask2 {	background-image: url(images/Earth-Mask-2.gif); }
#ShowZones Div.GifMask3 {	background-image: url(images/Earth-Mask-3.gif); }
#ShowZones Div.GifMask4 {	background-image: url(images/Earth-Mask-4.gif); }
#ShowZones Div.GifMask5 {	background-image: url(images/Earth-Mask-5.gif); }
#ShowZones Div.GifMask6 {	background-image: url(images/Earth-Mask-6.gif); }
#ShowZones Div.GifMask7 {	background-image: url(images/Earth-Mask-7.gif); }
#ShowZones Div.GifMask8 {	background-image: url(images/Earth-Mask-6.gif); }
#ShowZones Div.GifMask9 {	background-image: url(images/Earth-Mask-5.gif); }
#ShowZones Div.GifMask10 {	background-image: url(images/Earth-Mask-4.gif); }
#ShowZones Div.GifMask11 {	background-image: url(images/Earth-Mask-3.gif); }
#ShowZones Div.GifMask12 {	background-image: url(images/Earth-Mask-2.gif); }

#ShowZones Span.DayName {
}
#ShowZones P {
border-top: 1px solid silver;
	font-size: 75%;
	font-variant: normal;
   margin-top: 3em;
   padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
}







/*
 * Search
 */
#Search {
   display: block;
   float: right;
	margin: 0;
	margin-top: -1.8em;
	padding: 0;
	margin-right: 6px;
   right: 1px;
	width: 125px; /* Widen to include Countries */
}
#Search form {
	margin: 0;
	padding: 0;
}
#Search input.Text {
   border: 1px solid gray;
   display: block;
   float: left;
   height: 16px;
	width: 60px;
}
#Search input.Submit {
   border: 1px solid gray;
   display: block;
   float: left;
   height: 18px;
   font-size: 90%;
	width: 60px;
}
/*
 * Countries
 */
#Countries {
   display: block;
	float: right;
	width: 76px;
}
table.FindResults {
	clear: both;
}
table.FindResults span.Highlight {
	background-color: Yellow;
}







p.UAT {
   color: #FFA07A;
	font-size: 1000%;
	font-weight: bold;
	position: absolute;
   opacity: 0.5;
	filter:alpha(opacity=50);
	margin-top: -1em;
}