﻿body {
  font-family : verdana, arial, sans-serif;
  font-size : 0.8em;
  background : #FFFFFF;
  color : #000000;  
  text-align : center;
  scrollbar-face-color: #FFFFFF;
  scrollbar-arrow-color: #C0C0C0;
  scrollbar-track-color: #FFFFFF;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-Color: #FFFFFF;
}

html { 
  border : 0px; 
}

a {
  border : 0px;
  color : #E05907;
  background : inherit;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

a.external {
 /*  font-weight : bold; */
}
 
div {
  padding : 5px;
}

img {
  border : 1px solid silver;
}

h1, h2, h3, h4 {
  font-family : arial, sans-serif;
  font-size : 1.5em;
  border-bottom : 2px solid #C0C0C0;
  color : #808080;
  background : inherit;
  padding-bottom : 5px;
}

h2 {
  font-size : 1.3em;
  border-bottom : 1px solid silver;
}

h2 strong {
  color : #E05907;
  background : #FFFFFF;
}

h3 {
  font-size : 1.2em;
  border-bottom : 0px;
  padding-bottom : 0px;
}

h4 {
  font-size : 1.1em;
  border-bottom : 0px;
  padding-bottom : 0px; 
}

li {
  list-style-image : url('/images/bullet.gif');
  margin-bottom : 10px;
}

hr {
  margin-top : 10px;
  margin-bottom : 10px;
  height : 1px;
}

form {
  padding : 0px;
  margin : 0px;
}

input, textarea, select {
  font-family : verdana, arial, sans-serif;
  margin : 0px;
}

button, .button {
  background : #FFFFFF;
  color : #000000;
  border : 1px solid #E05907;
  font-family : verdana, arial, sans-serif;
  font-size : 0.8em;  
  padding : 2px 5px;
  cursor : pointer;
}

#wrapper {
  width : 760px;
  text-align : left;
  position : relative;
  margin-left : auto;
  margin-right : auto;
}

#pageheader {
  position : relative;
  padding : 0px 0px 10px 0px;
}

#mainlogo {
  width : 326px;
  height : 41px;
  margin : 0px 0px 10px 0px;
  border : 0px;
}

#searchbox {
  width : 300px;
  position : absolute;
  right : 0px;
  top : 0px;
  text-align : right;
  padding : 0px 5px 0px 0px;
}

#searchbox .button {
  position : relative;
  top : -1px;
  margin-right : 2px;
  width : auto;
}

#searchbox input {
  width : 180px;
}

/* Menu styles for sidebar menus */

#sidebar .menuitem {
  padding : 7px;
  margin : 0px;
  color : #000000;
  border-left : none;
  border-top : none;
  border-right : none;
  border-bottom : 1px solid white;
  display : block;
}

#sidebar .menuitem:hover {
  background-color : #D3E5FF;
  color : #000000;
  text-decoration : none;
}

#sidebar .menuitem.top {
  font-weight : bold;
}

#sidebar .menuitem.selected {
  background-color : #D3E5FF;
}

#sidebar .menuitem.selected:hover {
  background-color : #245397;
  color : #FFFFFF;
  text-decoration : none;
}

/* End - menu styles */

#subwrapper {
  padding : 5px 0px 0px 0px;
  border-right : 2px dotted silver;  
  border-left : 2px dotted silver; 
  background-image : url('/images/sidebar.gif');
  background-repeat : repeat-y;
}

#content {
  margin-left : 222px;
  padding : 10px; 
  display : block;
}

#content.menudown select {
  visibility : hidden !important;
}


div.stretcher {
  clear : both;
  margin : 0px;
  padding : 0px;
  height : 0px;
  font-size : 0px;
}

#sidebar {
  float : left;
  width : 218px;
  position : relative;
  padding : 0px;
  margin : 0px -3px 0px 0px;
  background-color : #EEF2F3;
  color : #000000;
  border : 0px;
}

#sidebar h2 {
  font-family : verdana, arial, sans-serif;
  font-size : 0.9em;
  background-color : #245397;
  padding : 5px;
  margin : 0px 0px 5px 0px;
  color : #FFFFFF;
}


#pagefooter {
  position : relative;
  text-align : center;
  font-size : 0.8em;
  padding-top : 25px;
  border-top : 2px dotted silver;
  clear : both;
}

#pagefooter a {
  border-left : 1px solid gray;
  padding : 2px 5px;
}

#pagefooter a.bookendleft {
  border-left : 0px;
}

#ctmlogo {
  position : absolute;
  right : -5px;
  border-left : 0px !important;
}

#ctmlogo img {
  width : 70px;
  height : 13px;
  border : 0px;
}

#breadcrumb {
  padding : 0px;
  margin : 5px 0px;
}

.sectiontoc, #sectiontoc {
  float : right;
  width : 170px;
  padding-left : 10px;
  background : #FFFFFF;
  color : inherit;
  clear : right;
}

