/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/* Container Styles */

.calcontainer {*height:1%;} /* IE */
.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.calbordered {
	float:left;
	/* background-color:#ECEACE; */
}

.calbordered .title {
	font:65% Arial,Helvetica,sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:auto;
	width:304px;
	position:relative;
}

.title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.cal2up {
	float:left;
}

.calnavleft {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;   
	left:2px;
}

.calnavright {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;  
	right:2px;
}

/* Calendar element styles */

.calendar {
	font:7.5pt "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-align:center;
	border-spacing:0;
        line-height:10px;
}
.calendar a {
	color:#00007c;
	text-decoration:none;
	padding: 3px;
	margin: 0;
	
}

.calendar a:hover {
color:#000049;
}

.calcell {
	width:2.5em;
	height:2.15em;
	text-align: center;
	vertical-align: middle;
	color: #bbc;
	/*
	border:1px solid #ECEACE;
	background-color:#ECEACE;
	*/
}

.calcell a {
	color:#006699;
	text-decoration:none;

}

.calcell.today {
	border:1px solid #000;
}

.calcell.oom {
	cursor:default;
	color:#bbc;

}
.calcell.oom:hover {
	cursor:default;
	color:#006699;
}
.calcell.selected {
	color:#666;
	/*background-color:#FFF19F;*/
	border:1px solid #999;
}

.calcell:hover, .calcell.calcellhover {
	cursor:pointer;
	color:#00007c;
	background-color:#FF9900;
	/* border:1px solid #FF9900; */
}

.calcell.calcellhover a, .calcell:hover a {
	color:#00007c;
}

.calcell.restricted {
	text-decoration:line-through;
}

.calcell.previous {
	color:#CCC;
}

.calcell.highlight1 { background-color:#CCFF99; }
.calcell.highlight2 { background-color:#99CCFF; }
.calcell.highlight3 { background-color:#FFCCCC; }
.calcell.highlight4 { background-color:#CCFF99; }


.calhead {
	border:2px solid #f9f8ee;
	vertical-align:middle;
	background-color:#f9f8ee;
}

.calheader {
	position:relative;
	width:100%;
        height:12px;
	text-align: center;
}

.calheader img {
	border:none;
}

.calweekdaycell {
	color:#666;
	font-weight:normal;
        height:20px;
	vertical-align: middle;
}

.calfoot {
	background-color:#EEE;
}

.calrowhead, .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.calrowhead {
	border-right-width:2px;
}

