/* ***************** */
/* *** STRUCTURE *** */
/* ***************** */

* {
	margin:0px;
	padding:0px;
}

body, div, p, th, td, li, dd, dl, dt {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#extra div, #extra p, #extra th, #extra td, #extra li, #extra dd, #extra dl, #extra dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
}

body, html {
    margin: 0px;
    height: 100%;                       /* body is as big as it needs to be, so extend it to visible area */
}

html {
    background-repeat: repeat-y;
    background-position: right;
}

body {
    background-repeat: repeat-y;
    background-position: left;
}

#logo {
    position: absolute;
    top: 21px;
    left: 0px;
    /*border-right: 1px solid #E3670D;*/
}

#navigationblock {
    position: absolute;
    left: 0px;
}


#header {
    padding: 0px;
    background-repeat: no-repeat;
    background-position: left;
    height: 58px;
}

#endorsement {
    position: absolute;
    right: 0px;
    top: 21px;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 58px;
    width: 175px;
}

#extra {
    position: absolute;
    right: 0px;
    top: 99px;
    padding: 20px 10px 10px 10px;
	width: 155px;
}

#search {
    position: absolute;
    color: white;
    right: 0px;
    top: 78px;
    height: 21px;
    padding: 0px;
	width: 175px;
}
#search input {
    border: 1px solid #000;
    width: 140px;
    height: 17px;
}

#language {
    position: relative;
    width: 100%;
    height: 21px;
    background-color: #666666;
    color: white;
}
#language p {
    padding-left: 165px;
    color: white;
    font-size: 10px;
    margin-top: 0;
    padding-top: 3px;
}
#language p a, #language p a:link, #language p a:visited, #language p a:hover, #language p a:active {
    color: white;
}


#content {
    margin: 0px 175px 0px 159px;
    padding:20px 15px 80px 15px;
    /*background-color: #000000;*/
}

.popup #content {
	margin:0px;
	padding:15px 15px 15px 15px;
	}

/* ****************** */
/* *** NAVIGATION *** */
/* ****************** */

a.navigation:link, a.navigation:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
a.navigation:hover {
	color: #000000;
	text-decoration: none;
}

.menuActive {                               /* highlighted menu item */
    font-weight: bold;
}

/*
.navlayer {
	position: absolute;
	Z-INDEX: 1;
	VISIBILITY: hidden;
	left: 0px;
	top: 0px;
	width: 170px;
	}
.navlayer2 {
		position: absolute;
	Z-INDEX: 1;
	VISIBILITY: hidden;
	left: 0px;
	top: 0px;
	width: 170px;

}
*/

a.underNav 			{color: #fff;text-decoration:none;font-size: 11px;font-family: Arial, Helvetica, sans-serif;}
a.underNav:link 	{color: #fff;text-decoration:none;font-size: 11px;font-family: Arial, Helvetica, sans-serif;}
a.underNav:active 	{color: #fff;text-decoration:none;font-size: 11px;font-family: Arial, Helvetica, sans-serif;}
a.underNav:visited 	{color: #fff;text-decoration:none;font-size: 11px;font-family: Arial, Helvetica, sans-serif;}
a.underNav:hover 	{color: #fff;text-decoration:none;font-size: 11px;font-family: Arial, Helvetica, sans-serif;}



/* ************** */
/* *** DESIGN *** */
/* ************** */

#contenttable {
    width: auto;
}

.column {
	padding: 10px 15px 10px 15px !important; vertical-align: top;
}

.column1 {
    	width: 50%;
	vertical-align: top;
	padding: 10px 15px 10px 15px !important;
}
.column2 {
    	width: 50%;
    	vertical-align: top;
	padding: 10px 15px 10px 0px !important;
}

.2cols, .3cols {
	margin-bottom:10px;
}
 
.3cols .column1 {
	width:33%;
	vertical-align: top;
	padding-right: 7px;
}
.3cols .column2 {
	width:33%;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 7px;
}
.3cols .column3 {
	width:34%;
	vertical-align: top;
	padding-left: 8px;
}

img {
    border: 0;
}

#contenttable img {
margin: 0px; /*Changed from 4px to 0. For correctly displaying search results JM 20-09-2007 */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;	
	margin:14px 0px 11px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #666666;	
	margin:8px 0px 6px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #999999;	
	margin:8px 0px 4px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;	
	margin:8px 0px 3px 0px;
}

#content p, #extra p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-bottom:10px;
}

ul li {
	line-height:15px;
	margin: 0px 10px 0 28px;
}
ul {
	list-style-type:square;
	margin:11px 0px 25px 0px;	
}
ol li {
	line-height:15px;	
	margin: 0px 10px 0 28px;	
}
ol {
	margin:11px 0px 25px 0px;
}

td, th {
	text-align:left;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}


/* -------------
 	blocks
----------------*/

hr {
margin: 3px 0px;
}

select {
	margin:4px 0px 4px 0px; 
	width:165px;
} 

/* table block */

.dataTable {
	margin-bottom:8px;
	width:100%;	
}
.dataTable td, th {
	vertical-align:top;
	padding:7px;
	font-size:11px;
}
.dataTable th {
	font-weight:bold;
}
.dataTable thead th {
	padding:4px 7px 4px 7px;	
	font-size:12px;
	font-weight:normal;
}

/* Image/Text */

.imageText {
	margin:0px 8px 8px 0px;
	border:0;
}	
.dynVisual {
	margin-bottom:8px;
}

.imageText td {
	padding:0px;
	}		
.imageText table {
	margin-top:4px;	
	}
.imageText .iconDpi, .imageText .iconZoom {
	background-repeat:no-repeat;	
	}
.imageText .iconDpi {	
	padding-left:5px;
	}
/* Special Title (news - hightlights) */
.specialTitle {
	margin:14px 0px 11px 0px;
}
.specialTitle .square {
	white-space:pre;
	width:5px;
	height:11px;
	float:left;
	margin-right:5px;
}
.specialTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #999999;	
}

/* news-highlight block */
.news {
	margin:0px 0px 5px 0px;
}
.news span {
	font-size:11px;
}


/* ------------
  Right columns
---------------*/

#extra hr {
	width:175px;
	height:1px;
	color:#ffffff;
	margin-left:-10px;
	margin-right:-10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#extra #hr {
	height:1px;
	padding:0;
	margin-left:-10px;
	margin-right:-10px;
	margin-top: 13px;
	margin-bottom: 13px;
}

