/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
-moz-selection {
    background:#fe57a1;
    color:#fff;
    text-shadow:none
}::selection {
    background:#fe57a1;
    color:#fff;
    text-shadow:none
}

a {
    color: #fc368d;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}

span {
    color: #fc368d;
}
span.grey {
    color: #6b6b6b
}

/*--------*/

h1 {
    font: normal 1.250em 'Istok Web';
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    padding-bottom: 0.4em;  
    border-bottom: 1px solid #e6e6e6;
}
h1.footer {
    border: none;
    margin-bottom: 20px;
    padding: 0;
}
h1.footer a {
    color:black
}

.plusone, .commcount {
    cursor: pointer
}

html {
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
}
body {
    width: 1180px;
    background: url(/i/header-stripe-bg.gif) repeat-x;
    margin: 0px auto;
}
header {
    margin-bottom: 30px;
    height: 155px;
}
.header-stripe {
    height: 40px;
    text-transform: uppercase;
    font-size: 0.9em;
    color:#6b6b6b
}
.header-stripe a {
    text-decoration: none;
    color: #6b6b6b
}
.header-stripe a:hover {
    text-decoration: underline;
    color: #fc368d
}
.years-links {
    float: left;
    margin-top: 12px;
}
.years-links a {
    margin-right: 8px;
    cursor: pointer;
}
.years-links mark {
    margin-right: 8px;
    color: #bebebe;
    background: none;
}
.social-links {
    width: 170px;
    float: left;
    margin: 8px 20px 0 30px;
    height: 22px;
}
.social-links a {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    display: block;
    background: url('/i/soc-links.png') no-repeat scroll 0px 0px;
    float:left;
}
.social-links a.twitter-link:hover {
    background-position: 0px -32px;
}
.social-links a.fb-link {
    background-position: -32px 0px;
}
.social-links a.vk-link {
    background-position: -64px 0px;
}
.social-links a.fb-link:hover {
    background-position: -32px -32px;
}
.social-links a.vk-link:hover {
    background-position: -64px -32px;
}
.auth {
    float: right;
    margin: 8px 30px 0 0;
}
.auth a {
    margin-top: 4px;
    display: inline-block;
}
#login {
	padding: 4px 0 0 30px;
	background: url('/i/login-smile.png') no-repeat;
	height: 22px;
	display: block;
}
#login:hover {
    background-position:  0px -45px;
}
.logo {
    font: 600 3.0em 'Istok Web';
    text-transform: uppercase;
    line-height: 1.1;
    padding: 22px 0 0 30px;
    color: #000;
}
.logo a {
    color:#000;
}
.logo a:hover {
    text-decoration: none;
}
.logo-name {
    float: left;
    width: 170px;
    margin-right: 20px
}
.logo-title {
    float: left;
}
.social-buttons {
    float: right;
    font: 100 0.1em 'Istok Web';
    width:170px;
    margin-right: 30px;
 }
 .social-buttons div {
     margin-bottom: 4px;
 }
nav {
    padding: 0.6em 0 0.4em 30px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font: 500 1.250em 'Istok Web';
}
nav a {
    color: black;
    text-decoration: none;
    margin-right: 25px;
}
nav a:hover {
    color: #fc368d;
    text-decoration: none;
}
nav a.active {
    color: #fc368d
}
.info {
    background: #e6e6e6;
    height:170px;
    width:1120px;
    margin-top: 20px;
    padding: 30px;
    clear: left;
}
.info a {
    width: 170px;
    height: 140px;
    float: left;
    margin-right: 20px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    text-decoration: none;
    font: 600 1.25em 'Istok Web';
    text-transform: uppercase
}
.info a:hover {
    opacity: 0.7
}
.info a .big {
    font: bold 4.375em 'Istok Web';
    line-height: 1;
}
.info a.iwant {
    background: #fc368d;
    text-align: left;
    padding: 45px 0 0 20px;
    width: 150px;
    height: 125px;
    font: bold 1.5em 'Istok Web';
    line-height: 1.1;
}
.info a.iwant span {
    font-size: 28px;
    font-weight: bold;
    color: #fff
}
.info a.last {
    margin-right: 0;
    font-size:100 1.5em 'Istok Web';
    text-align: left;
    padding: 45px 0 0 20px;
    width: 150px;
    height: 125px;
    background: url('/i/info-bg-hotel.jpg');
    line-height: 1.1;
}
.info a.last span {
    font-size: 28px;
    font-weight: bold;
    color: #fff
}
.left {
    width: 170px;
    padding: 25px 0 0 30px;
    float: left;
    margin-bottom: 30px
}
.top5 li {
    margin-bottom: 25px;
}
ul.top5 .imgcontainer {
    height:111px;
    width:111px;
    overflow: hidden;
}
.top5 li img {
/*    height: 111px*/
}
.top5 li h4 {
    font: normal 0.9em Tahoma;
    line-height: 1.2;
    color: #fc368d
}
.top5 li span {
    display: block;
    color: #6b6b6b;
    font-size: 11px;
    margin: 0.3em 0 0.7em 0;
}
.top5 li span a {
    color: #6B6B6B
}
.plusone {
	display:none;
}

