﻿.event-manager-calender
{
    background-image:url("./images/event-manager-bg.png");
    background-repeat:no-repeat;
    height:555px;
    margin-top:10px;
    overflow:hidden;
    padding:10px;
    width:563px;
}

.event-manager-weekday
{
    background-color:#DDDDDD;
    border:1px solid White;
    color:#5B5B5B;
    float:left;
    font-weight:bold;
    height:75px;
    overflow:hidden;
    padding:2px;
    width:71px;
}

.event-manager-weekday:hover
{
	background-color:#F7F7F7;
}

.event-manager-weekend
{
	background-color:#DDDDDD;
	border:1px solid White;
	float:left;
	height:75px;
	padding:2px;
	width:71px;
	color:#21439d;
	font-weight:bold;
}

.event-manager-weekend:hover
{
	background-color:#F7F7F7;
}

.event-manager-dayname
{
	float:left;
	width:77px;
}

.month-name
{
	color:White;
    font-size:120%;
    font-weight:bold;
    height:32px;
    line-height:25px;
    margin-bottom:10px;
    width:542px;
}

.event-title
{
font-size:85%;
font-weight:normal;
margin-bottom:3px;
}

.event-link
{
	color:#5B5B5B;
	text-decoration:none;
}

.event-manager-title
{
    color:White;
    font-size:120%;
    font-weight:bold;
    margin-top:-8px;
    text-align:center;
    width:542px;
}

.event-manager-event-wrapper
{
    margin-bottom:10px;
}

.book-event-now-button
{
    background-image:url(./images/book_now.jpg);
    background-repeat:no-repeat;
    border:medium none;
    cursor:pointer;
    display:block;
    height:23px;
    margin-top:10px;
    width:88px;
}

.booking-form-error-title
{
    color:Red;
    font-weight:bold;
}

.booking-form-error-textbox
{
    border:solid 1px Red;
}

.event-manager-blankday
{
    background-color:#F0F0F0;
    border:1px solid #FFFFFF;
    float:left;
    font-weight:bold;
    height:75px;
    padding:2px;
    width:71px;
}

.event-category-key-collection
{
    background-color:#F0F0F0;
    margin-top:10px;
    padding:5px;
    width:529px;
}

.event-category-key-collection h2
{
    margin-top:-5px !Important;
}

.event-category-key div
{
    float:left;
    height:15px;
    margin-right:5px;
    width:15px;
}

.event-category-key
{
    float:left;
    margin-bottom:5px;
    margin-right:5px;
}

.add-to-calender-event
{
    background-image:url("./images/calendar.png");
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:48px;
    margin-top:10px;
    width:48px;
}