@charset "UTF-8";
/* CSS Document */

/* == RESET ================ */
html,body,form,h1,h2,h3,h4,h5,h6,p,img {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

ol,ul {
	list-style: none;
}

html {
	height: 100%;
}


body{
	overflow-x: hidden;
}

.container{
	margin-left:0px;
	margin-right:0px;
	/*width:980px;*/
	width: 100%;
	max-width: 980px;
	min-width: 950px;
	overflow: hidden;
}

.s12{
	border-right: 1px solid #b3b2b2;
	margin-top: 5px;
	/*width: 43.0526%;*/
}


.s8{
	width:53.45% /*x/950 */;
	float:right;
	position:relative;
	min-height: 860px;
}

.s8-container{
  padding: 0 3% 0 0;
}

.s4{
	width:46.05% ;  /* 409/950  43.0526316%*/
	float:left;
	min-height:860px;
	background-color:#ffffff;
}

.s4-container{
	/*width:  92.6650366%;  /*379/409  0.926650366748*/
	padding-left: 3.467%;  /*14/409 */
  padding-right: 3.467%;  /*14/409 */
	padding-top:0;
	overflow: visible;
	border-right: 1px solid #B3B2B2;
	position: relative;
}

#d_map{
	padding: 2px 0px 0 0;
	position: relative;
}


#d_map .d-el-main {
	width: 99.0%; /*0.9758812616  509.355 / 539*/
	height: 571px;
	margin: 0 auto;
	background-color: #fff;
}


.table_like{
	height: 205px;
	width: 635px;
}


.dashed_line{
	border-top: 1px dashed;
	position: absolute;
	top: 178px;
	width: 590px;
}

.second_line{
	border-top: 1px dashed;
	position: absolute;
	top: 217px;
	width: 590px;
}

.rows_cont{
	float: left;
	height: 199px;
	width: 80px;
}

.percentuale_row{
	position: absolute;
	top: 179px;
	margin-left: 5px;
	font-weight: 200;
}

.voti_row{
	margin-left: 5px;
	position: absolute;
	top: 217px;
	font-weight: 200;
}

.candidate{
	width: 100px;
	float: left;
	padding: 10px 10px 5px 20px;
}

.profile{
	width: 100px;
	height: 100px;
	display: block;
}

.cand_box{
	background-color: #00663A;
	height: 7px;
	margin: 2px 0 0 0;
	width: 100px;
}

.cand_name{
	text-align: center;
	color: #333;
	font-weight: 200;
	white-space: nowrap;
}

.perc_bold{
	font-size:24px;
	font-weight:bolder;
	color:#333333;
	text-align: center;
	margin: 13px 0;
}

.voti{
	text-align: center;
}

.d-iappear {
	visibility: hidden;
}

h4{
	color:#FFF;
}

.parliament_change{
	height:42px;
	background-color:#E6E6E6;
	margin: 6px 0;
	padding: 0;
	overflow: hidden;
}

.parliament_change ul > li {
	float:right;
}

.parliament_change .camera{
	background: url(../images/camera_03.png) no-repeat 0 0;
	display:block;
	width:142px;
	height:42px;
}

.parliament_change .senato{
	background: url(../images/senato_05.png) no-repeat 0 0;
	display:block;
	width:142px;
	height:42px;
}

.parliament_change li > a:hover {
	background-position: 0 -42px;
}

.parliament_change li.d-active > a {
	background-position: 0 -42px;
	cursor: default;
}

.parliament_change .hiddena {
	display:none;
}

.navbar {
    margin-bottom: 10px;
    width: auto;
    height: auto;
}

.navbar-inner {
    background-color: transparent;
    background-image: none;
    box-shadow: 0px 1px 3px transparent, 0px -1px 0px transparent inset;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    top: 0px;
}

.navbar .nav {
    display: inline;
    float: left;
    left: 0;
    margin: 0;
    position: relative;
    width: 395px;
}

