html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

strong, b {
    font-weight:bold;
}

textarea, select, input {
	outline:0;
}

body {
    color:#333;
    font-size:16px;
    font-family:Times;
    min-width:910px;
    max-width:1600px;
    _width: expression((documentElement.clientWidth||document.body.clientWidth)<910?'910px':(documentElement.clientWidth||document.body.clientWidth)>1600?'1600px':'100%');
}
div.ajax {
    float:left;
    clear:both;
    position:relative;
    top:-90px;
    left:85px;
    visibility:hidden;
}
h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.2em;
    margin-bottom:20px;
}
h1 a {
    color:#333;
    text-decoration:none;
}
h1 a:hover {
    text-decoration:underline;
}
h1.nothing {
    text-align:center
}
.clearfloat {
    clear:both;
}
#main div.img {
    display: block;
    position: absolute;
    top: 50px;
    z-index: 10;
    min-width:910px;
    max-width:1600px;
    width:100%;
    _width: expression((documentElement.clientWidth||document.body.clientWidth)<910?'910px':(documentElement.clientWidth||document.body.clientWidth)>1600?'1600px':'100%');
}
#container {
    position: relative;
    z-index: 30;
    margin: 0 0 10px 0;
}
#logo {
    float:left;
    padding:36px 10px 32px 1%;
}
#logo a {
    display:block;
}
#menu {
    position:relative;
    display:block;
    padding:0 2% 0 0;
    overflow:hidden;
}
ul.menu {
    list-style:none;
}
ul.menu a {
    text-decoration:none;
}
ul.menu a:hover {
    text-decoration:underline;
}
#menu a, #menu span {
    display:block;
    float:left;
    width:20%;
    height:30px;
    background:#999;
    color:#fff;
    font-size:0.625em;
    line-height:3.9em;
    text-align:center;
    text-transform:uppercase;
}
#menu a.active {
    background:#56abd7;
}

div.darkback {
    position:relative;
    width:100%;
    height:100%;
    background: #000;
    filter: alpha( opacity = 10);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    -moz-opacity:0.10;
    opacity:0.1;
    z-index:1;
}
div.lightback {
    position:relative;
    width:100%;
    background:#fff;/* url(http://glr.mag.tc/res/public/images/lightcorner.png) no-repeat bottom right;*/
    filter: alpha( opacity = 50);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.5;
    z-index:1;
}
#leftmenu {
    clear:left;
    float:left;
    width:160px;
}
#leftmenu li {
    width:160px;
    height:38px;
    margin-bottom:11px;
}
#leftmenu a {
    position:relative;
    display:block;
    width:142px;
    height:29px;
    top:-38px;
    padding-top:10px;
    padding-right:18px;    
    color:#000;
    background: transparent;
    font-size:0.875em;
    text-align:right;
    z-index:2;
}
#leftmenu li.sub a {
    width:105px;
    margin-left:35px;
}
#leftmenu li.sub .darkback {
    width:125px;    
    margin-left:35px;
}
#leftmenu li.active .darkback {
    background:#56ABD7;
    filter: alpha( opacity = 60);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.6;
}

#rightmenu {
    float:right;
    width:170px;
    padding-top:120px;
}
#rightmenu li {
    margin-bottom:11px;
}
#rightmenu h3 {
    font-weight:bold;
}
#rightmenu li.b1 {height:77px} #rightmenu li.b1 .darkback {margin-bottom:-77px}
#rightmenu li.b2 {height:22px} #rightmenu li.b2 .darkback {margin-bottom:-22px}
#rightmenu li.b3 {height:190px} #rightmenu li.b3 .darkback {margin-bottom:-190px}
#rightmenu li.b4 {height:112px} #rightmenu li.b4 .darkback {margin-bottom:-112px}
#rightmenu li.b5 {height:92px} #rightmenu li.b5 .darkback {margin-bottom:-92px}

