html {overflow-y: scroll;} 
body {
	padding: 0;
	margin: 0;
}
.content{
	width:680px;
	float:left;
	margin:auto;
	background: white;
	height:500px;
}
#active_link { 

	text-decoration: underline; 
}
.left_empty_box{
	width:250px;
	float:left;
}

.left_box{
	width:180px;
	float:left;
	margin-right:65px;
}

.error{
	width:600px;
	color:red;
	margin:auto;
	font-weight:bold;
	font-size:12pt;
}
.actual img{
	margin-top:10px;
	margin-bottom:10px;
}

.actual a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

.actual a:hover {
	color:black;
	font-weight:bold;
	text-decoration:underline;
}

.setout_text a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

.setout_text a:hover {
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
.setout_first_line{
	margin-left:5px;
	margin-top:5px;
	text-decoration:underline;
	font-size:10pt;
	font-weight:bold;
	color:#FF7F24;
}

.setout_other_line{
	margin-left:5px;
	margin-top:15px;
	text-decoration:underline;
	font-size:10pt;
	font-weight:bold;
	color:#FF7F24;
}
.setout_text{
	margin-left:5px;
	margin-top:15px;
	font-size:10pt;
}
.setout_events a {
	font-size: 10pt;
  	text-decoration: none;
	color:#FF7F24;
	font-weight:bold;
}
#headerlinks{
	height:13px;
	text-align:center;
	background:#dbd7d7;

}

#headerlinks ul{
	text-align:center;
	padding: 0px;
	padding-top:0px;
	border: 0px;
	margin: 0px;
	list-style: none;
/*	line-height: 20px;*/
		
}

#headerlinks ul li{
	float:left;
	display: inline;
  	padding-left: 30px;
	color: black;
	font-weight:bold;
}

#headerlinks ul li a{
	padding: 0px 3px;
	font-size: 9pt;
  	text-decoration: none;
 	color: black;
}

#headerlinks ul li a:hover{
	padding: 0px 3px;
	font-size: 9pt;
  	text-decoration: underline;
 	color: black;
}

.leftbox_first_line{
	width:180px;
	border-bottom:1px solid #8D8E8E;
	height:104px;
}
.leftbox_other_line{
	width:180px;
	border-top:1px solid #8D8E8E;
	border-bottom:1px solid #8D8E8E;
	margin-top:5px;
	height:104px;
}
#header_also_links{
/*	width: 100%;*/
	height:14px;
	text-align:center;
}

#header_also_links ul{
	text-align:center;
	padding: 15px;
	padding-top:0px;
	border: 0px;
	margin: 0px;
	list-style: none;
/*	line-height: 20px;*/
		
}

#header_also_links ul li{
	display: inline;
  	padding-left: 80px;
	color: black;
	font-weight:bold;
	float:left;
}

#header_also_links ul li a{
	padding: 0px 3px;
	font-size: 9pt;
  	text-decoration: none;
 	color: black;
}

#header_also_links ul li a:hover{
	padding: 0px 3px;
	font-size: 9pt;
  	text-decoration: underline;
 	color: black;
}


table {
	border-collapse: collapse;
}

.simple_list_paros {
	background-color: gray;
	color:white;
}
.simple_list_paratlan {
	background-color: white;
	color:black;
}

.list_type_head_tr{
	font-weight:bold;
}

.hide_element {
	display: none;
}

.hide_element_input {
	border:0px none;
	height:0px;
	width:0px;
}

.element_hide {
	display:none;
}
/* BOX */

	.box_title {
		width: 100px;
		height: 15px;
		border: 2px solid #0096D6;
		-moz-border-radius: 7px;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom: none;
		padding: 0px 3px;
		font-size: 9pt;
		background: white;
		color: blue;
		margin: auto;
	}
	
	.box_title .box_title_table {
		margin: auto;
		width: 100%;
		border-collapse: collapse;
	}
	
	.box_title .box_title_left{
		font-size: 9pt;
		text-align:left;
	}

	.box_title .box_title_right{
		font-size: 9pt;
		text-align:right;
	}

	.box {		
		text-align:left;
		width:200px;
		height:150px;
		border: 1px solid #8d8e8e;
		overflow: auto;
		background: white;	
		position:relative; 
		margin: auto;
	}	
	
	.box .box_item, .box .box_item_active {
		font-size: 10pt;
		border-top: 1px solid #8d8e8e;
		border-bottom: 1px solid #8d8e8e;
		min-height: 80px;
		padding: 3px 0px 3px 8px;
		margin-bottom:5px;
		}	
	
	.box .box_item {		
		color: #666666;		
		background: white;	
	}	
	
	.box .box_item_active {		
		background: #b1b1b1;
		color: white;	
	}

	.box_button {
		width: 205px;
	}

	.gallery_second_line_margin{
	margin-top:5px;
	}
