.control_bar {
        position: absolute;
        text-align: left;
        z-index: 9999;
}

#control {
        text-align: left;
        padding-left: 5px;
        width: 300px;
        color: black;
        font-family: Verdana, sans-serif;
        font-size: 12px;
        z-index: 99999;

}

#control a b {
        color: red;
}



/* calendar stuff */

#calendar {
	background: url(calendarbg.gif);
	height: 190px;
	width: 233px;
	text-align: center;
	position: relative;
}

#calendar_popup { 
	visibility: hidden;
	position: absolute;
	top: 270px;
	left: 233px;
	min-height: 130px;
	background: #cebc0e;
	border: 1px solid #5f5d30;
	width: 170px;
	padding: 12px;
}

#calendar_popup b { 
	color: red;
	text-decoration: underline;
}

.opcssCal {
	height: 180px;
	width: 210px;
	margin-left: 10px;
	margin-top: 10px;
}

.opcssCal td {
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

.opcssCalTitle {display: none;}
.opcssCalDefault { color: black; }
.opcssCalYear { display: none; }
.opcssCalMonth { color: black; font-weight: bold; font-family: Verdana;  } 
.opcssCalMonthLbl { color: black; font-weight: bold; font-size: 1.4em; padding-left: 20px;} 
.opcssCalDaysTbl { width: 210px;  }
.opcssCalDaysTbl td { font-size: 1.2em;text-align: center; }
.opcssCalDay { font-weight: normal;  background-color: white; border: 1px solid #808080; cursor: default; }
.opcssCalDayOff {  }
.opcssCalCurDay {color: black: font-family: Verdana; font-weight: bold; border: 2px solid #e00079;  cursor: default; }
.opcssCalEvtDay {color: black: font-family: Verdana; font-weight: bold; border: 1px solid #5199c8;  cursor: default; }
.opcssCalwalshEvtDay {color: black: font-family: Verdana; font-weight: bold; background: #5f6732; border: 1px solid #808080; cursor: default; }
.opcssCalidEvtDay {color: black: font-family: Verdana; font-weight: bold; background: #ef3b12; border: 1px solid #808080; cursor: default; }
.opcssCalmp3EvtDay {color: black: font-family: Verdana; font-weight: bold; background: #7bbe33; border: 1px solid #808080; cursor: default; }



.opcssCalCurEvtDay {color: black: font-family: Verdana; font-weight: bold; border: 2px solid #e00079;  cursor: default; }
.opcssCalSelDay { }
.opcssCalSetDay {background-color: white; border: 1px solid black; }
.opcssCalClose { display: none; }
.opcssCalYearLblList { display: none; }
.opcssCalSelectYear { display: none; }
.opcssCalSelYear { display: none; }
.opcssCalMonthLblList { display: none; }
.opcssCalSelectMonth { color: red; }
.opcssCalSelMonth { color: red; }