.navbar-inner .container {
	height: 39px;
}
.navbar .nav .hiddena{
	display: none;
}

.navbar .nav > li {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #B8B5B5;
	float: left;
	height: 34px;
	margin-right: 4px;
	margin-top: 2px;
}
.navbar .nav > li:hover {
	background: none repeat scroll 0 0 #317E21;
}
.navbar .nav > li.d-active{
	background: none repeat scroll 0 0 #317E21;
	cursor: default;
	box-shadow: 2px 2px 3px 1px #C1BABA;
}
.navbar .nav > li.fixed {
	width: 125px;
}
.navbar .nav > li.divider-vertical {
	background-color: #FFFFFF;
	margin: 0 1px;
	border-color: #D1D1D1;
	border-width: 2px;
	height: 39px;
	width: 1px;
}

.navbar .nav li > a {
	color: #999898;
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 35px;
	padding: 0;
	text-align: center;
	text-shadow: none;
}

.navbar .nav li > a:hover {
	color:#F0F0F0;
	font-weight: bold;
	font-size: 1.5em;
}

.navbar .nav li.d-active > a {
	color: #F0F0F0;
	font-size: 1.5em;
	font-weight: bold;
}
.navbar .nav li.d-active > a:hover {
	color:#F0F0F0;
	background: transparent;
	cursor: default;
}

.navbar-search {
    margin-top: 0px;
    position: relative;
    opacity: 0.2;
}
.navbar-search.d-active {
	opacity: 1;
}

i.icon-search{
	position: relative;
	left:7px;
	top:7px;
	z-index:999;
}
.navbar-search .search-query{
	background-color: #FFFFFF;
	border: 1px solid #B8B5B5;
	border-radius: 5px;
	box-shadow: 0 0 0 0 #FFFFFF;
	color: #999898;
	margin-left: -18px;
	margin-top: 10px;
	padding: 4px 10px 4px 25px;
	text-align: start;
	width: 353px;
}
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
	background-color: #FFFFFF;
	border: 0 none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	color: #333333;
	outline: 0 none;
	padding: 4px 10px 4px 25px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.navbar-search .search-query:-moz-placeholder {
	color: #BABABA;
}

.context1 {
	color: #F8F8F8;
	text-align: left;
	display: inline;
}

.contex-muni {
}

.table td.right, .table td.right.noWrap {
	background: #e7e6e6;
}

.d-expandable{
	cursor: pointer;
}

#d_tabData{
}

tr.komma-row{
	display: table-row;
	border-top: 1px solid #666666;
}

.komma-row.d-active td.komma-table span.komma-link{
	color: #FFFFFF;
}

.table td.right.item_p {
	background: #FFFFFF;
}

.komma-row.d-active td.right{
	background: #cecdcd;
}
.komma-row.d-active td.right.item_p{
	background: #6c6a69;
	color: #FFFFFF;
}
.table td.perc_bold.right{
	background: #FFFFFF;
}
.table th{
	color:#888;
	font-weight: bold;
	padding: 8px 6px;
}

.table td{
	border-top: 1px none;
    color: #000000;
    line-height: 18px;
    padding: 8px 5px 0 1px;
    vertical-align: top;
}

.table th.right,
.table td.right{
	text-align: right;
	max-width: 85px;
	white-space: normal;
}

.table th.right.noPadding{
	padding-right: 0px;
}

.table th.limit-w1{
	max-width: 62px;
}

.table td.perc_bold{
	font-size:21px;
	font-weight:bolder;
	color:#000000;
}

.komma-row{
	background-color:#FFFFFF;
}

.komma-row.d-active{
	background-color:#6c6a69;
	box-shadow: 0 1px 3px 1px #B3B3B3;
	cursor: pointer;
}
.komma-link,
.komma-link:visited {
	padding-left:5px;
	cursor: pointer;
	color: #000000;
}
.komma-link:hover {
	text-decoration: underline;
}

