/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
.yui-calcontainer {
	font:77% "Georgia", Times New Roman, Times, serif;
	/*position:relative;*/
	padding:0px;
	background-color:#858841;
	border:none;
	float:left;
	overflow:hidden;
	border:none;width:154px;
	/*margin-left:2px;*/
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
	width:50em;
	height:50em;
}

.yui-calcontainer.multi {
	padding:0;
}

.yui-calcontainer.multi .groupcal {
	padding:5px;
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
}

.yui-calcontainer .title {
	
	color:#BABA19;
	margin-bottom:5px;
	height:25px;
	position:absolute;
	top:3px;left:5px;
	z-index:1;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:3px;
	top:3px;
	border:none;
	z-index:1;
}

.yui-calcontainer .calclose {
	background: url() no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;	
}

/* Calendar element styles */

.yui-calendar {
	width: 154px;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
	z-index:1;
	background: url() no-repeat;
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	right:2px;
	z-index:1;
	background: url() no-repeat;
}
/*Days of the week cells*/
.yui-calendar td.calcell {
	padding: .59em;
	border:1px solid #707333;
	background-color:#5A5E23;
	text-align:center;
}

.yui-calendar td.calcell a {
font-family:"Georgia", Times New Roman, Times, serif;
	color:#FFF;
	text-decoration:none;
	
	
}
/* today's info*/
.yui-calendar td.calcell.today {
font-family:"Georgia", Times New Roman, Times, serif;
	border:1px solid #707333;

	color:#FFDA79;
	
}

.yui-calendar td.calcell.today a
{
 border:none;
 color:#FFDA79;
 font-weight:bold;
 
}
/* empty cells*/
.yui-calendar td.calcell.oom {
	cursor:default;
	color:#858841;
	background-color:#858841;
	border:1px solid #707333;
}

.yui-calendar td.calcell.selected {
	color:#FFDA79;
	background-color:#5A5E23;
	border:none;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFDA79;
	background-color:#5A5E23;
	border:1px solid #707333;
	
	
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFDA79;
	
	
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }
/* Month and header */
.yui-calendar .calhead {
	border:none;
	vertical-align:middle;
	background-color: transparent;
	font-weight:bold;
}


.yui-calendar .calheader img {
	border:none;
}
/* M-F */
.yui-calendar .calweekdaycell {

	color:#666;
	font-weight:normal;
	text-align:center;
	width:1.5em;
	background-color:#FFF; 
	border:1px solid #707333;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}

.calweekdayrow{
	font:100% "Georgia", Times New Roman, Times, serif;
	
}


#cal1Container {
	/*height: 159px;*/
	width: 162px;
	float: left;
	overflow:hidden;
}

div[id="calTitle"] {
	width: 162px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #858841;
	font-size: 14px;
	padding-left:6px;
	float: left;
	color: #FFFFFF;
	margin-top: 31px;
	font-weight: bold;
}

#calTitle {
	width: 154px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #858841;
	font-size: 14px;
	padding-left: 8px;
	float: left;
	color: #FFFFFF;
	margin-top: 25px;
	font-weight: bold;
}

.yui-calendar tr th .calheader {
	position:relative;
	width:100%;
	text-align:left;
	color:#FFF;
	
	font:144% "Georgia", Times New Roman, Times, serif;
	padding-left:0.5em;
	padding-bottom:4px;
	font-weight:bold;
}
