﻿/* CSS Document */
.body 
	{
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	line-height: 14px;
	}
.headerLogoTR
	{
	    display:block; 
	    overflow:hidden; 
	    width:300px;
	    float:left;   
	    background: #fff url(images/portal-logo.jpg) left top no-repeat;
	    height: 80px;		
	}
.headerTopmainNav 
	{
	width: 500px; 
	padding: 0px 0px 0px 50px;
	margin: 4px 0px 0px 0px;
	}
	
.headerTopMainImg
	{
	background: url(images/Img_onlineService.jpg) left top no-repeat;
	height: 87px;
	border-bottom: 1px solid #e1e1e1;
	}

.headerTopMainImg img
	{
	    margin: 1px 0px 0px 0px;
	}

.headerTopMainImgIn
	{
	background: url(images/Img_onlineService-Eng.jpg) left top no-repeat;
	height: 50px;
	border-bottom: 1px solid #e1e1e1;
	}

.headerTopMainImgIn img
	{
	    margin: 1px 0px 0px 0px;
	}

.headerTopsearch
	{
	    float:right; 
	font-weight: bold;
	line-height: 16px;
	margin: 30px 0px 0px 0px;
	}
	
.headerTopsearch .input
	{
	width: 150px;
	height: 12px;
	}
.headerTopsearch img
	{
	vertical-align: middle;
	margin: 1px 10px 3px 0px;
	padding: 0px 0px 0px 0px;
	}

.footer_portal {width: 800px; text-align: right;  border-top: 1px solid #b3bbc0; margin: 10px 0px 5px 0px;}
.footer_portal ul { width: 100%;float: right; list-style: none; display: inline; margin: 0px; padding: 0px; text-align: right;}
.footer_portal li { height: 20px; list-style: none; display: inline; margin: 0px 0px 0px 0px; padding: 0px; line-height: 20px;}
.footer_portal a { color: #666; padding: 0px 10px 0px 10px; margin: 0px; text-decoration: none;}
.footer_portal a:hover { color: #000; padding: 0px 10px 0px 10px; margin: 0px; text-decoration: none;}
.footer_portal a:active { color: #000; padding: 0px 10px 0px 10px; margin: 0px; text-decoration: none;}
.footer_portal p{float: right; padding: 10px 10px 0px 0px; text-align: right; }
