﻿
/*
***************************************************************************************************
global CSS styles
***************************************************************************************************
*/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12px;
	margin: 0px 0px 1px 0px; 
	min-height: 100%; 

	/*
	scrollbar-face-color: #eaeaea;
	scrollbar-highlight-color: #EEEEF0;
	scrollbar-shadow-color: #EEEEF0; 
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #EEEEF0; 
	scrollbar-darkshadow-color: #666666;
	*/
}

input, textarea, button {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
}

textarea {
	overflow:auto; 
}

img {
	border: 0px; 	
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-size: 18px; font-weight: bold;
	color: #363783;
	margin-top: 5px;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	color: #cc0000;
	margin-top: 25px;
	margin-bottom: 5px;
}

li { 
 	display: list-item; 
	list-style-position: outside; 
	line-height: 18px;
	list-style-type: square; 
	font-size: 12px;
	font-weight: normal;
	color: black;
}

ul {
	margin-top: 5px;
}	



a {
	color:  #363783;
}

a:hover {
	text-decoration: none;
}


/*
***************************************************************************************************
header and footer CSS styles
***************************************************************************************************
*/

.header {
	padding-left: 15px;
}

.footer {
	font-size: 11px;
	text-align: center;
	padding: 10px;
	color: #666;
}

.footer a:link {
	color: #666;
}

a.lang_link:link {
	font-size: 10px; 
	color: #3c3d6d;
	text-decoration: none;
}

a.lang_link:visited {
	font-size: 10px; 
	color: #3c3d6d;
	text-decoration: none;
}

a.lang_link:hover {
	font-size: 10px; 
	color: #3c3d6d;
	text-decoration: underline;
}

span.lang_selected {
	font-size: 10px; font-weight: bold;
	color: #3c3d6d;
}

/*
***************************************************************************************************
top menu CSS styles
***************************************************************************************************
*/

.top_menu {
	border-left: 1px solid #9198A6;
	border-top: 1px solid #9198A6;
	border-bottom: 1px solid #9198A6;
	background-color: #EEEEF0;
}

.menu_active {
	color: black;
	border-right: 1px solid #9198A6;
	text-decoration: none;
	background-color: #BDC1CA;
}

.menu_hover {
	color: black;
	border-right: 1px solid #9198A6;
	text-decoration: none;
	background-color: #BDC1CA;
}

.menu_item {
	font-size: 11px !important;
	color: black;
	border-right: 1px solid #9198A6;
	text-decoration: none;
	text-align: center;
}


/*
***************************************************************************************************
bottom menu CSS styles
***************************************************************************************************
*/

.bottom_menu {
	border: 1px solid #9198A6;
	background-color: #BDC1CA;
	padding: 5px 0px;
}

.bottom_menu_active {
	color: black;
	text-decoration: underline !important;
}

.bottom_menu_hover {
	color: black;
	text-decoration: underline !important;
}

.bottom_menu_item {
	font-size: 11px !important;
	color: black;
	text-decoration: none;
}


/*
***************************************************************************************************
page content CSS styles
***************************************************************************************************
*/

#content_layer 
{
	border-right: 1px solid #9198A6;
	border-left: 1px solid #9198A6;
}

.content {
	padding: 10px 15px; 
	text-align: left;
}

.head{ 
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #363783;
	margin-top: 15px;
	margin-bottom: 5px;
}

.plant {
	width: 92%;
	/*border-bottom: 1px solid #eaeaea;*/
}
.plant td {
	border-bottom: 1px solid #eaeaea;
	padding: 4px;
	vertical-align: top;
}
.plant td.label1, td.label2 {
	width: 100px;
}
.plant td.content1 {
	width: 200px;
}
.plant td.content2 {
	width: auto;
}
.plant img {
	margin: 6px;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

img.delivery_program {
	margin: 6px;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

.news 
{
	position: relative;
	bottom: 20px;
	margin-left: 100px;
	margin-right: 120px;
}

.news_logo {
	border-bottom: 1px solid #eaeaea;
	text-align: left; font-size: 15px;
	font-weight: bold;
	color: #3c3d6d;
	padding: 0px 0px 0px 5px;
}

.news_box {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 2px 5px 2px;
	text-align: left;
}

.news_title {
	font-weight: bold;
	color: #3c3d6d;
	padding-right: 0px; padding-left: 12px; padding-bottom: 0px; padding-top: 0px;
	background-image:url(Images/news_arrows.gif); background-position:left center ; background-repeat:no-repeat;
}

.news_text {
	color: #555555;
}


.link_exchange {
	border-bottom: 1px solid #eaeaea;
	margin: 0px 50px 0px 0px;
	text-align: left;
}

.link_code
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	padding: 5px 2px 5px 2px;
	background: #FAFAFA; 
	border-right: #cccccc 1px solid; border-bottom: #cccccc 1px solid; 
	border-top: #666666 1px solid; border-left: #666666 1px solid;
	font-size: 11px;  
	color: black; 
	text-align: left;
	width: 462px; overflow:auto; 
}

.partner_links_title 
{
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #363783;
	margin-top: 15px;
	margin-bottom: 5px;	
}

.link_box {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 2px 5px 2px;
	margin: 0px 50px 0px 0px;
	text-align: left;
}

.link_title {
	font-weight: bold;
	color: #555555;
	padding: 2px 2px 2px 2px;
}

.link_text {
	color: #555555;
}

.sitemap_tree a:hover
{
	text-decoration: underline !important;
}