* {
    outline: none!important;
}

html {
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*background-image: url("../images/body_bg.png");*/
	background-color: #202328;
	width: 100%;
	font-family: arial;
}


/***** MAIN MENU *****/
#top_main_menu_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-image: url('../images/top_main_menu_bg.png');
	z-index: 100000;
}

#top_main_menu_center {
	margin: 0px auto;
	max-width: 1024px;
	min-width: 691px;
	height: 60px;
	position: relative;
}

div.top_main_menu_item_border {
	width: 1px;
	height: 58px;
	background-color: #818183;
	border-right: 1px solid #242426;
	margin-top: 1px;
	float: left;
}

div.top_main_menu_item_only_mobile {
	display: none;
}

div.top_main_menu_item_no_mobile {
	display: block;
}

div.top_main_menu_item {
	display: block;
	width: 150px;
	height: 36px;
	padding-top: 24px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

div.top_main_menu_item:not(.nohover):hover {
	background-image: url('../images/top_main_menu_bg_active.png');
	color: white;
}

div.top_main_menu_item_active {
	display: block;
	width: 150px;
	height: 36px;
	padding-top: 24px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	position: relative;
	background-image: url('../images/top_main_menu_bg_active.png');
	cursor: pointer;
}

div.top_main_menu_login_user_info2 {
	position: absolute;
	top: 60px;
	right: 0;
	/*height: 32px;*/
	background-image: url('../images/top_main_menu_bg_active.png');
	background-position: center center;
	border-bottom: 1px solid #242426;
	border-left: 1px solid #242426;
	border-right: 1px solid #242426;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

div.top_main_menu_login_user_info2 > a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: orange;
}

div.top_main_menu_login_user_info2 > a:not(.nohover):hover {
	text-decoration: underline;
} 

div.top_main_menu_item:not(.nohover):hover > div.top_main_menu_sub_menu {
	display: block;
}

div.top_main_menu_sub_menu {
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	left: -2px;
	border-bottom: 1px solid #242426;
	overflow-y: auto;
	overflow-x: hidden;
}

div.top_main_menu_sub_menu a.top_main_menu_item {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 17px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url('../images/top_main_menu_bg.png');
	border-left: 1px solid #242426;
	border-right: 1px solid #242426;
	white-space: nowrap;
}

div.top_main_menu_sub_menu a.top_main_menu_item:not(.nohover):hover {
	background-image: url('../images/top_main_menu_bg_active.png');
	color: white;
	text-decoration: none;
}

a.top_main_menu_item {
	display: block;
	min-width: 100px;
	height: 36px;
	padding-top: 24px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

a.top_main_menu_item:not(.nohover):hover {
	background-image: url('../images/top_main_menu_bg_active.png');
	color: white;
	text-decoration: none;
}

a.top_main_menu_item_active {
	display: block;
	min-width: 100px;
	height: 36px;
	padding-top: 24px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url('../images/top_main_menu_bg_active.png');
}

a.top_main_menu_item_active:not(.nohover):hover {
	color: white;
	text-decoration: none;
}


/***** LOGO / TOP *****/
#top_bg {
	width: 100%;
	height: 152px;
	background-image: url('../images/top_bg.png');
}

#top_bg_2, #top_bg_3 {
	width: 100%;
	height: 152px;
	background-image: url('../images/top_bg.png');
	margin-top: 60px;
}

#top_center_bg {
	margin: 0px auto;
	max-width: 1024px;
	min-width: 691px;
	height: 152px;
	position: relative;
}

#top_center_logo_bg {
	width: 500px;
	height: 152px;
	background-image: url("../images/logo_v1.png");
	background-repeat: no-repeat;
	position: absolute;
 	top: 0;
 	left: 5px;
}

#top_center_right_links_bg {
	width: 170px;
	height: 75px;
	text-align: left;
	padding-left: 350px;
	padding-top: 55px;
	position: absolute;
 	top: 0;
 	right: 0;
 	line-height: 140%;
}

#top_center_right_links_bg img {
	vertical-align: -2px;
	margin-right: 6px;
	border: 0px;
}

#top_center_right_links_bg a {
	display: block;
	width: 100%;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

#top_center_right_links_bg a:not(.nohover):hover {
	color: #ffffff;
}

#top_bottom_bg {
	width: 100%;
	height: 26px;
	background-image: url('../images/top_bottom_bg.png');
}

#top_bottom_center_bg {
	margin: 0px auto;
	max-width: 1024px;
	min-width: 691px;
	height: 26px;
	background-image: url('../images/top_bottom_center_bg2.png');
}

#top_bottom_center_left_bg {
	width: calc(100% - 41px);
	height: 20px;
	float: left;
	text-align: left;
	padding-left: 30px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	background-image: url('../images/top_bottom_center_left_bg.png');
	background-repeat: no-repeat;
	text-transform: lowercase;
	z-index: 51;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#top_bottom_center_right_bg {
	width: 11px;
	height: 20px;
	float: left;
	text-align: left;
	padding-top: 6px;
	background-image: url('../images/top_bottom_center_right_bg.png');
	background-repeat: no-repeat;
	background-position: right;
	z-index: 50;
}


#top_bottom_center_bg a {
	font-size: 12px;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}

#top_bottom_center_bg a:not(.nohover):hover {
	color: white;
	text-decoration: none;
}


/***** MIDDLE / CONTENT *****/
#middle_bg {
	width: 100%;
	background-image: url("../images/body_bg.png");
	float: left;
}

#middle_center_bg {
	margin: 0 auto;
	max-width: 1024px;
	min-width: 691px;
	min-height: 300px;
	background-color: #585858;
	overflow: hidden;
    position: relative;
    padding-bottom: 26px;
}

#middle_center_left_bg {
	height: 100%;
	width: 11px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/middle_center_bg.png');
}

#middle_center_right_bg {
	height: 100%;
	width: 11px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../images/middle_center_bg.png');
	background-position: right;
}

div.caption_bg {
	max-width: 982px;
	min-width: 669px;
	height: 36px;
	background-image: url('../images/caption_bg2.png');
	background-repeat: no-repeat;
	margin-left: 11px;
	margin-right: 11px;
	padding-left: 20px;
	padding-top: 14px;
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.caption_bg_search_user {
	margin-left: 210px;
	position: absolute;
	top: 11px;
}

div.content_top_bg {
	max-width: 1002px;
    min-width: 669px;
	height: 0;
	margin-left: 11px;
	margin-right: 11px;
	background-image: url('../images/content_top_bg.png');
	background-repeat: no-repeat;
}

div.content_middle_bg {
	max-width: 1002px;
    min-width: 669px;
	min-height: 100px;
	margin-left: 11px;
	margin-right: 11px;
	/*background-image: url('../images/content_middle_bg.png'); */
	background-repeat: repeat-y;
	padding-top: 3px;
}

div.content_middle_bg_gray_list {
	max-width: 100%;
    min-width: 669px;
	/* background-image: url('../images/content_middle_bg.png'); */
	background-repeat: repeat-y;
}

div.content_list_bg {
	width: 875px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-left: 113px;
	font-family: arial;
	font-size: 14px;
	color: #24272d;
}

div.content_normal_text {
	max-width: 987px;
    min-width: 669px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 11px;
	font-family: arial;
	font-size: 14px;
	color: #24272d;
	background-color: #dbdbdb;
}

div.content_middle_bg h1 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #24272d;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

div.content_middle_bg h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #24272d;
	margin: 0;
	margin-bottom: 18px;
	padding: 0;
}

