.calWrap {
	position: relative;
	top: -30;
	margin-top: 40;
	width: 521px;
}

.calDayName {
	position: absolute; 
	top: 65; 
	float: left; 
	z-index: 50; 
	background-color: #505050; 
	color: #FFFFFF;
	width: 75; 
	height: 20; 
	border-width: 1px; 
	border-style: solid; 
	border-color: navy; 
	text-align: center; 
	vertical-align: middle; 
}

.calMonthName { 
	position: absolute;
	float: center;
	z-index: 50; 
	padding: 2px 2px 0px 2px;
	background-color: #505050; 
	width: 521;
	top: 30px;
	height: 24; 
	border-width: 1px; 
	border-style: solid;  
	text-align: center; 
	vertical-align: middle; 
}

.calMonthName h3 {
	text-align: center;
	margin: 1px 0px 5px 0px;
	padding: 2 5 0 5;
	color: #FFFFFF;
	text-transform: uppercase;
}

.calLastMonth, .calNextMonth  {
	position: absolute;
	float: left;
	z-index: 50; 
	padding: 0px 2px 0px 2px;
	background-color: #505050; 
	color: #6666FF;
	width: 100; 
	border-width: 1px; 
	border-style: solid; 
	border-color: navy; 
	text-align: center; 
	vertical-align: middle; 
	font-weight: bold;
	height: 22px;
}

input.month_button { 
    color: #C0C0C0;
    border: 0px solid;
    background-color: #505050;
    font-size: 10px;
    display: block;
	height: 100%;
	width: 100%;
}

input.month_button:hover {
	color: #6666FF;
	background-color: #FFCC66;
}

.calNextMonth {
	left: 421px;
}

div.calLastMonth:hover, div.calNextMonth:hover {
	background-color: #FFCC66;
	color: #000000;
}

.calInnerWrap {
	position: absolute; 
	top: 85;
}

.calUnitUp {
	position: absolute; 
	float: left;
	z-index: 50; 
	background-color: #505050; 
	width: 75; 
	height: 70; 
	border-width: 1px; 
	border-style: solid; 
	border-color: navy;
}

.calUnitNum {
	position: absolute;  
	top: -11; 
	left: 76; 
	width: 20; 
	height: 15; 
	z-index: 70; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px;  
	border-color: #505050; 
	background-color: #FFFFFF; 
	color: #000000;
	font-weight: bold;
	text-align: center; 
	font-size: 12; 
	vertical-align: middle;
}

div.calUnitNum:hover {
	color: #FFFFFF;
	background-color: #A00000;
}

.calUnitMain {
	padding: 6px 0px 0px 0px;
	position: absolute;
	float: left; 
	z-index: 60; 
	background-color: #D0D0D0; 
	width: 75; 
	height: 58; 
	border-width: 1px 1px 1px 1px; 
	border-style: solid; 
	border-color: navy;
}

div.calUnitMain:hover {
	background-color: #FF9900;
}

.Practice, .One-on-Ones, .Special, .Event, .Absent, .Meeting {
	position: absolute;
	z-index: 80;
	height: 15px;
	width: 71px;
	padding: 1 2 0 2;
	border-color: #483D8B; 
	border-style: solid; 
	border-width: 5px 0px 0px 0px; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.Practice {
	background-color: #99FF99;
}

.One-on-Ones {
	background-color: #99FF99;
}

.Special {
	background-color: #996699;
}

.Event {
	background-color: #336699;
}

.Absent {
	background-color: #FF6699;
}

.Meeting {
	background-color: #FF6600;
}

div.Practice:hover, div.One-on-Ones:hover, div.Special:hover, div.Event:hover, div.Absent:hover, div.Meeting:hover {
	background-color: #483D8B;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.calDescription {
	font-size: 12px;
	border-color: #A00000; 
	border-style: solid; 
	border-width: 0px 0px 0px 0px; 
	padding: 5px;
	position: absolute;
	width: 300px;
	height: 180px;
	background-color: #9999FF;
	z-index: 100;
}

.calDescCol1 {
	position: absolute;
	left: 5px;
	width: 110px;
	text-transform: uppercase;
	font-weight: bold;
}

.calDescCol2 {
	position: absolute;
	width: 200px;
	left: 130;
	text-transform: uppercase;
}

.calDescDetails {
	margin-top: 5px;
	padding: 2px;
	position: absolute;
	left: 10px;
	width: 285px;
	background-color: #FFFFFF;
}

.calFullDescription {
	font-size: 14px;
	top: 100px;
	left: 10px;
	border-color: #483D8B; 
	border-style: solid; 
	border-width: 5px 5px 0px 5px; 
	padding: 5px 0px 5px 5px;
	position: absolute;
	width: 550px;
	height: 240px;
	background-color: #DDDDDD;
	z-index: 130;
	visibility: hidden;
}

.calDescFullDetails {
	margin-top: 3px;
	padding: 10px;
	position: absolute;
	left: 10px;
	width: 480px;
	background-color: #FFFFFF;
}

.calDescription h3, .calEditItem h3, .calFullDescription h3, .calFullDescWrap h3 {
	text-align: center;
	margin: 1px 0px 5px 0px;
	border: 1px solid #000000;
	padding: 2 5 0 5;
    border-width: 1px 0px;
    background-color: #FFFFFF;
	color: #A00000;
	text-transform: uppercase;
}

.calAddItem { 
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 130;
	width: 100%;
	height: 50px;
}

.calEditItem {
	font-size: 14px;
	top: 150;
	left: 50%;
	margin-left: -275px;
	border-color: #483D8B; 
	border-style: solid; 
	border-width: 5px 5px 0px 5px; 
	padding: 5px 0px 5px 5px;
	position: absolute;
	width: 550px;
	height: 540px;
	background-color: #DDDDDD;
	z-index: 300;
	visibility: hidden;
}

.calFullDescWrap {
	font-size: 14px;
	top: 150;
	left: 50%;
	margin-left: -275px;
	border-color: #483D8B; 
	border-style: solid; 
	border-width: 5px 5px 0px 5px; 
	padding: 5px 0px 5px 5px;
	position: absolute;
	width: 550px;
	height: 300px;
	background-color: #DDDDDD;
	z-index: 300;
	visibility: hidden;
}


.calDelItem {
	position: absolute;
	left: 50%;
	margin-left: -275px;
	top: 150px;
	z-index: 130;
	height: 50px;
}

.calDelItemTable {
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	width: 550px;
	height: 500px;
	z-index: 130;
	background-color: #FFFFFF;
	height: 50px;	
}

.calDelInner {
	font-size: 20px;
	width: 100%;
	text-align: center;
}

.calDelInner td {
	background-color: #808080;
}

.calDelInner td:hover {
	background-color: #FF9900;
}

.calThisDaysEvents{
	background-color: #FFFFFF;
}