﻿.MeetingDate, .RegistrationDeadline {
    width: 120px !important;
}

.MeetingTime {
    width: 50px !important;
}

.BPMeetingsMeetingList {
    list-style-type: none;
    padding-left: 0 !important;    
}

.BPMeetingsMeetingDetail {
    float: left;
    width: 49%;
}

.BPMeetingsMeetingTitle {
    font-size: 20px;
    line-height: 16px;
}

.MeetingUndefined, .MeetingAccepted, .MeetingRejected, .MeetingCanceled {
    background-image: url(Images/MeetingSpriteBig.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    float: left;
    margin-right: 5px;
    height: 16px;
    width: 16px;
}

.MeetingAccepted {
    background-position: 0 -16px;
}

.MeetingRejected {
    background-position: 0 -32px;
}

.MeetingCanceled {
    background-position: 0 -48px;
}

.BPMeetingsMeetingSubscription 
{
    float: right;
    width: 49%;
}

.BPMeetingsLabel {}

.BPMeetingsRegistrationInvolvement, .BPMeetingsMicroEvents, .BPMeetingsRegistrationComment {
    margin-bottom: 15px;
}

.BPMeetingsRegistrationComment {
    width: 100%;
    height: 100px;
}

.BPMeetingsRegistrationCopyTo {
    width: 100%;
    height: 50px;
}

.BPMeetingsButtonSurround {
    display: block;
    text-align:center;
    margin: 15px 0;
}

.BPMeetingsMessageConfirmation {
    font-style: italic;
}

.BPMeetingsMessageCanceled {
    color: Red;
}

.MeetingCalendar {
    border: 0 !important;
}
.MeetingCalendarToday {
    border: 2px solid red;
}
.MeetingCalendarTitle {
    border: 0 !important;
    color: Black;
    background-color: rgb(185, 218, 66) !important;
    height: 39px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}
.MeetingCalendarWeekend {
    background-color: rgb(230, 230, 230);
}
.MeetingCalendarParticipate {
    background-color: rgb(185, 218, 66);
    font-weight: bold;
}
.MeetingCalendarCanceled {
    background-color: Red;
    color: White;
}
.MeetingCalendarSelector {}
.MeetingCalendarSelected {}
.MeetingCalendarOtherMonth {
    background-color: rgb(230, 230, 230);
    /*color: White;*/
}
.MeetingCalendarNav {
    padding: 0 5px;
    font-weight: normal;
    vertical-align: top;
}
.MeetingCalendarDay {}
.MeetingCalendarDayHeader {}
