/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
.ypcall  {
text-decoration: line-through;
visibility:hidden;
}
.yui-calcontainer {
    position: static;
    padding:0px;
	background-color:#FBF4EA;
    border:1px solid #FFFFFF;
    float:left;
	white-space:nowrap;
	margin:0px;
	vertical-align:top
	
	}


.yui-calcontainer iframe {
    position:static;
    border:none;
    margin:0;padding:0;
    left:-1px;
    top:-1px;
    z-index:0;
    height:0px;
}

.yui-calcontainer.multi {
    padding:0;
}

.yui-calcontainer.multi .groupcal {
    padding:0px;
    background-color:transparent;
    z-index:1;
    float:left;
    border:none;
}

.yui-calcontainer .title {
    font:100% verdana;
    color:#000;
    font-weight:bold;
    margin-bottom:5px;
    height:25px;
    top:3px;left:5px;
    z-index:1;
}

.yui-calcontainer .close-icon {
    position:static;
    right:3px;
    top:3px;
    border:none;
    z-index:1;
}

.yui-calcontainer .calclose {
    background: url("/include/htl/default/graphics/calx.gif") no-repeat;
    width:17px;
    height:13px;
    cursor:pointer;
}

/* Calendar element styles */

.yui-calendar {
	font-family:verdana;
    text-align:center;
    border-spacing:0;
    border-collapse: collapse;
	height:140px
}

.yui-calcontainer.withtitle {
    padding-top:1.5em;
}
.yearhead {
  width:200px;
		border:#FF0000 1px solid;
		}
 .calnavleft {
 background-repeat:no-repeat;
 background-position:center;
}

.calnavright {
	background-repeat:no-repeat;
	background-position:center;
}

.yui-calendar td.calcell {
    padding:.1em .2em;
    border:1px solid #E0E0E0;
    text-align:center;
				font-size:9px;
}

.yui-calendar td.calcell a {
	color:#666666;
    text-decoration:none;
}

.yui-calendar td.calcell.today {
    border:0px solid #000;
}

.yui-calendar td.calcell.oom {
    cursor:default;
    color:#E1E1e1;
    background-color:#FFFFFF;
    border:0px solid #E0E0E0;
}

.yui-calendar td.calcell.selected a {
    color:#FFFFFF;
    background-color:#FF8D41;

}
td.selected {     background-color:#FF8D41;}

.yui-calendar td.calcell.calcellhover {
    cursor:pointer;
    color:#FFF;
    background-color:#FF8D41;
    border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover a {
    color:#FFF;
}

.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; }

.yui-calendar .calhead {
    vertical-align:middle;
    background-color:#FF8D41;
}

.yui-calendar .calheader {
    position:static;
    width:100%;
    text-align:center;
	font-size:9px;
}

.yui-calendar .calheader img {
	padding-top:10px;
    border:none;
}

.yui-calendar .calweekdaycell {
    font-weight:700;
    text-align:center;
	font-size:7.5pt;
	color:#666666;
}

.yui-calendar .calfoot {
    background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
    color:#666;
    font-size:8px;
    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;}
.first {
clear:left;
}
.last {
clear:left;
}
.floatleftx { float:left;  width:25px; padding-left:2px}
.floatleft2 { float:left; width:100px}
.floatrightx { float:right; width:25px; padding-right:2px}
.txtdecornone { text-decoration:none}
.txtselect { color:#FFFFFF}