﻿/* panels > */
.cmap, .cnews, .cpubs, .cmedia, .cmain_info_media, .cmain_info_news,
.cmain_info_pubs
{
	margin: 0 0 0 0;
	text-align: left ;
	width:980px;
}
.cfile_browser, .clinks_list, .clist_media_item, 
.cview_audio, cview_video, .cview_foto, .clist_fotos, 
.cdate_of_news_list, .clist_news_item, .cnew_presenter, 
.ctitle_of_new_presenter, .clist_pubs_item,
.pubs_presenrter, .ctitle_of_pubs_presenter
{
	margin: 0 0 0 0;
	text-align: left ;
	width:970px;
}
.cfotogalary_in_index, .cnews_list_publications, .cnews_content_in_index, .clist_additions_in_index
{
	margin: 0 0 0 0;
	text-align: left;
	width:490px;
}
.cgo_to_video_in_index, .cgo_to_map_in_index, .cgo_to_audio_in_index
{
	margin: 0 0 0 0;
	text-align: left;
	width:245px;
}
/* panels < */

.panel {
	width:100%;
	margin:0 auto;
	background:#fff url(panels/content_leftside.png) repeat-y left top;
}
	.panel_top {
		width:100%;
		height:5px;
		background:url(panels/panel_top.png) no-repeat left top;
	}
		.panel_top span {
			display:block;
			position:relative;
			height:5px;
			-font-size:0;
		}
	.center-content {
		position:relative;
		padding:0 5px 0 5px;
		-margin:0 0 0 0;
	}
	.panel_bottom {
		width:100%;
		height:5px;
	}
		.panel_bottom span {
			display:block;
			position:relative;
			height:5px;
			-font-size:0;
		}
		
.panel {
}
	.panel .panel_top {
	}
		.panel .panel_top span {
			background:url(panels/panel_top_right.png) no-repeat right top;
		}
		.panel .center-content {
			background:url(panels/content_rightside.png) repeat-y right top;
		}
		.panel .panel_bottom {
			background:url(panels/panel_bottom.png) no-repeat left bottom ;
		}
		.panel .panel_bottom span {
			background:url(panels/panel_bottom_right.png) no-repeat right top;
		}
		
.title_of_control
{
	background-color:#eee;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
	.title_of_control span
	{
		font:Tahoma normal Arial bold;
		font-size:17px;
		padding: 0 0 0 10px;
		width:auto;
		color:#222;
	}
		.title_of_control a, .title_of_control a:link,
		.title_of_control a:visited
		{
			color:#222;
		}
		.title_of_control a:hover
		{
			color:#555;
		}
.panel_content
{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}

/* panels correct for IE6 > */
.cfotogalary_in_index, .cnews_content_in_index,.cgo_to_video_in_index, .cgo_to_map_in_index, .cgo_to_audio_in_index,
.cfile_browser, .clinks_list, .clist_media_item, 
.cview_audio, cview_video, .cview_foto, .clist_fotos, 
.cdate_of_news_list, .clist_news_item, .cnew_presenter, 
.ctitle_of_new_presenter, .clist_pubs_item,
.pubs_presenrter, .ctitle_of_pubs_presenter,
.cmap, .cnews, .cpubs, .cmedia, .cmain_info_media, .cmain_info_news,
.cmain_info_pubs, .clist_additions_in_index
.cfotogalary_in_index, .cnews_list_publications, .cnews_content_in_index

{
	-overflow:hidden;
}
/* panels correct for IE6 < */
		