.table tbody tr:hover td,
.table tbody tr:hover th,
.table tbody tr:hover span.komma-link{
	background-color:#E0E0E0 !important;
	color: #000000 !important;
}

#tooltipTabData tr td.percTooltip,
#tooltipTabData tr td.right{
	background: #FFFFFF !important;
}
.table .komma-coal td {
	color: #333;
}

.table td.komma-table{
	max-width: 180px ;  /* NOT APC 170 /379   0.448548812665 */
	line-height: 18px;
}

.komma-coal td.komma-table{
	padding-left:18px;
}
.komma-row td.komma-table{
	padding: 8px 5px 0 4px;
	max-width:170px;
}

td.komma-table a,
td.komma-table a:visited
{
	color:#ccc;
}

td.komma-table a:hover
{
	color:#eee;
	text-decoration: underline;
}

tr.komma-cand td.komma-table{
	padding:8px 5px 0 1px;
}

.cand_image{
	left: -89px;
	position: absolute;
	top: -29px;
}

.komma-row .cand_image{
	top: -16px;
}

.komma-cand{
	border-top: 1px solid #666666;
	/*background-color: #E4E4E4;*/
}

.cand_photo{
	position:relative;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.koutaki{
	float: left;
	height: 35px;
	margin: 0 10px 0 -7px;
	width: 5px;
}

.trigonoDefaultTot{
	border-style: solid;
    border-width: 8px 0 8px 12px;
    float: left;
    height: 0;
    line-height: 0;
    margin: 1px 1px 0 -2px;
    width: 0;
	border-color: transparent transparent transparent #B0AEAE;
	_border-color: #000000 #000000 #000000 #B0AEAE;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.trigonoDefaultActive{
	float: left;
	margin: 10px 1px 0 -2px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #ffffff transparent transparent transparent;
	line-height: 0px;
	_border-color: #ffffff #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.trigonoDefault{
	float: left;
	margin: 2px 1px 0 -2px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	line-height: 0px;
}

.komma-row .trigonoDefault{
	border-color: transparent transparent transparent #B0AEAE;
	_border-color: #000000 #000000 #000000 #B0AEAE;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.komma-row.d-active .trigonoDefault{
	border-color: transparent transparent transparent #FFFFFF;
	_border-color: #000000 #000000 #000000 #FFFFFF;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.komma-row.d-expanded .trigonoDefault{
	border-width: 12px 8px 0 8px;
	border-color: #ffffff transparent transparent transparent;
	margin-top: 4px;
	_border-color: #ffffff #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.geo-row .trigonoDefault{
	border-color: transparent transparent transparent #B0AEAE;
	_border-color: #000000 #000000 #000000 #B0AEAE;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.geo-row.d-expanded .trigonoDefault{
	border-width: 12px 8px 0 8px;
	border-color: #FFFFFF transparent transparent transparent;
	margin-top: 3px;
	_border-color: #FFFFFF #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.trigonoActiveRow{
	margin: 0;
    max-height: 35px;
    width: 6px;
    padding: 0;
    position: relative;
    float: right;
    top: 0px;
    left:5px;
}

.koutakiTrig{
	height: 33px;
  float: left;
  margin: 0;
  width: 7px;
}

.trigono{
	border-style: solid;
    border-width: 17.5px 0 17.5px 17px;
    height: 0;
    line-height: 0;
    width: 0;
    z-index: 999;
    margin-left: 7px;
	_border-color: #000000 #000000 #000000 #35a68a; /* IE */
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); /* IE */
}

td.item_r div.koutakiTrig{
	left: 65px;
}

td.item_r div.trigono{
	left: 91px;
}

tr.komma-row.d-active div.trigonoActiveRow>div{
	display: block;
}

.koutakiTrig, .trigono{
	display: none;
}

tr.komma-row div.trigonoActiveRow{
	display: block;
}

.d-rgCont{
	height: 830px;
	overflow-y: auto;
	overflow-x: visible;
	padding-right: 6px;
	margin-right: -17px;
}

