/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    line-height: 1.2;
    font-family:Arial,Helvetica,Garuda,sans-serif;
    background:white;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

div,td{vertical-align:top}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

html,body{
    position:relative;    
    height:100%;
    font-family:Arial, Sans-serif;
    font-size:14px;
    color:#6a6464;
    min-width:960px;
    background: #eadfcf url(/web/20220331182346im_/https://alanar.su/site/res/img/bg.jpg) no-repeat top center;
}

.ib{
    display: -moz-inline-box;
    display: inline-table;
    display: inline-block;
    vertical-align:bottom;
}


a {
    color:#000;
}

.glass{
    width:960px;
    margin:0px auto;
    position:relative;
}

h1 {
    color:#ec3945;
    font-size:24px;
    margin-bottom:24px;
}

.activites td{
    border: 1px solid black;
    padding: 5px;
    }

#header{
    padding-top:10px;
}

#header .centerblock {
    width:455px;
    padding:0px 25px;
}

#header .rightblock {
    width:310px;
    padding:0px 0px;
    position:relative;
}

#header .flags {
    position: absolute;
    bottom: -130px;
    left:30px;
}

#header .headinfo {
    width:260px;
    height:55px;
    overflow:hidden;
    font-size:11px;
    color:#0561a5;
    margin-top:25px;
    margin-left:10px;
}

#header .contacts {
    font-size:18px;
    color: #000;
}

#header .contacts a{
    color: #ec4950;
    font-size:14px;
}

#header .address {
    font-size:12px;
    color: #000;
}

#header .search{
    position:relative;
    height:28px;
    width:200px;
    margin-top:15px;
}

#header .search input[type='text']{
    height:28px;
    background: url(/web/20220331182346im_/https://alanar.su/site/res/img/search.png) no-repeat;
    width: 123px;
    border: none;
    padding:0px;
    font-size:12px;
    position:absolute;
    left:0px;
    top:0px;
}

#header .search input[type='submit']{
    height:28px;
    width:47px;
    padding: 0px;
    font-size:10px;
    border: none;
    background: url(/web/20220331182346im_/https://alanar.su/site/res/img/button.png) no-repeat;
    position:absolute;
    left:123px;
    top:0px;
}

#header .search .en {
    //position:absolute;
    left:177px;
    top:0px;
}

#header .search .ru {
    //position:absolute;
    left:200px;
    top:0px;
}

#header .menu{
    
    
}

#header .menu a{
    padding:5px 10px;
    color: #000;
    backgrounde: url(/web/20220331182346im_/https://alanar.su/site/res/img/menu.png) repeat-x;
    margin-right:10px;
}

#header .menu a:hover {
    border-radius: 4px;
    background: url(/web/20220331182346im_/https://alanar.su/site/res/img/menu.jpg) repeat-x;    
}

.center .left-link {
    margin-bottom:15px;
}

.center .main{
    min-height:260px;
}
li {
    margin-left:20px;
}

#footer {
    height:301px;
    background: url(/web/20220331182346im_/https://alanar.su/site/res/img/footer.jpg) no-repeat top center;;
}

#footer a{
    color: #ec4950;        
}

#footer .contacts {
    font-size:18px;
    color: #000;
    position: absolute;
    top:180px;
    left:150px;
}

#footer .mail {
    position: absolute;
    top:200px;
    left:190px;
}

#footer .address{
    position: absolute;
    top:180px;
    left:450px;
}


/*
     FILE ARCHIVED ON 18:23:46 Mar 31, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:45:41 Jul 15, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 98.21
  exclusion.robots: 0.078
  exclusion.robots.policy: 0.069
  cdx.remote: 0.059
  esindex: 0.009
  LoadShardBlock: 59.007 (3)
  PetaboxLoader3.datanode: 1362.102 (5)
  load_resource: 1669.301
  PetaboxLoader3.resolve: 345.874
  loaddict: 1290.299
*/