.leftFloat {
	float: left;
}
.rightFloat {
	float: right;
}
.clearFloat {
	clear: both;
}
.visibility_off {
	visibility: hidden;
	display: none;
}
.visibility_on 
{
	visibility: visible;
	display: block;
}

/* start calendar styles*/
.restooltexterror
{
	color: #D32828;
	font-size: 90%;
	font-size: 88%;
}


.titleContainer{
	width:158px;
	padding:1px 5px;
	background:#ffa726 url("../images/calHdrBG.gif") top repeat-x;
}


.nextArrow{float:left; width:6px;}
.month{
	text-align:center;
	float:left;
	width:146px;
	margin:0 auto;
	font-weight: bold;
	/*font-size: 93%; changing to px because iwnstyle is screwing everything up.*/
	font-size: 12px;
	color:#fff;
}
.prevArrow{float:left; width:6px;}

.calendardow{
	border: #fff 1px solid;
	background-color: #fff;
	color: #666;
	text-align: center;
	float: left;
	width: 22px;
	padding: 0px; 
}
.calendarday{
	border: #e0e0e0 1px solid;
	background-color: #fff;
	text-align: center;
	float: left;
	width: 22px;
	padding: 0px;
}

.calendarday a {display:block; text-decoration:none; color:#2583f9;}
.calendarday a:hover {color:#fff; background-color:#F90;}

.calendartoday{
	border: #000 1px solid;
	background-color: #fc6;
	color: #000;
	text-align: center;
	float: left;
	width: 22px;
	padding: 0px;
}

.calendarDepartDate{
	border: #000 1px solid;
	background-color: #f93;
	color: #000;
	text-align: center;
	float: left;
	width: 22px;
	padding: 0px;
}

.calendaropen{
	border: #e0e0e0 1px solid;
	background-color: #eee;
	color: #ccc;
	float: left;
	width: 22px;
	padding: 0px;
}

.calendarpast{
	border: #e0e0e0 1px solid;
	background-color: #fff;
	color: #ccc;
	text-align: center;
	float: left;
	padding: 0px;
	width: 22px;
}

.closelink{
	color:#2683f9;
	font-size:85%;
	font-weight:bold;
	clear:left;
	padding:3px 0;
}
.closelink a:link, .closelink a:visited, .closelink a:active, .closelink a:hover {color:#2683f9; text-decoration:underline;}

.closeImg{float:left; padding-top:3px;}

/* end calendar styles*/