@charset "utf-8";
/* CSS Document */

.yel_block_top{
background: url(../Design/Content/yellow_block_top.jpg) left top no-repeat;
height:9px;
font-size:6px;
width:188px;
}

.yel_block{
width:188px;
background:url(../Design/Content/yellow_block_bg.jpg) left top repeat-y;
}

.yel_block li{
text-align:center;
margin-bottom:6px;
}

.yel_block li.last{
margin:0;
}

.yel_block li.v_title{
font-size:11px;
font-weight:bold;
color:#a17901;
text-align:left;
padding-left:14px;
}

.yel_block_bottom{
background:url(../Design/Content/yellow_block_bottom.jpg) top left no-repeat;
height:9px;
width:188px;
font-size:6px;
margin-bottom:5px;
}

.blue_block_top{
background:url(../Design/Content/blue_block_top.jpg) top left no-repeat;
height:9px;
font-size:6px;
width:188px;
}

.blue_block{
width:174px;
background:url(../Design/Content/blue_block_bg.jpg) top left repeat-y;
padding:5px 7px;
}

ul.voting{
border-bottom:solid 1px #ceced2; 
padding:16px 0 0 0;
margin-bottom:10px;
}

ul.voting li{
padding-bottom:12px;
padding-left:20px;
}

ul.voting li input{
margin-left:-25px;
width:25px;
}

.blue_block_bottom{
width:188px;
height:9px;
font-size:6px;
margin-bottom:5px;
background:url(../Design/Content/blue_block_bottom.jpg) top left no-repeat;
}

input.voting_button{
cursor:pointer;
background:url(../Design/Content/voting_button.gif) top left no-repeat;
width:65px;
border:0;
height:20px;
}

a.more_video{
float:right;
padding-right:19px;
font-size:12px;
margin-right:12px;
color:#3360ac;
background:url(../Design/Icons/arrow_right_y.gif) top right no-repeat;
}

/*---------KALENDORIUS----------*/

table.calendr{
width:161px;
margin:0 auto;
border:solid 1px #fcd100;
border-right:0;
border-bottom:0;
border-top:solid 1px #fcd100;
}

table.calendr td{
text-align:center;
vertical-align:middle;
line-height:20px;
background:#feed99;
width:23px;

border-bottom:1px  solid #fcd100;
border-right:1px  solid #fcd100;

}

table.calendr a span{
display:block;
background:#fcd100;
}

table.calendr a span.sventes{
display:block;
background:#eab000;
}

div.calendr_title{
height:22px;
padding:10px 5px 0 5px;
background:url(../Design/Content/calendr_title.jpg) top left no-repeat;
width:151px;
margin:0 auto;
border-bottom:1px solid #feebb2;
color:#a17901;
cursor: default;
}

table.calendr tr.week td{
color:#4c4c4c;
border-bottom:1px solid #feebb2;
background:#fcd100;
cursor: default;
}

table.calendr tr.week td i{
font-style:normal;
color:#a17901;
cursor: default;
}


table.calendr td.DayDisabled{
text-decoration:none;
padding:1px;
cursor: default;
}
table.calendr td.DayDisabledWeekEnd{
text-decoration:none;
cursor: default;
}

table.calendr td.DayEnabled{
/*display:block;*/
background: #FFFFFF;
text-decoration:none;
padding:1px;
/*border:1px;
border-color:#fcd100;*/
cursor: pointer;
}
table.calendr td.DayEnabledOver{
/*display:block;*/
background:#eab000;
text-decoration:none;
border:solid 1px #ff0000;
border-right:solid 1px #ff0000;
border-bottom:solid 1px #ff0000; 
cursor: pointer;
}

table.calendr td.DayEnabledWeekEnd{
/*display:block;*/
background:#fcd100;
text-decoration:none;
padding:1px;
cursor: pointer;
}
table.calendr td.DayEnabledWeekEndOver{
display:block;
background:#eab000;
text-decoration:none;
border:1px solid #ff0000;
cursor: pointer;
}

table.calendr td.ToDayEnabled{
display:block;
background:#eab000;
text-decoration:none;
border:1px solid #F97907;
cursor: pointer;
}
table.calendr td.ToDayEnabledOver{
display:block;
background:#eab000;
text-decoration:none;
border:1px solid #ff0000;
cursor: pointer;
}

table.calendr td.ToDayEnabledWeekEnd{
display:block;
background:#eab000;
text-decoration:none;
border:1px solid #F97907;
cursor: pointer;
}
table.calendr td.ToDayEnabledWeekEndOver{
display:block;
background:#eab000;
text-decoration:none;
border:1px solid #ff0000;
cursor: pointer;
}






/*
daydisabled,
daydisabledweekend,

dayenabled,
dayenabledover,
dayenabledweekend,
dayenabledweekendover,

todayanaybled,
todayanabledover,
todayanabledweekend,
todayanabledweekendover,*/