.table{
	margin-bottom:4px;
	margin-top: 4px;
}

.table-scroll-cnt{
  overflow-y: hidden;
	overflow-x: visible;
	padding: 0 22px 0 8px;
	margin-right: -20px;
  /*width: 100%*/
}

.table-simple-cont{
	overflow: visible;
}


/* Information katw apo xarth*/
.statsCont{
	position:relative;
	top: -22px;
    
}

.showMoreMask{
   background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 4000;
}


.showMoreStats{
		cursor: pointer;
		background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.7;
    z-index: 100;
    padding: 1px 10px 0;
    position: relative;
    top: -54px;
}
.showMoreStats:hover > .hr{
	box-shadow: 0 -5px 11px -2px #555555;
}

.moreHeader:hover{
}

.moreHeader{
	display: block;
    text-align: center;
    position:relative;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
}

#infoShowHide{
	margin-right:29px;
}



.statsHeader{
	color: #000000;
	font-size: 18px;
	margin-left: 50px;
	text-align: right;
	position:absolute;
	right:0;
}

.secondary_res2{
	font-size:12px;
	color: #565656;
}

.secondary_res2 .imp {
	color: #000000;
	font-weight: bold;
}
.stats_lay {
	text-align:right;
	padding: 0;
		height: 45px;
	margin-left: 0px;
	margin-top: 7px;
}

#showHide{
	background: none repeat scroll 0 0 #FFFFFF;
    height: 50px;
}

.cntShowHide{
  background: none repeat scroll 0 0 #FFFFFF;
    border-top: 4px solid #B3B2B2;
    cursor: pointer;
    margin: 10px auto 0;
    text-align: center;
    width: 97%;
}

.bullet{
	color: #060606;
	font-size: 24px;
	vertical-align: bottom;
}
/*End information katw apo xarth*/
.rtstats_lay{
	line-height: 16px;
}

.update_btn{
	float: left;
	margin: 2px 15px 10px 0;
}

.progress{
	height:7.5px;
	margin-top: 3px;
}

.komma_edres{
	font-size: 18px;
	font-weight: bolder;
	padding: 0 9px 0 6px;
}

.komma_komma{
	color: #999999;
	font-size: 12px;
	font-weight: lighter;
}

.komma{
	float:left;
	padding: 0 7px;
	text-align: center;
}

#titleBar {
	padding: 0;
	margin: 6px 0 0 7px;
	position: relative;
}

.year{
	color: #555555;
	float: right;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: 300;
	padding: 0 6px 0 10px;
	position: relative;
	top: 1px;
	overflow: visible;
}

.geo-names{
    font-size: 20px;
    line-height: 25px;
    min-height: 35px;
    border-bottom: 1px solid #B3B2B2;
}

.geo-names a{
	color: #000000;
}

.geo-name-a{
	display: inline;
	font-size: 21px;
	font-weight: 600;
}

.geo-name-a.lighter{
	font-weight: 400;
}

.geo-name-aa{
	display: inline;
	font-size: 20px;
	font-weight: 600;
}

.geo-name-aa.lighter{
	font-weight: 400;
}

.geo-name-b{
	color: #000000;
    display: inline;
    font-size: 19px;
    font-weight: 600;
}

.geo-name-c{
	display:inline;
	font-size:16px;
	font-weight:lighter;
	padding-left: 2px;

}

.geo-names a:hover {
	color: #000000;
    text-decoration: underline;
}

.perc_komma{
	font-size:14px;
	font-weight:bolder;
}

.wh_space{
	white-space:nowrap;
}

.titleBr{
	padding: 10px 15px 4px 20px;
  min-height: 50px;
}


/*
.grammi_kommatos{
	background-color:#DBDBDB;
}*/

.table td.leftish{
	text-align:left;
}

.table th.leftish{
	text-align:left;
}


