/*
events.css
*/

div.venueItemHead
{
font-weight: bold;
}

div.hidingoptions
{
margin: 0 0 20px 0; 
}

div.hidingoptions input.text
{
width: 300px;
}

table.eventfilter td
{
padding: 0 10px 10px 0;
table-layout: fixed !important;
}

/* venueedit */

.venueItem
{
clear: both;
}

.venueedit
{
float: right;
display: block;
margin-bottom: 5px;
}

.venueedit img
{
display: inline;
margin-left: 3px;
visibility: hidden;
}

.showall
{
}

.showall img
{
visibility: visible !important;
}

.venueedit img.showit
{
visibility: visible !important;
}

/* xxxx */

.event_datepage
{
background: url('https://image.librarything.com/pics/datepage_40.png');
background-repeat: no-repeat;
background-position: top left;
float: left;

width: 40px;
height: 44px;
font-family: Arial;
font-size: 10px;

margin-top: 2px;
margin-bottom: 10px;
}

.edp_odd
{
	background: url('https://image.librarything.com/pics/datepage_g_40.png');
}

/* xxxx */

.datepage_month
{
text-align: center;
color: white;
font-size: 16px;
line-height: 16px;
padding-top: 5px;

font-size: 14px;
line-height: 14px;
padding-top: 3px;
}

.datepage_day
{
text-align: center;
color: black;
font-weight: bold;

font-size: 16px;
line-height: 16px;
padding-top: 6px;
}

.venueItem .text
{
margin-left: 48px;
}

div.venuedate
{
margin-bottom: 6px;
}

/* xxxx */

.event_datepage,
.event_datepage_small
{
	xbackground: url('https://image.librarything.com/pics/datepage_30.png');
	xbackground-repeat: no-repeat;
	xbackground-position: top left;
	background:none;
	float: left;

	width: 30px;
	height: 35px;
	font-family: Arial;
	font-size: 10px;

	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #eee;
	position:relative;
}
.event_datepage {
	width: 40px;
	height: 40px;
}

.event_datepage.edp_odd,
.event_datepage_small.edp_odd
{
	xbackground: url('https://image.librarything.com/pics/datepage_g_30.gif');
}

.event_datepage .datepage_month,
.event_datepage_small .datepage_month
{
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 12px;
	padding-top: 2px;
	background-color: #AA3432;
	border:1px solid #AA3432;
	box-shadow: 1px 1px 0 #8B8989, 2px 2px 0 #BAB8B8;
}

.event_datepage .datepage_day,
.event_datepage_small .datepage_day
{
	text-align: center;
	color: black;
	font-weight: bold;

	font-size: 12px;
	line-height: 18px;
	padding-top: 1px;
	border:1px solid #c9c9c9;
	border-top: none;
	background-color: #eee;

	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;

	box-shadow: 1px 1px 0 #eee, 2px 2px 0 #ddd;
	border-top:2px dotted #ccc;
	color: #333;
}
.event_datepage .datepage_day {
	line-height: 24px;
	font-size: 16px;
}

.event_datepage.edp_odd .datepage_month,
.event_datepage_small.edp_odd .datepage_month {
	background-color: #2D80B4;
	border:1px solid #2D80B4;
}

/* xxxx */

div.eventmore
{
font-weight: bold;
font-size: 11px;
xmargin-left: 48px;
}

div.venuemore
{
margin-left: 20px;
font-weight: bold;
font-size: 11px;
}