#search, #print, #calendar, #weather, #currency, #news {
    position:relative;
    padding:15px;
    width:140px;
    z-index:2;
    overflow:hidden;
}
#search input.submit {
    border:1px solid #ccc;
    margin-top:7px;
    padding:2px;
    background:transparent;
    font-family:Times New Roman
    cursor:pointer;
}
#print {
    padding:0 15px;
}
#print a {
    color:#333;
    font-size:0.875em;
    font-style:italic;
}
#weather, #currency, #calendar {
    font-size:0.875em;
    line-height:1.5em;
}
#calendar td a {
    color:#333;
    text-decoration:none;
}
#calendar td a:hover {
    text-decoration:underline;
}
#calendar .time_select {
    display:none;
}
.arrow {
    display:block;
    float:left;
    width:18px;
    height:15px;
    margin-top:2px;
    background:url(http://glr.mag.tc/res/public/images/arrow.gif) no-repeat;
    background-position:0px 3px;
}
.left.arrow {
    margin-right:7px;
}
.right.arrow {
    margin-left:5px;
    background-position:0 -18px;
}
#calendar #month {
    float:left;
    width:90px;
    font-weight:bold;
    text-align:center;
    text-transform:lowercase;
}
#calendar table {
    display:block;
    float:left;
    margin:14px auto 0 auto;
    text-align:center;
    vertical-align:bottom;
}
#calendar table tr.holidays a {
    color:#56ABD7;
}
#calendar table td {
    padding:0 8px;
    text-align:right;
    line-height:17px;
}
#calendar table td.smth {
    color:#b00;
    font-weight:bold;
}
#calendar td.today a {
    color:#AC2F36;
    text-decoration:none;
}
#calendar td.current a {
    color:orange;
    text-decoration:none;
}
#search input.text {
    width:141px;
    border:none;
}
#news a {
    color:#333;
    font-size:0.875em;
    font-weight:bold;
}

#content {
    margin:0 0 10px 0;
    padding:80px 50px 0 20px;
    overflow:hidden;
}
#contentwrap {
    position:relative;
    margin:30px 0 100px 0;
    padding-top:81px;
    z-index:2;
}
#content li {
    list-style:disc;
    padding-left:20px;
    margin-left:15px;
}

.news {
    margin-bottom:30px;
    padding:0 20px 0 100px;
}
.date {
    font-style:italic;
    font-weight:bold;
    font-size:0.875em;
}
p {
    margin-top:11px;
    font-size:0.875em;
    line-height:1.4em;
    text-indent:20px;
}
/*first-letter*/
h1 span {
    display:table-cell;
    height:68px;
    vertical-align:middle;
}
.fl {
    display:block;
    float:left;
    width:64px;
    height:68px;
    margin:0 16px 0 -80px;
    color:#fff;
    background:#8d8f93;
    font-size:60px;
    text-align:center;
    /*overflow:hidden;*/
}

#footer {
    position:relative;
    clear:both;
    top:20px;
    margin:0 40px;
    padding:10px 0 20px 0;
    color:#62bcf2;
    border-top:2px solid #62bcf2;
    font-size:0.5em;
    text-align:right;
    z-index:20;
}

div.dates {
    position:relative;
/*    top:-66px;
    margin-bottom:-23px;*/
    margin-bottom:50px;
    padding:0 10px 3px 10px;
    background:#e2e2e3;
    overflow:hidden;
    font-size:0.875em;
}
div.dates a.arrow.right {
    background-position:right -18px;
}
div.date a, div.dates a {
    color:#333;
    text-decoration:none
}
div.date a:hover, div.dates a:hover {
    text-decoration:underline;
}
div.dates div {
    width:100%;
    margin:0 auto;
    padding-top:3px;
}
div.dates span, div.dates a {
    /*width:7.7%;*/
    float:left;
    text-align:center;
}
div.dates span {
    width:7.7%;
}

div.dates a.floatable{
	width:5.7%;
}