.table-condensed th,
.table-condensed td {
	padding: 0 5px;
	line-height: 15px;
	text-align: left;
	border-top: 1px solid #DAD4D4;
	color: #414141;
	vertical-align: top;
}

.table-condensed .iconx {
	height: 11px;
}

.tooltipTabl{
	font-size:11px;
	line-height:15px;
	margin-bottom: 0;
	margin-top: 0;
}

.tooltipTabl td{
	max-width: 98px;
}

.tooltipTabl th{
	color:#5C5C5C;
	max-width: 132px;
}

.tooltipTabl tr.subHeaderRow{
	color:#5C5C5C;
	font-weight: bold;
	text-align: right;
}

.tooltipTabl td.subHeaderCell{
	border-top:none;
	text-align: right;
}

.tip-def-cont {
	position: relative;
	top: -4px;
	height: 13px;
	width: 20px;
	overflow: visible;
	float: right;
}

.pie-cont{
	width: 340px;
}

.pie-leg{
	position: absolute;
    right: 3px;
    top: 53px;
    width: 169px;
    z-index: 10;
}

.tip-co{
	float: left;
    height: 32px;
    margin-right: 8px;
    width: 9px;
}

.tip-py{
	line-height: 16px;
	font-size: 13px;
}
.pies-plate{
		position: relative;
}

.d-selmap_p a.item_p,
.d-selmap_s a.item_s,
.d-selmap_t a.item_t,
.d-selmap_r a.item_r
{
	display: none;
}

.d-selmap_p td.item_p,
.d-selmap_s td.item_s,
.d-selmap_t td.item_t,
.d-selmap_r td.item_r
{
	font-size:16px;
	font-weight:bolder;
	color:#000000;
}

.d-selmap_p .komma-row td.item_p,
.d-selmap_s .komma-row td.item_s,
.d-selmap_t .komma-row td.item_t,
.d-selmap_r .komma-row td.item_r
{
	font-size:18px;
}

.geo-row {
	border-bottom: 1px dashed #B7B7B7;
}

.geo-row.d-expanded{
	background-color: #6C6A69;
    box-shadow: 0 1px 3px 1px #B3B3B3;
}

.geo-row.d-expanded a.geo-link{
	color: #FFFFFF;
}

.geo-row.d-expanded td.right {
    background: none repeat scroll 0 0 #CECDCD;
}

.geo-row.d-expanded td.right.item_p {
    background: none repeat scroll 0 0 #6C6A69;
    color: #FFFFFF;
}

.geo-row.d-expanded:hover a.geo-link {
    color: #000000;
}

tr.geo-header{
	border-bottom: 1px dashed #B7B7B7;
	font-size: 12px;
    font-weight: 600;
}

tr.d-expand-mem[rev="1"] td.intend{
	padding: 8px 5px 5px 10px;
}

tr.d-expand-mem[rev="2"] td.intend{
	padding: 8px 5px 5px 20px;
}

tr.d-expand-mem[rev="3"] td.intend{
	padding: 8px 5px 5px 30px;
}

tr.d-expand-mem[rev="2"]{

}
tr.d-expad-mem[rev="3"]{
}
.geo-row td{
	line-height: 18px;
    padding: 8px 5px 5px 1px;
}

.geo-link {
	cursor: pointer;
	color: #000000;
}

.geo-link:hover {
	cursor: pointer;
	color: #000000;
}

/*Koumpia eidos Xarth (Tot/Distr/Var/Pref)*/

.mapTypes{
	height: 45px;
}

#mapTypesChange.nav li.mapTypesLi a.d-active{
  font-weight: bold;
	color: #FFFFFF;
	background: none repeat scroll 0 0 #317E21;
}
#mapTypesChange.nav li.mapTypesLi{
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	height: 34px;
	margin-right: 4px;
	margin-top: 2px;
	border-radius: 13px;
}
#mapTypesChange.nav li.mapTypesLi a{ 
	color: #000000;
	display: inline;
	border-radius: 13px;
	border: 1px solid #B8B5B5;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 35px;
	padding: 5px 10px;
	text-align: center;
	text-shadow: none;
}

