
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/



    /* TEST ASIA */
.yui-calendar td.calcell.highlight1 { border-bottom:2px solid #1b4eac;}
.yui-calendar td.calcell.highlight2 { border-bottom:2px solid #1b4eac;}
.yui-calendar td.calcell.highlight3 { background:#d7edfc;color:#147dce; border-bottom:2px solid #0f91d7; }
.yui-calendar td.calcell.highlight3 a{color:#147dce !important;}
.yui-calendar td.calcell.highlight4 { border-bottom:2px solid #6c6f80; }





#leftCalendar{
	/*background:url(/css/images/bg_lnav_on.gif) no-repeat top left;
	padding-top:15px;*/
	line-height:1.4em !important;
	font-size:1.2em;
	margin-bottom:15px;
}
#leftCalendarPadlayer{
	/*padding-bottom:15px;
	background:url(/css/images/bg_lnav_on.gif) no-repeat bottom left;*/
	
}
.yui-calcontainer {
	position:relative;
	background-color:#FFF;
	float:left;
	overflow:hidden;
	/*left:8px;
	padding:5px;*/	
}

.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 {
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	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("calx.gif") no-repeat; */
	width:17px;
	height:13px;
	cursor:pointer;	
}


/* Calendar element styles */

.yui-calendar {
	font:100% Arial, Helvetica, sans-serif;
	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:28px;
	height:23px;   
	left:-2px;
	z-index:1;
	background-image:url(/css/images/calendar_arrow_prev.gif);
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:28px;
	height:23px;
	right:-2px;
	z-index:1;
	background-image:url(/css/images/calendar_arrow_next.gif);
}

.yui-calendar tr{
	background:url(/css/images/bg_calendar_row.gif) repeat-x bottom left;
}
.yui-calendar tr.calweekdayrow{background:none;}

.yui-calendar td.calcell {
	padding:3px 0 1px 0;
	width:26px;
	border-top:3px solid #FFF;
	text-align:center;
	font-weight:bold;
	color:#848894;
	font-size:1.1em;	
}

.yui-calendar td.calcell a {
	color:#848894;
	text-decoration:none;
	display:block;
}

.yui-calendar td.calcell.today,
.yui-calendar td.calcell.today:hover
{

}

.yui-calendar td.calcell.today a,
.yui-calendar td.calcell.today a:visited,
.yui-calendar td.calcell.today a:hover
{
    
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#e2e2e2;
	border-top:3px solid #FFF;
}

.yui-calendar td.calcell.selected {
	background:#f9e1e1;color:#fe0000; border-bottom:2px solid #fe0000;
}
.yui-calendar td.calcell.selected a{
	color:#fe0000 !important;;
}
.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
}

.yui-calendar td.calcell.calcellhover a {
	color:#0F0F0F;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background:#e6e9f2; }
.yui-calendar td.calcell.highlight2 { background:#e6e9f2; }
.yui-calendar td.calcell.highlight4 { background:#eeeef0; }

.yui-calendar .calhead {
	height:25px;
	vertical-align:middle;
	background:#FFF;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	height:25px;
	text-align:center;
	font-size:16px;
	line-height:15px;
	padding-top:6px;
	color:#434856;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#434856;
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
	padding:5px 0 3px;
}

.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;}

/* Don't wont to highlight this week
.yui-calendar .currWeek{
	background:#e2e2e2;
}
*/