﻿
/*--- calendar list ---*/
#calendarList
{
	
}

#colourIndicators
{
	float: left;
}

#colourIndicators ul
{
	padding: 0;
	margin: 0;
}

#colourIndicators ul li
{
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
	list-style: none;
}

#calendarChecks
{
	float: left;
}

.colourList
{
	
}

#calendarChecks table tbody tr td
{
	padding: 4px 0 4px 4px;
}

/*--- Calendar Tooltip ---*/
#tooltip
{
	width: 300px;
	height: 150px;
	overflow: hidden;
}

#image
{
	float: left;	
	padding: 0 5px 5px 0;
	width: 50px;
	height: 50px;
}

#text
{
	width: 245px;
	height: 150px;
}

#applyNow
{
    width: 400px;
}

.left
{
    float: left;
    width: 25%;
    padding: 5px 0 5px 10px;
    
}

.right
{
    float: right;
    width: 65%;
    padding: 5px 0 5px 0;
}

.clearBoth
{
	clear: both;
}