#mapTypesChange.nav li.mapTypesLi a:hover{ 
	background: none repeat scroll 0 0 #317E21;
	color: #FFFFFF;
}
/* AFTER !!!!!
span#Var:hover::after{
	content:"iazoni";
}
*/

.hideTot, .hideDistr, .hideVar, .hidePref{
	display: none;
}

li.showTot span.hideTot {
	display: inline;
	color: #317E21;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 5px;
}

li.showDistr span.hideDistr {
	display: inline;
	color: #317E21;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 5px;
}

li.showVar span.hideVar {
	display: inline;
	color: #317E21;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 5px;
}

li.showPref span.hidePref {
	display: inline;
	color: #317E21;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 5px;
}

#mapTypesChange.nav li.mapTypesLi a.d-active{ 
	background: none repeat scroll 0 0 #317E21;
	box-shadow: 2px 2px 3px 1px #C1BABA;
	color: #F0F0F0;
	cursor: default;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 13px;
}
.head-row th{
	border-top: none;
}

.iconx {
	display: inline-block;
	width: 9px;
	height: 12px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 2px;
}
.iconx-plus{
	background-image: url(images/plus.png);
}
.iconx-minus{
	background-image: url(images/minus.png);
}
.iconx-unchange{
	background-image: url(images/unchange.png);
}

.link-right {
	float: right;
	height: 15px;
	overflow: visible;
	padding-left: 2px;
}
.link-right-push {
	position: relative;
	top: -2px;
}

.tip{
	background-color: #FEFEFE;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 4px #555555;
	-webkit-box-shadow: 1px 1px 4px #555555;
	max-width: 244px;
	opacity: 0.93;
	padding: 3px;
	position: absolute;
	display: none;
	z-index: 1000;
}

	/*display: block;
	left: 34px;
	top: 130px;*/

td.percTooltip{
	font-weight:bolder;
	font-size:12px;
}

.instr2Tooltip {
	color: #888;
	font-size: 11px;
	padding-left: 5px;
}

/*.tooltipHead{
	background-color:#555555;
}*/

.perTooltip{
	font-size: 13px;
	font-weight: bolder;
	line-height: 13px;
	margin: 0 0 4px;
}

.koutakiTooltip{
	float: left;
	height: 27px;
	margin: 1px 10px 0 -5px;
	width: 5px;
}

.text-box-title{
	color:#555;
	padding-left:20px;
}

.grammoula{
	border-top: thin solid #999;
	width: 340px;
	float: right;
	margin: 0 20px;
	position: relative;
	line-height: 0px;
	height: 1px;
	top: -9px;
}

.text-box{

}

.comCont{
	padding:5px 0 52px 20px;
	width:500px;
  	min-height: 101px;;
}

.ven_logo_txt{
	background-image: none !important;
	padding-left: 4px;
	margin-top: 4px !important;
}
.ven_logo_txt p{
	line-height:14px;
	color: #DDDDDD;
}
/*.ven_logo1{
    background-image: none !important;
    height: 21px;
    margin: 48px 16px 3px;
    position: absolute;
    right: 0;
}*/

