/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img, button, input{
	border: 0;
}

a{
	border: 0;
	text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/

body {
	margin: 40px 0 0 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
#containercal {
	margin: 0 auto;
	width: 380px;
	text-align: left;
	margin-top: 15px;
}
#month {
	margin: 0 0 10px 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	width: 380px;
	position: relative;
}
#month img{
	position: absolute;
	right: 0px;
}
#perfCalendar {
	border: solid 1px #000000;
}
#perfCalendar td {
	border: solid 1px #000000;
}

#calwrap{
	min-height:310px;	
}

.loadergif{
	text-align:center;
	padding:125px 0 93px 0;
}
.day {
	width: 53px;
	height: 28px;
	background-color: #cd181f;
}
.date {
	width: 53px;
	height: 53px;
	padding: 0 0 0 2px;
	vertical-align: top;
	cursor: pointer;
}
.date_noPerf {
	background-image: url(/calendar/images/bg_noPerf.gif);
	width: 53px;
	height: 53px;
	padding: 0 0 0 2px;
	vertical-align: top;
}
#prev_next {
	float: right;
	margin: 5px -8px 0 0;
}
.popup {
	position: absolute;
	display: none;
	z-index: 100;
}
#popup_arrow {
	float: left;
	margin: -7px 0 0 171px;
	background-image: url(/calendar/images/popup_arrow.gif);
}
#popup_content {
	float: left;
	width: 203px;
	height: 83px;
	padding: 45px 0 0 0;
	background-image: url(/calendar/images/bg_popup.gif);
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.time {
	font-size: 24px;
}
#border_right {
	float: left;
	margin: 3px 0 0 0;
	width: 2px;
	height: 80px;
	background-color: #000000;
}
#border_bottom {
	float: left;
	margin: -45px 0 0 2px;
	width: 203px;
	height: 2px;
	background-color: #000000;
}
td div{
	display: none;
}
td{
	width: 53px;
}
#right img{
	margin: 0px;
}
