
/* calendar css */

.dhtmlxcalendar {
	background: #ffffff;
	border: 0px solid white;
	font-family: Arial;
	z-index:99;
	width: 128px;
	height:170px; /*150*/
	padding:12px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.dhtmlxcalendar .entbox{
	width:128px;
}

.dhtmlxcalendar td {
	font-size: 10px;
	font-family: Tahoma;
	text-align:center;
}

.dhtmlxcalendar .dxcalmonth {

}

.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/cal_arrow_bwd.gif) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/cal_arrow_fwd.gif) center center no-repeat;
}

.dhtmlxcalendar .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar .dxcaldlabel {
	border-bottom: 1px solid #7e7e7e;
	color:#7e7e7e;
}
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	font-size: 10px;
	font-family: Tahoma;
	text-align: left;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	color: #7e7e7e;
}

.dhtmlxcalendar .dxcaldlabel{
	border-top: 0px;
}
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 0px;
	text-align: center;
	cursor: pointer;
}
.dhtmlxcalendar .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar td.comma{
	visibility:visible;
}
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:28px;
}

/* begin: days colors */
.dhtmlxcalendar td.thismonth{
	color:black;
	padding:1px;
}

.dhtmlxcalendar td.othermonth{
	visibility:hidden;
	
}

.dhtmlxcalendar td.weekend{
	color:#a70000;
	padding:1px;
}

.dhtmlxcalendar td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}

.dhtmlxcalendar td.selected{
	background-color: #808080;
	color:white !important;
}


.dhtmlxcalendar td.current{
	font-weight:bold  !important;
	color:black;
}

.dhtmlxcalendar td.hover{
	border:1px solid #b5b5b5;
	color: #ffff;
	padding:0px;
}
/* end: default */

/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar {
	background: url(imgs/cal_bg_double.png) no-repeat;
	padding: 0px;
}
.dhtmlxdblcalendar .dhtmlxcalendar {
	background-image: url(!important);
}
/* end: dhtmlxDblCalendarObject */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
	position: absolute;
	background-color:#ffff;
	display: block;
}
.dhtmlxcalendar textarea.dhtmlxRichSelector,
.dhtmlxcalendar select.dhtmlxRichSelector {
	font-family: verdana;
	position: absolute;
	font-size: 9px;
	overflow: hidden;
	border-width: 0px;
	z-index:100;
}
.dhtmlxcalendar select.dhtmlxRichSelector {
	border: 1px solid #5555;
}


#media_btn_div { 
	position: absolute;
	top: 188px;
	left: 90px;
	z-index:500;
}

#media_btn_sel_div {
	position: absolute;
	top: 188px;
	left: 90px;
	z-index:500;
}

#item_btn_div {
	position: absolute;
	top: 188px;
	left: 118px;
	z-index:500;
}

#item_btn_sel_div {
	position: absolute;
	top: 188px;
	left: 118px;
	z-index:500;
}

