/* CALENDAR */
#today {
	background-color: #F0F7FB !important;
}
#today .day {
	background-color: #999999;
}
.calendar-icon {
	width: 32px !important;
	height: 32px !important;
}

.calendar-dropdown {
	font-size: 12px;
}

#month-dropdown {
	width: 150px;
}

#year-dropdown {
	width: 100px;
}

#calendar-month-selector {
	margin-bottom: 10px !Important;
}

#calendar-month-selector a {
	font-size: 12px !important;
}

table.bigcalendar {
	border-collapse : collapse;
	width : 805px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
}

table.bigcalendar td, table.bigcalendar th {
	width : 14%;
	border : 1px solid silver;
	padding : 3px;	
}


table.bigcalendar td.busy {
	cursor : pointer;
}

table.bigcalendar th {
	font-size : 0.8em;
	text-align : center;
	font-weight : normal;
}

table.bigcalendar td.noday {
	background-color : #E9E9E9;
}

table.bigcalendar div.scroll {
	overflow : auto;
	height : 60px;		
	padding : 5px 0px;
	clear : both;
}

table.bigcalendar div.day div {
	font-weight : bold;
	padding : 3px;
	float : right;
}

table.bigcalendar span.month {
	padding : 3px;
	float : left;
}

table.bigcalendar div.day {
	background-color : #E9E9E9;
	font-size : 0.8em;
	color : navy;
	height : 20px;
}

table.bigcalendar td.busy .day div {
	background : navy;
	color : white;
}

table.bigcalendar .events {
	font-size : 0.75em;
}

.milestones {
	font-size: 11px;
}

.deliverables {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.events {
	color: #666666;
	font-size: 0.8em;
}

.WP1 { color: #678FCA; }
.WP2 { color: #FE4644; }
.WP3 { color: #66C70E; }
.WP4 { color: #AD5BFF; }
.WP5 { color: #666666; }
.WP6 { color: #FFB928; }


.calendar-date-information-section {
	margin-bottom: 20px;
}

.calendar-information-heading {
	margin-bottom: 10px !important;
}

#calendar-top {
	position: relative;
	min-height: 135px;
}

#newmonthform {
	position: absolute;
	bottom: 30px;
	left: 0px;
}

#calendar-key {
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: white;
	padding: 10px;
}

#calendar-key h3 {
	text-decoration: underline;
	margin-bottom: 3px; !important;
}

#calendar-key p {
	margin-bottom: 0px;
	padding-bottom: 3px;
	font-size: 0.75em;
}


/* MARRATECH BOOKER */

#booking-confirmation-table {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#booking-confirmation-table td {
	text-align: left;
}

#addbooking {
	float: left;
	width: 330px;
	position: relative;
}
#addbooking form {
	padding-top: 0px;
	margin-top: 0px;
}
#addedtitle {
	padding-top: 10px !important;
	margin-bottom: 10px;
}
#todaysbookings {
	margin-left: 350px;
	border-left: 1px solid #999999;
	padding-left: 20px;
	width: 330px;
	margin-top: 30px;
}
#todaysbookings form {
	margin-top: 5px;
}
.bookingtable th {
	vertical-align: middle;
	text-align: right;
	padding: 5px;
	width: 130px;
}

.bookingtable input {
	width: 150px;
}

.marratech-button {
	width: 155px;
	margin-top: 5px;
}

.showhidelink {
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF;
}

#todaysbookings form {
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}

#todaysbookings #lastform {
	border-bottom: 0px;
}

.uneditable_booking {
	margin-bottom: 20px;
}

#marratech_helptext {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* MEETING SCHEDULER */

.chosen {
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
}
#participanttable td {
	text-align: center;
}