.reaction .vote-plus {
    height: 20px;
    width: 35px;
    background: url('/i/top5-buttons.png') no-repeat scroll 0px 5px;
    padding: 5px 0 0 18px;
    font-size: 13px;
    color: #6B6B6B;
}
.reaction .vote-plus:hover {
    color: #fc368d;
    background-position: 0px -18px;
}
.vote-plus.active {
	color: #fc368d;
    background-position: 0px -18px;
}
.reaction .commcount {
    height: 20px;
    width: 35px;
    background: url('/i/top5-buttons.png') no-repeat scroll 0px -39px;
    padding: 5px 0 0 18px;
    font-size: 13px;
    color: #6B6B6B;
    display: none;
}
.reaction .commcount:hover {
    color: #fc368d;
    background-position: 0px -61px;
}
.main {
    width: 740px;
    padding: 25px 20px 0 20px;
    float: left;
    margin-bottom: 30px
}
.welcomeword {
    margin-bottom: 30px
}
/*.welcomeword h1 {
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: none;
    font: normal 2.625em 'Istok Web';
    border: none;
    line-height: 1.1
}*/
.welcomeword h2 {
    text-transform: uppercase;
    font: 500 1.375em 'Istok Web';
    margin-bottom: 20px;
}
.welcomeword h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font: normal 1.250em 'Istok Web';
}
.welcomeword h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
.welcomeword p {
    font: normal 0.938em/1.2 Tahoma;
    margin-bottom: 20px;
}
.welcomeword ul {
    font-size: 15px;
    margin-bottom: 20px;
}
.welcomeword li {
    padding-bottom: 10px;
}
.main-left {
    width:490px;
    float: left;
}
.main-right {
    width: 230px;
    float:left;
    margin-left: 20px
}
.right {
    float: left;
    padding-top:25px;
    width: 190px;
    margin-bottom: 30px
}

article h2 {
    font: normal 1.125em/1.1 Tahoma;
    margin-bottom: 8px;
    color: #fc368d;
}
article span {
    display: block;
    color: #6b6b6b;
    font-size: 11px;
    margin-bottom: 8px;
}
article p {
    font-size: 14px;
    margin-bottom: 0px !important;
    line-height: 1.3
}
article img {
    margin-bottom: 10px;
}
article .socbuttons {
    display: inline-block;
    margin-top: 15px;
    height: 20px;
}
article .reaction {
    float: right;
    display: inline-block;
    margin-top: 15px
}

.members {
    line-height: 0;
    margin-bottom: 30px;
    float:left ;
}
.members img {
    margin:0;
    width:42px;
}
.members .img {
    width:42px;
    height: 42px;
    overflow: hidden;
    float:left;
}
.members .img a {
    width:42px;
    height: 42px;
    display: block;
}

h1.tweets {
    background: url('/i/tweet-bird.png') no-repeat 100% 5px;
}

.tweets-uwdc li {
    margin-bottom: 20px
}
.tweets-uwdc li img {
    height: 24px;
    width: 24px;
    float:left;
    margin-right: 4px;
}
.tweets-uwdc li .nick {
    font-size: 13px;
    color: #fa398c;
}
.tweets-uwdc li .name {
    font-size: 11px;
    color: #6b6b6b;
}
.tweets-uwdc li p {
    margin: 10px 0 3px 0;
    font-size: 0.75em;
    line-height: 1.3;
}
.tweets-uwdc li span {
    color: #6b6b6b;
    font-size: 11px;
}

.sponsors-partners {
    clear: left;
    margin: 0 30px;
}
/*
.sponsors {
    float: left;
    margin-right: 20px;
}
*/
.sponsors {
	margin-bottom:35px;
}
.sponsors a {
    margin-right: 30px;
}
.gensponsors {
    float: left;
/*    width: 735px;*/
	margin-right: 20px;
}
.infosponsors a {
    margin-right: 30px
}
.partners {
    float: left;
    margin-right: 20px;
    width: 365px;
}
.techpartners {
    float: left;
}
.partners a {
    margin-right: 30px
}