.ven_logo1{
background-image: none !important;
    height: 21px;
    margin: 3px 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.ven_logo{
	bottom: 0;
	height: 21px;
	margin: 11px 16px 8px;
	opacity: 0.7;
	position: absolute;
	right: 0;
	z-index: 10;
}
.igr_logo_txt{
	letter-spacing:4px;
	color: #777777;
}
.igr_logo{
	height: 42px;
    left: 0;
    margin: 35px 16px 3px;
    position: absolute;
}
.igr_logo_r {
	margin: 14px 16px 3px;
	height: 42px;
}

.slidContainer{
	background-color: #F0F0F0;
	height: 45px;
	margin: 4px 5px 0;
	width: 526px;
	border: 1px solid #B3B3B3;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding: 0;
}

.yearSlid{
	margin: 0 13px;
	top: 10px;
	min-height: 10px;
}

.labelContainer{
	font-size: 11px;
	padding: 11px 0 0;
	margin: 0 0 0 10px;
}

.labels{
	float: left;
	width: 31px;
}

.lastLabel{
	float: right;
	left: -12px;
	position: relative;
	width: 15px; /* in code ref */
}

.noLabel{
	color: #999;
}

.ui-slider .ui-slider-handle{
	background:url("images/slid.png");
	border-radius:0px;
	border:0px;
	height:21px;
	width:21px;
}

.ui-autocomplete .ui-menu-item {
	margin-bottom: 2px;
}
.ui-autocomplete .ui-menu-item a {
	max-width: 150px;
	font-size: 12px;
	line-height: 14px;
}

.ui-autocomplete em.autofade {
	color: #888;
}

.leg-rec{
    clear: both;
    float: left;
    padding: 3px 0 0 2px;
    width: 31px;
    position: relative;
}
.leg-rec-last{
    height: 7px;
}
.leg-rec-first{
	width:22px;
}

.leg-text{
    bottom: -11px;
    font-size: 11px;
    left: 2px;
    position: absolute;
}
.leg-rec-first .leg-text{
	right: 13px;
}

.koutakiLeg{
	float: left;
	height: 35px;
	margin: 0 2px 0 -12px;
	width: 10px;
}

.map-def-cont{
	float:right;
	margin-right: 5px;
	margin-top: 4px;
}

.map-def{
	display: inline;
	font-size: 12px;
	vertical-align: middle;
}

.leaflet-control .backGnd{
	background-color: #E7E6E6;
    border-radius: 5px;
    bottom: -10px;
    box-shadow: 0 0 3px #555555;
    left: -20px;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1000;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 0px 3px #555555;
}

.leaflet-left .leaflet-control{
		margin-bottom: 5px;
		margin-left: 7px;
		padding: 0 0 11px 14px;
		border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
		box-shadow: 0px 0px 3px #555555;
		-webkit-box-shadow: 0px 0px 3px #555555;
		background-color: #FFF; /*#F0F0F0;*/
		opacity: 0.8;
}

.change_elections{
	display: block;
	height: 43px;
	width: 182px;
	overflow: hidden;
}

.change_elections .slink{
	display: none;
	height: 43px;
	width: 182px;
	overflow: hidden;
	background: url(images/change_elections.png) no-repeat 0 0;
}

.change_elections .d-active{
	display: block;
}

.change_elections .rightSelected{
	background-position:0 0;
}

.change_elections .leftSelected{
	background-position:0 -43px;
}

.change_module{
	display: block;
    height: 45px;
    margin: 9px 0 5px;
    overflow: hidden;
}

/*Year menu - AKA change module*/
li.yearSwitchLi{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #B8B5B5;
	float: left;
	height: 34px;
	margin-right: 4px;
	margin-top: 2px;
}
li.yearSwitchLi a:active{
	background: none repeat scroll 0 0 #317E21;
}
li.yearSwitchLi a:hover{
	background: none repeat scroll 0 0 #317E21;
	color: #F0F0F0;
	font-size: 1.5em;
	font-weight: bold;
}
.change_module .change_module_link{
	color: #999898;
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 35px;
	padding: 0 10px;
	text-align: center;
	text-shadow: none;
}

.change_module .d-active{
	background: none repeat scroll 0 0 #317E21;
	color: #F0F0F0;
	font-size: 1.5em;
	font-weight: bold;
	cursor: default;
	box-shadow: 2px 2px 3px 1px #C1BABA;
}

.change_module_n .slink{
	background: url(../images/change_years_03.png) no-repeat 0 0;
}

.change_module_r .slink{
	background: url(../images/change_years_07.png) no-repeat 0 0;
}

.change_module .rightSelected{
	background-position:0 0;
}

.change_module .leftSelected{
	background-position:0 -40px;
}

.d_year-view.d-active {
	display: inherit;
}

.btn-cont{
	margin-top: 2px;
	min-height: 23px;
    width: 409px;
}

.btn-cont-switch .interBtn {
	margin-top: 18px;
}
.btn-cont-switch .map-def-cont {
	margin-top: 20px;
}

.btn_All{
	margin: 18px 8px 5px;
}

.hr {
	border-bottom: 2px solid #B3B2B2;
	}

.preloader1-cnt {
	display: none;
	height: 100%;
	left: 1.5%;
	position: absolute;
	top: 0;
	width: 98.5%;
	z-index: 1600;
}
.preloader1-box {
	position: absolute;
	background: white;
	/*opacity: 0.8;*/
	width: 100%;
	height: 100%;
}
.preloader1 {
	background-image:url(images/loader-45.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	height: 45px;
	width: 45px;
}

.preloader2-cnt{
    display: none;
    float: right;
    height: 1px;
    overflow: visible;
    padding: 0;
    position: relative;
    right: 49px;
    top: 1px;
    width: 1px;
    z-index: 1000;
}
.preloader2 {
	background-image:url(images/loader-45.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
  z-index: 10001;
}


/* BD */
.bd-fatal-cont{
  width: 666px;
  position: absolute;
  z-index: 10002;
  top: 20px;
  left: 40px;
}
.bd-ban-cont{
	margin-bottom: 3px;
	padding-bottom: 5px;
	padding-top: 7px;
}
.bd-ban-cont .close{
	font-size: 36px;
}
.bd-ban-cont .bd-left-msg {
	float: left;
	width: 80%;
	margin-left: 0;
	margin-right: 0;
}
.bd-ban-cont .bd-right {
	float: right;
}
.bd-title {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 4px;
}
.bd-notice {
	padding-bottom: 5px;
	padding-top: 5px;
}
ul.bd-browsers-list {
	margin: 3px 0 0 0;
	padding: 7px 0;
	border-top: 1px solid #F5F5DC;
	border-bottom: 1px solid #F5F5DC;
	width: 100%;
  list-style: none;
}
ul.bd-browsers-list li {
	float: left;
  list-style: none;
  text-align: left;
	padding: 0;
	margin: 0;
  display: block;
  height: 98px;
}
ul.bd-browsers-list li a {
	width: 104px;
	height: 38px;
	display: block;
	color: #666666;
	padding: 60px 10px 0;
	text-decoration: none;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}

ul.bd-browsers-list li A:HOVER {text-decoration: underline; }
ul.bd-browsers-list li A.firefox { background-image: url(../images/bd/firefox.gif) ; }
ul.bd-browsers-list li A.chrome { background-image: url(../images/bd/chrome.gif) ; }
ul.bd-browsers-list li A.safari { background-image: url(../images/bd/safari.gif)  ; }
ul.bd-browsers-list li A.opera { background-image: url(../images/bd/opera.gif) ; }
ul.bd-browsers-list li A.msie { background-image: url(../images/bd/msie.gif) ; }
UL.bd-skip-buttons {	margin-top: 10px; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.notice {
	position: absolute;
	top: 143px;
	margin: 0;
	left: 21%;
	width: 58%;
	z-index: 10001;
}

.notice .alert{
	padding-right: 13px;
	opacity: 0.95;
}
.notice p{
	text-align:center;
	font-weight: bold;
}

.btn-pop {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.warnpar {
	margin: 10px auto 7px;

}
.warnpar p {
	font-size: 16px;
	line-height: normal;
	color: #BA6A0F;
}

.alert-poll {
	margin: 0 3px 5px 8px;
}

/* OK */

.noWrap{
	white-space: nowrap;
}
.hiddena {
	display: none;
}

.clear{
	clear: both;
}


.selfc:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 1px;
	height: 0;
	visibility: hidden;
}
.selfc{
	display: inline-block;
}
.selfc{
	display: block;
}
