﻿.etkinlikBulunduguYerler{background-image:url('../images/art/etkinlikBulunduguYerler.png');height:20px;width:211px;}
.etkinlikCizgi{background-image:url('../images/art/cizgi.png');background-repeat:repeat-x;height:8px;width:211px;}
.etkinlikOk{background-image:url('../images/art/ok.png');background-position:center;background-repeat:no-repeat;height:22px;width:15px;}
.etkLink{color:#F68921;font-family:Arial;font-size:11px;text-decoration:none;}
.etkLink:hover{color:#000;font-family:Arial;font-size:11px;text-decoration:none;}
.etkinlikYerBulunanlar{background-image:url('../images/art/etkinlikYerBulunanlar.png');height:20px;width:191px;}
.etkinlikIzmirdeBugun{background-image:url('../images/art/izmirdebugun.jpg');height:20px;width:150px;}
.etkinlikVizyondakiFilmler{background-image:url('../images/art/vizyondakifilmler.jpg');height:20px;width:150px;}
.salonlarBaslik{background-image:url('../images/art/salonlarBaslik.png');background-position:left;background-repeat:no-repeat;height:20px;width:71px;}
.EtkinlikBaslik{color:Orange;font-family:Arial;font-size:20px;font-weight:700;}
.KitapBaslik{font-family:Tahoma;font-size:10px;color:#FFA200;font-weight:700;}
.KitapIcerik{font-family:Tahoma;font-size:10px;color:#727272;}
.EKart{font-family:Tahoma;font-size:60%;color:#535353;font-weight:bold;}
.KitapCerceve{border-top-width:3px;border-bottom-width:3px;border-left-width:3px;border-right-width:3px;border-color:#BFD4D7; border-bottom-style:solid;border-top-style:solid;border-right-style:solid;border-left-style:solid;}
.lnkKitap{font-family:Tahoma;font-size:10px;color:#727272;text-decoration:none;}
.lnkKitap:hover{font-family:Tahoma;font-size:10px;color:#727272;text-decoration:none;}
.KitapAnasayfa_baslik
{ background-image: url('../images/art/haftaninkitabi.jpg');background-repeat: no-repeat;background-position: left;	width: 187px;height: 34px;}
.KitapAnasayfa_cizgi{background-image: url('../images/art/kitap_altcizgi.jpg');background-repeat: repeat-x;width: 283px;height: 12px;}
.EkartLink{color:#FF8900;font-family:Tahoma;font-size:60%;text-decoration:underline;}
.takvimBaslik, .takvimBaslik a, .takvimBaslik a:visited, .takvimBaslik a{color:#FF8900;font-family:Tahoma;font-size:100%;}
.takvimBaslik a:hover{color:#000000;font-family:Tahoma;font-size:100%;}
.takvimLink,.takvimLink:visited{ color:#434343; font-weight: bold; font-family:Tahoma;font-size:100%; text-decoration: none; }
/* Takvim - EventCalendar */
 .calendar
{
	margin: 0px auto;
	margin-top: 1px;
	
	width: 140px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #F5F3F4;*/
	color: Black;
	overflow: hidden;
}
.calendar .header
{
	width: 100%;
	/*background-color: Gray;*/
	float: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 3px;
	background-image: url('../images/art/takvim.png');
	background-repeat: no-repeat;
}
.calendar .header a, .calendar .header a:visited
{
	text-decoration: none;
}
.calendar .header a:hover
{
	color: White;
}

.prevMonth
{
	background-image: url('../images/art/takvim.png');
	background-position: 0px -20px;
    float: left;
    width: 15%;
}
.prevMonth a, .prevMonth a:visited 
{
	color: #000;   
	width: 10px;
}
.prevMonth a:hover
{
	background-image: url('../images/art/takvim_over.png');
	background-position: -2px -20px;
	color: #FFF;
}

.thisMonth
{
    float: left;
    width: 70%;
    font-size: 12px;
}
.thisMonth span
{
	font-size: 15px;
	color: #00C7F5;
}
.nextMonth
{
    float: left;
    width: 15%;
}
.nextMonth a, .nextMonth a:visited 
{
	background-image: url('../images/art/takvim.png');
	background-position: -123px -20px;
	color: #000;   
}
.nextMonth a:hover
{
	background-image: url('../images/art/takvim_over.png');
	background-position: -123px -20px;
	color: #FFF;
}

.days
{
	margin: 0px auto;
    float: left;
    padding: 2px;
    width: 14px; /* 14% */
    /* height: 18px; */
    font-weight: bold;
	font-size: 11px;
	border: solid 1px #fff;
	background-color: #363636;
	color: #FFF;
}

.thisDay
{
	margin: 0px auto;
    float:left;
    border: solid 1px #fff;
	background-color: #d1d1d1;
	width: 14px; /* width: 14%;*/
	/* height: 18px; */
	padding: 2px;
}
.thisDay a, .thisDay a:visited
{
    color: #434343;	
    text-decoration: none;
}
.thisDay a:hover
{
	text-decoration: none;
    width: 100%;
    height: 100%;
}
.thisDay:hover
{
	background-color: #00c7f1;
	text-decoration: none;
}
.otherDay
{
	margin: 0px auto;
    float:left;
    border: solid 1px #fff;
	padding: 2px;
	width: 14px; /* width: 14%;*/
	/* height: 18px; */
}
.otherDay a, .otherDay a:visited
{
	color: #BEBEBE;
	text-decoration: none;
}
.otherDay a:hover
{
	color: #000;
	text-decoration: none;
}
.otherDay:hover
{
	background-color: #00c7f1;
	text-decoration: none;
}

.selectedDay
{
	margin: 0px auto;
    float:left;
    background-color: #FFA500;
    border: solid 1px #fff;
	padding: 2px;
	width: 14px; /* width: 14%;*/
	/* height: 18px; */
}
.selectedDay a, .selected a:visited
{
    color: #434343;	
    text-decoration: none;
}
.selectedDay a:hover
{
	text-decoration: none;
    width: 100%;
    height: 100%;
}
.selectedDay:hover
{
	background-color: #00c7f1;
	text-decoration: none;
}
.clear
{
	clear: both;
}

.DivBookArchiveIcon{background-image:url(../images/ArrowOrange.gif); background-repeat:no-repeat; float:right; width:10px; height:11px; margin-right:4px; margin-top:8px;}
.DivBookArchiveLnk{margin-top:5px; margin-right:5px; float:right;}