#calendar{
	width: 240px;
	height: 100%;
	/*margin: 10 auto;*/
	margin:0;
    padding:0;
	z-index:1;
}
#calendar *{
   margin:0;
   padding:0;
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
}
#calendar .full-calendar-header{
	background: url(../images/calendar_topb.jpg) no-repeat center top;
	width: 240px;
	height: 100px;
}
#calendar .full-calendar-container{
    width:220px;
	background: url(../images/calendar_middle.jpg) repeat-y center top;	
	padding-left: 8px;
	padding-right: 10px;
	margin: 0px;
}
html>body #calendar .full-calendar-container{
    width:220px;
	background: url(../images/calendar_middle.jpg) repeat-y center top;	
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
#calendar .full-calendar-footer{
	background: url(../images/calendar_bottom.jpg) no-repeat center top;
	height: 25px;
	width: 240px;
}
#calendar .full-calendar-button{
	height:20px;
	width:192px;
	padding: 3px 15px 0;
	border-bottom:  #1d1d1d 1px solid;
}
#calendar .next-month, .prev-month, .full-calendar-title{
   display:block;
   color: #FFFFFF;
}
#calendar .next-month, .prev-month{
   width:16px;
   cursor:pointer;
}
#calendar .prev-month{
   float:left;
   text-align:left;
}
#calendar .full-calendar-title{
   float:left;
   width:160px;
   text-align:center;
}
#calendar .next-month{
   float:right;
   text-align:right;
}

#calendar .full-calendar-month{
   width: 100%;
   overflow: hidden;
}
#calendar .full-calendar-month table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 216px;
	margin:0 auto;
	margin-left:3px;
}
#calendar .full-calendar-month table thead{
	width: 100%;
}
#calendar .week{
	border-right: #1d1d1d 1px solid;
	border-bottom: #1d1d1d 1px solid;
	width: 30px;
	height: 20px;
	color:#000000;
	font-size: 12px;
	text-align: center;
	line-height: 21px;
}
#calendar .day{
    /*background: url(../images/date_bg.gif) no-repeat center bottom;*/
	border-right: #1d1d1d 1px solid;
	border-bottom: #1d1d1d 1px solid;
	width: 30px;
	height: 20px;
	color:#FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 21px;
}
#calendar  .day_event{
    /*background-image: url(../images/date_bg2.gif);*/
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
}
#calendar .day_none{
    /*background: url(../images/date_bg3.gif) no-repeat center bottom;*/
	border-right: #1d1d1d 1px solid;
	border-bottom: #1d1d1d 1px solid;
	width: 30px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 21px;
}
#calendar .today{
    color:#ff5a00;
	font-weight:bold;
}
#calendar .other-month{
   /*background-image:url(../images/date_bg3.gif);*/
   color:#1d1d1d;
}
#ex{
	width: 210px;
	border: #32281e 2px solid;
	padding: 3px;
	display: none;
	position: absolute;
	background-color:#fff;
	z-index:10;
}
#ex_title{
	width: 200px;
	border: #ff7b7b 0px solid;
	background-image: url(../images/date_cxtitle.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	line-height: 13px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	text-align:left;
}
#ex_content{
	color: #000000;
	line-height: 18px;
	background-color: #d9bd94;
	font-size: 12px;
	margin: 5px;
	padding: 2px;
	width: 93%;
	test-align:left;
}
#ex_content ul li{
    text-align:left;
}