.main div.dates a.arrow.right, .main div.dates a.arrow.left {
    margin:2px 0 0 0;
    /*width:7.6%;*/
}
div.dates span.date_current, div.dates span.hall_current {
    color:#56ABD7;
    font-weight:bold;
}
.one div.dates a.right.arrow {
    float:right;
}
div.dates a.textleft {
    margin:1px 0 0 -40px;
    width:auto;
}
div.dates a.textright {
    margin:1px -30px 0 0;
    float:right;
}
div.date .date_current {
    color:#56ABD7;
    font-weight:bold;
}

div.halls {
    margin-bottom:50px;
    padding:0 10px 3px 30px;
    background:#e2e2e3;
    font-weight:bold;
    overflow:hidden;
}
div.halls a, div.halls span {
    float:left;
    width:5%;
    color:#333;
    font-weight:normal;
}
div.halls span {
    color:#56ABD7;
    font-weight:bold;
}


a.url {
    float:right;
    color:#56ABD7;
}

.fancybox {
    display:block;
    float:left;
    width:150px;
    height:150px;
    margin:10px;
}
.newsdate {
    margin:0 0 20px 20px;
    font-style:italic;
    font-weight:bold;
}
.news .image {
    margin:20px 0;
    overflow:hidden;
}
.news .image img {
    float:left;
    margin-right:20px;
}
.hallspics {
    margin-left:-3%;
    width:100%;
}
.hallspics a {
    margin:10px 4.6%;
}

.form {
    margin-left:4%;
    width:477px;
}
.form div {
    margin:10px 0;
    overflow:hidden;
    clear:both;
}
.form div.imp {
    background:url(http://glr.mag.tc/res/public/images/input_imp.png) no-repeat 447px 8px;
}
.form label {
    display: block;
    float:left;
    width:200px;
    padding:6px 20px 5px 0;
    text-align:right;
}
.form label.radio {
    display:inline;
    float:left;
    padding:0;
    text-align:left;
    text-indent:10px;
    width:auto;
}
.form input, .form textarea, .form select {
    background:#fff url(http://glr.mag.tc/res/public/images/input.png) repeat-x;
    margin:4px 2px 2px 2px;
    padding: 3px;
    width: 210px;
    _height: 22px;
    border: 1px solid #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size:0.875em;
}
.form input.radio {
    display:block;
    background:none;
    margin:2px 0 0 0;
    border:0;
    float:left;
    width:auto;
}
.form div.radio {
    width:200px;
    clear:none;
}
.form input:hover, .form input:focus {
    border-color:#56ABD7;
}
.form input:focus, .form textarea:focus {
    margin:2px 0 0 0;
    border-width:3px;
}
.form input.radio:focus {
    margin:2px 0 0 0;
}
.form .submit {
    margin:0px 0 2px 230px;
    cursor:pointer;
}
.form input.submit:focus {
    margin:48px 0 0 120px;
}
.form .upload {
    margin:10px 2px 2px 222px;
    cursor:pointer;
}
.form .upload:focus {
    margin:8px 2px 0 222px;
}
.form textarea {
    height:150px;
}

.search #contentwrap {
    margin:0 5% 5% 5%;
}
.search tr {
    display:block;
    margin-bottom:10px;
}
.search .number {
    width:30px;
    vertical-align:top;
}
.search a {
    color:#56ABD7;
    font-weight:bold;
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/res/public/images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(/res/public/images/wait.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(/res/public/images/fancybox/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(/res/public/images/fancybox/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(/res/public/images/fancybox/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/res/public/images/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/res/public/images/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/res/public/images/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/res/public/images/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/res/public/images/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/res/public/images/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/res/public/images/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/res/public/images/fancybox/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/res/public/images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/res/public/images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/res/public/images/fancybox/fancy_title_right.png) repeat-x;
}

body.print #leftmenu,
body.print #rightmenu,
body.print #menu,
body.print #main,
body.print #lightback {
    display:none;
}
body.print #logo {
    padding:0 1%;
}

#captchaupd {
    float:right;
    clear:both;
    font-size:0.875em;
    color:#56ABD7;
}