footer {
    clear: left;
    padding: 35px 30px 0 0;
    margin: 0 30px 30px 30px;
    border-top: 1px solid #e6e6e6;
}
footer span {
    font-family: 'Istok Web';
    font-size: 48px;
    text-transform: uppercase;
    display: block;
    width: 170px;
    font-weight: bold;
    color: #CCC;
    float: left;
    margin-right: 20px;
}
footer span a {
    color: #ccc;
}
footer span a:hover {
    text-decoration: none;
}
footer .menu-column {
    float: left;
    width:130px;
    margin: 0 20px 30px 0;
}
footer .menu-column li {
    color: #fc368d;
    font-size: 15px;
    margin-bottom: 10px;
}
footer .counter {
    clear: left;
    float:left;
    width:170px;
    margin-right: 20px
}
footer .copyright {
    float:left;
    color: #999;
    font-size: 13px;
    width:600px;
    margin-bottom: 30px;
    line-height: 1.4;
	height: 60px;
}
footer .copyright a {
    color: #fc368d;
    text-decoration: none;
}


/*--------*/

ul.submenu {
    margin-bottom: 60px;
    font: 500 1.250em 'Istok Web';
}
ul.submenu li {
    margin-bottom: 10px;
}
ul.submenu li a {
    color: #000;
    padding-left: 20px;
    background: url('/i/submenu-item.png') no-repeat scroll 0px -42px;
}
ul.submenu li a:hover {
    color: #fc368d;
    background-position-y: 5px;
}
ul.submenu li a.active {
    color: #fc368d;
    background-position-y: 5px;
}
ul.subs {
    font: normal 0.750em 'Istok Web';
    margin-top: 10px;
}
ul.subs li {
    margin-bottom: 5px;
}
ul.subs li a {
    background: none;
    color: #6b6b6b
}
ul.subs li a.active {
    color: #fc368d;
}

.content {
    width: 740px;
    padding: 25px 20px 0 20px;
    float: left;
    margin-bottom: 30px
}
.content h1 {
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: none;
    font: normal 2.625em 'Istok Web';
    border: none;
    line-height: 1.1
}
.content h2 {
    text-transform: uppercase;
    font: 500 1.375em 'Istok Web';
    margin-bottom: 20px;
}
.content h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font: normal 1.250em 'Istok Web';
}
.content h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
.content p {
    font: normal 0.938em/1.2 Tahoma;
    margin-bottom: 20px;
}
.content ul, .welcomeword ul {
    font-size: 15px;
    margin-bottom: 20px;
}
.content ol, .welcomeword ol {
	list-style-type: decimal;
}
.content li, .welcomeword li {
    padding-bottom: 10px;
    line-height: 1.3
}
.content ul>li, .welcomeword ul>li {
	margin-left: 1em;
	display:block;
}
.content ul>li:before, .welcomeword ul>li:before{
	content: "\2015";
	margin-right: 0.3em;	
}
.content ol>li, .welcomeword ol>li{
	list-style-position: inside;	
}
.about-report {
    height: 115px;
    margin-bottom: 35px;
    padding-top: 20px;
    clear: both;
}
.about-report .report-author a {
    color:black
}
.about-report .report-info {
    float: left;
}
.about-report .img img {
    float: left;
    margin-right: 20px;
    height:111px
}
.about-report .report-author {
    font: normal 1.250em 'Istok Web'
}
.about-report .report-details {
    font: normal 0.938em/1.1 'Istok Web';
    color: #6b6b6b;
    margin-bottom: 8px;
}
.similar-reports {
    clear: both;
}
.about-report-short {
    margin-bottom: 10px;
    height: 90px;
    padding: 10px 10px;
}    
.about-report-short img {
    height:60px;
}
.about-report-short .img {
    height:60px;
    width:60px;
    overflow: hidden;
    float:left;
    margin-right: 20px;
}
.about-report-short .report-name {
    font: normal 1.250em/1.1 'Istok Web';
    margin-bottom: 8px;
}
.about-report-short .report-name a {
    color: black;
}
.about-report-short .report-author {
    font: normal 0.813em/1.1 'Istok Web';
    color: #6b6b6b;
	float: left;
}
.about-report-short .report-author a {
    color: #6b6b6b;
}
.about-report-short .time {
    clear:left;
    font: normal 0.813em/1.1 'Istok Web';
    color: #6b6b6b;
    margin-top: 5px;
    float: left;
}
.about-report-short .reaction {
    float: right
}
.about-report-short:hover {
    background: #e6e6e6;
}

