﻿/* 
BLUE = 0E6FBC
ORANGE = DF9800
GREY = A1A1A1
*/

html, body, td {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 144%
	}

/* - - - - - - - - - - - - global setting for layout - - - - - - - - - - - */

h1 {margin: 0; padding: 0; padding-left: 22px; line-height: 120%; font-size: 160%; background-image: url('../layout_pix/h1_point.gif'); background-repeat: no-repeat; background-position: left center;}
h2 {margin: 0; padding: 0; line-height: 140%; font-size: 140%}
h3 {margin: 0; padding: 0; line-height: 140%; font-size: 130%}
h4 {margin: 0; padding: 0; line-height: 140%; font-size: 120%}
h5 {margin: 0; padding: 0; line-height: 140%; font-size: 110%}
h6 {margin: 0; padding: 0; line-height: 140%; font-size: 100%}

p {margin: 0; padding-top: 0.7em; padding-bottom: 0.7em; line-height: 144%}
img {border-color: white; margin-bottom: 6px;}
a {color: #DF9800; text-decoration: none;}
a:hover {color: #DF9800; font-weight: bold;text-decoration: underline;}

span.mini_news {font-size: 11px; line-height: 120%;}
/* - - - - - - - - - - - - language | search layout - - - - - - - - - - - - */
#header_right_column .content
{ color: white; padding-top: 4px; padding-left: 6px; font-size: 11px}
#header_right_column .content a
{ color: white; text-decoration: none; }
#header_right_column .content a.active
{ color: #DDDDDD; text-decoration: none; }
#header_right_column .content a:hover
{ color: #DF9800; text-decoration: none; }

/* - - - - - - - - - - left menu and construct hiearchy - - - - - - - - - - */
#content_left_column .content { color: GREY; padding: 5px; font-size: 12px}
#content_left_column .content li {margin-left: 0; padding-left: 0; padding-bottom: 3px; list-style: none; list-style-image: none;}
#content_left_column .content ol ul {margin-left: 0; padding-left: 10px; list-style:none; padding-top: 6px;}
#content_left_column .content ol {margin: 0; padding: 0px; list-style:none;}
#content_left_column .content a {color: BLACK; text-decoration: none;}
#content_left_column .content a:hover {color: DARKGREY; font-weight: normal; text-decoration: underline;}
#content_left_column .content a.active { text-decoration: underline; font-weight: normal;}
#content_left_column .content ol ul ul {margin-left: 0; padding-left: 15px; padding-top: 6px;}
#content_left_column .content ol ul ul li {list-style:none;list-style-image: none;}
#content_left_column .content ol ul ul li {margin-left: 0; list-style:none; color:BLACK; padding-bottom: 4px;}

