/* The main calendar widget.	DIV containing a table. */
#mw-calendar {
	display: block;
	margin: 0px 0px 20px 0px;
	width: 250px;
}

#mw-calendar-month {
	background: #fff;
	padding: 0 0 3px 0;
	border: 1px solid #B2B2B2;
	width: 250px;
}

#content_right #mw-calendar,
#content_right #mw-calendar-month {
	width: 220px;
}

#content_right #mw-calendar {
	border: 0;
}

.calendar {
	font-family: arial,verdana,tahoma,sans-serif;
	font-size: 10px;
	display: none;
	cursor: default;
	color: #333;
	width: 240px;
}

.calendar TABLE {
	font-family: arial,verdana,tahoma,sans-serif;
	background: url(/fileadmin/assets/images/gfx_cal_bg.gif) repeat-x 0 19px #fff;
	font-size: 1.2em;
	cursor: default;
	color: #333;
	width: 240px;
}

#content_right #mw-calendar-month {
	overflow: hidden;
}

#content_right #mw-calendar TABLE {
	font-size: 1em;
	width: auto;
	
	
}

/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	/*text-align: right;*/
	/*padding: 1px;*/
}

.calendar .nav {
}

.calendar THEAD .title { /* This holds the current "month, year" */
	font-weight: bold;
	text-align: center;
	padding: 1px;
	color: #002d5a;
	line-height: 1em;
}

.calendar THEAD .headrow { /* Row <TR> containing navigation buttons */
	background: url(/fileadmin/assets/images/gfx_bg_line_grey.gif) repeat-x 0 100% #fff;
	height: 34px;
	color: #0168b5;
}

.header-left {
	padding: 0px 0px 0px 15px;
	line-height: 1em;
}

#content_right .header-left {
	padding: 0px 0px 0px 5px;
}

.header-right {
	text-align: right;
	padding: 0px 15px 0px 0px;
	line-height: 1em;
}

#content_right .header-right {
	padding: 0px 5px 0px 0px;
}

.calendar THEAD .daynames { /* Row <TR> containing the day names */
}

.calendar THEAD .name {
	text-align: right;
	background: url(/fileadmin/assets/images/gfx_bg_line_grey.gif) repeat-x 0 100% #fff;
	padding: 2px 9px 2px 2px;
	height: 23px;
	color: #666;
}

.calendar THEAD .weekend { /* How a weekend day name shows in header */

}

.calendar THEAD .hilite { /* How do the buttons in header appear when hover */
	/*padding: 2px 10px 2px 2px;*/
	/*background-color: #d8e0e4;*/
}

.calendar THEAD .active { /* Active (pressed) buttons in header */
	/*padding: 2px 10px 0px 2px;*/
}

.calendar THEAD .active IMG {
	margin: 2px 1px 0px 0px;
}

#content_right .calendar THEAD IMG {
	height: 9px;
	width: 5px;
}

/* The body part -- contains all the days in month. */

.calendar TBODY .day { /* Cells <TD> containing month days dates */
	background: url(/fileadmin/assets/images/gfx_bg_line_grey.gif) repeat-x 0 100% #fff;
	text-align: right;
	padding: 1px 9px 1px 4px;
	height: 23px;
    color: #333;
	width: 2em;
	line-height: 1em;
}

.calendar TBODY .day.othermonth {
	color: #fff;
}
.calendar TBODY .day.othermonth.oweekend {

}

.calendar table .wn {
}

.calendar TBODY .rowhilite td {
	/*background: #d8e4e0;*/
}

.calendar TBODY .rowhilite td.wn {
	/*background: #c8d4d0;*/
}

.calendar TBODY td.hilite { /* Hovered cells <TD> */
}

.calendar TBODY td.active { /* Active (pressed) cells <TD> */
}

.calendar TBODY td.selected { /* Cell showing selected date */
}

.calendar TBODY td.weekend { /* Cells showing weekend days */

}

.calendar TBODY TD.today { /* Cell showing today date */
    color: #333;
}

.calendar TBODY TD.today SPAN {
	border: 2px solid #c00;
}

.calendar TBODY TD.multiple,
.calendar TBODY TD.single { /* Cell showing today date */
	text-align: center;
}

.calendar TBODY TD.multiple SPAN { /* Cell showing today date */
	background: #a3c6e0;
	padding: 2px 0px 0px 0px;
	display: block;
	height: 15px;
	line-height: 1em;
}

.calendar TBODY TD.single SPAN { /* Cell showing today date */
	background: #cedfed;
	padding: 2px 0px 0px 0px;
	display: block;
	height: 15px;
	line-height: 1em;
}

.calendar TBODY .disabled { color: #999; }

.calendar TBODY .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar TBODY .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	text-align: center;
	padding: 1px;
	color: #fff;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
	padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
	font-size: 0.9em;
	position: absolute;
	display: none;
	padding: 1px;
	z-index: 100;
	cursor: default;
	width: 4em;
	left: 0px;
	top: 0px;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
	text-align: center;
	padding: 1px;
}

.calendar .combo .label-IEfix {
	width: 4em;
}

.calendar .combo .active {
	/*background: #c8d0d4;*/
	padding: 0px;
}

.calendar .combo .hilite {
	/*background: #048;*/
	color: #aef;
}

.calendar td.time {
	padding: 1px 0px;
	text-align: center;
	/*background-color: #e8f0f4;*/
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
	padding: 0px 3px 0px 4px;
	font-weight: bold;
	/*background-color: #fff;*/
}

.calendar td.time .ampm {
	text-align: center;
}

.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

.calendar td.time span.hilite {
	/*background-color: #667;*/
	color: #fff;
}

.calendar td.time span.active {
	/*background-color: #000;*/
	color: #0f0;
}

#calendar-sub {
	padding: 0px 0px 1px 0px;
}

#content_right #calendar-sub {
}

#upcoming-events {
	font-size: 12px;
	padding: 0 8px 5px 8px;
	margin: 5px 0px 0px 0px;
	height: 166px;
	background: transparent url('/fileadmin/assets/images/gfx_bg_line_grey.gif') repeat-x scroll 0 100%;
}

#content_right #upcoming-events {
	font-size: 12px;
	padding: 5px 8px 5px 8px;
	margin: 7px 0px 0px 0px;
	height: auto;
}

#upcoming-events P {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
}

#link-to-list {
	text-align: right;
	font-size: 12px;
	padding: 0;
}

#link-to-list .calendar-bl {
}

#link-to-list .calendar-br {
	padding: 12px 8px 5px 8px;
}

#link-to-list .calendar-br a {
	font-size: 1.1em;
}

#link-to-list A,
#link-to-list A:link {
	text-decoration: none;
}

span.day-inner, .calendar tbody .day, td.day {
	/*cursor: pointer;*/
}

.calendar tbody .week,
.calendar tbody .week a,
.calendar tbody .week a:link,
.calendar thead .week {
	color: #ccc;
}

#mw-calendar a {
	line-height: 1em;
}

#mw-calendar img {
	padding: 2px 0 0 0;
	margin: 0;
}



#content_right .calendar thead img {
	width: 25px;
	height: 25px;
}


