﻿body 
{
	font-family: Verdana;
	padding: 0;
	margin: 0;
	background: #e6e6e6;
	font-size: 11px;
}

div.wrapper
{
	width: 960px;
	margin: 0 auto;
}

a
{
	color: #626366;
	text-decoration: none;
	background: url(Images/Icons/link_icon.gif) no-repeat left center;
	padding-left: 12px;
}

a.no_bg
{
	color: #626366;
	text-decoration: none;
	background-image: none;
	padding-left: 0;
}

a.no_bg img
{
	border: 0;
}

a:hover
{
	text-decoration: underline;
}

/* Header */

div.header
{
	background: url(Images/header_bg.jpg) no-repeat left top;
	height: 205px;
}

div.header .logo
{
	background: url(Images/header_logo_bg.jpg) no-repeat 35px 38px;
	height: 122px;
	width: 260px;
	display: block;
	padding: 38px 0 0 35px;
}

div.menu
{
	height: 40px;
	background: #626366;
	font-size: 13px;
	color: #ffffff;
}

div.menu .menu_element
{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin: 5px 0;
	border-right: solid 1px #898a8e;
	color: #d8d8d8;
	cursor: pointer;
	display: block;
}

div.menu .menu_hover .menu_element
{
	color: #ffffff;
}

div.menu .menu_selected .menu_element
{
	color: #C7DC27;
}

div.menu,
div.menu a
{
	
	text-decoration: none;
	font-weight: bold;
}

div.menu a
{
	padding: 0;
	background-image: none;
}


div.menu .menu_sub_element
{
	background: #626366;
	padding: 10px;
	filter:alpha(opacity=80);
	opacity:0.8;
	cursor: pointer;
	display: block;
}

div.menu .menu_sub_hover .menu_sub_element
{
	filter:alpha(opacity=100);
	opacity:1;
}

div.menu .menu_sub_element .menu_sub_element_inner
{
	font-size: 10px;
	display: block;
	border-left: solid 2px #C7DC27;
	padding: 0 8px;
	color: #ffffff;
	display: block;
}

.menu_transparent
{
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index: 1;
}

.lang_menu
{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.lang_menu a
{
	color: #D8D8D8;
	font-size: 11px;
}

.lang_menu .menu_home
{
	display: block;
	background: url(Images/Icons/home_icon.gif) no-repeat left center;
	height: 40px;
	width: 27px;
	margin-right: 10px;
}

/* Footer */

div.foot_menu
{
	height: 33px;
	line-height: 33px;
	background: #626366;
	padding: 0 15px;
}

div.foot_menu,
div.foot_menu a
{
	font-size: 11px;
	color: #989898;
	text-decoration: none;
}

div.foot_menu a
{
	padding: 0;
	background: none;
}

div.foot_menu a:hover
{
	text-decoration: underline;
}

div.foot_menu ul
{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.foot_menu ul li
{
	float: left;
	padding: 0 50px 0 0;
	margin: 0;
}

div.foot_copy
{

	background: #c7dc29;
	color: #ffffff;
	font-size: 10px;
	padding: 5px 15px;
}

div.under_foot
{

	color: #626366;
	font-size: 10px;
	padding: 5px 15px;
	text-align: center;
}

/* Ajax */

div#update_progress
{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:auto;
  padding:0;
  margin:0;
  background-color:#000; 
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:1000; 
  color: #ffffff;
  display: none;
}

div.update_progress_info
{
	position: fixed;
	top: 10px;
	left: 10px;
	background: url(Images/ajax-loader.gif) no-repeat top left;
	padding-left: 30px;
	height: 30px;
}

/* Content */

div.content_wrapper
{
	background: url(Images/content_bg.gif) repeat-y left top;
	float: left;
}

div.content_wrapper_inner
{
	background: url(Images/content_main_bg.gif) no-repeat left top;
	float: left;
}

div.content_main
{
	width: 714px;
	padding: 0 35px 0 20px;
	float: left;
}

div.content_sitebar
{
	width: 158px;
	padding: 25px 11px 10px 22px;
	float: left;
	font-size: 9px;
	color: #ffffff;
}

div.content_sitebar h3
{
	font-size: 12px;
	border-bottom: solid 2px #c5c5c5;
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
	color: #C7DC29;
}

div.content_sitebar h3 a
{
	padding: 0;
	background-image: none;
}

div.content_sitebar a
{
	color: #C7DC29;
}

div.content_sitebar input.textbox
{
	font-size: 11px;
	background: #C5C5C5;
	border: solid 1px #626366;
	color: #626366;
	width: 150px;
	margin-bottom: 5px;
}

div.content_wrapper h1
{
	font-size: 15px;
	color: #616264;
	background: url(Images/page_title_hr.jpg) no-repeat bottom left;
	margin: 0;
	padding: 38px 0 12px;
}

/* Inner columns */

div.inner_column_left
{
	float: left;
	width: 480px;
}


div.inner_column_right
{
	float: left;
	width: 234px;
	text-align: right;
	position: relative;
}

div.inner_column_right div
{
	text-align: left;
}

div.inner_column_wide
{
	float: left;
	width: 710px;
	padding: 15px 0;
}

/* right col */

.right_col_element
{
	position: relative;
}
