@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

textarea, input[type="text"], input[type="password"], select {
	margin: 3px 0px 0px 0px;
	padding: 3px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

textarea:focus, input[type="text"]:focus, select {
	outline: none;
}

/**********Header OPEN**********/

header {
	margin: 5px;
	padding: 10px;
	background-color: #EBDAEA;
	border-radius: 5px;
	text-align: center;
}

.link_full {
	font-size: 10px;
	text-align: center;
}

.link_full a {
	display: block;
	height: 18px;
	line-height: 18px;
	border: 1px solid #FFF;
	border-radius: 3px;
	text-decoration: none;
	color: #544082;
	transition: color 1s, border-color 1s, background-color 1s;
	-webkit-transition: color 1s, border-color 1s, background-color 1s;
}

.link_full a:hover {
	color: #000;
	border-color: #CCC;
	background-color: rgba(255,255,255,0.6);
}

header nav {
	margin-top: 10px;
	text-align: center;
}

header nav a {
	display: inline-block;
	margin: 3px;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	border: 1px solid #FFF;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #6D609E;
	background-color: #C4BEDD;
	transition: color 1s, background-color 1s, box-shadow 1s;
	-webkit-transition: color 1s, background-color 1s, box-shadow 1s;
}

header nav a:hover {
	color: #544082;
	background-color: #A89FCD;
	box-shadow: 0px 0px 8px 4px #FFF;
}

/**********Header CLOSE**********/

/**********Advert_top OPEN**********/

.advert_top {
	margin: 0px 5px 5px 5px;
	padding: 10px;
	border-radius: 5px;
	background-color: #EAEAEA;
	text-align: center;
}

/**********Advert_top CLOSE**********/

.share {
	margin-top: 10px;
	text-align: center;
}

.share a {
	display: inline-block;
	margin: 6px 3px;
}

.share img {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	transition: opacity 1s;
	-webkit-transition: opacity 1s;

}

.share img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.share p {
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.add_gratters {
	margin-top: 10px;
	text-align: center;
}

.add_gratters a {
	display: block;
	padding: 4px;
	border-radius: 3px;
	text-decoration: none;
	color: #999;
	background-color: #DDD;
	border: 1px solid #FFF;
	border-radius: 3px;
	transition: color 1s, background-color 1s;
	-webkit-transition: color 1s, background-color 1s;
}

.add_gratters a:hover {
	color: #000;
	background-color: #CCC;
}

/**********Today OPEN**********/

.today_w {
	margin-top: 10px;
	border: 1px solid #FFF;
	border-radius: 3px;
	text-align: center;
}

.today_w p {
	margin: 0px 0px 6px 0px;
	border-radius: 3px;
	padding: 4px;
}

.names {
	background-color: #e0bcd7;
}

.holydays {
	background-color: #f0c384;
}

.today_w a {
	display: inline-block;
	margin: 0px 3px 6px 3px;
	padding: 3px;
	border: 1px solid #FFF;
	border-radius: 3px;
	text-decoration: none;
	color: #544082;
	transition: color 1s, border-color 1s, background-color 1s;
	-webkit-transition: color 1s, border-color 1s, background-color 1s;
}

.today_w a:hover {
	color: #000;
	border-color: #CCC;
	background-color: rgba(255,255,255,0.6);
}

/**********Today CLOSE**********/

/**********Center OPEN**********/

.content {
	margin: 0px 5px;
	padding: 10px 10px 4px 10px;
	background: url(../images/c_backgr.gif) #EAEAEA repeat left top;
	border-radius: 5px;
}

article {
	text-align: justify;
}

h1 {
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #50597A;
}

article p.today {
	font-weight: bold;
	font-size: 14px;
}

article p.map_desc {
	margin-left: 20px;
}

article p.map_level {
	margin: 3px 0px 3px 10px;
}

article p.map_level_tab {
	margin: 3px 0px 3px 30px;
}

article .notes {
	font-size: 10px;
}

article .example {
	font-size: 10px;
	color: #999;
}

article .data_error {
	font-size: 10px;
	color: #FF0000;
}

article .sc_info {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 10px;
	text-align: right;
	color: #666;
}

article .message {
	font-size: 14px;
	padding: 10px;
	background-color: #FFF;
	text-align: center;
	border: 2px solid #FF7A7A;
	border-radius: 5px;
}

article p a {
	display: inline-block;
	margin: 5px 0px;
	color: #544082;
	text-decoration: none;
	border-bottom: 1px dashed #544082;
}

article p a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

article .sc_info a, article a.captcha {
	border: none;
}

article div.map {
	margin: 3px 0px 3px 20px;
	display: none;
}

article img.map {
	vertical-align: middle;
	margin-right: 10px;
}

article .logo {
	margin-right: 10px;
	float: left;
}

/**********AdvLinkOne OPEN**********/

.adv_link_one {
	display: block;
	margin-top: 10px;
	padding: 5px;
	background-color: #3DAC4C;
	border: none;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

.adv_link_one:hover {
	background-color: #36773D;
}

/**********AdvLinkOne CLOSE**********/

/**********SMS OPEN**********/

.sms_caption {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.sms_manual {
	list-style-type: decimal;
	padding-left: 20px;
}

#date_send { /**/
	text-align: left;
}

/**********SMS CLOSE**********/

/**********AdvLinks OPEN**********/

.adv_links {
	margin-top: 10px;
	text-align: center;
	border: 3px solid #C6DEF4;
	border-radius: 5px;
}

.adv_links p {
	margin: 0px 0px 8px 0px;
	padding: 2px 2px 5px 2px;
	background-color: #C6DEF4;
}

.adv_links a {
	display: inline-block;
	margin: 0px 4px 8px 4px;
	padding: 3px 10px;
	border-radius: 3px;
	text-decoration: none;
	color: #544082;
	transition: color 1s, background-color 1s;
	-webkit-transition: color 1s, background-color 1s;
}

.adv_links a:hover {
	color: #000;
}

.adv_links a:nth-child(5n+1) {
	background-color: rgba(255,230,61,0.5);
}

.adv_links a:nth-child(5n+1):hover {
	background-color: rgba(255,230,61,1);
}

.adv_links a:nth-child(5n+2) {
	background-color: rgba(255,84,91,0.5);
}

.adv_links a:nth-child(5n+2):hover {
	background-color: rgba(255,84,91,1);
}

.adv_links a:nth-child(5n+3) {
	background-color: rgba(255,151,67,0.5);
}

.adv_links a:nth-child(5n+3):hover {
	background-color: rgba(255,151,67,1);
}

.adv_links a:nth-child(5n+4) {
	background-color: rgba(139,217,79,0.5);
}

.adv_links a:nth-child(5n+4):hover {
	background-color: rgba(139,217,79,1);
}

.adv_links a:nth-child(5n+5) {
	background-color: rgba(65,172,214,0.5);
}

.adv_links a:nth-child(5n+5):hover {
	background-color: rgba(65,172,214,1);
}

/**********AdvLinks CLOSE**********/

/**********LineNavigation OPEN**********/

.line_navigation {
	margin-top: 10px;
	padding: 8px 0px 0px 8px;
	background-color: #C6DEF4;
	border-radius: 5px;
	text-align: left;
}

.line_navigation a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	background-color: rgba(52,152,219,0.5);
	padding: 0px 10px 0px 20px;
	position: relative;
	margin: 0px 8px 8px 0px;
	border: none;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

.line_navigation a:after, .line_navigation span:after {
	content: "";  
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(52,152,219,0.5);
	position: absolute;
	right: -10px;
	top: 0px;
	z-index: 1;
	transition: border-color 1s;
	-webkit-transition: border-color 1s;
}

.line_navigation a:before, .line_navigation span:before {
	content: "";  
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #C6DEF4;
	position: absolute;
	left: 0px;
	top: 0px;
}

.line_navigation a:first-child {
	border-radius: 3px 0px 0px 3px;
	padding-left: 15px;
}

.line_navigation a:first-child:before {
	display: none; 
}

.line_navigation span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	background-color: #FFF;
	padding: 0px 15px 0px 20px;
	position: relative;
	margin: 0px 5px 5px 0px; 
	font-size: 12px;
	color: #000;
	border-radius: 0px 3px 3px 0px;
}

.line_navigation span:after {
	display: none; 
}

.line_navigation a:hover {
	background-color: rgba(52,152,219,1);
}

.line_navigation a:hover:after {
	border-left-color: rgba(52,152,219,1);
}

/**********LineNavigation CLOSE**********/

/**********TodayLinks, CalendLinks, VoiceLinks OPEN**********/

.today_links {
	margin: 10px 0px;
	border-spacing: 0px;
	font-weight: bold;
	text-align: left;
}

.today_links td {
	vertical-align: middle;
}

.calend_links {
	margin: 10px auto 0px auto;
	border-spacing: 0px;
}

.calend_links td {
	padding: 5px;
	vertical-align: bottom;
}

.month {
	margin: 10px 0px;
	padding: 5px;
	text-align: center;
	background-color: #FFF;
	border-radius: 5px;
}

.top_separate {
	border-top: 1px solid #CCC;
}

.today_links a, .calend_links a {
	display: inline-block;
	margin: 5px 0px 5px 10px;
	text-decoration: none;
	color: #544082;
	border-bottom: 1px dashed #544082;
}

.today_links a:hover, .calend_links a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.voice_gratters {
	margin-top: 10px;
	border: 1px solid #FFF;
	border-radius: 3px;
	text-align: center;
}

a.voice_caption {
	display: block;
	padding: 4px;
	background-color: #F3B52F;
	border-radius: 3px;
	text-decoration: none;
	color: #FFF;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

a.voice_caption:hover {
	background-color: #EF7C11;
}

.voice_card {
	padding: 5px;
	display: inline-block;
	width: 150px;
}

.player {
	margin: 0px auto;
	width: 61px;
	height: 65px;
	background: url(../images/player.png) no-repeat;
	padding-top: 5px;
}

.player_ctrl {
	margin: 0px auto;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background: url(../images/player_ctrl.gif) no-repeat;
	background-position: 0px 0px;
	border-radius: 16px;
	transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
}

.play {
	background-position: 0px -33px;
	box-shadow: inset 2px 2px 10px rgba(0,0,0,0.3);
	transition: box-shadow 0.2s;
	-webkit-transition: box-shadow 0.2s;
}

.voice_card p {
	font-size: 10px;
	margin: 5px 0px;
}

.voice_card a {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 90px;
	margin: 0px auto;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #FFF;
	border-radius: 5px;
	background-color: #CCC0FF;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

.voice_card a:hover {
	background-color: #A792FF;
}

.voice_card a img {
	float: right;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.voice_card a:hover img {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/**********TodayLinks, CalendLinks, OtkrytkiLink CLOSE**********/

/**********Table Greet OPEN**********/

.gratters {
	margin: 0px auto;
}

.gr_number {
	margin: 20px 0px 10px 0px;
	padding: 2px 0px;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	border-radius: 5px;
}

.gr_content {
	margin: 0px;
	text-align: center;
}

.gr_info {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
	color: #666;
}

.gr_sms {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
}

.gr_sms a {
	display: block;
	margin: 0px auto;
	height: 20px;
	line-height: 20px;
	width: 190px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	background-color: #CCC0FF;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

.gr_sms a:hover {
	background-color: #A792FF;
}

.gr_sms a img {
	float: right;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.gr_sms a:hover img {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/**********Table Greet CLOSE**********/

/**********Pages OPEN**********/

.pages {
	margin: 20px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.pages a, .active_page {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 20px;
	margin: 6px;
	text-align: center;
	border-radius: 3px;
}

.pages a {
	background-color: #DDD;
	border: 1px solid #FFF;
	text-decoration: none;
	color: #999;
	transition: color 1s, background-color 1s;
	-webkit-transition: color 1s, background-color 1s;
}

.pages a:hover {
	background-color: #CCC;
	color: #000;
}

.pages a.no_width {
	width: auto;
	padding: 0px 5px;
	margin: 0px 2px;
}

.active_page {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #000;
}

/**********Pages CLOSE**********/

.advert_center {
	text-align: center;
	margin-top: 10px;
}

.txt_link {
	font-size: 10px;
}

.txt_link a {
	font-weight: bold;
	color: #544082;
	text-decoration: none;
	border-bottom: 1px dashed #544082;
}

.txt_link a:hover {
	color: #000;
	border-bottom-style: solid;
}

/**********Center CLOSE**********/

/**********Footer OPEN**********/

footer {
	margin: 5px;
	background: #C6DEF4;
	border-radius: 5px;
}

footer p {
	margin: 0px;
	padding: 5px 10px;
	font-size: 10px;
	text-align: justify;
}

footer p.center {
	text-align: center;
	font-weight: bold;
}

footer a {
	color: #544082;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #544082;
}

footer a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/**********Footer CLOSE**********/

/**********Search Ya OPEN**********/

#ya-site-form0 .ya-site-form__search-input {
	padding: 0px !important;
}

#ya-site-results {
	background: none !important;
}

#ya-site-results .b-serp-item__number, #ya-site-results .b-pager {
	font-size: 12px !important;
}

.b-serp-item__number {
	margin: 0px !important;
}

#ya-site-form0 .ya-site-form__form * {
	font-family: Verdana, Geneva, sans-serif !important;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	padding: 2px !important;
}

.ya-site-form__form {
	margin-bottom: 10px !important;
}

/**********Search Ya CLOSE**********/