#extra select {
	width:130px;
} 

#extra h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;	
	margin:5px 0px 3px 0px;
}

#extra p {
	font-size:11px;
	margin-bottom:5px;
}
#extra .imageText {
	margin-left:-2px;
	margin-right:-3px;
}

/* Dynamic Visual */

#extra .dynVisual {
	margin:4px -3px 4px -2px;
}


/* added kst */
#content .data td, #content .data{border-collapse: collapse; border: 1px solid #e5e5e5; padding: 2px 4px}
#content .data{padding: 0; margin: 10px 0; width: 100%}

/* generic */
#content tr.signal th{font-size:13px; background-color: #666; font-weight: bold; color :#fff; text-align: left; padding:4px; border-top: none; border-bottom: 7px solid #3A8BC3}
/* specific Color codes */
#content div.cw-light-blue tr.signal th{border-bottom: 7px solid #3A8BC3}
#content div.cw-medium-blue tr.signal th{border-bottom: 7px solid #074D95}
#content div.cw-dark-blue tr.signal th{border-bottom: 7px solid #003A83}
#content div.blue tr.signal th{border-bottom: 7px solid #00CCFF}
#content div.dark-blue tr.signal th{border-bottom: 7px solid #0000FF}
#content div.dark-green tr.signal th{border-bottom: 7px solid #7FDF00}
#content div.dark-grey tr.signal th{border-bottom: 7px solid #8E9295}
#content div.dark-yellow tr.signal th{border-bottom: 7px solid #EDD444}
#content div.dirty-green tr.signal th{border-bottom: 7px solid #999900}
#content div.green tr.signal th{border-bottom: 7px solid #7FDF00}
#content div.light-blue tr.signal th{border-bottom: 7px solid #CEEBEF}
#content div.light-yellow tr.signal th{border-bottom: 7px solid #FFE14F}
#content div.mint-blue tr.signal th{border-bottom: 7px solid #CCFFFF}
#content div.orange tr.signal th{border-bottom: 7px solid #D74717}/* orange color changed to match stanyl orange */
#content div.purple tr.signal th{border-bottom: 7px solid #A579B5}
#content div.red tr.signal th{border-bottom: 7px solid #E8535D}
#content div.very-light-blue tr.signal th{border-bottom: 7px solid #CEEBEF}
#content div.yellow tr.signal th{border-bottom: 7px solid #FFE14F}

/* submit form */
.le-form-table-submit a:link, .le-form-table-submit a:active, .le-form-table-submit a:visited, .le-form-table-submit a:hover, .search-button:hover, .search-button{display: block;text-decoration: none; padding: 2px 4px; border: 1px solid #333; border-top: 1px solid #ccc; border-left: 1px solid #ccc; background: #eee; color:#333; text-align: center}
.le-form-table-submit a:hover, .search-button:hover{border: 1px solid #eee; border-top: 1px solid #333; border-left: 1px solid #333; background: #ccc; color:#333}
.le-form-table{width: 500px}
.le-form-table td.full-width input, .le-form-table td textarea{width: 360px !important}
/* .le-form-table td{width: 300px}*/
.le-form-table-submit, .le-form-table-submit td{float: right; text-align: right}
.le-form-table th{width: 180px; text-align: left; border: none}
.le-form-table td.required-label{width: 20px; text-align: center; padding: 0 10px !important}

.le-form-table td.multiple_form_field input{width: 20px}
.le-form-table td.multiple_form_field span{float: left; white-space: nowrap}

#search-submit-cell .search-button{text-decoration: none; padding: 1px 2px;}

.mandatory-instrucrion p, .required-label{float: right; color: #666}
.mandatory-instrucrion p{padding: 8px 0}

div.img-txt ul li{list-style-position: inside; padding-left: 40px; margin-left: 20px}

#le_embedded_application{background: none !important}
#le_embedded_application #contenttable{width:100% !important}

.terms-box{margin-top: 30px}
.terms-icon{width: 12px !important}

/* -- styles from dsm.com for le search result styling -- */
.pageHeaderB {font-family: arial, verdana, helvetica, sans-serif;font-size: 11pt;font-weight: bold; color: #000000}
.textB {font-family: arial, verdana, helvetica, sans-serif;font-size: 9pt;color: #000000}
.boldTextB {font-family:  arial, verdana, helvetica, sans-serif;font-size: 9pt;font-weight: bold;color: #000000}

/* Used by search result pages */
span.textSmallB{
	color: #000000;
}


