.page_header{
	margin: 5px 0px 10px 0;
	font-size: 14px;
	text-align: center;
	font-weight:normal;	
}
#pole_widget{
	position: relative;
}
img.imghandle {
  width: 16px;
  height: 16px;
}

.my-window .widget-body
{
	background: rgba(255,255,255,0.6);
}

.my-window.calendar {
  background: #fff;
}
.my-window.calendar .x-datepicker-date.holiday.work {
  background: #E9FFC7 !important
}
.my-window.calendar .x-datepicker-today .x-datepicker-date {
  background: #0060AA !important;
  color: #fff !important;
}
.my-window.calendar .x-datepicker .hideclick
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:46px;
	display:block;
}

.x-hidden-clip{
	display:none;
}

.mycurrency .x-grid-header-ct{
	display:none;
}

.alert-info.alert-main {
  background-color: rgba(239,247,253,0.44);
  border-color: #AFC4D4;
  width: 1096px;
  margin-left: 6px;
}
.alert-main h1 {
  font-size: 18px;
  text-align: center;
  margin-top: 4px;
}
.alert-main ul {
  margin: 14px 0;
  margin-right: 30px;
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}
.alert-main ul li {
  margin-bottom: 14px;
} 

.newsfeed .feedtitle a {
  display: block !important;
  text-decoration: none;
  font: 16px Arial,Helvetica,sans-serif;
  line-height: 25px;
  height: 25px;
  color: #000000;
  overflow: hidden;  
  padding:0 5px;
}
.newsfeed .feedtitle.hot{
}
.newsfeed .feedtitle.hot a{
	background:RGBA(170,0,0,.1);
/*	color:#FFF;*/
}

.newsfeed .feedtitle .fplogo {
    display: table-cell;
    vertical-align: top;
    content:"";
    width:23px;
    margin:0;
}

#getcontent_archive {
  margin-left: 224px;
}
.ft_pole .ft_option {
  border-radius: 6px;
}

#pagesearch {
  padding: 20px 0 40px;
}

#speller {
  position:absolute;
  left:0;
  top: 51px;
  width: 498px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  display: none;
  z-index: 1000;
}

#speller .spell {
  font-weight: bold;
  padding: 8px 14px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

#speller .spell:hover {
  background: #FFFCD0;
}

#speller .spell:last-child {
  border-bottom: none;
}

.search-pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  margin-bottom: 60px;
  display: none;
}

.page-changer {
  transition: 0.3s all;
  float: left;
  margin: 0 6px;
  padding: 8px 13px;
  background: #F2FAFF;
  border: 2px solid #8EB0C5;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  color: #7D7D7D;
}

.page-changer:hover {
  background: #8EB0C5;
  color: #fff;
  font-weight: bold;
}

.page-changer.active:hover {
  background: #0B71B1;
}

.page-changer.active {
  background: #0B71B1;
  border: 2px solid #0B71B1;
  color: #fff;
  font-weight: bold;
}





.news-pagination {
  padding: 14px;
}

.news-pagination .page {
  width: 30px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
}

.news-pagination .page.loading {
  background: url(images/ajax-loader.gif) no-repeat;
  background-position: top center;
  color: transparent;
}

.news-pagination .page.active {
  font-weight: bold;
}



.news-progress-bar
{
  width:auto;
  height: 3px;
  margin-bottom: 12px;
  margin-left: 10px;
  margin-right: 48px;
  position: relative;
}

.news-progress-bar .news-progress-line {
  width:0%;
  height: 3px;
  background: #066CAE;
  border-radius: 2px;
  position: absolute;
  left:0;
  top:0;
}

.news-progress-bar .timer-progress-line {
  height: 3px;
  background: #aaa;
  border-radius: 2px;
  display: none;
  position: absolute;
  left:0;
  top:0;
}

.update-changer {
  display: inline-block;
  float: right;
  margin-right: 40px;
  color: #bbb;
  cursor: pointer;
}

.update-changer:hover {
  color: #555;
}
.update-changer:hover span {
  text-decoration: underline;
}

#changedesign 
{
  margin-top: 8px;
  padding: 3px;
  /*text-align: center;*/
  /*background-color: #eee;*/
  line-height: 0px;
  border-radius: 6px;
}
#changedesign>a
{
	display:inline-block;
	margin: 5px 1px;
	width:28px;
	height:28px;
	background:url(images/btndesign.png);
	cursor:pointer
}
#changedesign>a{background-position:0 -28px}
#changedesign>a[rel='1']{background-position:-28px -28px}
#changedesign>a[rel='2']{background-position:-56px -28px}
#changedesign>a[rel='3']{background-position:-84px -28px}
#changedesign>a[rel='4']{background-position:-112px -28px}
#changedesign>a[rel='5']{background-position:-140px -28px}
#changedesign>a[rel='6']{background-position:-168px -28px}

#changedesign>a:hover,#changedesign>a.sel{background-position:0 0 }
#changedesign>a[rel='1']:hover,#changedesign>a[rel='1'].sel{background-position:-28px 0}
#changedesign>a[rel='2']:hover,#changedesign>a[rel='2'].sel{background-position:-56px 0}
#changedesign>a[rel='3']:hover,#changedesign>a[rel='3'].sel{background-position:-84px 0}
#changedesign>a[rel='4']:hover,#changedesign>a[rel='4'].sel{background-position:-112px 0}
#changedesign>a[rel='5']:hover,#changedesign>a[rel='5'].sel{background-position:-140px 0}
#changedesign>a[rel='6']:hover,#changedesign>a[rel='6'].sel{background-position:-168px 0}


