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