div.content_middle_bg p {
	font-family: arial;
	font-size: 14px;
	color: #24272d;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

div.content_normal_text img {
	border: 5px solid #8dbf41;
}

div.content_list_bg img {
	border: 5px solid #8dbf41;
}

div.content_middle_bg td {
	font-family: arial;
	font-size: 14px;
	color: #24272d;
	margin: 0;
	padding: 0;
}

div.content_news_item {
	width: 975px;
	height: 21px;
	padding-top: 3px;
	margin-left: 13px;
}

div.content_news_item a {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #24272d;
	text-decoration: none;
}

div.content_news_item a:not(.nohover):hover {
	color: white;
}

img.news_icon {
	border: 0;
	margin-right: 7px;
}

div.content_news_item_text {
	display: none;
	width: 972px;
	padding: 10px;
	margin-left: 5px;
	font-family: arial;
	font-size: 14px;
	color: #24272d;
	background-color: #999999;
}

div.content_news_item_text a {
	text-decoration: none;
}

div.content_news_item_text a:not(.nohover):hover {
	color: white;
}




div.content_bottom_bg {
	max-width: 1002px;
    min-width: 669px;
	height: 0px;
	border-top: 1px solid #303030;
	margin-left: 11px;
	margin-right: 11px;
	/* background-image: url('../images/content_bottom_bg.png');*/
	background-repeat: no-repeat;
}

/**** TABLE OF CONTENT *****/
div.user_search_form_bg {
	width: calc(100% - 30px);
	border-bottom: 1px solid #919191;
	padding: 10px;
	padding-left: 19px;
	padding-right: 11px;
	float: left;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #eeeeee;
}

div.user_search_form_element_set {
	width: 100%;
	float: left;
}

div.user_search_form_element {
	width: calc(33% - 5px);
	padding: 5px;
	padding-left: 0;
	padding-right: 2px;
	float: left;
	vertical-align: bottom;
}

a.user_search_form_add_new_user {
	display: block;
	width: 170px;
	height: 30px;
	padding-left: 20px;
	padding-top: 1px;
	font-size: 12px;
	vertical-align: middle;
	background-image: url('../images/icon_add.png');
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}

a.user_search_form_add_new_user:not(.nohover):hover {
	color: orange;
	text-decoration: none;
}

div.user_sub_menu_form_bg {
	position: relative;
	width: calc(100% - 30px);
	border-bottom: 1px solid #919191;
	padding: 10px;
	padding-bottom: 0;
	padding-left: 8px;
	padding-right: 0;
	margin-left: 11px;
	margin-right: 11px;
	float: left;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #eeeeee;
	border-bottom: 3px solid #eeeeee;
}

div.table_normal_row {
	width: calc(100% - 22px);
	height: 30px;
	margin-left: 11px;
	margin-right: 11px;
	float: left;
	border-bottom: 1px solid #919191;
	background-color: #b0b0b0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #24272d;
}

div.table_normal_row_locked {
	width: calc(100% - 22px);
	height: 30px;
	margin-left: 11px;
	margin-right: 11px;
	float: left;
	border-bottom: 1px solid #8dbf41;
	background-color: #ffe3bf;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #24272d;
}

div.table_normal_row_new {
	width: calc(100% - 22px);
	height: 30px;
	margin-left: 11px;
	margin-right: 11px;
	float: left;
	border-bottom: 1px solid #8dbf41;
	background-color: #d1d7ff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #24272d;
}

div.table_normal_row:not(.nohover):hover, div.table_normal_row_locked:not(.nohover):hover, div.table_normal_row_new:not(.nohover):hover {
	background-color: #dbdbdb;
}

div.table_normal_row_show_more {
	width: 2%;
	height: 19px;
	float: left;
	padding-left: 10px;
	padding-top: 11px;
}

a.table_normal_row_plus_icon {
	display: block;
	margin: 0;
	padding: 0;
	width: 9px;
	height: 9px;
	background-image: url('../images/icon_plus.jpg');
	background-repeat: no-repeat;
}

a.table_normal_row_minus_icon {
	display: block;
	margin: 0;
	padding: 0;
	width: 9px;
	height: 9px;
	background-image: url('../images/icon_minus.jpg');
	background-repeat: no-repeat;
}

div.table_normal_row_caption {
	width: calc(100% - 22% - 10px);
	height: 23px;
	float: left;
	padding-top: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.not_in_use {
	color: gray;
}

div.table_normal_row_caption_risk_card {
	width: calc(98% - 235px - 10px);
}
	
div.table_normal_row_caption a {
	text-decoration: none;
	color: #000000;
}

div.table_normal_row_caption a:not(.nohover):hover {
	text-decoration: underline;
}

div.table_normal_row_action {
	width: calc(20% - 10px);
	height: 23px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}

div.table_normal_row_action_risk_card {
	width: 225px;
}

div.table_normal_row_action img {
	border: 0;
}

div.table_normal_row_hidden_data {
	display: none;
	width: calc(100% - 22px);
	margin-left: 11px;
	margin-right: 11px;
	float: left;
	border-bottom: 1px solid #8dbf41;
	background-color: #dbdbdb;
	color: #24272d;
}

div.table_normal_list_row {
	width: calc(100% - 30px);
	float: left;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #eeeeee;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #24272d;
	text-transform: none;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

div.table_normal_list_row:not(.nohover):hover {
	background-color: #eeeeee;
}

div.table_normal_list_row_caption_2_cols {
	width: 100%;
	padding-top: 10px;
	float: left;
	font-weight: bold;
}

div.table_normal_list_row_caption {
	width: 300px;
	float: left;
}

div.table_normal_list_row_value {
	width: calc(100% - 300px);
	float: left;
}

div.table_normal_list_row_value_2_cols {
	width: 100%;
	float: left;
}

div.table_normal_list_row_value img {
	border: 0;
	vertical-align: text-top;
}

div.table_normal_row_hidden_data td > * {
    word-wrap: initial;
	word-break: initial;
}

div.table_normal_row_hidden_data td img {
	border: 0;
	vertical-align: text-top;
}

div.table_normal_row_hidden_data td.more_info_caption {
	width: 30%;
	font-family: arial;
	font-size: 14px;
	color: #24272d;
	font-weight: normal;
	text-transform: none;
}

div.table_normal_row_hidden_data td.more_info_data {
	width: 70%;
	font-family: arial;
	font-size: 14px;
	color: #24272d;
	font-weight: normal;
	text-transform: none;
}

div.table_free_text {
	width: calc(100% - 35px);
	float: left;
	border-bottom: 1px solid #919191;
	margin-left: 10px;
	background-color: #b0b0b0;
	font-family: arial;
	font-size: 15px;
	color: #24272d;
	padding: 10px;
	padding-left: 15px;
}

div.middle_content_bottom {
	width: 810px;
	height: 10px;
	background-color: #8dbf41;
	margin-bottom: 20px;
	float: left;
}

div.priority_box {
	display: inline-block;
	height: 13px;
	width: 70px;
	background-color: yellow;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #eeeeee;
}


/***** MENU *****/
div.menu_bg {
	max-width: 1002px;
	min-width: 669px;
	margin-left: 11px;
	margin-right: 11px;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

div.menu_bg > a {
	display: table-cell;
	float: left;
	width: 324px;
	height: 48px;
	text-align: center;
	padding-top: 180px;
	color: black;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-position: center center;
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (max-width: 1040px) {
	div.menu_bg > a {
		display: inline-block;
		float: left;
		width: 33.33%;
		width: calc(100% / 3 - 10px);
		height: 48px;
		text-align: center;
		padding-top: 180px;
		color: black;
		font-family: arial;
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		background-position: center center;
		padding-left: 5px;
		padding-right: 5px;
	}
}
/*
@media screen and (max-width: 900px) {
	div.menu_bg > a {
		display: inline-block;
		float: left;
		width: 33.33%;
		width: calc(100% / 3 - 10px);
		height: 48px;
		text-align: center;
		padding-top: 180px;
		color: black;
		font-family: arial;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		background-position: center center;
		padding-left: 5px;
		padding-right: 5px;
	}
}
*/

a.menu_button_1 {
	background-image: url('../images/menu_button_1.png');
}

a.menu_button_1:not(.nohover):hover {
	background-image: url('../images/menu_button_1_active.png');
}

a.menu_button_2 {
	background-image: url('../images/menu_button_2.png');
}

a.menu_button_2:not(.nohover):hover {
	background-image: url('../images/menu_button_2_active.png');
}

a.menu_button_3 {
	background-image: url('../images/menu_button_3.png');
}

a.menu_button_3:not(.nohover):hover {
	background-image: url('../images/menu_button_3_active.png');
}

a.menu_button_4 {
	background-image: url('../images/menu_button_4.png');
}

a.menu_button_4:not(.nohover):hover {
	background-image: url('../images/menu_button_4_active.png');
}

a.menu_button_5 {
	background-image: url('../images/menu_button_5.png');
}

a.menu_button_5:not(.nohover):hover {
	background-image: url('../images/menu_button_5_active.png');
}

a.menu_button_6 {
	background-image: url('../images/menu_button_6.png');
}

a.menu_button_6:not(.nohover):hover {
	background-image: url('../images/menu_button_6_active.png');
}

a.menu_button_7 {
	background-image: url('../images/menu_button_7.png');
}

a.menu_button_7:not(.nohover):hover {
	background-image: url('../images/menu_button_7_active.png');
}

a.menu_button_8 {
	background-image: url('../images/menu_button_8.png');
}

a.menu_button_8:not(.nohover):hover {
	background-image: url('../images/menu_button_8_active.png');
}

a.menu_button_9 {
	background-image: url('../images/menu_button_9.png');
}

a.menu_button_9:not(.nohover):hover {
	background-image: url('../images/menu_button_9_active.png');
}

a.menu_button_10 {
	background-image: url('../images/menu_button_10.png');
}

a.menu_button_10:not(.nohover):hover {
	background-image: url('../images/menu_button_10_active.png');
}

a.menu_button_11 {
	background-image: url('../images/menu_button_11.png');
}

a.menu_button_11:not(.nohover):hover {
	background-image: url('../images/menu_button_11_active.png');
}

a.menu_button_12 {
	background-image: url('../images/menu_button_11.png');
}

a.menu_button_12:not(.nohover):hover {
	background-image: url('../images/menu_button_11_active.png');
}

div.menu_bg > a:not(.nohover):hover {
	color: white;
	text-decoration: none;
}

div.menu_info_box {
	display: none;
	width: 345px;
	border: 1px solid #424242;
	position: absolute;
	top: 695px;
	left: 165px;
}

div.menu_info_box_middle {
	width: 327px;
	min-height: 100px;
	border: 9px solid #a0a2a9;
	background-color: white;
	background-image: url('../images/icon_large_info.png');
	background-repeat: no-repeat;
	background-position: 95% 7px;
	position: relative;
}

div.menu_info_box_arrow {
	width: 35px;
	height: 50px;
	position: absolute;
	top: -58px;
	left: 40px;
	background-image: url('../images/menu_info_box_arrow.png');
}

div.menu_info_box_content {
	display: none;
	width: 100%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1015px) {
	div.menu_info_box {
		display: none;
		width: 32%;
		border: 1px solid #424242;
		position: absolute;
		top: 695px;
		left: 165px;
	}
	
	div.menu_info_box_middle {
		width: calc(100% - 18px);
		min-height: 100px;
		border: 9px solid #a0a2a9;
		background-color: white;
		background-image: url('../images/icon_large_info.png');
		background-repeat: no-repeat;
		background-position: 95% 7px;
		position: relative;
	}
	
	div.menu_info_box_content {
		display: none;
		width: 100%;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.7);
	}
}

div.menu_info_box_content_caption {
	padding: 9px;
	padding-bottom: 5px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #585858;
}

div.menu_info_box_content_text {
	padding: 9px;
	padding-top: 0;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #585858;
}

div.menu_info_box_content_text ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}



/***** BOTTOM *****/
#bottom_top_bg {
	max-width: 1002px;
	min-width: 669px;
	height: 0px;
	background-image: url('../images/bottom_top_bg.png');
	float: left;
}

#bottom_top_center_bg {
	margin: 0px auto;
	max-width: 1002px;
	min-width: 669px;
	height: 0px;
	background-image: url('../images/bottom_top_center_bg.png');
}

#bottom_center_bg {
	margin: 0px auto;
	max-width: 1002px;
	min-width: 669px;
	height: 30px;
}

