
#calendar {
	position: absolute;
	top: 0px;
	left: 620px;
	width: 160px;
	height: 184px;
	border: solid 0px #000080;
	font-size: 9px;
    padding: 0px 0px 0px 0px;
	background-color: #CEDEE7;
    border-bottom: 1px solid #000080;
}
.dateSelector {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	color: #FFFFFF;
        font-weight: bold;
	font-size: 10px;
	background-color: #000080;
}
.dateSelector a{
	color: #EEEEFE;
}
.dateSelector a:hover{
	color: #FFFFFF;
}
.dateSelector a:visited{
	color: #FFFFFF;
}





.calBoxes {
	width: 140px;
	height: 130px;
	/*background: url(../img/left/calBg.gif) no-repeat;*/
	padding: 9px 10px 0px 10px;
	text-align: center;
}

.calBoxDay {
	color: #000080;
        font-weight: bold;
	background-color: #CEDEE7;
	width: 18px;
	height: 17px;
	line-height: 17px;
	margin:1px;
	float: left;
	text-align: center;
}
.calBox {
	color: #333383;
	width: 18px;
	height: 17px;
	line-height: 17px;
	background-color: #CEDEE7;
	margin:1px;
	float: left;
	text-align: center;
}
.calBoxEmpty {
	width: 18px;
	height: 17px;
	line-height: 17px;
	/*background-color: #EEEEEE;*/
	background-color: #CEDEE7;
	margin:1px;
	float: left;
}

.calBox a {
	color: #000080;
	text-decoration: none;
}

.calBox a:hover {
	color: #0000C0;
	text-decoration: underline;
}

/*------------------------------- "star html hack" start -------------------------------


following rules are only (incorrectly) 
interpreted by ie (in quirks or standards mode)
*/

* html div.calendar {
	width: 155px;
	height: 186px;
}

* html div.calBoxes {
	width: 155px;
	height: 150px;
}
/*------------------------------- "star html hack" stop -------------------------------*/

.calMozFix {
	clear: both;
	border-top: solid 1px #F1F1F2;
}

.colored {
	/*background-color: #CEDEE7;*/
	background-color: #FFFFFF;
}


.log_singleView {
    width: 600px;
}