#calendar_area{
	width:880px;
	padding:5px;
	/*color:#FFF;*/
	border:4px solid #FFF;
	background-color:#260D07;
	clear:both;
}
#calendar_area a{/*color:#ffffff;*/ font-size: 90%;}
#calendar_area a:hover{}

#calendar_area div.prev{float:left;}
#calendar_area div.next{float:right;}

#calendar_area ul{list-style-type:none;}
/*#calendar_area ul.calendar_column{clear:both;}*/
#calendar_area ul.calendar_column li{float:left; width:100%;}

#calendar_area:after,
#calendar_area ul:after{content:"";display:block;clear:both;height:0;overflow:hidden; /*FireFox*/}


/* Calendar header */
.pc_calendar .pc_header table.date{
	width:100%;
}
.pc_calendar .pc_header h3{
	margin:0.5em 0;
	text-align:center;
}

#calendar_nav{
	width: 600px;
	clear: both;
	margin: 0 auto;
}
#calendar_nav div{
	width: 10em;
}
.prev, .next{
	width: 300px;
	padding: 0 20px;
}
.prev{
	float: left;
}
.next{
	float: right;
	text-align: right;
}

/* Calendar main */
.pc_calendar table.calendar {
	width: 600px;
	margin:0 auto 4px;
	border:1px solid #3F180E;
	border-collapse:collapse;
	font-size:0.9em;
}

.pc_calendar table.calendar th {
	text-align: center;
	font-weight: bold;
	padding:5px;
}

.pc_calendar table.calendar td {
	width: 14%;
	border: 1px solid #3F180E;
	vertical-align: top;
}

.pc_calendar table.calendar td strong {
	display:block;
	font-size: 16px;
	line-height:25px;
	height:25px;
	text-align:center;
	background:url(../../img/top/bg_days.jpg) repeat-x;
	border:1px solid #260D07;
	color: #fff;
}

.pc_calendar ul {
	list-style-type:none;
}

#calendar_area ul.calendar_column li .pc_calendar ul li{float:none; width:94%; margin:0 auto;}

.pc_calendar ul li {
	width:100%;
}
.pc_calendar ul li.event {
	height:30px;
	/*text-indent:-9999px;*/
	padding-bottom:1em;
}
/*.pc_calendar ul li.event1, li.event4, li.event7 {background:url(../img/top/icon_consult.jpg) center no-repeat;}
.pc_calendar ul li.event2, li.event5, li.event8 {background:url(../img/top/icon_fair.jpg) center no-repeat;}
.pc_calendar ul li.event3, li.event6, li.event9 {background:url(../img/top/icon_holiday.jpg) center no-repeat;}*/


/*.pc_calendar ul li a{
    display:block;
    width:40px;
    height:20px;
    margin:0 auto 5px;
    text-indent:-9999px;
    outline:0;
    background:url(../img/top/icon_entry.jpg) no-repeat;
}
.pc_calendar ul li a:hover{
	background-position:100% -20px;
}

.pc_calendar ul li.toggle {
	text-align: right;
}*/

._details {
	float: left;
	width: 200px;
}

._details div {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

._details div h3 {
	font-family: "Arial",Arial,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

._details div h4 {
	font-size: 0.8em;
	line-height: 1.2em;
}

._details div p {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 1.0em;
}

._details p small {
	font-size: 0.7em;
	text-align: right;
}

/*** MENU CSS ***/
._menu {
	width:100%; 
	height:auto; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	border-right: 1px solid #ccc;
	font-weight: bold;
}
/* remove all the bullets, borders and padding from the default list styling */
._menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
._menu li {
	float:left;
	//width:149px;
	position:relative;
	margin-right: 2px;
}
/* style the links for the top level */
._menu a, ._menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#33466d; 
	//width:138px; 
	height:auto; 
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 0px; 
	background:#eee; 
	padding-left: 5px; 
	padding-right: 5px;
	line-height: 25px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
._menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	//width:149px;
	border-top:1px solid #ccc;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
._menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
._menu ul ul a, ._menu ul ul a:visited {
	background:#eee;
	color:#33466d;
	height:auto;
	line-height:1em;
	padding:5px 5px;
	width:128px;
	border-width:0 1px 1px 1px;
}

/* style the top level hover */
._menu a:hover, ._menu ul ul a:hover{
	color:#919eac;
}

._menu :hover > a, ._menu ul ul :hover > a {
	color:#919eac;
}

/* make the second level visible when hover on first level list OR link */
._menu ul li:hover ul,._menu ul a:hover ul{
	visibility:visible;
}
.holiday{
	color: #FF8080;
}
.cal_bridal-fair a{
	color: #FC0;
}
.cal_soudan a{
	color: #9de;
}
.cal_advisor a{
	color: #9de;
}