.liststyle {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.sort {
    font: normal 0.813em Tahoma;
    float: left;
    color: #6B6B6B;
}
.sort a {
    color: #6b6b6b;
    border-bottom: 1px dashed #6b6b6b;
    padding: 2px 5px;
    margin-right: 7px;
}
.sort a:hover {
    background: #FC268D;
    color: white;
    border: none;
    text-decoration: none
}
.sort a.active {
    background: #FC268D;
    color: white;
    border: none;
    text-decoration: none
}
.view {
    float: right;
}
.view a {
    display:inline-block;
    height: 20px;
    width: 20px;
}
.view a.bylist {
    background: url('/i/liststyle.png') no-repeat scroll 0px -28px;
}
.view a.bylist:hover {
    background-position-y: 0px;
}
.view a.bylist.active {
    background-position-y: 0px;
    text-decoration: none;
}
.view a.byphoto {
    background: url('/i/liststyle.png') no-repeat scroll 0px -80px;
}
.view a.byphoto:hover {
    background-position-y: -56px;
    text-decoration: none;
}
.view a.byphoto.active {
    background-position-y: -56px;
}
.userlist {
}
.userlist .column {
    width: 170px;
    margin-right: 20px;
    float: left;
    padding-top: 20px;
}
.userlist .column a {
    width: 170px;
    display: block;
    font: normal 0.938em/1.5 Tahoma;
    color: black;
}
.userlist .column .letter {
    margin-top: 20px;
    padding-bottom: 5px;
    color: #FC268D;
}
.userlist .column.last {
    margin: 0;
}

.userlistphotos {
}
.userlistphotos .column {
    width: 340px;
    margin-right: 20px;
    float: left;
}
.userlistphotos .username {
    height: 60px;
    margin-bottom: 10px;
}
.userlistphotos .username a {
    width: 270px;
    display: block;
    font: normal 0.938em/1.5 Tahoma;
    color: black;
    padding-top: 20px;
}

.userlistphotos .names img {
    margin-right: 10px;
    float: left;
    clear: left;
}
.userlistphotos .column .letter {
    color: #FC268D;
}
.userlistphotos .names {
    margin-bottom: 35px;
    padding-top: 10px;
}
.userlistphotos .column.last {
    margin: 0;
}

.pages {
    border-top: 1px solid #e6e6e6;
    clear: left;
    padding-top: 15px;
}
.pagesnav {
    float: left;
}
.pages .pagesnav a {
    font: normal 0.875em Tahoma;
    padding: 2px 6px;
}
.pages .pagesnav a:hover {
    background: #FC268D;
    color: white;
}
.pages .pagesnav a.active {
    background: #FC268D;
    color: white;
}

.pages a.prev {
    background: url('/i/arrows.png') no-repeat scroll 0px -24px;
    width:10px;
    height:12px;
    padding: 0;
    display: block;
    float: left;
    margin: 3px 15px 0 0;
}
.pages a.prev:hover {
    background-position-y: -36px
}
.pages a.next {
    background: url('/i/arrows.png') no-repeat scroll 0px 0px;
    width:10px;
    height:12px;
    padding: 0;
    display: block;
    float: left;
    margin: 3px 0 0 15px;
}
.pages a.next:hover {
    background-position-y: -12px
}

table.program {
}

.authbox {
    display: none;
    position: absolute;
    background: white;
    width: 370px;
    padding:30px;
    z-index: 199;
    display: none;
    margin-left: -400px;
    margin-top: 5px;
}
.authbox a {
    float: left;
}
.authbox a img {
    margin: 10px 5px 0 0;
}
.authbox span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    background: url('/i/cross.png') no-repeat scroll 50% -16px;
    width: 20px;
    height: 20px;
}
.authbox span:hover {
    background-position-y: 17px
}
.fader, .fader_postreg {
    background: none repeat scroll 0 0 #101010;
    height: 100%;
    opacity: 0.55;
    position: fixed;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 99;
    display: none;
    filter: alpha(opacity=55);
}
.fader_postreg {
    display: block;
}
.clearer {
    clear: both;
}

