@media screen
{
.opera{width:auto;}
table.calendar {
	border:solid #4C4C4D 1px;
/*height:11em;
	margin-top:-12.5em;*/
	margin-top:-210px;
	font-family:Arial,"Arial CE",Helvetica,"Helvetica CE",sans-serif;
	border-collapse: collapse;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	/*-moz-user-select: none;*/
    /*-khtml-user-select: none;*/
	z-index:50;
}

html>body table.calendar{width:auto;}
table.calendar input,table.calendar select{font-size:10px;}/*font-size:110%;*/
table.calcells td.cell_selected{background-color:#B0030C;color: white!important;}
table.calcells td.cell_selected a{color: white!important;}
table.calendar input{margin-bottom:3px;width:5em;margin-left:1px;border:1px #4C4C4D solid;background-color:#efefef;}  /* _KN_20130122_l defaultchanged: width:6em*/

div.mainheading{margin:2px;}
table.calendar div.mainheading input{width:auto;margin:0;}/*margin-bottom:0;*/
.dole input{width:70em!important;}
table.calendar td{border:0;font-size:10px;text-align:center;color:black!important;}/*font-size:65%;*/
table.caldayheading{border-collapse:collapse;cursor:pointer;empty-cells:show;margin:0 6px;}
table.caldayheading td,table.calcells td{text-align:left;font-weight:bold;width: 22px;}/*width:1.8em;should match calendar cell's width*//*border: solid #CCCCCC 1px;*/
table.calcells {border-collapse:collapse;cursor:pointer;margin:0 6px;}
table.calcells td{vertical-align:top;height: 20px; /*IE doesn't like ems*//*line-height:1.3em;height:20px;IE doesn't like ems*/}
table.calcells td div{padding:1px;margin:0;}
table.calcells td.wkhead{text-align:center;}
table.calcells td.wkday a,table.calcells td.wkend a{color:white!important;}
table.calcells td.curdate {border-bottom:1px black solid!important;}
table.calcells td.notallowed{background-color:white;color:#EEEEEE;font-style:italic;}
table.calcells td.hover{background-color:white;}
table.calcells td .cist{position:absolute;left:-10000px;top:0;height:1px;width:1px;overflow:hidden;} /* _KN_20101122_r */
}