#bottom_bg {
	width: 100%;
	height: 30px;
	background-image: url('../images/bottom_bg.png');
	position: relative;
	float: left;
}

#bottom_top_bg2 {
	width: 100%;
	height: 20px;
	background-image: url('../images/bottom_top_bg2.png');
	position: absolute;
	top: -20px;
	float: left;
}

/* BOTTOM LINKS */
#bottom_link_bg {
	width: 100%;
	background-color: #24272d;
	float: left;
	border-top: 1px solid black;
}

#bottom_link_center_bg {
	margin: 0px auto;
	max-width: 1002px;
	min-width: 669px;
}

div.bottom_link_center_caption {
	float: left;
	width: 100%;
	height: 25px;
	font-family: arial;
	font-size: 25px;
	font-weight: bold;
	color: #f4f4f4;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
	float: left;
}

div.bottom_link_center_content {
	float: left;
	width: 33.33%;
	width: calc(100% / 3 - 20px);
	float: left;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-left: 20px;
}

div.bottom_menu_link_item {
	width: 100%;
	margin-bottom: 3px;
}

/* BOTTOM TEXT */
#bottom_2_bg {
	width: 100%;
	background-color: #202328;
	float: left;
}

#bottom_2_center_bg {
	margin: 0px auto;
	max-width: 1002px;
	min-width: 669px;
	height: 50px;
	position: relative;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #f4f4f4;
	padding-top: 30px;
	text-align: center;
}


/***** INFO BOX *****/
div.info_box_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/functions_bg.png');
	z-index: 1000000;
}

div.info_box {
	width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	background-color: #24272d;
	padding: 10px;
}

div.full_screen_chart_box {
	width: calc(90% - 20px);
	/*max-height: 50%;*/
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 5%;
	/*margin-top: 100px;*/
	background-color: #24272d;
	padding: 10px;
	z-index: 100000000000;
}

div.full_screen_chart_box_middle {
	width: 100%;
	background-color: #eeeeee;
}
div.full_screen_chart_box_close {
	width: 100%;
	height: 24px;
	margin-top: 2%;
	float: left;
	background-color: #eeeeee;
}
div.full_screen_chart_box_buttons {
	width: calc(100% - 40px);
	padding: 20px;
	float: left;
	background-color: #eeeeee;
}

/* Muut kartoitukset - riskiluvun valinta ikkuna*/
div.info_box_define_risk {
	width: 100%;
	max-width: 600px;
	position: absolute;
}

div.info_box_middle {
	width: 360px;
	min-height: 60px;
	border: 10px solid #8dbf41;
	background-color: #ffffff;
	text-align: center;
	padding: 10px;
}

div.info_box_middle_define_risk {
	width: calc(100% - 40px);
}

div.info_box_middle h1 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: green; /* #363636; */
	margin: 0;
	padding: 0;
}

div.info_box_middle p {
	font-family: verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

a.info_box_middle_close_up {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 25px;
	right: 25px;
	background-image: url('../images/icon_close.png');
	background-repeat: no-repeat;
}

div.info_box_middle_close_bottom {
	margin-top: 10px;
}

div.info_box_middle a {
	font-family: verdana;
	font-size: 12px;
	color: green;
	text-decoration: none;
}

div.info_box_middle a:not(.nohover):hover {
	text-decoration: underline;	
}

/***** FUNCTIONS *****/
div.functions_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/functions_bg.png');	
}

div.function_content_bg {
	position: fixed;
    top: 30%;
    left: 50%;
	width: 671px;
    margin-left: -345px;	
    padding: 10px;
    background-color: #24272d;
}

div.function_content_middle {
	width: 651px;
	padding: 10px;
	background-color: #8dbf41;
}

@media screen and (max-width: 710px) {
	div.function_content_bg {
		position: fixed;
	    top: 0;
	    left: 0;
		width: 96%;
		margin-left: 0;
	    padding: 2%;
    	background-color: #24272d;
    	z-index: 100000001;
	}
	
	div.function_content_middle {
		width: 96%;
		padding: 2%;
		background-color: #8dbf41;
	}
	
	a.language_select_fi {
		display: block;
		float: left;
		width: 100%;
		max-width: 230px;
		height: 30px;
		margin-left: 10px;
		background-image: url('../images/finland_flag.png');
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 230px;
	}
	
	a.language_select_sv {
		display: block;
		float: right;
		width: 100%;
		max-width: 230px;
		height: 30px;
		margin-right: 10px;
		background-image: url('../images/sweden_flag.png');
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 230px;
	}
}

div.functions_display {
	width: 100%;
	min-height: 180px;
	display: none;
	background-color: white;
}

div.functions_display_caption {
	min-height: 35px;
	padding-top: 2%;
	padding-left: 15px;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #585858;
}

div.functions_display_text {
	width: 96%;
	padding-left: 2%;
	padding-bottom: 15px;
	font-family: arial;
	font-size: 14px;
	color: #585858;
}

table.contact_us {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	color: #585858;
}

table.feedback {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	color: #585858;
}

