/* J C Smale styles for World-wide section of site
   Copyright C David Mutch
   Visionary Voyager Corp P/L
   March 2006
*/

/* remove dotted focus border on all image links */
a:focus { outline: 0; }

/*BODY*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 0px;
}

/*Main ID Stuctures*/
#pageSet {
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	border: solid #666666 1px;
}

#outerContentHolder {  /*Holds all of the page content after the banner, includes LH menu, content and RHS parts*/
	/*padding-bottom: 10px;*/
	margin: 0px;
}

#horizMenu {  /*Holds the main horizontal JS menu*/
	width: 770px;
	height: 52px;
	background-color: #FFFFFF;
	margin-bottom: 4px;
	/*border: solid #FFFFFF 1px;*/
} 

.noBorder {
	border: none;
}

/*TOP Menu area*/

#topMenu {
	width: 270px;
	font-size: 9px;	
}

.topMenu {font-size: 9px}

.topMenu a, .frontMenu a:link, .frontMenu a:active, .frontMenu a:visited {
	color: #000000;
	text-decoration: none;
}

.topMenu a:hover {
	color: #008000;
	text-decoration: underline;
}

/*LHS structures*/

#leftSideArea { /*Holds and sets all of the LHS area items*/
	width: 142px;
	float: left;
	padding: 4px;
	margin-left: 0px;
}

#leftNav {  /*LEFT SIDE Navigation area*/
	font-size: 12px;
	color: #008000;
	border-bottom: solid #666666 1px;
}

#leftNav h3 {font-size: 14px;}

#leftNav li {
	list-style-image: url(images/bull-gold3.gif);
	list-style-type: circle;
	margin-left: -20px;
	padding-bottom: 6px;
}

#leftNav li.current {
	list-style-image: url(images/bull-green.gif);
}

.leftNav {color: #008000;}

.leftNav a, .leftNav a:link, .leftNav a:visited, .leftNav a:visited {
	color: #008000;
	text-decoration: none;
}

.leftNav a:hover {
	color: #003300;
	text-decoration: underline;
}

#relatedPages {
	font-size: 11px;
	color: #008000;
	/*padding: 4px;*/
}

#relatedPages h3 {font-size: 14px;}

#relatedPages li {
	margin-left: -20px;
	list-style-image: url(images/bull-gold3.gif);
	list-style-type: circle;
	padding-bottom: 6px;
}

#relatedPages li.current {
	list-style-image: url(images/bull-green.gif);
}

.relatedPages {
	color: #008000;
}

.relatedPages a, .relatedPages a:link, .relatedPages a:visited, .relatedPages a:visited {
	color: #008000;
	text-decoration: none;
}

.relatedPages a:hover {
	color: #003300;
	text-decoration: underline;
}


/* CENTRE Area, Main Content:     */

#mainContentHolder {  /*  Holds the Centre Content area for Normal Layout (L+C+R)  */
	width: 460px;
	margin-left: 150px;
	background: #FFFFF5;
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;
}

#mainContentHolderNL {  /*  Holds the Centre Content area for No Left Layout (C+R)  */
	width: 614px;
	margin-left: 0px;
	background: #FFFFF5;
	border-right: solid #666666 1px;
}

#mainContentHolderNR {  /*  Holds the Centre Content area for No Right Layout (L+C)  */
	width: 610px;
	margin-left: 150px;
	background: #FFFFF5;
	border-left: solid #666666 1px;
}

#content {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}

#content p {
	margin-left: 12px;
}

#content h2 {
	font-size: 14pt;
	color: #008000;
	/*line-height: 50%;*/
}

#content h3 {
	font-size: 12pt;
	color: #008000;
	font-weight: bold;
}

#content h4 {
	font-size: 11pt;
	color: #006000;
	font-weight: bold;
	font-style: italic;
	margin-bottom:-10px;
}

.contentHiLite {
	color: #008000;
	font-weight: bold;
}

.contentHiLiteLg {
	color: #008000;
	font-weight: bold;
	font-size:16px;
}

.red {
	color: #FF0000;
}

.dblLineHeight {
	line-height: 2;
}

#content .careerName {
	font-size: 11.5pt;
	color: #006000;
	background: #F5FFF5;
	font-weight: bold;
	/*font-style: italic;*/
	margin-bottom:-10px;
	display:block;
	width:180px;
	border-bottom:#009900 dotted 1px;
}

#seminars {           /*  Original Netzsch Seminars Div holder  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #007770 solid 2px;
	margin-left: 12 px;
	margin-top: 12 px;
	padding: 8px;
	width: 426px;
	height: 174px;
}

.seminarsRegTxtStyle1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	display: block;
	}

.captions {
font-size: 90%;
font-style:italic;
}

.reverseTD {
	color:#FFFFFF;
	background-color:#000000;
	font-weight:bold;
	font-size: 110%;
	text-transform: uppercase;	
}

.centre {
	text-align:center;
}

.singleBlackBorder {
	border: #000000 solid 1px;
	padding: 5px;
}

.seminarsSessionsBox {
	border: #003300 solid 2px;
	background-color:#DDFFDD;
	padding-right: 8px;
	width: 420px;
	float: right;
	line-height: 1.75;
}
	
	
/*RIGHT Structures:*/


#rightContent { /*Holds the Right Hand Side area parts*/
	width: 142px;
	margin-right: 4px;
	float: right;
}

a:link, a:visited  {
	text-decoration: none;
	color: #008000;
}

a:hover {
	text-decoration: underline;
	color: #008000;
}

a:active {
	text-decoration: none;
	color: #008000;
}


.imgBrd {
	border-top: #333333 solid 1px;
	border-left: #333333 solid 1px;
	border-right: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
}

.imgBodyLeft {
	border-top: #333333 solid 1px;
	border-left: #333333 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	padding: 2px;
	margin-right: 8px;
	text-align:left;
}

.netzschRightPanelImg {
	text-align: center;
	font-size: 85%;
	margin-bottom: -6px;
}

.netzschRightPanelImg img {
	border-top: #333333 solid 1px;
	border-left: #333333 solid 1px;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	padding: 2px;
	margin-top: 3px;
}

.netzschRightPanelImgChoco {
	border-top: #333333 solid 1px;
	border-left: #333333 solid 1px;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	padding: 2px;
	text-align: center;
	font-size: 90%;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #008000;
	line-height: 1.8;
}

.footer a:link, .footer a:visited {text-decoration: none; color: #008000;}

.footer a:hover { color: #009900; text-decoration: underline; }


/* Form elements */
.regionSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}

/* New Global Homepage Selectors */

#globalPageSet {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: ridge #e0FFe0 4px;
	border-width: 1px 4px 4px 1px;	
	background-color: white;
	background-image:url(images/world-jcs_background_green640.jpg);
	background-repeat:no-repeat;
	background-position: 50px 160px;
	padding: 8px;
	height: 100%;
	bottom: 10px;
}

.subHead {font-family:"Times New Roman", Times, serif; color: #008000; font-size: 24px; font-weight: bold; }

.globalPageBut {background-color: #EEFFEE; width:240px; font-size: 14px; border: solid #008000 1px; padding: 1px;}

.globalPageBut a:link, .globalPageBut a:visited, .globalPageBut a:active {
	text-decoration: none;
	width:100%;
	color: #008000;
	font-weight: bold;
	display: block;
	padding: 4px;
	}

.globalPageBut a:hover { background-color: #008000; color: #EEFFEE; width:100%; text-decoration: none;}
.globalBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
