/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
   /* new style */ 
   
   @font-face {
    font-family: unisport; /* Имя шрифта */
    src: url(/template/font/crancyr.ttf); /* Путь к файлу со шрифтом */
   }
   
   h2#page_title {
	text-transform: uppercase;
	color: #013f72;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid 5px #e4f2fd;
	margin-bottom: 20px;
   }
   
   div#news div.title {
   text-transform: uppercase;
	color: #003e71;
	margin-top: -20px;
   }
   
   
/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background-color: #c1def3; color: #454545; background-image: url(/template/images/v2/bg1.png);
background-repeat: no-repeat;
background-position: center top;}
a { color: #2F637A; background: none; text-decoration: none;}
a:hover { color: #808080; background: none; }
p {	margin: 0 0 -2px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a { color: #000; background: none; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }


/* layout */
#content { margin: 10px auto; width: 960px; }
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info {float: right; color: #808080; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #808080 url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #9FC7D8 url(images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 100%;
	background: #B0D0DC url(images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #fff;
	height: 59px;
}
	#topics li a { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg.gif) no-repeat;
	color: #000;
	/* padding: 32px 20px 12px 20px; */
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 20%;
	margin: 0px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	float: left;
	width: 695px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: url(images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		/*background: #fff url(images/bgshade.gif) repeat-x;*/
		color: #454545;
		padding: 15px 15px 5px 35px;
	}
	.left_articles h2 {
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #999;	
	}
		.date { 
	font-size: 11px;
	background: url(/template/images/v2/bg_date.png) no-repeat center left;
	color: #fff;
	height: 50px;
	margin-top: -41px;
	text-align: left;
	padding-left: 28px;
	padding-top: 44px;
	font-family: unisport;
	font-weight: bolder;
	letter-spacing: 1px;
		}
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	float: right;
	width: 250px;
	margin: 0 0 10px 0;
	padding-right: 10px;
}
	.right_articles {
		/* border: 1px solid #ccc; */
		padding: 8px;	
		margin: 0 0 10px 0;
		/* background: #eee; */
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(images/notes.gif) no-repeat center left;
		color: #454545;
	}
/* Messages list */
 .table_header {
	border: 1px solid #ccc;
	border-right: 0px;
	padding: 5px;
	background: #eee;
	color: #454545;	 
 }
 .table_message {
	border: 1px solid #ccc;
	border-right: 0px;
	border-top: 0px;
	padding: 5px;
	background: #F8F8F8;
	color: #454545;
 }
 .attach {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(images/attach.gif) no-repeat center left;
		color: #454545;
}
/* schedule */
.schedule_table {
	border: 1px solid #ccc;
}
.schedule_wd {
	border-bottom: 1px solid #ccc;
	padding: 4px;
	background: #eeeeee;
}
.schedule_lsn {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #cccccc;
	padding: 2px;
	background: #F8F8F8;
}
.diabled_select_option {
	background-color: #CCC;
	color: #000;
}

/* persons */
.persons_table {
	border: 1px solid #ccc;
	border-bottom: 0px;
}
.persons_table_header {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px;
	background: #eeeeee;
}
.persons_table_item {
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #cccccc;
	padding: 2px;
	background: #F8F8F8;
}

/* tooltips */
.tooltip span {
	display: none;
	padding: 10px;
	margin-left: 8px;
	width: auto;
}
.tooltip:hover span{
	display: inline;
	position: absolute; 
	border: 5px solid #cccccc; 
	background: #eeeeee; 
}
/* footer */
#footer { 
	clear: both; 
	/* color: #808080; 
	background: #FFF;*/
	padding: 10px 15px;
	/* border-top: 1px solid #ccc; */
}
	#footer .right { float: right; }
	
#menu li {
	background: url(/template/images/v2/ball.png);
	background-position: 3px 5px;
	background-repeat: no-repeat;
	padding-left: 21px;
}

#menu a {	
	background: none;
}

fieldset {
	border:1px solid #999;
	margin-bottom: 5px;
	background-color: #eeeeee;
}

legend {
  padding: 0em 0.5em;
  border: 1px solid #999;
  color: #000;
  font-size:90%;
  text-align:right;
  background-color: #ddd;
  }
select {
	border: 1px solid #999;
	font-size: 10px;
}

input {
	background: #fff;
	border: 1px solid #999;
	font-size: 12px;
}
#news {
	/* border: 1px solid #ccc; */
	background: #f4fafe;
	padding: 5px;
	margin-bottom: 20px;
	width: 98%;
}
#news .text {
	/* border-left: 5px solid #ddd; */
	padding-left: 5px;
	color: #221f1f;
	font-family: Arial;
	font-size: 14px;
}
#news .title {
	border-bottom: 1px dashed #cccccc; 
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#news .title a {
	text-decoration: none;
}

.news_pages{
	text-align: center;
	padding: 3px;
	height: 203px;
	float: right;
	position: relative;
	width: 16px;
}

/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 211px;
	width: 100%;
	float: left;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;
	width: 95%;
	/* this time we have very large space for the height */
	height:20000em;
}

#congr {
	position: relative;
	left: 50%;
	margin-left: -285px;
	/*border: 1px dashed #cccccc;*/
	width: 569px;
	height: 541px;
	background: url(template/images/1.jpg);
}