table.language {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

table.new_things {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	color: #585858;
}

table.feedback td {
	border-bottom: 1px solid #585858;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 3px;
	text-transform: none;
	font-family: arial;
	font-size: 14px;
	color: #585858;
}

table.contact_us td {
	border-bottom: 1px solid #585858;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 3px;
	text-transform: none;
	font-family: arial;
	font-size: 14px;
	color: #585858;
}

table.language td {
	border-bottom: 1px solid #585858;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 3px;
	text-transform: none;
	font-family: arial;
	font-size: 14px;
	color: #585858;
}

table.new_things td {
	font-weight: normal;
	text-transform: none;
	font-family: arial;
	font-size: 14px;
	color: #585858;
}

td.contact_us_td1 {
	width: 0%;
	vertical-align: top;
}

td.contact_us_td2 {
	width: 28%;
}

td.contact_us_td3 {
	width: 22%;
}

td.feedback_td1 {
	width: 30%;
	vertical-align: top;
}

td.feedback_td2 {
	width: 70%;
}

td.feedback_td3 {
	width: calc(100% - (100% / 2 - 150px));
	padding-left: calc(100% / 2 - 150px);
}

td.new_things_td0 {
	width: 3%;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #585858;
}

td.new_things_td1 {
	width: 77%;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #585858;
}

td.new_things_td2 {
	width: 18%;
	padding-right: 2%;
	cursor: pointer;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #585858;
}

td.new_things_td4 {
	width: 100%;
	background-color: #f7f7f7;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #585858;
}

div.new_things_values > table.new_things td {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.new_things_values {
	width: 100%;
	max-height: 60px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	font-size: 12px;
}

div.new_things_values > table td {
	font-size: 12px;
}

div.new_things_values a {
	font-size: 12px;
}

div.new_things_more_info {
	width: calc(100% - 10px);
	float: left;
	padding: 5px;
	background-color: #f7f7f7;
	border-bottom: 1px solid white;
}

div.new_things_more_info:not(.nohover):hover {
	background-color: #dbdbdb;
}

div.new_things_more_info_1 {
	width: 20px;
	float: left;
}

div.new_things_more_info_2 {
	width: 70%;
	float: left;
}

div.new_things_more_info_3 {
	width: calc(30% - 20px);
	float: left;
	text-align: right;
}

div.feedback_error {
	color: red;
	padding: 5px;
	border: 1px solid red;
	background-color: pink;
}

td.language_td1, td.language_td2 {
	width: 50%;
}

a.language_select_fi {
	display: block;
	float: left;
	width: 100%;
	max-width: 230px;
	height: 30px;
	margin-left: 40px;
	background-image: url('../images/finland_flag.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 230px;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}

a.language_select_fi:not(.nohover):hover {
	background-image: url('../images/finland_flag_active.png');
	color: blue;
}

a.language_select_sv {
	display: block;
	float: right;
	width: 100%;
	max-width: 230px;
	height: 30px;
	margin-right: 40px;
	background-image: url('../images/sweden_flag.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 230px;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}

div.language_select_sv_not_in_use
{
	display: block;
	float: right;
	width: 230px;
	height: 30px;
	margin-right: 40px;
	background-image: url('../images/sweden_flag_not_in_use.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 230px;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}

a.language_select_sv:not(.nohover):hover {
	background-image: url('../images/sweden_flag_active.png');
	color: blue;
}

@media screen and (max-width: 710px) {
	a.language_select_fi {
		display: block;
		float: left;
		width: 100%;
		max-width: 230px;
		height: 30px;
		margin-left: 0;
		background-image: url('../images/finland_flag.png');
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: auto;
	}
	
	a.language_select_sv {
		display: block;
		float: right;
		width: 100%;
		max-width: 230px;
		height: 30px;
		margin-right: 0;
		background-image: url('../images/sweden_flag.png');
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 230px;
	}
}

table.contact_us tr:not(.nohover):hover {
	background-color: #eeeeee;
}

table.feedback tr:not(.nohover):hover {
	background-color: #eeeeee;
}

table.new_things tr:not(.nohover):hover {
	background-color: #eeeeee;
}

div.functions_display_bottom {
	width: 96%;
	padding-left: 2%;
	padding-bottom: 15px;
}


/***** COMMENTS *****/
div.comment_table_scroll_div {
	width: 100%;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

table.comment_table {
	width: 100%;
	border-collapse: collapse;
}

table.comment_table tr.comment_header_tr {
	background-color: #b0b0b0;
}

table.comment_table tr.comment_header_tr:not(.nohover):hover {
	background-color: #b0b0b0;
}

table.comment_table tr.comment_header_tr th {
	border: 1px solid white;
	padding: 3px;
	height: 15px;
	text-align: left;
	white-space: nowrap;
}

table.comment_table tr.comment_header_tr td {
	border: 1px solid white;
	padding: 3px;
	height: 15px;
	white-space: nowrap;
	vertical-align: top;
}

table.comment_table tr.comment_tr_1 {
	background-color: #dbdbdb;
}

table.comment_table tr.comment_tr_1:not(.nohover):hover {
	background-color: #c9c9c9;
}

table.comment_table tr.comment_tr_2 {
	background-color: #eeeeee;
}

table.comment_table tr.comment_tr_2:not(.nohover):hover {
	background-color: #c9c9c9;
}

table.comment_table tr.comment_tr_1 td, table.comment_table tr.comment_tr_2 td {
	border: 1px solid white;
	padding: 3px;
	height: 15px;
	word-wrap: normal;
	word-break: normal;
	vertical-align: top;
}

table.comment_table tr.comment_tr_1:not(.nohover):hover td, table.comment_table tr.comment_tr_2:not(.nohover):hover td {
}

table.comment_table tr.comment_error {
	border: 1px solid white;
	background-color: pink;
	font-weight: bold;
	color: red;
}

table.comment_table tr.comment_ok {
	border: 1px solid white;
	background-color: lightgreen;
	font-weight: bold;
	color: green;
}

table.comment_table tr.comment_error td {
	padding: 5px;
}

table.comment_table tr.comment_ok td {
	padding: 5px;
}

input.score_step {
	border: 0px;
	width: 70px;
	height: 15px;
	text-align: center;
}

table.comment_table tr.comment_tr_1 input.score_step {
	background-color: #dbdbdb;
}

table.comment_table tr.comment_tr_2 input.score_step {
	background-color: #eeeeee;
}

/***** reponse_person_responses_box *****/

div.rp_responses_box {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -265px;
	width: 520px;
	background-color: #24272d;
	padding: 10px;
}

div.rp_responses_box_middle {
	width: 480px;
	min-height: 60px;
	border: 10px solid #8dbf41;
	background-color: #ffffff;
	text-align: center;
	padding: 10px;
}

div.rp_responses_box_middle h1 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: green; /* #363636; */
	margin: 0;
	padding: 0;
}

div.rp_responses_box_middle_scroll {
	max-height: 300px;
	font-family: verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	overflow: auto;
	margin-bottom: 5px;
	border: 1px solid #d4d4d4;
}

div.rp_responses_box_middle a {
	color: #bfbfbf;
	text-decoration: none;	
}

div.rp_responses_box_middle a:not(.nohover):hover {
	color: green;
	text-decoration: none;	
}


/***** FORM ITEMS *****/

form {
	font-family: arial;
}

fieldset {
	width: calc(100% - 14px);
	margin: 0;
	margin-bottom: 5px;
	border: 2px solid #bdbdbd;
	padding: 5px;
}

fieldset.form_more_info {
	width: calc(100% - 19px);
	margin-top: 10px;
	margin-bottom: 5px;
	border: 2px solid #9999ff;
	font-size: 12px;
	padding: 5px;
}

fieldset.form_more_info legend {
	font-weight: bold;
}

.text_input {
	height: 16px;
	padding: 5px;
	padding-top: 7px;
	width: calc(100% - 12px);
	margin: 0;
	font-family: arial;
	font-size: 12px;
	float: left;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}

.text_input:not(.nohover):hover {
	background-color: #ffffff;
}

.text_input:focus {
	background-color: #ffffff;
}

.mod_text_input {
	height: 20px;
	padding: 5px;
	padding-top: 7px;
	border: 1px solid #bdbdbd;
	background-color: #bdbdbd;
	width: calc(100% - 12px);
	margin: 0;
	font-family: arial;
	font-size: 12px;
	float: left;
}

.mod_text_input_password {
	display: block;
	height: 18px;
	width: calc(100% - 12px - 161px);
}

.mod_text_input:not(.nohover):hover {
	background-color: #ffffff;
}

.mod_text_input:focus {
	background-color: #ffffff;
}

.mod_textarea_input {
	width: calc(100% - 12px);
	/*width: 450px;*/
	height: 75px;
	padding: 5px;
	border: 1px solid #bdbdbd;
	background-color: #bdbdbd;
	margin: 0;
	font-family: arial;
	font-size: 12px;
}

.mod_textarea_input:not(.nohover):hover {
	background-color: #ffffff;
}

.mod_textarea_input:focus {
	background-color: #ffffff;
}

select {
	width: 100%;
	height: 30px;
	padding: 3px;
	font-family: arial;
	font-size: 12px;
	float: left;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}

select:not(.nohover):hover {
	background-color: #ffffff;
}

select:focus {
	background-color: #ffffff;
}

.select_input {
	width: 100%;
	height: 30px;
	padding: 3px;
	font-family: arial;
	font-size: 12px;
	float: left;
	background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
}

.select_multiple {
	height: 100px;
	background-color: #eeeeee;
}

.select_multiple option:checked {
  background: blue;
}

.mod_text_input_date {
	margin-right: 3px;
	width: calc(100% - 33px);
}

input.button {
	display: inline-block;
	min-width: 145px;
	height: 30px;
	background-color: #8dbf41;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #eeeeee;
}

input.button:not(.nohover):hover {
	background-color: #70a023;
}

label {
	font-weight: normal;
}

input.input_radio {
	vertical-align: -1px;
}


/***** LINKS *****/
a {
	font-family: verdana;
	font-size: 14px;
	color: green;
	text-decoration: none;
}

a:not(.nohover):hover {
	color: orange;
	text-decoration: none;	
}

a.page_navi_2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #f4f4f4;
	text-decoration: none;
}

a.page_navi_2:not(.nohover):hover {
	color: #8dbf41;
	text-decoration: none;
}

a.page_navi_2_active {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #8dbf41;
	text-decoration: none;
}

a.button_small {
	display: inline-block;
	min-width: 130px;
	height: 18px;
	background-color: #8dbf41;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #eeeeee;
}

a.button_small:not(.nohover):hover {
	background-color: #70a023;
	border: 1px solid #d4d4d4;
	text-decoration: none;
	color: white;
}

a.button {
	display: inline-block;
	min-width: 145px;
	height: 20px;
	background-color: #8dbf41;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 10px;
	margin-right: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
}

a.button:not(.nohover):hover {
	background-color: #70a023;
	text-decoration: none;
	color: white;
}

div.sub_menu_bg {
	display: inline-block;
	width: 100%;
}

a.sub_menu_button_select {
	display: none;
	width: calc(100% - 16px);
	height: 20px;
	background-color: #ababab;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #454545;
	text-align: center;
	padding-top: 10px;
	margin-right: 0;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #c7c7c7;
	border-bottom: 1px solid #ababab;
}

a.sub_menu_button_select:hover {
	color: #454545;
}

a.sub_menu_button {
	display: inline-block;
	height: 20px;
	background-color: #ababab;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #454545;
	text-align: center;
	padding-top: 10px;
	margin-right: 1px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #c7c7c7;
	border-bottom: 1px solid #ababab;
}

a.sub_menu_button:not(.nohover):hover {
	background-color: #eeeeee;
	color: gray;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
}

a.sub_menu_button_active {
	display: inline-block;
	height: 20px;
	background-color: #eeeeee;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: gray;
	text-align: center;
	padding-top: 10px;
	margin-right: 1px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #c7c7c7;
	border-bottom: 1px solid #eeeeee;
}

a.sub_sub_menu_button {
	display: inline-block;
	height: 13px;
	/*background-color: #ababab;*/
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	/*margin: 4px;
	margin-right: 0;*/
	margin: 0;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: 2px solid #eeeeee;
	border-right: 1px solid gray;
}

a.sub_sub_menu_button:not(.nohover):hover {
	background-color: #eeeeee;
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #8dbf41;
}

a.sub_sub_menu_button_active {
	display: inline-block;
	height: 13px;
	background-color: #eeeeee;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	/*margin: 4px;
	margin-right: 0;*/
	margin: 0;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: 2px solid #8dbf41;
	border-right: 1px solid gray;
}


a.file_tag {
	display: inline-block;
	height: 15px;
	background-color: RoyalBlue;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 2px;
	margin-right: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #eeeeee;
}

div.user_search_form_bg a.file_tag {
	margin-top: 4px;
}

a.file_tag:not(.nohover):hover {
	background-color: orange;
	color: white;
	text-decoration: none;
}


a.function_close {
	display: block;
	width: 100%;
	height: 23px;
	background-color: #8dbf41;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 9px;
}

a.function_close:not(.nohover):hover {
	background-color: #70a023;
	text-decoration: none;
	color: white;
}

a.function_close_up {
	display: block;
	width: 24px;
	height: 24px;
	float: right;
	margin-top: 2%;
	margin-right: 2%;
	background-image: url('../images/icon_close.png');
	background-repeat: no-repeat;
}


div.info_box_middle_close_bottom {
	margin-top: 10px;
}

a.open_news_link {
	font-size: 13px;
	font-weight: bold;
}

a.open_news_link:not(.nohover):hover {
	color: white;
}





/***** mobile *****/
@media (max-width: 900px) {
	/***** MAIN MENU *****/
	#top_main_menu_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-image: url('../images/top_main_menu_bg.png');
		z-index: 1000000;
	}
	
	#top_main_menu_center {
		margin: 0px auto;
		max-width: 100%;
		min-width: 100%;
		height: 60px;
		position: relative;
	}
	
	div.top_main_menu_item_border {
		width: 1px;
		height: 58px;
		background-color: #818183;
		border-right: 1px solid #242426;
		margin-top: 1px;
		float: left;
	}
	
	div.top_main_menu_item_only_mobile {
		display: block;
	}
	
	div.top_main_menu_item_no_mobile {
		display: none;
	}
	
	div.top_main_menu_item {
		display: block;
		width: 150px;
		height: 36px;
		padding-top: 24px;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		text-align: center;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
		position: relative;
		cursor: pointer;
	}
	
	div.top_main_menu_item:not(.nohover):hover {
		background-image: url('../images/top_main_menu_bg_active.png');
		color: white;
	}
	
	div.top_main_menu_item_active {
		display: block;
		width: 150px;
		height: 36px;
		padding-top: 24px;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		text-align: center;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
		position: relative;
		background-image: url('../images/top_main_menu_bg_active.png');
		cursor: pointer;
	}
	
	div.top_main_menu_login_user_info2 {
		position: absolute;
		top: 60px;
		right: 0;
		width: calc(100% - 18px);
		/*height: 32px;*/
		background-image: url('../images/top_main_menu_bg_active.png');
		background-position: center center;
		border-bottom: 1px solid #242426;
		border-left: 1px solid #242426;
		border-right: 1px solid #242426;
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 8px;
		text-align: left;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: white;
	}
	
	div.top_main_menu_login_user_info2 > a {
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: orange;
	}
	
	div.top_main_menu_login_user_info2 > a:not(.nohover):hover {
		text-decoration: underline;
	} 
	
	div.top_main_menu_item:not(.nohover):hover > div.top_main_menu_sub_menu {
		display: block;
	}
	
	div.top_main_menu_sub_menu {
		display: none;
		float: left;
		position: absolute;
		top: 100%;
		left: -2px;
		border-bottom: 1px solid #242426;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	div.top_main_menu_sub_menu a.top_main_menu_item {
		display: block;
		width: calc(100% - 32px);
		height: 27px;
		padding-top: 17px;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		text-align: left;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		background-image: url('../images/top_main_menu_bg.png');
		border-left: 1px solid #242426;
		border-right: 1px solid #242426;
		white-space: nowrap;
	}
	
	div.top_main_menu_sub_menu a.top_main_menu_item:not(.nohover):hover {
		background-image: url('../images/top_main_menu_bg_active.png');
		color: white;
		text-decoration: none;
	}
	
	a.top_main_menu_item {
		display: block;
		min-width: 100px;
		height: 36px;
		padding-top: 24px;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		text-align: center;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	a.top_main_menu_item:not(.nohover):hover {
		background-image: url('../images/top_main_menu_bg_active.png');
		color: white;
		text-decoration: none;
	}
	
	a.top_main_menu_item_active {
		display: block;
		min-width: 100px;
		height: 36px;
		padding-top: 24px;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		text-align: center;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		background-image: url('../images/top_main_menu_bg_active.png');
	}
	
	a.top_main_menu_item_active:not(.nohover):hover {
		color: white;
		text-decoration: none;
	}
	
	
	
	/***** LOGO / TOP *****/
	#top_bg {
		width: 100%;
		height: 150px;
		background-image: url('../images/top_bg.png');
	}
	
	#top_bg_2 {
		width: 100%;
		height: 150px;
		background-image: url('../images/top_bg.png');
		margin-top: 105px;
	}
	
	#top_bg_3 {
		width: 100%;
		height: 150px;
		background-image: url('../images/top_bg.png');
		margin-top: 60px;
	}
	
	#top_center_bg {
		margin: 0px auto;
		max-width: 100%;
		min-width: 100%;
		height: 150px;
		position: relative;
	}
	
	#top_center_logo_bg {
		width: 100%;
		height: 110px;
		background-image: url("../images/logo_v1_mobile.png");
		background-repeat: no-repeat;
		background-position: 10px 0;
		position: absolute;
	 	top: 0;
	 	left: 0;
	}
	
	#top_center_right_links_bg {
		width: 100%;
		height: auto;
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
		position: absolute;
	 	top: 82px;
	 	left: 0;
	 	line-height: 140%;
	}
	
	#top_center_right_links_bg img {
		vertical-align: -2px;
		margin-right: 6px;
		border: 0px;
	}
	
	#top_center_right_links_bg a {
		display: block;
		float: left;
		width: auto;
		margin-left: 10px;
		font-family: arial;
		font-weight: bold;
		font-size: 16px;
		color: #000000;
		text-decoration: none;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	#top_center_right_links_bg a:not(.nohover):hover {
		color: #ffffff;
	}
	
	#top_bottom_bg {
		width: 100%;
		height: 26px;
		background-image: url('../images/top_bottom_bg.png');
	}
	
	#top_bottom_center_bg {
		margin: 0px auto;
		max-width: 100%;
		min-width: 100%;
		height: 26px;
		background-image: url('../images/top_bottom_center_bg2.png');
	}
	
	#top_bottom_center_left_bg {
		width: calc(100% - 10px);
		height: 20px;
		float: left;
		text-align: left;
		padding-left: 10px;
		padding-top: 6px;
		font-size: 12px;
		font-weight: bold;
		color: gray;
		background-image: none;
		background-repeat: no-repeat;
		text-transform: lowercase;
		z-index: 51;
	}
	
	#top_bottom_center_right_bg {
		display: none;
		width: 11px;
		height: 20px;
		float: left;
		text-align: left;
		padding-top: 6px;
		background-image: url('../images/top_bottom_center_right_bg.png');
		background-repeat: no-repeat;
		background-position: right;
		z-index: 50;
	}
	
	
	#top_bottom_center_bg a {
		font-size: 12px;
		font-weight: bold;
		color: gray;
		text-decoration: none;
	}
	
	#top_bottom_center_bg a:not(.nohover):hover {
		color: white;
		text-decoration: none;
	}
	
	
	/***** MIDDLE / CONTENT *****/
	#middle_bg {
		width: 100%;
		background-image: url("../images/body_bg.png");
		float: left;
	}
	
	#middle_center_bg {
		margin: 0 auto;
		max-width: 100%;
		min-width: 100%;
		min-height: 300px;
		background-color: #585858;
		overflow: hidden;
	    position: relative;
	    padding-bottom: 26px;
	}
	
	#middle_center_left_bg {
		display: none;
		height: 100%;
		width: 11px;
		position: absolute;
		top: 0;
		left: 0;
		background-image: url('../images/middle_center_bg.png');
	}
	
	#middle_center_right_bg {
		display: none;
		height: 100%;
		width: 11px;
		position: absolute;
		top: 0;
		right: 0;
		background-image: url('../images/middle_center_bg.png');
		background-position: right;
	}
	
	div.caption_bg {
		max-width: calc(100% - 20px);
		min-width: calc(100% - 20px);
		height: 36px;
		background-image: url('../images/caption_bg2.png');
		background-repeat: no-repeat;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-top: 14px;
		color: white;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
		position: relative;
	}
	
	div.caption_bg_search_user {
		margin-left: 210px;
		position: absolute;
		top: 11px;
	}
	
	div.content_top_bg {
		max-width: 100%;
	    min-width: 100%;
		height: 0;
		margin-left: 0;
		margin-right: 0;
		background-image: url('../images/content_top_bg.png');
		background-repeat: no-repeat;
	}
	
	div.content_middle_bg {
		max-width: 100%;
	    min-width: 100%;
		min-height: 100px;
		margin-left: 11px;
		margin-right: 11px;
		/*background-image: url('../images/content_middle_bg.png'); */
		background-repeat: repeat-y;
		padding-top: 3px;
	}
	
	div.content_middle_bg_gray_list {
		max-width: 100%;
	    min-width: 100%;
		/* background-image: url('../images/content_middle_bg.png'); */
		background-repeat: repeat-y;
	}
	
	div.content_list_bg {
		width: 100%;
		padding-top: 3px;
		padding-bottom: 10px;
		margin-left: 113px;
		font-family: arial;
		font-size: 14px;
		color: #24272d;
	}
	
	div.content_normal_text {
		float: left;
		max-width: calc(100% - 30px);
	    min-width: calc(100% - 30px);
		padding-top: 0;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		font-family: arial;
		font-size: 14px;
		color: #24272d;
		background-color: #dbdbdb;
	}
	
	div.content_middle_bg h1 {
		font-family: arial;
		font-size: 15px;
		font-weight: bold;
		color: #24272d;
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
	}
	
	div.content_middle_bg h2 {
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: #24272d;
		margin: 0;
		margin-bottom: 18px;
		padding: 0;
	}
	
	div.content_middle_bg p {
		font-family: arial;
		font-size: 14px;
		color: #24272d;
		margin: 0;
		margin-bottom: 15px;
		padding: 0;
	}
	
	div.content_normal_text img {
		border: 5px solid #8dbf41;
	}
	
	div.content_list_bg img {
		border: 5px solid #8dbf41;
	}
	
	div.content_middle_bg td {
		font-family: arial;
		font-size: 14px;
		color: #24272d;
		margin: 0;
		padding: 0;
	}
	
	div.content_news_item {
		width: 975px;
		height: 21px;
		padding-top: 3px;
		margin-left: 13px;
	}
	
	div.content_news_item a {
		font-family: arial;
		font-weight: bold;
		font-size: 14px;
		color: #24272d;
		text-decoration: none;
	}
	
	div.content_news_item a:not(.nohover):hover {
		color: white;
	}
	
	img.news_icon {
		border: 0;
		margin-right: 7px;
	}
	
	div.content_news_item_text {
		display: none;
		width: 972px;
		padding: 10px;
		margin-left: 5px;
		font-family: arial;
		font-size: 14px;
		color: #24272d;
		background-color: #999999;
	}
	
	div.content_news_item_text a {
		text-decoration: none;
	}
	
	div.content_news_item_text a:not(.nohover):hover {
		color: white;
	}
	
	div.content_bottom_bg {
		max-width: 100%;
	    min-width: 100%;
		height: 0px;
		border-top: 1px solid #303030;
		margin-left: 0;
		margin-right: 0;
		/* background-image: url('../images/content_bottom_bg.png');*/
		background-repeat: no-repeat;
	}
	
	/**** TABLE OF CONTENT *****/
	div.user_search_form_bg {
		width: calc(100% - 20px);
		/*height: 80px;*/
		border-bottom: 1px solid #919191;
		padding: 10px;
		margin-left: 0;
		/*background-color: #f2f2f2;*/
	}
	
	div.user_search_form_bg td {
		font-family: arial;
		font-weight: bold;
		font-size: 14px;
		color: #eeeeee;
	}
	
	div.user_search_form_element {
		width: 100%;
		padding: 5px;
		padding-left: 0;
		padding-right: 2px;
		float: left;
		vertical-align: bottom;
	}
	
	a.user_search_form_add_new_user {
		display: block;
		width: 170px;
		height: 30px;
		padding-left: 20px;
		padding-top: 1px;
		font-size: 12px;
		vertical-align: middle;
		background-image: url('../images/icon_add.png');
		background-repeat: no-repeat;
		color: white;
		text-decoration: none;
	}
	
	a.user_search_form_add_new_user:not(.nohover):hover {
		color: orange;
		text-decoration: none;
	}
	
	div.user_sub_menu_form_bg {
		position: relative;
		width: calc(100% - 16px);
		border-bottom: 1px solid #919191;
		padding: 10px;
		padding-bottom: 0;
		padding-left: 8px;
		padding-right: 8px;
		margin-left: 0;
		margin-right: 0;
		float: left;
		font-family: arial;
		font-weight: bold;
		font-size: 14px;
		color: #eeeeee;
		border-bottom: 3px solid #eeeeee;
	}
	
	div.table_normal_row {
		max-width: 100%;
	    min-width: 100%;
		height: 30px;
		margin-left: 0;
		margin-right: 0;
		float: left;
		border-bottom: 1px solid #919191;
		background-color: #b0b0b0;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: #24272d;
	}
	
	div.table_normal_row_locked {
		max-width: 100%;
	    min-width: 100%;
		height: 30px;
		margin-left: 0;
		margin-right: 0;
		float: left;
		border-bottom: 1px solid #8dbf41;
		background-color: #ffe3bf;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: #24272d;
	}
	
	div.table_normal_row_new {
		max-width: 100%;
	    min-width: 100%;
		height: 30px;
		margin-left: 0;
		margin-right: 0;
		float: left;
		border-bottom: 1px solid #8dbf41;
		background-color: #d1d7ff;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: #24272d;
	}
	
	div.table_normal_row:not(.nohover):hover, div.table_normal_row_locked:not(.nohover):hover, div.table_normal_row_new:not(.nohover):hover {
		background-color: #dbdbdb;
	}
	
	div.table_normal_row_show_more {
		width: calc(2%);
		height: 19px;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 11px;
	}
	
	div.table_normal_row_show_more > img {
		margin-left: -4px;
	}
	
	a.table_normal_row_plus_icon {
		display: block;
		margin: 0;
		padding: 0;
		width: 9px;
		height: 9px;
		background-image: url('../images/icon_plus.jpg');
		background-repeat: no-repeat;
	}
	
	a.table_normal_row_minus_icon {
		display: block;
		margin: 0;
		padding: 0;
		width: 9px;
		height: 9px;
		background-image: url('../images/icon_minus.jpg');
		background-repeat: no-repeat;
	}
	
	div.table_normal_row_caption {
		width: calc(98% - 20% - 10px);
		height: 23px;
		float: left;
		padding-top: 7px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	div.table_normal_row_caption_risk_card {
		width: calc(98% - 220px - 10px);
	}
	
	div.table_normal_row_caption a {
		text-decoration: none;
		color: #000000;
	}
	
	div.table_normal_row_caption a:not(.nohover):hover {
		text-decoration: underline;
	}
	
	div.table_normal_row_action {
		width: calc(20% - 3px);
		height: 23px;
		float: left;
		padding-top: 5px;
		padding-right: 3px;
		text-align: right;
	}
	
	div.table_normal_row_action_risk_card {
		width: 210px;
	}
	
	div.table_normal_row_action img {
		border: 0;
	}
	
	div.table_normal_row_hidden_data {
		display: none;
		max-width: 100%;
		min-width: 100%;
		margin-left: 0;
		margin-right: 0;
		border-bottom: 1px solid #8dbf41;
		background-color: #dbdbdb;
		color: #24272d;
	}
	
	div.table_normal_list_row_caption {
		width: 100%;
		float: left;
		font-size: 11px;
	}
	
	div.table_normal_list_row_value {
		width: 100%;
		float: left;
	}
	
	
	
	
	div.table_normal_row_hidden_data td.more_info_caption {
		width: 30%;
		font-family: arial;
		font-size: 14px;
		color: #24272d;
		font-weight: normal;
		text-transform: none;
	}
	
	div.table_normal_row_hidden_data td.more_info_data {
		width: 70%;
		font-family: arial;
		font-size: 14px;
		color: #24272d;
		font-weight: normal;
		text-transform: none;
	}
	
	div.table_free_text {
		width: calc(100% - 25px);
		border-bottom: 1px solid #919191;
		margin-left: 0;
		background-color: #b0b0b0;
		font-family: arial;
		font-size: 15px;
		color: #24272d;
		padding: 10px;
		padding-left: 15px;
	}
	
	
	div.middle_content_bottom {
		width: 810px;
		height: 10px;
		background-color: #8dbf41;
		margin-bottom: 20px;
		float: left;
	}
	
	div.priority_box {
		display: inline-block;
		height: 13px;
		width: 70px;
		background-color: yellow;
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: white;
		text-align: center;
		padding-top: 2px;
		margin-right: 3px;
		margin-left: 3px;
		border: 1px solid #eeeeee;
	}
	
	
	
	/***** MENU *****/
	div.menu_bg {
		max-width: 100%;
		min-width: 100%;
		margin-left: 0;
		margin-right: 0;
		position: relative;
		font-size: 0;
		overflow: hidden;
	}
	
	div.menu_bg > a {
		display: block;
		float: left;
		width: calc(100% - 48px);
		height: 27px;
		padding-top: 5px;
		padding-left: 40px;
		padding-right: 5px;
		margin-bottom: 0;
		border: 1px solid #56595f;
		border-bottom: 1px solid #4A4A4A;
		text-align: left;
		color: black;
		font-family: arial;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 48px;
		background-color: #5a5c62;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	a.menu_button_1 {
		background-image: url('../images/menu_button_1_mobile.png');
	}
	
	a.menu_button_1:not(.nohover):hover {
		background-image: url('../images/menu_button_1_active_mobile.png');
	}
	
	a.menu_button_2 {
		background-image: url('../images/menu_button_2_mobile.png');
	}
	
	a.menu_button_2:not(.nohover):hover {
		background-image: url('../images/menu_button_2_active_mobile.png');
	}
	
	a.menu_button_3 {
		background-image: url('../images/menu_button_3_mobile.png');
	}
	
	a.menu_button_3:not(.nohover):hover {
		background-image: url('../images/menu_button_3_active_mobile.png');
	}
	
	a.menu_button_4 {
		background-image: url('../images/menu_button_4_mobile.png');
	}
	
	a.menu_button_4:not(.nohover):hover {
		background-image: url('../images/menu_button_4_active_mobile.png');
	}
	
	a.menu_button_5 {
		background-image: url('../images/menu_button_5_mobile.png');
	}
	
	a.menu_button_5:not(.nohover):hover {
		background-image: url('../images/menu_button_5_active_mobile.png');
	}
	
	a.menu_button_6 {
		background-image: url('../images/menu_button_6_mobile.png');
	}
	
	a.menu_button_6:not(.nohover):hover {
		background-image: url('../images/menu_button_6_active_mobile.png');
	}
	
	a.menu_button_7 {
		background-image: url('../images/menu_button_7_mobile.png');
	}
	
	a.menu_button_7:not(.nohover):hover {
		background-image: url('../images/menu_button_7_active_mobile.png');
	}
	
	a.menu_button_8 {
		background-image: url('../images/menu_button_8_mobile.png');
	}
	
	a.menu_button_8:not(.nohover):hover {
		background-image: url('../images/menu_button_8_active_mobile.png');
	}
	
	a.menu_button_9 {
		background-image: url('../images/menu_button_9_mobile.png');
	}
	
	a.menu_button_9:not(.nohover):hover {
		background-image: url('../images/menu_button_9_active_mobile.png');
	}
	
	a.menu_button_10 {
		background-image: url('../images/menu_button_10_mobile.png');
	}
	
	a.menu_button_10:not(.nohover):hover {
		background-image: url('../images/menu_button_10_active_mobile.png');
	}
	
	a.menu_button_11 {
		background-image: url('../images/menu_button_11_mobile.png');
	}
	
	a.menu_button_11:not(.nohover):hover {
		background-image: url('../images/menu_button_11_active_mobile.png');
	}
	
	a.menu_button_12 {
		background-image: url('../images/menu_button_11_mobile.png');
	}
	
	a.menu_button_12:not(.nohover):hover {
		background-image: url('../images/menu_button_11_active_mobile.png');
	}
	
	div.menu_bg > a:not(.nohover):hover {
		color: white;
		text-decoration: none;
		background-color: #7c7e83;
	}
	
	div.menu_info_box {
		display: none;
		width: calc(100% - 2px);
		border: 1px solid #424242;
		position: absolute;
		top: 695px;
		left: 165px;
	}
	
	div.menu_info_box_middle {
		width: calc(100% - 18px);
		min-height: 100px;
		border: 9px solid #a0a2a9;
		background-color: white;
		background-image: url('../images/icon_large_info.png');
		background-repeat: no-repeat;
		background-position: 95% 7px;
		position: relative;
	}
	
	div.menu_info_box_arrow {
		width: 35px;
		height: 50px;
		position: absolute;
		top: -58px;
		left: 40px;
		background-image: url('../images/menu_info_box_arrow.png');
	}
	
	div.menu_info_box_content {
		display: none;
		width: 100%;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.7);
	}
	
	div.menu_info_box_content_caption {
		padding: 9px;
		padding-bottom: 5px;
		font-family: arial;
		font-size: 18px;
		font-weight: bold;
		color: #585858;
	}
	
	div.menu_info_box_content_text {
		padding: 9px;
		padding-top: 0;
		font-family: arial;
		font-size: 15px;
		font-weight: bold;
		color: #585858;
	}
	
	div.menu_info_box_content_text ul {
		margin: 0;
		padding: 0;
		padding-left: 20px;
	}
	
	/***** BOTTOM *****/
	#bottom_top_bg {
		max-width: 100%;
		min-width: 100%;
		height: 0px;
		background-image: url('../images/bottom_top_bg.png');
		float: left;
	}
	
	#bottom_top_center_bg {
		margin: 0px auto;
		max-width: 100%;
		min-width: 110%;
		height: 0px;
		background-image: url('../images/bottom_top_center_bg.png');
	}
	
	#bottom_center_bg {
		margin: 0px auto;
		max-width: 100%;
		min-width: 100%;
		height: 30px;
	}
	
	#bottom_bg {
		width: 100%;
		height: 30px;
		background-image: url('../images/bottom_bg.png');
		position: relative;
		float: left;
	}
	
	#bottom_top_bg2 {
		width: 100%;
		height: 20px;
		background-image: url('../images/bottom_top_bg2.png');
		position: absolute;
		top: -20px;
		float: left;
	}
	
	/* BOTTOM LINKS */
	#bottom_link_bg {
		width: 100%;
		background-color: #24272d;
		float: left;
		border-top: 1px solid black;
	}
	
	#bottom_link_center_bg {
		margin: 0px auto;
		max-width: 100%;
		min-width: 100%;
	}
	
	div.bottom_link_center_caption {
		float: left;
		width: 100%;
		height: 25px;
		font-family: arial;
		font-size: 25px;
		font-weight: bold;
		color: #f4f4f4;
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		margin-top: 14px;
		margin-bottom: 15px;
		float: left;
	}
	
	div.bottom_link_center_content {
		float: left;
		width: 210px;
		float: left;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 20px;
	}
	
	/* BOTTOM TEXT */
	#bottom_2_bg {
		width: 100%;
		background-color: #202328;
		float: left;
	}
	
	#bottom_2_center_bg {
		margin: 0px auto;
		max-width: 100%;
		min-width: 100%;
		height: 50px;
		position: relative;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: #f4f4f4;
		padding-top: 30px;
		text-align: center;
	}
	
	/***** INFO BOX *****/
	div.info_box {
		width: calc(100% - 20px);
		position: fixed;
		top: 100px;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		background-color: #24272d;
		padding: 10px;
	}
	
	div.info_box_middle {
		width: calc(100% - 40px);
		min-height: 60px;
		border: 10px solid #8dbf41;
		background-color: #ffffff;
		text-align: center;
		padding: 10px;
	}
	
	/***** FUNCTIONS *****/
	
	div.new_things_more_info {
		width: calc(100% - 10px);
		float: left;
		padding: 5px;
		background-color: #f7f7f7;
		border-bottom: 1px solid white;
	}
	
	div.new_things_more_info:not(.nohover):hover {
		background-color: #dbdbdb;
	}
	
	div.new_things_more_info_1 {
		width: 15px;
		float: left;
	}
	
	div.new_things_more_info_2 {
		width: calc(100% - 15px);
		float: left;
	}
	
	div.new_things_more_info_3 {
		width: 100%;
		float: left;
		text-align: right;
	}
	
	
	div.new_things_values > table td {
		font-size: 12px;
	}
	
	div.new_things_values a {
		font-size: 12px;
	}
	
	div.sub_menu_bg {
		display: none;
		position: absolute;
		top: 45px;
		left: 0;
		width: calc(100% - 20px);
		margin-left: 10px;
		z-index: 1000;
	}
	
	a.sub_menu_button_select {
		display: inline-block;
		width: calc(100% - 16px);
		height: 20px;
		background-color: #ababab;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #454545;
		text-align: center;
		padding-top: 10px;
		margin-right: 0;
		padding-left: 7px;
		padding-right: 7px;
		border: 1px solid #c7c7c7;
		border-bottom: 1px solid #ababab;
	}
	
	a.sub_menu_button {
		display: inline-block;
		width: calc(100% - 16px);
		height: 20px;
		background-color: #ababab;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #454545;
		text-align: center;
		padding-top: 10px;
		margin-right: 0;
		padding-left: 7px;
		padding-right: 7px;
		border: 1px solid #c7c7c7;
		border-bottom: 1px solid #ababab;
	}
	
	a.sub_menu_button:not(.nohover):hover {
		background-color: #eeeeee;
		color: gray;
		text-decoration: none;
		border-bottom: 1px solid #eeeeee;
	}
	
	a.sub_menu_button_active {
		display: inline-block;
		width: calc(100% - 16px);
		height: 20px;
		background-color: #eeeeee;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: gray;
		text-align: center;
		padding-top: 10px;
		margin-right: 0;
		padding-left: 7px;
		padding-right: 7px;
		border: 1px solid #c7c7c7;
		border-bottom: 1px solid #eeeeee;
	}
	
	a.sub_sub_menu_button {
		display: inline-block;
		height: 13px;
		/*background-color: #ababab;*/
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #333333;
		text-align: center;
		/*margin: 4px;
		margin-right: 0;*/
		margin: 0;
		padding: 5px;
		padding-left: 7px;
		padding-right: 7px;
		border-bottom: 2px solid #eeeeee;
		border-right: 1px solid gray;
	}
	
	a.sub_sub_menu_button:not(.nohover):hover {
		background-color: #eeeeee;
		color: #333333;
		text-decoration: none;
		border-bottom: 2px solid #8dbf41;
	}
	
	a.sub_sub_menu_button_active {
		display: inline-block;
		height: 13px;
		background-color: #eeeeee;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #333333;
		text-align: center;
		/*margin: 4px;
		margin-right: 0;*/
		margin: 0;
		padding: 5px;
		padding-left: 7px;
		padding-right: 7px;
		border-bottom: 2px solid #8dbf41;
		border-right: 1px solid gray;
	}
	
	
	
	a.function_close {
		display: block;
		width: 100%;
		height: 23px;
		background-color: #8dbf41;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: white;
		text-align: center;
		padding-top: 9px;
	}
	
	a.function_close:not(.nohover):hover {
		background-color: #70a023;
		text-decoration: none;
	}
	
	a.function_close_up {
		display: block;
		width: 24px;
		height: 24px;
		float: right;
		margin-top: 2%;
		margin-right: 2%;
		background-image: url('../images/icon_close.png');
		background-repeat: no-repeat;
	}
	
	
	div.info_box_middle_close_bottom {
		margin-top: 10px;
	}
	
	a.open_news_link {
		font-size: 13px;
		font-weight: bold;
	}
	
	a.open_news_link:not(.nohover):hover {
		color: white;
	}
	
	
	/***** reponse_person_responses_box *****/
	
	div.rp_responses_box {
		position: fixed;
		top: 0;
		left: 0%;
		margin-top: 0;
		margin-left: 0;
		width: calc(100% - 20px);
		background-color: #24272d;
		padding: 10px;
	}
	
	div.rp_responses_box_middle {
		width: calc(100% - 40px);
		min-height: 60px;
		border: 10px solid #8dbf41;
		background-color: #ffffff;
		text-align: center;
		padding: 10px;
	}
	
	div.rp_responses_box_middle h1 {
		font-family: arial;
		font-size: 18px;
		font-weight: bold;
		color: green; /* #363636; */
		margin: 0;
		padding: 0;
	}
	
	div.rp_responses_box_middle_scroll {
		max-height: 300px;
		font-family: verdana;
		font-size: 12px;
		margin: 0;
		padding: 0;
		margin-top: 5px;
		overflow: auto;
		margin-bottom: 5px;
		border: 1px solid #d4d4d4;
	}
	
	div.rp_responses_box_middle a {
		color: #bfbfbf;
		text-decoration: none;	
	}
	
	div.rp_responses_box_middle a:not(.nohover):hover {
		color: green;
		text-decoration: none;	
	}
	
	
	/***** FORM ITEMS *****/
	
	fieldset.form_more_info {
		width: calc(100% - 14px);
	}
	
	/***** LINKS *****/
	a.button {
		min-width: 80px;
	}
}

div.ok {
	background-color: lightgreen;
	color: green;
}

div.error {
	background-color: pink;
	color: red;
}

div.info {
	background-color: lightblue;
	color: royalblue;
}

.bold {
	font-weight: bold;
}

*.full_width, div.full_width {
	width: 100%;
}