/*Postauth registartion form*/
.postreg-popup {
    width:430px;
}
form input[type="text"]{
    width: 392px;
    height:30px;
    border: 1px solid #9a9a9a;
    font-size: 1.250em;
    padding-left: 7px;
}
form label {
    display: block;
    margin: 0 0 5px 8px;
    font-size: 0.688em;
    color: #6b6b6b;
}
form input[type="submit"]{
    padding: 3px 10px;
    height: 30px;
    background: #fc368d;
    color: white;
    border: none;
    font-size: 0.938em;
    cursor:pointer;
}
.popup {
    position: absolute; 
    z-index: 100;   
    background:white;  
    padding:20px; 
    top:100px;
    margin: 0px auto;
}

.postreg-popup a.logoutbtn {
    color: #fc368d;
    margin-left: 20px;
}
form .row {
    margin-bottom: 15px;
}
form input[type="file"]{
    width:399px;
}
form .avatar {
	background-repeat:no-repeat; 
	margin-top: 10px;
}
form .avatar label {
	margin-left:0px; 
}
form .avatar a {
	display:block; 
	width:62px; 
	height:62px
}
form .checkrow {
    font-size: 1.364em;
}
form .checkrow label {
    color: black;
}
form textarea {
    width: 392px;
    border: 1px solid #9a9a9a;
    font-size: 1.250em;
    padding-left: 7px;
    height: 100px;
}
.addreport select {
    width: 392px;
    height:30px;
    border: 1px solid #9a9a9a;
    font-size: 1.250em;
    padding-left: 7px;
}
form .fields-holder div.row.ok{
  background: url("/i/form_ok.gif") 410px 27px no-repeat;
}

form .fields-holder div.row.error{
  background: url("/i/form_error.gif") 410px 27px no-repeat;
}
form label.checkbox {
	display: inline-block;
}
#deleteaccount, a.changeinfo{
    cursor: pointer;
    margin-top: 10px;
    display: block;
    background: #fc368d;
    color: #fff;
    width:100px;
    padding: 8px;
    font-size: 13px;
}
a.changeinfo {
    width:110px;
}

a.download-presentation {

}

/*Program Tables*/
.program_navigation {
	margin-bottom: 10px;
}
.program_navigation a.prev_day, .program_navigation a.next_day{
	cursor: pointer;
	color: #6B6B6B;
	font-size: 0.8em;
}
table.program {
	font: normal 0.875em Tahoma;
	border-collapse: separate;
	border-spacing: 1px;
}
table.program td.time {
	background: #E6E6E6;
	/*border-bottom: 1px solid white;*/
	border: none;
	vertical-align: top;
}
table.program  thead th {
	background: #fc368d;
	padding: 0.5em;
	color: white;
}
table.program td {
	padding: 8px;
	border: 1px solid #f1f1f1;
	vertical-align: middle;
}
table.program a.author {
	display: block;
	font-size: 0.75em;
	color: #6B6B6B;
}
table.program div.p_time {
	font-size: 0.75em;
	color: #6B6B6B;
}
table.program th.room {
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: left;
}
table.program td.empty {
	background: #f1f1f1;
}
table.program td.want {
	/*background: #ffe1ee;*/
	background: url(/i/yes-bg.png) no-repeat 98% 5%;
}
.day25 {
float: left;
margin-right: 20px;
cursor: pointer;
}
.day26, .day25 {
	cursor: pointer;
}
.day25.active, .day26.active {
	color: #fc368d;
	cursor: default;
}
.day25.active:hover, .day26.active:hover {
	text-decoration: none;
}
.day25:hover, .day26:hover {
	text-decoration: underline;
}
a.downloadprogram {
	background: url(/i/pdf.jpg) no-repeat;
padding-left: 20px;
color: #6B6B6B;
margin-bottom: 5px;
display: block;
height: 18px;
}

table.program td.yellow {
	background-color: #ffffa1;
}
table.program td.blue {
	background-color: #ccd6f9;
}
table.program td.green {
	background-color: #cef7e9;
}
table.program td.pink {
	background-color: #f2d7fe;
}
table.program td.orange {
	background-color: #ffe5cc;
}

.legend {
	line-height: 1.5;
	
	font-size: 0.9em;
	display: block;
	margin: 10px 0;
}
.legend span {
	margin-right: 1px;
	padding: 5px;
	color: #6B6B6B;
}
span.yellow {
	background:#ffffa1;
}
span.blue {
	background:#ccd6f9;
}
span.green {
	background:#cef7e9;
}
span.pink {
	background:#f2d7fe;
}
span.orange {
	background:#ffe5cc;
}
.legend span.yes {
	margin-top: 2px;
	display: block;
}

/*PDF*/
table.program.pure td {
	padding: 0;
}