.sliderVideo_items {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sliderVideo_arrows {
  display: none;
  width: 100%;
  height: 100%;
}

.sliderVideo_arrows .arrow {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: rgb(255, 255, 255);
  top: 12px;
  background-color: rgba(0, 0, 0, 0.48);    
}

.sliderVideo_arrows .arrow.arrow_left {
  left: 0px;
}

.sliderVideo_arrows .arrow.arrow_right {
  right: 0px;
}

.footer {
  z-index: 9999; 
}




/**************** Gridster precalculated styles **************************/
 [data-col="17"] { left:1125px; }
 [data-col="16"] { left:1055px; }
 [data-col="15"] { left:985px; }
 [data-col="14"] { left:915px; }
 [data-col="13"] { left:845px; }
 [data-col="12"] { left:775px; }
 [data-col="11"] { left:705px; }
 [data-col="10"] { left:635px; }
 [data-col="9"] { left:565px; }
 [data-col="8"] { left:495px; }
 [data-col="7"] { left:425px; }
 [data-col="6"] { left:355px; }
 [data-col="5"] { left:285px; }
 [data-col="4"] { left:215px; }
 [data-col="3"] { left:145px; }
 [data-col="2"] { left:75px; }
 [data-col="1"] { left:5px; }
 [data-row="429"] { top:12845px; }
 [data-row="428"] { top:12815px; }
 [data-row="427"] { top:12785px; }
 [data-row="426"] { top:12755px; }
 [data-row="425"] { top:12725px; }
 [data-row="424"] { top:12695px; }
 [data-row="423"] { top:12665px; }
 [data-row="422"] { top:12635px; }
 [data-row="421"] { top:12605px; }
 [data-row="420"] { top:12575px; }
 [data-row="419"] { top:12545px; }
 [data-row="418"] { top:12515px; }
 [data-row="417"] { top:12485px; }
 [data-row="416"] { top:12455px; }
 [data-row="415"] { top:12425px; }
 [data-row="414"] { top:12395px; }
 [data-row="413"] { top:12365px; }
 [data-row="412"] { top:12335px; }
 [data-row="411"] { top:12305px; }
 [data-row="410"] { top:12275px; }
 [data-row="409"] { top:12245px; }
 [data-row="408"] { top:12215px; }
 [data-row="407"] { top:12185px; }
 [data-row="406"] { top:12155px; }
 [data-row="405"] { top:12125px; }
 [data-row="404"] { top:12095px; }
 [data-row="403"] { top:12065px; }
 [data-row="402"] { top:12035px; }
 [data-row="401"] { top:12005px; }
 [data-row="400"] { top:11975px; }
 [data-row="399"] { top:11945px; }
 [data-row="398"] { top:11915px; }
 [data-row="397"] { top:11885px; }
 [data-row="396"] { top:11855px; }
 [data-row="395"] { top:11825px; }
 [data-row="394"] { top:11795px; }
 [data-row="393"] { top:11765px; }
 [data-row="392"] { top:11735px; }
 [data-row="391"] { top:11705px; }
 [data-row="390"] { top:11675px; }
 [data-row="389"] { top:11645px; }
 [data-row="388"] { top:11615px; }
 [data-row="387"] { top:11585px; }
 [data-row="386"] { top:11555px; }
 [data-row="385"] { top:11525px; }
 [data-row="384"] { top:11495px; }
 [data-row="383"] { top:11465px; }
 [data-row="382"] { top:11435px; }
 [data-row="381"] { top:11405px; }
 [data-row="380"] { top:11375px; }
 [data-row="379"] { top:11345px; }
 [data-row="378"] { top:11315px; }
 [data-row="377"] { top:11285px; }
 [data-row="376"] { top:11255px; }
 [data-row="375"] { top:11225px; }
 [data-row="374"] { top:11195px; }
 [data-row="373"] { top:11165px; }
 [data-row="372"] { top:11135px; }
 [data-row="371"] { top:11105px; }
 [data-row="370"] { top:11075px; }
 [data-row="369"] { top:11045px; }
 [data-row="368"] { top:11015px; }
 [data-row="367"] { top:10985px; }
 [data-row="366"] { top:10955px; }
 [data-row="365"] { top:10925px; }
 [data-row="364"] { top:10895px; }
 [data-row="363"] { top:10865px; }
 [data-row="362"] { top:10835px; }
 [data-row="361"] { top:10805px; }
 [data-row="360"] { top:10775px; }
 [data-row="359"] { top:10745px; }
 [data-row="358"] { top:10715px; }
 [data-row="357"] { top:10685px; }
 [data-row="356"] { top:10655px; }
 [data-row="355"] { top:10625px; }
 [data-row="354"] { top:10595px; }
 [data-row="353"] { top:10565px; }
 [data-row="352"] { top:10535px; }
 [data-row="351"] { top:10505px; }
 [data-row="350"] { top:10475px; }
 [data-row="349"] { top:10445px; }
 [data-row="348"] { top:10415px; }
 [data-row="347"] { top:10385px; }
 [data-row="346"] { top:10355px; }
 [data-row="345"] { top:10325px; }
 [data-row="344"] { top:10295px; }
 [data-row="343"] { top:10265px; }
 [data-row="342"] { top:10235px; }
 [data-row="341"] { top:10205px; }
 [data-row="340"] { top:10175px; }
 [data-row="339"] { top:10145px; }
 [data-row="338"] { top:10115px; }
 [data-row="337"] { top:10085px; }
 [data-row="336"] { top:10055px; }
 [data-row="335"] { top:10025px; }
 [data-row="334"] { top:9995px; }
 [data-row="333"] { top:9965px; }
 [data-row="332"] { top:9935px; }
 [data-row="331"] { top:9905px; }
 [data-row="330"] { top:9875px; }
 [data-row="329"] { top:9845px; }
 [data-row="328"] { top:9815px; }
 [data-row="327"] { top:9785px; }
 [data-row="326"] { top:9755px; }
 [data-row="325"] { top:9725px; }
 [data-row="324"] { top:9695px; }
 [data-row="323"] { top:9665px; }
 [data-row="322"] { top:9635px; }
 [data-row="321"] { top:9605px; }
 [data-row="320"] { top:9575px; }
 [data-row="319"] { top:9545px; }
 [data-row="318"] { top:9515px; }
 [data-row="317"] { top:9485px; }
 [data-row="316"] { top:9455px; }
 [data-row="315"] { top:9425px; }
 [data-row="314"] { top:9395px; }
 [data-row="313"] { top:9365px; }
 [data-row="312"] { top:9335px; }
 [data-row="311"] { top:9305px; }
 [data-row="310"] { top:9275px; }
 [data-row="309"] { top:9245px; }
 [data-row="308"] { top:9215px; }
 [data-row="307"] { top:9185px; }
 [data-row="306"] { top:9155px; }
 [data-row="305"] { top:9125px; }
 [data-row="304"] { top:9095px; }
 [data-row="303"] { top:9065px; }
 [data-row="302"] { top:9035px; }
 [data-row="301"] { top:9005px; }
 [data-row="300"] { top:8975px; }
 [data-row="299"] { top:8945px; }
 [data-row="298"] { top:8915px; }
 [data-row="297"] { top:8885px; }
 [data-row="296"] { top:8855px; }
 [data-row="295"] { top:8825px; }
 [data-row="294"] { top:8795px; }
 [data-row="293"] { top:8765px; }
 [data-row="292"] { top:8735px; }
 [data-row="291"] { top:8705px; }
 [data-row="290"] { top:8675px; }
 [data-row="289"] { top:8645px; }
 [data-row="288"] { top:8615px; }
 [data-row="287"] { top:8585px; }
 [data-row="286"] { top:8555px; }
 [data-row="285"] { top:8525px; }
 [data-row="284"] { top:8495px; }
 [data-row="283"] { top:8465px; }
 [data-row="282"] { top:8435px; }
 [data-row="281"] { top:8405px; }
 [data-row="280"] { top:8375px; }
 [data-row="279"] { top:8345px; }
 [data-row="278"] { top:8315px; }
 [data-row="277"] { top:8285px; }
 [data-row="276"] { top:8255px; }
 [data-row="275"] { top:8225px; }
 [data-row="274"] { top:8195px; }
 [data-row="273"] { top:8165px; }
 [data-row="272"] { top:8135px; }
 [data-row="271"] { top:8105px; }
 [data-row="270"] { top:8075px; }
 [data-row="269"] { top:8045px; }
 [data-row="268"] { top:8015px; }
 [data-row="267"] { top:7985px; }
 [data-row="266"] { top:7955px; }
 [data-row="265"] { top:7925px; }
 [data-row="264"] { top:7895px; }
 [data-row="263"] { top:7865px; }
 [data-row="262"] { top:7835px; }
 [data-row="261"] { top:7805px; }
 [data-row="260"] { top:7775px; }
 [data-row="259"] { top:7745px; }
 [data-row="258"] { top:7715px; }
 [data-row="257"] { top:7685px; }
 [data-row="256"] { top:7655px; }
 [data-row="255"] { top:7625px; }
 [data-row="254"] { top:7595px; }
 [data-row="253"] { top:7565px; }
 [data-row="252"] { top:7535px; }
 [data-row="251"] { top:7505px; }
 [data-row="250"] { top:7475px; }
 [data-row="249"] { top:7445px; }
 [data-row="248"] { top:7415px; }
 [data-row="247"] { top:7385px; }
 [data-row="246"] { top:7355px; }
 [data-row="245"] { top:7325px; }
 [data-row="244"] { top:7295px; }
 [data-row="243"] { top:7265px; }
 [data-row="242"] { top:7235px; }
 [data-row="241"] { top:7205px; }
 [data-row="240"] { top:7175px; }
 [data-row="239"] { top:7145px; }
 [data-row="238"] { top:7115px; }
 [data-row="237"] { top:7085px; }
 [data-row="236"] { top:7055px; }
 [data-row="235"] { top:7025px; }
 [data-row="234"] { top:6995px; }
 [data-row="233"] { top:6965px; }
 [data-row="232"] { top:6935px; }
 [data-row="231"] { top:6905px; }
 [data-row="230"] { top:6875px; }
 [data-row="229"] { top:6845px; }
 [data-row="228"] { top:6815px; }
 [data-row="227"] { top:6785px; }
 [data-row="226"] { top:6755px; }
 [data-row="225"] { top:6725px; }
 [data-row="224"] { top:6695px; }
 [data-row="223"] { top:6665px; }
 [data-row="222"] { top:6635px; }
 [data-row="221"] { top:6605px; }
 [data-row="220"] { top:6575px; }
 [data-row="219"] { top:6545px; }
 [data-row="218"] { top:6515px; }
 [data-row="217"] { top:6485px; }
 [data-row="216"] { top:6455px; }
 [data-row="215"] { top:6425px; }
 [data-row="214"] { top:6395px; }
 [data-row="213"] { top:6365px; }
 [data-row="212"] { top:6335px; }
 [data-row="211"] { top:6305px; }
 [data-row="210"] { top:6275px; }
 [data-row="209"] { top:6245px; }
 [data-row="208"] { top:6215px; }
 [data-row="207"] { top:6185px; }
 [data-row="206"] { top:6155px; }
 [data-row="205"] { top:6125px; }
 [data-row="204"] { top:6095px; }
 [data-row="203"] { top:6065px; }
 [data-row="202"] { top:6035px; }
 [data-row="201"] { top:6005px; }
 [data-row="200"] { top:5975px; }
 [data-row="199"] { top:5945px; }
 [data-row="198"] { top:5915px; }
 [data-row="197"] { top:5885px; }
 [data-row="196"] { top:5855px; }
 [data-row="195"] { top:5825px; }
 [data-row="194"] { top:5795px; }
 [data-row="193"] { top:5765px; }
 [data-row="192"] { top:5735px; }
 [data-row="191"] { top:5705px; }
 [data-row="190"] { top:5675px; }
 [data-row="189"] { top:5645px; }
 [data-row="188"] { top:5615px; }
 [data-row="187"] { top:5585px; }
 [data-row="186"] { top:5555px; }
 [data-row="185"] { top:5525px; }
 [data-row="184"] { top:5495px; }
 [data-row="183"] { top:5465px; }
 [data-row="182"] { top:5435px; }
 [data-row="181"] { top:5405px; }
 [data-row="180"] { top:5375px; }
 [data-row="179"] { top:5345px; }
 [data-row="178"] { top:5315px; }
 [data-row="177"] { top:5285px; }
 [data-row="176"] { top:5255px; }
 [data-row="175"] { top:5225px; }
 [data-row="174"] { top:5195px; }
 [data-row="173"] { top:5165px; }
 [data-row="172"] { top:5135px; }
 [data-row="171"] { top:5105px; }
 [data-row="170"] { top:5075px; }
 [data-row="169"] { top:5045px; }
 [data-row="168"] { top:5015px; }
 [data-row="167"] { top:4985px; }
 [data-row="166"] { top:4955px; }
 [data-row="165"] { top:4925px; }
 [data-row="164"] { top:4895px; }
 [data-row="163"] { top:4865px; }
 [data-row="162"] { top:4835px; }
 [data-row="161"] { top:4805px; }
 [data-row="160"] { top:4775px; }
 [data-row="159"] { top:4745px; }
 [data-row="158"] { top:4715px; }
 [data-row="157"] { top:4685px; }
 [data-row="156"] { top:4655px; }
 [data-row="155"] { top:4625px; }
 [data-row="154"] { top:4595px; }
 [data-row="153"] { top:4565px; }
 [data-row="152"] { top:4535px; }
 [data-row="151"] { top:4505px; }
 [data-row="150"] { top:4475px; }
 [data-row="149"] { top:4445px; }
 [data-row="148"] { top:4415px; }
 [data-row="147"] { top:4385px; }
 [data-row="146"] { top:4355px; }
 [data-row="145"] { top:4325px; }
 [data-row="144"] { top:4295px; }
 [data-row="143"] { top:4265px; }
 [data-row="142"] { top:4235px; }
 [data-row="141"] { top:4205px; }
 [data-row="140"] { top:4175px; }
 [data-row="139"] { top:4145px; }
 [data-row="138"] { top:4115px; }
 [data-row="137"] { top:4085px; }
 [data-row="136"] { top:4055px; }
 [data-row="135"] { top:4025px; }
 [data-row="134"] { top:3995px; }
 [data-row="133"] { top:3965px; }
 [data-row="132"] { top:3935px; }
 [data-row="131"] { top:3905px; }
 [data-row="130"] { top:3875px; }
 [data-row="129"] { top:3845px; }
 [data-row="128"] { top:3815px; }
 [data-row="127"] { top:3785px; }
 [data-row="126"] { top:3755px; }
 [data-row="125"] { top:3725px; }
 [data-row="124"] { top:3695px; }
 [data-row="123"] { top:3665px; }
 [data-row="122"] { top:3635px; }
 [data-row="121"] { top:3605px; }
 [data-row="120"] { top:3575px; }
 [data-row="119"] { top:3545px; }
 [data-row="118"] { top:3515px; }
 [data-row="117"] { top:3485px; }
 [data-row="116"] { top:3455px; }
 [data-row="115"] { top:3425px; }
 [data-row="114"] { top:3395px; }
 [data-row="113"] { top:3365px; }
 [data-row="112"] { top:3335px; }
 [data-row="111"] { top:3305px; }
 [data-row="110"] { top:3275px; }
 [data-row="109"] { top:3245px; }
 [data-row="108"] { top:3215px; }
 [data-row="107"] { top:3185px; }
 [data-row="106"] { top:3155px; }
 [data-row="105"] { top:3125px; }
 [data-row="104"] { top:3095px; }
 [data-row="103"] { top:3065px; }
 [data-row="102"] { top:3035px; }
 [data-row="101"] { top:3005px; }
 [data-row="100"] { top:2975px; }
 [data-row="99"] { top:2945px; }
 [data-row="98"] { top:2915px; }
 [data-row="97"] { top:2885px; }
 [data-row="96"] { top:2855px; }
 [data-row="95"] { top:2825px; }
 [data-row="94"] { top:2795px; }
 [data-row="93"] { top:2765px; }
 [data-row="92"] { top:2735px; }
 [data-row="91"] { top:2705px; }
 [data-row="90"] { top:2675px; }
 [data-row="89"] { top:2645px; }
 [data-row="88"] { top:2615px; }
 [data-row="87"] { top:2585px; }
 [data-row="86"] { top:2555px; }
 [data-row="85"] { top:2525px; }
 [data-row="84"] { top:2495px; }
 [data-row="83"] { top:2465px; }
 [data-row="82"] { top:2435px; }
 [data-row="81"] { top:2405px; }
 [data-row="80"] { top:2375px; }
 [data-row="79"] { top:2345px; }
 [data-row="78"] { top:2315px; }
 [data-row="77"] { top:2285px; }
 [data-row="76"] { top:2255px; }
 [data-row="75"] { top:2225px; }
 [data-row="74"] { top:2195px; }
 [data-row="73"] { top:2165px; }
 [data-row="72"] { top:2135px; }
 [data-row="71"] { top:2105px; }
 [data-row="70"] { top:2075px; }
 [data-row="69"] { top:2045px; }
 [data-row="68"] { top:2015px; }
 [data-row="67"] { top:1985px; }
 [data-row="66"] { top:1955px; }
 [data-row="65"] { top:1925px; }
 [data-row="64"] { top:1895px; }
 [data-row="63"] { top:1865px; }
 [data-row="62"] { top:1835px; }
 [data-row="61"] { top:1805px; }
 [data-row="60"] { top:1775px; }
 [data-row="59"] { top:1745px; }
 [data-row="58"] { top:1715px; }
 [data-row="57"] { top:1685px; }
 [data-row="56"] { top:1655px; }
 [data-row="55"] { top:1625px; }
 [data-row="54"] { top:1595px; }
 [data-row="53"] { top:1565px; }
 [data-row="52"] { top:1535px; }
 [data-row="51"] { top:1505px; }
 [data-row="50"] { top:1475px; }
 [data-row="49"] { top:1445px; }
 [data-row="48"] { top:1415px; }
 [data-row="47"] { top:1385px; }
 [data-row="46"] { top:1355px; }
 [data-row="45"] { top:1325px; }
 [data-row="44"] { top:1295px; }
 [data-row="43"] { top:1265px; }
 [data-row="42"] { top:1235px; }
 [data-row="41"] { top:1205px; }
 [data-row="40"] { top:1175px; }
 [data-row="39"] { top:1145px; }
 [data-row="38"] { top:1115px; }
 [data-row="37"] { top:1085px; }
 [data-row="36"] { top:1055px; }
 [data-row="35"] { top:1025px; }
 [data-row="34"] { top:995px; }
 [data-row="33"] { top:965px; }
 [data-row="32"] { top:935px; }
 [data-row="31"] { top:905px; }
 [data-row="30"] { top:875px; }
 [data-row="29"] { top:845px; }
 [data-row="28"] { top:815px; }
 [data-row="27"] { top:785px; }
 [data-row="26"] { top:755px; }
 [data-row="25"] { top:725px; }
 [data-row="24"] { top:695px; }
 [data-row="23"] { top:665px; }
 [data-row="22"] { top:635px; }
 [data-row="21"] { top:605px; }
 [data-row="20"] { top:575px; }
 [data-row="19"] { top:545px; }
 [data-row="18"] { top:515px; }
 [data-row="17"] { top:485px; }
 [data-row="16"] { top:455px; }
 [data-row="15"] { top:425px; }
 [data-row="14"] { top:395px; }
 [data-row="13"] { top:365px; }
 [data-row="12"] { top:335px; }
 [data-row="11"] { top:305px; }
 [data-row="10"] { top:275px; }
 [data-row="9"] { top:245px; }
 [data-row="8"] { top:215px; }
 [data-row="7"] { top:185px; }
 [data-row="6"] { top:155px; }
 [data-row="5"] { top:125px; }
 [data-row="4"] { top:95px; }
 [data-row="3"] { top:65px; }
 [data-row="2"] { top:35px; }
 [data-row="1"] { top:5px; }
 [data-sizey="1"] { height:20px; }
 [data-sizey="2"] { height:50px; }
 [data-sizey="3"] { height:80px; }
 [data-sizey="4"] { height:110px; }
 [data-sizey="5"] { height:140px; }
 [data-sizey="6"] { height:170px; }
 [data-sizey="7"] { height:200px; }
 [data-sizey="8"] { height:230px; }
 [data-sizey="9"] { height:260px; }
 [data-sizey="10"] { height:290px; }
 [data-sizey="11"] { height:320px; }
 [data-sizey="12"] { height:350px; }
 [data-sizey="13"] { height:380px; }
 [data-sizey="14"] { height:410px; }
 [data-sizey="15"] { height:440px; }
 [data-sizey="16"] { height:470px; }
 [data-sizey="17"] { height:500px; }
 [data-sizey="18"] { height:530px; }
 [data-sizey="19"] { height:560px; }
 [data-sizey="20"] { height:590px; }
 [data-sizey="21"] { height:620px; }
 [data-sizey="22"] { height:650px; }
 [data-sizey="23"] { height:680px; }
 [data-sizey="24"] { height:710px; }
 [data-sizey="25"] { height:740px; }
 [data-sizey="26"] { height:770px; }
 [data-sizey="27"] { height:800px; }
 [data-sizey="28"] { height:830px; }
 [data-sizey="29"] { height:860px; }
 [data-sizey="30"] { height:890px; }
 [data-sizey="31"] { height:920px; }
 [data-sizey="32"] { height:950px; }
 [data-sizey="33"] { height:980px; }
 [data-sizey="34"] { height:1010px; }
 [data-sizey="35"] { height:1040px; }
 [data-sizey="36"] { height:1070px; }
 [data-sizey="37"] { height:1100px; }
 [data-sizey="38"] { height:1130px; }
 [data-sizey="39"] { height:1160px; }
 [data-sizey="40"] { height:1190px; }
 [data-sizey="41"] { height:1220px; }
 [data-sizey="42"] { height:1250px; }
 [data-sizey="43"] { height:1280px; }
 [data-sizey="44"] { height:1310px; }
 [data-sizey="45"] { height:1340px; }
 [data-sizey="46"] { height:1370px; }
 [data-sizey="47"] { height:1400px; }
 [data-sizey="48"] { height:1430px; }
 [data-sizey="49"] { height:1460px; }
 [data-sizey="50"] { height:1490px; }
 [data-sizey="51"] { height:1520px; }
 [data-sizey="52"] { height:1550px; }
 [data-sizey="53"] { height:1580px; }
 [data-sizey="54"] { height:1610px; }
 [data-sizey="55"] { height:1640px; }
 [data-sizey="56"] { height:1670px; }
 [data-sizey="57"] { height:1700px; }
 [data-sizey="58"] { height:1730px; }
 [data-sizey="59"] { height:1760px; }
 [data-sizey="60"] { height:1790px; }
 [data-sizey="61"] { height:1820px; }
 [data-sizey="62"] { height:1850px; }
 [data-sizey="63"] { height:1880px; }
 [data-sizey="64"] { height:1910px; }
 [data-sizey="65"] { height:1940px; }
 [data-sizey="66"] { height:1970px; }
 [data-sizey="67"] { height:2000px; }
 [data-sizey="68"] { height:2030px; }
 [data-sizey="69"] { height:2060px; }
 [data-sizey="70"] { height:2090px; }
 [data-sizey="71"] { height:2120px; }
 [data-sizey="72"] { height:2150px; }
 [data-sizey="73"] { height:2180px; }
 [data-sizey="74"] { height:2210px; }
 [data-sizey="75"] { height:2240px; }
 [data-sizey="76"] { height:2270px; }
 [data-sizey="77"] { height:2300px; }
 [data-sizey="78"] { height:2330px; }
 [data-sizey="79"] { height:2360px; }
 [data-sizey="80"] { height:2390px; }
 [data-sizey="81"] { height:2420px; }
 [data-sizey="82"] { height:2450px; }
 [data-sizey="83"] { height:2480px; }
 [data-sizey="84"] { height:2510px; }
 [data-sizey="85"] { height:2540px; }
 [data-sizey="86"] { height:2570px; }
 [data-sizey="87"] { height:2600px; }
 [data-sizey="88"] { height:2630px; }
 [data-sizey="89"] { height:2660px; }
 [data-sizey="90"] { height:2690px; }
 [data-sizey="91"] { height:2720px; }
 [data-sizey="92"] { height:2750px; }
 [data-sizey="93"] { height:2780px; }
 [data-sizey="94"] { height:2810px; }
 [data-sizey="95"] { height:2840px; }
 [data-sizey="96"] { height:2870px; }
 [data-sizey="97"] { height:2900px; }
 [data-sizey="98"] { height:2930px; }
 [data-sizey="99"] { height:2960px; }
 [data-sizey="100"] { height:2990px; }
 [data-sizey="101"] { height:3020px; }
 [data-sizey="102"] { height:3050px; }
 [data-sizey="103"] { height:3080px; }
 [data-sizey="104"] { height:3110px; }
 [data-sizey="105"] { height:3140px; }
 [data-sizey="106"] { height:3170px; }
 [data-sizey="107"] { height:3200px; }
 [data-sizey="108"] { height:3230px; }
 [data-sizey="109"] { height:3260px; }
 [data-sizey="110"] { height:3290px; }
 [data-sizey="111"] { height:3320px; }
 [data-sizey="112"] { height:3350px; }
 [data-sizey="113"] { height:3380px; }
 [data-sizey="114"] { height:3410px; }
 [data-sizey="115"] { height:3440px; }
 [data-sizey="116"] { height:3470px; }
 [data-sizey="117"] { height:3500px; }
 [data-sizey="118"] { height:3530px; }
 [data-sizey="119"] { height:3560px; }
 [data-sizey="120"] { height:3590px; }
 [data-sizey="121"] { height:3620px; }
 [data-sizey="122"] { height:3650px; }
 [data-sizey="123"] { height:3680px; }
 [data-sizey="124"] { height:3710px; }
 [data-sizey="125"] { height:3740px; }
 [data-sizey="126"] { height:3770px; }
 [data-sizey="127"] { height:3800px; }
 [data-sizey="128"] { height:3830px; }
 [data-sizey="129"] { height:3860px; }
 [data-sizey="130"] { height:3890px; }
 [data-sizey="131"] { height:3920px; }
 [data-sizey="132"] { height:3950px; }
 [data-sizey="133"] { height:3980px; }
 [data-sizey="134"] { height:4010px; }
 [data-sizey="135"] { height:4040px; }
 [data-sizey="136"] { height:4070px; }
 [data-sizey="137"] { height:4100px; }
 [data-sizey="138"] { height:4130px; }
 [data-sizey="139"] { height:4160px; }
 [data-sizey="140"] { height:4190px; }
 [data-sizey="141"] { height:4220px; }
 [data-sizey="142"] { height:4250px; }
 [data-sizey="143"] { height:4280px; }
 [data-sizey="144"] { height:4310px; }
 [data-sizey="145"] { height:4340px; }
 [data-sizey="146"] { height:4370px; }
 [data-sizey="147"] { height:4400px; }
 [data-sizey="148"] { height:4430px; }
 [data-sizey="149"] { height:4460px; }
 [data-sizey="150"] { height:4490px; }
 [data-sizey="151"] { height:4520px; }
 [data-sizey="152"] { height:4550px; }
 [data-sizey="153"] { height:4580px; }
 [data-sizey="154"] { height:4610px; }
 [data-sizey="155"] { height:4640px; }
 [data-sizey="156"] { height:4670px; }
 [data-sizey="157"] { height:4700px; }
 [data-sizey="158"] { height:4730px; }
 [data-sizey="159"] { height:4760px; }
 [data-sizey="160"] { height:4790px; }
 [data-sizey="161"] { height:4820px; }
 [data-sizey="162"] { height:4850px; }
 [data-sizey="163"] { height:4880px; }
 [data-sizey="164"] { height:4910px; }
 [data-sizey="165"] { height:4940px; }
 [data-sizey="166"] { height:4970px; }
 [data-sizey="167"] { height:5000px; }
 [data-sizey="168"] { height:5030px; }
 [data-sizey="169"] { height:5060px; }
 [data-sizey="170"] { height:5090px; }
 [data-sizey="171"] { height:5120px; }
 [data-sizey="172"] { height:5150px; }
 [data-sizey="173"] { height:5180px; }
 [data-sizey="174"] { height:5210px; }
 [data-sizey="175"] { height:5240px; }
 [data-sizey="176"] { height:5270px; }
 [data-sizey="177"] { height:5300px; }
 [data-sizey="178"] { height:5330px; }
 [data-sizey="179"] { height:5360px; }
 [data-sizey="180"] { height:5390px; }
 [data-sizey="181"] { height:5420px; }
 [data-sizey="182"] { height:5450px; }
 [data-sizey="183"] { height:5480px; }
 [data-sizey="184"] { height:5510px; }
 [data-sizey="185"] { height:5540px; }
 [data-sizey="186"] { height:5570px; }
 [data-sizey="187"] { height:5600px; }
 [data-sizey="188"] { height:5630px; }
 [data-sizey="189"] { height:5660px; }
 [data-sizey="190"] { height:5690px; }
 [data-sizey="191"] { height:5720px; }
 [data-sizey="192"] { height:5750px; }
 [data-sizey="193"] { height:5780px; }
 [data-sizey="194"] { height:5810px; }
 [data-sizey="195"] { height:5840px; }
 [data-sizey="196"] { height:5870px; }
 [data-sizey="197"] { height:5900px; }
 [data-sizey="198"] { height:5930px; }
 [data-sizey="199"] { height:5960px; }
 [data-sizey="200"] { height:5990px; }
 [data-sizey="201"] { height:6020px; }
 [data-sizey="202"] { height:6050px; }
 [data-sizey="203"] { height:6080px; }
 [data-sizey="204"] { height:6110px; }
 [data-sizey="205"] { height:6140px; }
 [data-sizey="206"] { height:6170px; }
 [data-sizey="207"] { height:6200px; }
 [data-sizey="208"] { height:6230px; }
 [data-sizey="209"] { height:6260px; }
 [data-sizey="210"] { height:6290px; }
 [data-sizey="211"] { height:6320px; }
 [data-sizey="212"] { height:6350px; }
 [data-sizey="213"] { height:6380px; }
 [data-sizey="214"] { height:6410px; }
 [data-sizey="215"] { height:6440px; }
 [data-sizey="216"] { height:6470px; }
 [data-sizey="217"] { height:6500px; }
 [data-sizey="218"] { height:6530px; }
 [data-sizey="219"] { height:6560px; }
 [data-sizey="220"] { height:6590px; }
 [data-sizey="221"] { height:6620px; }
 [data-sizey="222"] { height:6650px; }
 [data-sizey="223"] { height:6680px; }
 [data-sizey="224"] { height:6710px; }
 [data-sizey="225"] { height:6740px; }
 [data-sizey="226"] { height:6770px; }
 [data-sizey="227"] { height:6800px; }
 [data-sizey="228"] { height:6830px; }
 [data-sizey="229"] { height:6860px; }
 [data-sizey="230"] { height:6890px; }
 [data-sizey="231"] { height:6920px; }
 [data-sizey="232"] { height:6950px; }
 [data-sizey="233"] { height:6980px; }
 [data-sizey="234"] { height:7010px; }
 [data-sizey="235"] { height:7040px; }
 [data-sizey="236"] { height:7070px; }
 [data-sizey="237"] { height:7100px; }
 [data-sizey="238"] { height:7130px; }
 [data-sizey="239"] { height:7160px; }
 [data-sizey="240"] { height:7190px; }
 [data-sizey="241"] { height:7220px; }
 [data-sizey="242"] { height:7250px; }
 [data-sizey="243"] { height:7280px; }
 [data-sizey="244"] { height:7310px; }
 [data-sizey="245"] { height:7340px; }
 [data-sizey="246"] { height:7370px; }
 [data-sizey="247"] { height:7400px; }
 [data-sizey="248"] { height:7430px; }
 [data-sizey="249"] { height:7460px; }
 [data-sizey="250"] { height:7490px; }
 [data-sizey="251"] { height:7520px; }
 [data-sizey="252"] { height:7550px; }
 [data-sizey="253"] { height:7580px; }
 [data-sizey="254"] { height:7610px; }
 [data-sizey="255"] { height:7640px; }
 [data-sizey="256"] { height:7670px; }
 [data-sizey="257"] { height:7700px; }
 [data-sizey="258"] { height:7730px; }
 [data-sizey="259"] { height:7760px; }
 [data-sizey="260"] { height:7790px; }
 [data-sizey="261"] { height:7820px; }
 [data-sizey="262"] { height:7850px; }
 [data-sizey="263"] { height:7880px; }
 [data-sizey="264"] { height:7910px; }
 [data-sizey="265"] { height:7940px; }
 [data-sizey="266"] { height:7970px; }
 [data-sizey="267"] { height:8000px; }
 [data-sizey="268"] { height:8030px; }
 [data-sizey="269"] { height:8060px; }
 [data-sizey="270"] { height:8090px; }
 [data-sizey="271"] { height:8120px; }
 [data-sizey="272"] { height:8150px; }
 [data-sizey="273"] { height:8180px; }
 [data-sizey="274"] { height:8210px; }
 [data-sizey="275"] { height:8240px; }
 [data-sizey="276"] { height:8270px; }
 [data-sizey="277"] { height:8300px; }
 [data-sizey="278"] { height:8330px; }
 [data-sizey="279"] { height:8360px; }
 [data-sizey="280"] { height:8390px; }
 [data-sizey="281"] { height:8420px; }
 [data-sizey="282"] { height:8450px; }
 [data-sizey="283"] { height:8480px; }
 [data-sizey="284"] { height:8510px; }
 [data-sizey="285"] { height:8540px; }
 [data-sizey="286"] { height:8570px; }
 [data-sizey="287"] { height:8600px; }
 [data-sizey="288"] { height:8630px; }
 [data-sizey="289"] { height:8660px; }
 [data-sizey="290"] { height:8690px; }
 [data-sizey="291"] { height:8720px; }
 [data-sizey="292"] { height:8750px; }
 [data-sizey="293"] { height:8780px; }
 [data-sizey="294"] { height:8810px; }
 [data-sizey="295"] { height:8840px; }
 [data-sizey="296"] { height:8870px; }
 [data-sizey="297"] { height:8900px; }
 [data-sizey="298"] { height:8930px; }
 [data-sizey="299"] { height:8960px; }
 [data-sizey="300"] { height:8990px; }
 [data-sizey="301"] { height:9020px; }
 [data-sizey="302"] { height:9050px; }
 [data-sizey="303"] { height:9080px; }
 [data-sizey="304"] { height:9110px; }
 [data-sizey="305"] { height:9140px; }
 [data-sizey="306"] { height:9170px; }
 [data-sizey="307"] { height:9200px; }
 [data-sizey="308"] { height:9230px; }
 [data-sizey="309"] { height:9260px; }
 [data-sizey="310"] { height:9290px; }
 [data-sizey="311"] { height:9320px; }
 [data-sizey="312"] { height:9350px; }
 [data-sizey="313"] { height:9380px; }
 [data-sizey="314"] { height:9410px; }
 [data-sizey="315"] { height:9440px; }
 [data-sizey="316"] { height:9470px; }
 [data-sizey="317"] { height:9500px; }
 [data-sizey="318"] { height:9530px; }
 [data-sizey="319"] { height:9560px; }
 [data-sizey="320"] { height:9590px; }
 [data-sizey="321"] { height:9620px; }
 [data-sizey="322"] { height:9650px; }
 [data-sizey="323"] { height:9680px; }
 [data-sizey="324"] { height:9710px; }
 [data-sizey="325"] { height:9740px; }
 [data-sizey="326"] { height:9770px; }
 [data-sizey="327"] { height:9800px; }
 [data-sizey="328"] { height:9830px; }
 [data-sizey="329"] { height:9860px; }
 [data-sizey="330"] { height:9890px; }
 [data-sizey="331"] { height:9920px; }
 [data-sizey="332"] { height:9950px; }
 [data-sizey="333"] { height:9980px; }
 [data-sizey="334"] { height:10010px; }
 [data-sizey="335"] { height:10040px; }
 [data-sizey="336"] { height:10070px; }
 [data-sizey="337"] { height:10100px; }
 [data-sizey="338"] { height:10130px; }
 [data-sizey="339"] { height:10160px; }
 [data-sizey="340"] { height:10190px; }
 [data-sizey="341"] { height:10220px; }
 [data-sizey="342"] { height:10250px; }
 [data-sizey="343"] { height:10280px; }
 [data-sizey="344"] { height:10310px; }
 [data-sizey="345"] { height:10340px; }
 [data-sizey="346"] { height:10370px; }
 [data-sizey="347"] { height:10400px; }
 [data-sizey="348"] { height:10430px; }
 [data-sizey="349"] { height:10460px; }
 [data-sizey="350"] { height:10490px; }
 [data-sizey="351"] { height:10520px; }
 [data-sizey="352"] { height:10550px; }
 [data-sizey="353"] { height:10580px; }
 [data-sizey="354"] { height:10610px; }
 [data-sizey="355"] { height:10640px; }
 [data-sizey="356"] { height:10670px; }
 [data-sizey="357"] { height:10700px; }
 [data-sizey="358"] { height:10730px; }
 [data-sizey="359"] { height:10760px; }
 [data-sizey="360"] { height:10790px; }
 [data-sizey="361"] { height:10820px; }
 [data-sizey="362"] { height:10850px; }
 [data-sizey="363"] { height:10880px; }
 [data-sizey="364"] { height:10910px; }
 [data-sizey="365"] { height:10940px; }
 [data-sizey="366"] { height:10970px; }
 [data-sizey="367"] { height:11000px; }
 [data-sizey="368"] { height:11030px; }
 [data-sizey="369"] { height:11060px; }
 [data-sizey="370"] { height:11090px; }
 [data-sizey="371"] { height:11120px; }
 [data-sizey="372"] { height:11150px; }
 [data-sizey="373"] { height:11180px; }
 [data-sizey="374"] { height:11210px; }
 [data-sizey="375"] { height:11240px; }
 [data-sizey="376"] { height:11270px; }
 [data-sizey="377"] { height:11300px; }
 [data-sizey="378"] { height:11330px; }
 [data-sizey="379"] { height:11360px; }
 [data-sizey="380"] { height:11390px; }
 [data-sizey="381"] { height:11420px; }
 [data-sizey="382"] { height:11450px; }
 [data-sizey="383"] { height:11480px; }
 [data-sizey="384"] { height:11510px; }
 [data-sizey="385"] { height:11540px; }
 [data-sizey="386"] { height:11570px; }
 [data-sizey="387"] { height:11600px; }
 [data-sizey="388"] { height:11630px; }
 [data-sizey="389"] { height:11660px; }
 [data-sizey="390"] { height:11690px; }
 [data-sizey="391"] { height:11720px; }
 [data-sizey="392"] { height:11750px; }
 [data-sizey="393"] { height:11780px; }
 [data-sizey="394"] { height:11810px; }
 [data-sizey="395"] { height:11840px; }
 [data-sizey="396"] { height:11870px; }
 [data-sizey="397"] { height:11900px; }
 [data-sizey="398"] { height:11930px; }
 [data-sizey="399"] { height:11960px; }
 [data-sizey="400"] { height:11990px; }
 [data-sizey="401"] { height:12020px; }
 [data-sizey="402"] { height:12050px; }
 [data-sizey="403"] { height:12080px; }
 [data-sizey="404"] { height:12110px; }
 [data-sizey="405"] { height:12140px; }
 [data-sizey="406"] { height:12170px; }
 [data-sizey="407"] { height:12200px; }
 [data-sizey="408"] { height:12230px; }
 [data-sizey="409"] { height:12260px; }
 [data-sizey="410"] { height:12290px; }
 [data-sizey="411"] { height:12320px; }
 [data-sizey="412"] { height:12350px; }
 [data-sizey="413"] { height:12380px; }
 [data-sizey="414"] { height:12410px; }
 [data-sizey="415"] { height:12440px; }
 [data-sizey="416"] { height:12470px; }
 [data-sizey="417"] { height:12500px; }
 [data-sizey="418"] { height:12530px; }
 [data-sizey="419"] { height:12560px; }
 [data-sizey="420"] { height:12590px; }
 [data-sizey="421"] { height:12620px; }
 [data-sizey="422"] { height:12650px; }
 [data-sizey="423"] { height:12680px; }
 [data-sizey="424"] { height:12710px; }
 [data-sizey="425"] { height:12740px; }
 [data-sizey="426"] { height:12770px; }
 [data-sizey="427"] { height:12800px; }
 [data-sizey="428"] { height:12830px; }
 [data-sizex="1"] { width:60px; }
 [data-sizex="2"] { width:130px; }
 [data-sizex="3"] { width:200px; }
 [data-sizex="4"] { width:270px; }
 [data-sizex="5"] { width:340px; }
 [data-sizex="6"] { width:410px; }
 [data-sizex="7"] { width:480px; }
 [data-sizex="8"] { width:550px; }
 [data-sizex="9"] { width:620px; }
 [data-sizex="10"] { width:690px; }
 [data-sizex="11"] { width:760px; }
 [data-sizex="12"] { width:830px; }
 [data-sizex="13"] { width:900px; }
 [data-sizex="14"] { width:970px; }
 [data-sizex="15"] { width:1040px; }
 [data-sizex="16"] { width:1110px; }
 
/*******************************************************************************/