




/* Global webpage */
#banner { width: 100%; height: 131px; background: #000000 url(/mfg/images/banner.jpg) top left; margin: 0; padding: 0; }
#content-global { float: left; width: 739px; _width: 759px; font-size: 0.8em; margin: 0 17px 0 9px; _margin-left: 4px; min-height: 400px; _height: 400px; background: #ffffff url(/mfg/images/content/content-bg.gif) 0 0 no-repeat; padding: 10px; } /* width is 590 when rhs comes up, 740 when not */

#global-list {	margin: 5px 5px 0 5px; padding: 0; font-size: 12px; }
#global-list li { list-style: none; padding-bottom: 3px; margin-bottom: 3px; font-weight: bold; padding-left: 17px; background: transparent url(/au/mfg/images/lhs/menu-bullet-green.gif) no-repeat 4px 4px; }
#global-list li a { text-decoration: none; color: #333333; font-weight: bold; }
#global-list li a:hover { text-decoration: underline; }

#country-selector td { vertical-align: middle; border-bottom: dashed 1px #cccccc; }
#country-selector img { vertical-align: middle; }
#country-selector a { font-weight: bold; text-decoration: none; color: #4a4a4a; }
#country-selector a:hover {text-decoration: underline; }

table td { font-size: 12px; }
.countries table td { background-color: #fff; }

.countries {
	width: 540px;
	_width: 560px;
	height: 288px;
	background: transparent url(/mfg/images/worldmap-empty-bg.gif) no-repeat 0 0;
	padding: 10px;
	text-align: left;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#div-inner {
	overflow: auto;
	height: 253px;
	background: #fff;
	padding: 0px;
}

.closer { font-weight: normal; color: #4a4a4a; }

.cursor {cursor: pointer;}

h2.capabilities { font-size: 1.5em; padding-top: 0; margin-top: 0; margin-bottom: 0.5em; color: #000; }
h3.country-name { font-size: 1.3em; padding-top: 0; margin-top: 0; margin-bottom: 0.5em; }
h3.first { padding-top: 0; margin-top: 0; }

.div-cap {
	display: none;
	position: absolute;
	top: 185px;
	_top: 187px;
	margin: 0px 342px;
	_margin: 0px 344px;
	width: 400px;
	_width: 420px;
	/*height: 302px;
	_height: 276px;*/
	height: expression( this.scrollHeight > 432 ? "433px" : "auto" ); /* sets max-height for IE */
	max-height: 433px; /* sets max-height value for all standards-compliant browsers */
	background-color: #fff;
	border: solid 1px #ccc;
	font-size: 12px;
	color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	padding: 10px;
}

.title { float: left; width: 100% }
.title-name { float: left; width: 70% }
.title-close { float: left; width: 30% }
.title-close { text-align: right; vertical-align: middle; }
.cap-content {
	float: left;
	width: 100%;
	/*height: 272px;
	_height: 246px;*/
	height: expression( this.scrollHeight > 402 ? "403px" : "auto" ); /* sets max-height for IE */
	max-height: 403px; /* sets max-height value for all standards-compliant browsers */
	overflow: auto;
}

#content-global a { color: #4a4a4a; }