#sectiontoc.wide {
  float : none;
  clear : none;
  width : auto;
  padding : 0px;
}

.sectiontoc a, #sectiontoc a {
  display : block;
  margin : 2px 0px 5px 0px;
  padding : 2px 0px 5px 5px;
  border-left : 1px solid silver;
  border-bottom : 1px solid silver;
}

.sectiontoc a.top, #sectiontoc a.top {
  display : none;
}

#sectiontoc.wide div {
  padding : 0px;
  margin-bottom : 20px;
  width : auto;
}

#sectiontoc.wide div .menuitem {
  padding : 0px !important;
  margin : 0px !important;
  border : 0px !important;  
}

#sectiontoc.wide div .menuitem h2 {
  color : #E05907;
  background : inherit;
}

#sectiontoc a img {
  display : none;
}

#sectiontoc.wide a img {
  display : inline;
  border : 1px solid silver;
  float : right;
  margin-left : 5px;
  height : 50px;
  width : 50px;
}

#sectiontoc.wide a.withimage {
  height : 50px;
}

.backlink {
  display : block;
  border-top : 1px solid silver;
  margin-top : 20px;
  text-align : left;
  padding-top : 3px;
  background-image : url('/images/backtotop.gif');
  background-position : bottom right;
  background-repeat : no-repeat;
}

.highlight {
  background-color : #FFFF00;
  color : #000000;
}

div.contentimg, img.contentimg {
  float : right;
  margin : 0px;
  display : inline; 
  padding : 0px 0px 10px 10px;
  background : #FFFFFF;
  color : inherit;
  clear : right;
}

img.contentimg {
  padding : 0px;
  margin : 0px 0px 10px 10px;
}

img.contentimg, div.contentimg img {
  border : 1px solid silver;
}

div.contentimg.left, img.contentimg.left {
  float : left;
  padding : 0px 10px 10px 0px;
}

img.contentimg.left {
  padding : 0px;
  margin : 0px 10px 10px 0px;
}

div.contentimgwithcap {
  float : right;
  margin : 0px;
  width : 250px;
  padding : 0px 0px 10px 10px;
  background : #FFFFFF;
  color : #808080;
  font-size : 0.7em;
  text-align : right;
}

div.contentimgwithcap img {
  border : 1px solid silver;
  margin : 0px 0px 10px 0px;
}

div.contentimgwithcap.left {
  float : left;
  padding : 0px 10px 10px 0px;
  text-align : left;
}

div.article { 
  margin-bottom : 30px; 
  padding : 0px; 
}

#printable {
  border : 0px;
  cursor : pointer;
  margin-top : 5px;
}

table.datatable {
  border-top : 1px solid silver;
  border-left : 1px solid silver;
  margin : 20px 0px 20px 0px;
  width : 100%;
}

.datatable td, .datatable th {
  border-right : 1px solid silver;
  border-bottom : 1px solid silver;
  margin : 0px;
  padding : 5px;
}

.datatable th {
  background : #D3E5FF;
  color : inherit;
}

.datatable tr {
  vertical-align : top;
}

span.small {
  font-size : 0.8em;
}

.checkbox {
  margin-right : 5px;
  position : relative;
  top : 1px;
}

/* Styles for Current Vacancies IFRAM from ELAN */

form {
  text-align : left;
}

#formsubmit4, #formsubmit283 {
  background : #FFFFFF;
  color : #000000;
  border : 1px solid #E05907;
  font-family : verdana, arial, sans-serif;
  font-size : 0.8em;
  padding : 2px 5px;
  cursor : pointer;
}

.igraspsearchresults {
  text-align : left;
  width : 480px;
  float : left;
}

.igraspsearchresults img {
  border : none;
}

#greytable {
  width : 450px;
}



/* IFRAME end */

/* for playing video */
.videoplayer {
  width: 300px;
  height: 202px;
  padding: 0px;
  margin: 0px;
  background: #000000;
}

#V8_8_Engines_Corners_small {
	border: 0px;
	margin-bottom: 20px;
	padding: 0px;
}


div.multimediaarticle {
	width : 230px;
	padding : 0px 0px 5px 5px;
	margin : 0px 10px 10px 0px;
	border : 1px solid silver;
	border-top : 0px;
	border-right : 0px;
	height : 120px;
	float : left;
	overflow : auto;
}

.multimediaarticle strong {
	color : #808080;
}

.multimediaarticle img {
	float : right;
	margin-left : 10px;
	margin-right : 2px;
	margin-bottom : 5px;
}

#mediafilter {
	padding : 0px;
}

#filterseg {
	margin-top : 5px;
	width : 350px;
}

.downloadsarticle {
	clear: both;
}

.downloadsarticle img {
	border: 0px !important;
}

#sitemap .menuitem {
      display : block;
      padding : 5px 0px 5px 0px;
}
  
#sitemap .menuitem.top {
      font-weight : bold;
      border-bottom : 1px solid silver;
      margin-top : 20px;
}
