


BODY, BODY.body2, #body2 {
	background-image: url(/images/gui/bg_main_2_lines.gif);
	margin: 0px;
}
.printHidden {
	display: block;
}
.printVisble {
	display: none;
}

/* *******************************************************************************************
 *         DOC HEAD                                                                          *
 ******************************************************************************************* */

#page_top {
	width: 768px;
	height: 116px;
	background-color: #ffffff;
	display: block;
}

#doc_head {
	width: 768px;
	height: 85px;
	background: url(/images/gui/logo_top.jpg) top left no-repeat;
}

#doc_head #logo {
	position: absolute;
	top: 4px;
	left: 8px;
	z-index: 10;
}

#top_menu {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 768px;
	height: 19px;
	z-index: 10;
	background: #cccccc url(/images/gui/bg_topmenu.gif) repeat-x top left;
}

#top_menu #top_menu_links {
	position: absolute;
	top: 3px;
	left: 17px;
}

#top_menu #top_menu_flags {
	position: absolute;
	top: 3px;
	right: 11px;
}

/* *******************************************************************************************
 *         LEFT COLUMN                                                                       *
 ******************************************************************************************* */

#left_content {
	position: absolute;
	top:0;
	left:0;
	z-index:2;
	height: 100%;
	display: block;
}
#left_content TABLE {
	height:100%;
}


#left_menu {
	position: relative;
	width: 190px;
	margin: 116px 15px 10px 0px;
}

#left_menu_top {
	width: 182px;
	margin: 0px 0px 3px 8px;
	padding: 4px 4px 4px 6px;
	background: url(/images/gui/menu_bg_top.gif) no-repeat;
}

#left_menu_sub, .left_menu_sub {
	width: 182px;
	margin: 0px 0px 3px 8px;
	padding: 4px 4px 4px 6px;
	background: url(/images/gui/menu_bg_sub.gif) no-repeat;
}

#left_menu_items {
	width: 182px;
	margin: 0px 0px 3px 8px;
}

#left_menu_items DIV {
	padding: 2px 0px 2px 22px;
}

#left_plates {
	width: 182px;
	margin: 0 0 35px 8px;
}

#left_plates .plate {
	padding-top: 4px;
}

/* *******************************************************************************************
 *         MAIN COLUMN                                                                       *
 ******************************************************************************************* */

#main_content_start {
	position: absolute;
	top: 116px;
	left: 205px;
	width: 400px;
}

#main_content {
	position: absolute;
	top: 116px;
	left: 215px;
	width: 380px;
}

/* *******************************************************************************************
 *         RIGHT COLUMN                                                                      *
 ******************************************************************************************* */

#right_content {
	position: absolute;
	top:0;
	left: 621px;
	z-index:2;
	width: 147px;
	height: 100%;
	display: block;
}
#right_content TABLE {
	height:100%;
}

	/* SEARCH */

#right_content_search {
	position: relative;
	background: url(/images/gui/bg_search.gif) no-repeat;
	width: 147px;
	height: 40px;
	margin: 116px 0 4px 0;
}

#right_content_search_field {
	position: absolute;
	bottom: 6px;
	left: 6px;
}

#right_content_search_button {
	position: absolute;
	bottom: 4px;
	right: 10px;
}

#right_content_search_field INPUT {
	width: 84px;
	height: 16px;
	border-width: 1px;
}

	/* LATEST NEWS */

#latest_news {
	background: #d5d6d6 url(/images/gui/img_plate_grey_top.gif) top left no-repeat;
	width: 147px;
}

#latest_news H1 {
	padding: 12px 10px 0px 10px;
	margin-bottom: 10px;
}

#latest_news .date {
	padding: 2px 10px 0px 10px;
}

#latest_news .text {
	padding: 0px 10px;
}

#latest_news .btn {
	text-align: right;
	padding: 6px 9px;
}

	/* PLATES */

#right_plates {
	width: 147px;
	margin-bottom: 35px;
}

#right_plates .plate {
	padding-top: 4px;
}

/* *******************************************************************************************
 *         DOC FOOT                                                                          *
 ******************************************************************************************* */

#doc_foot {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 768px;
	height: 35px;
	background-color: #ffffff;
	display: block;
}

#doc_foot_plate {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 768px;
	padding: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

