﻿.calendar table{
	background: #fff;
	padding: 5px 10px;
	border: solid 1px #ccc;
}

.calendar table table{
	padding: 0;
	border: none;
}

.calendar td{
	font-weight: bold;
}

.calendar table table table table td{
	padding: 0 4px;
	font-weight: normal;
	cursor: pointer;
}

.add_leg_button{
	width: 195px;
	height: 38px;
	border: none;
	text-transform: uppercase;
	text-indent: -750px;
	background: url(add_leg_button.gif) no-repeat 0 0;
	margin: 5px 0 20px;
	cursor: pointer;
	position: relative;
	display: block;
}

.add_leg_button:hover{
	background: url(add_leg_button.gif) no-repeat 0 -38px;
}