/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#columnCalendar {
}
.bgYear{
	background:#C2D8FF;
}
.bgMonth{
	background:#BEE3F5;
}
.bgEvents{
	background:#DAEBF3;
}

#calendarHead {
	float:left;
	width:100%;
}
#calendarHead div.left {
	width:150px;
	float:left;
}
#calenderNavigation {
	border:1px solid #7898AD;
	border-bottom:none;
}

#calenderNavigation	.prev,
#calenderNavigation	.this,
#calenderNavigation	.next {
	height:32px;
	line-height:32px;
	float:left;
	width:30px;
	font-size:9px;
}
#calenderNavigation	.prev,
#calenderNavigation	.next {
	width:34px;
}
#calenderNavigation	.prev {
	background: url(../img/layout/arrow_left_small.gif) no-repeat center left;
	padding-left:12px;
	margin-left:3px;
}
#calenderNavigation	.this {
	width:46px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#111;
}
#calenderNavigation	.next {
	text-align:right;
	float:right;
	background: url(../img/layout/arrow_right_small.gif) no-repeat center right;
	padding-right:12px;
	margin-right:3px;
}


#calendarHead .center {
	border-bottom:1px solid #7898AD;
	width:428px;
	overflow:hidden;
	float:left;
	height:34px;
	background:#fff url(../img/layout/calendar_header_left.jpg) no-repeat left top;
}
#calendarHead .center .inner{
	height:29px;
	float:left;
	text-align:center;
	width:100%;
	background:transparent url(../img/layout/calendar_header_right.jpg) no-repeat right top;
}
* html #calendarHead .center .inner{
	width:368px;
	padding-top:4px;
}

#calendarHead .right {
	width:160px;
	float:right;
}
#calendarView {
	text-align:right;
}
#calendarView a {
	display:block;
	float:left;
	text-decoration:none;
	font-size:11px;
	color:#000;
	text-align:center;
	width:51px;
	height:32px;
	line-height:32px;
	border:1px solid #7898AD;
}
#calendarView a.active {
	background-color:#FFB66F;
	border-bottom:none;
}
#calendarView a.year {
	background:#C2D8FF;
}
#calendarView a.month {}
#calendarView a.events {}


#calendarContent {
	border:1px solid #7898AD;
	border-top:none;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}

#calendarFooter {
	width:420px;
	margin-top:-1px;
	border:1px solid #7898AD;
	border-top:none;
}


fieldset#calendarQuicknav {border:none;padding:0; margin:0;margin-bottom:3px;}
fieldset#calendarQuicknav label {margin-left:3px;clear:none;float:left;  height:14px; line-height:14px;padding-top:2px}
fieldset#calendarQuicknav label span{ padding-right:12px;;
		background: url(../img/layout/arrow_right_small.gif) no-repeat bottom right;}
fieldset#calendarQuicknav  input.text {width:30px; height:14px;float:left; margin-right:10px;}
fieldset#calendarQuicknav  input.button {margin-right:10px;}


fieldset#dateData {border:none;padding:0; margin:3px 10px 3px 5px;}
fieldset#searchEvent {border:none;padding:0; margin:3px 10px 3px 50px;}

fieldset#dateData label,
fieldset#searchEvent label {clear:none;
	float:left;
	height:14px;
	line-height:17px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	margin-right:5px;
	}
fieldset#searchEvent label span{ padding-right:12px;}
fieldset#dateData  input.text,
fieldset#searchEvent  input.text {height:14px;float:left; margin-right:10px;}
fieldset#searchEvent  input.button {margin-right:30px; width:66px; float:left;
		background: url(../img/layout/button_small_bg2.gif) no-repeat bottom right;}


.bgEvents div.headline fieldset  input.button { width:66px;
		background: url(../img/layout/button_small_bg2.gif) no-repeat bottom right;}


.bgEvents div.headline fieldset#searchEvent {border:none;padding:0; margin:3px 0px 3px 3px;}
.bgEvents div.headline fieldset#searchEvent   input.text {width:100px;}

.bgEvents div.headline fieldset#dateData   input.text {width:70px;}
.bgEvents div.headline fieldset#dateData   input.button {float:left;}
/* ************************* */
table.monthTable {
	width:100%;
	border:1px solid #7898AD;
	background:#8FB3E3;
	color:#000;
	padding:0px;
	margin:0px;
	font-size:10px;
}
table.monthTable td.headline {
	margin:0px;
	height:16px;
	width:100%;
	background:#124E84 url(../img/layout/table_headline.gif) repeat-x top left;
	border:none;
	text-align:center;
}
table.monthTable td.headline h3{
	height:16px;
	text-align:center !important;
	display:block;
	line-height:16px;
	padding:0; margin:0;
	font-size:11px;
	color:#fff;
}

table.monthTable th {
	font-size:10px;
}
table.monthTable th.wo {
	background:#6C9ACB;
}

table.monthTable td {
	font-size:10px;
	width:24px;
	height:18px;
	border-left:1px solid #CBDDDF;
	border-top:1px solid #CBDDDF;
	background:#fff;
	text-align:center;
}
table.monthTable td.active{
	background:#FE9900;
}
table.monthTable td a{
	color:#000;
	border:none;
}
table.monthTable td.wo {
	color:#2585C1;
	border:none;
	background:transparent;
}

.bgMonth table.monthTable {
	width:90%;
	border:none;
	background:#8FB3E3;
	color:#000;
	padding:0px;
	margin:0px;
}
.bgMonth table.monthTable td.headline {
	margin:0px;
	height:16px;
	background:#124E84 url(../img/layout/table_headline.gif) repeat-x top left;
	text-align:center;
	border:none;
}

.bgMonth table.monthTable th {
	background:#BEE3F5;
}
.bgMonth table.monthTable td {
	font-size:9px;
	width:24px;
	height:14px;
	background:#fff;
	text-align:center;
	width:90%;
	border:none;
	border-left:0px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #333;
}
.bgMonth table.monthTable td.first {
	border-left:1px solid #333;
	border-right:1px solid #333333;
}
.bgMonth table.monthTable td h4{
	width:100%;
	text-align:left;
	font-size:11px;
	line-height:14px;
	border-bottom:1px solid #000;
	background:#98BADD;
	text-indent: 4px;
}

.bgMonth table.monthTable td.notCurrentMonth,
.bgMonth table.monthTable td.notCurrentMonth h4{
	background:#ccc;
	color:#7F7F7F;
}
.bgMonth table.monthTable td div{
	text-align:left;
	border-bottom:1px solid #000;
	height:80px;
	width:102px;
	overflow:hidden;
}

.bgMonth table.monthTable td div ul {
	margin-left:14px;
	padding:0;
}
.bgMonth table.monthTable td div ul li {
	list-style-type:disc;
	padding:0px;margin:0;
}
.bgMonth table.monthTable td.entries div{
	background:#FFC061;
}
.bgMonth table.monthTable td a{
	color:#000;
	border:none;
}


table.eventTable {
	width:100%;
}

table.eventTable tr td h3 {
	font-size:11px;
}

table.eventTable tr td {
	color:#000;
	font-size:11px;
	height:24px;
}
table.eventTable tr td h3,
table.eventTable tr.white {
	background:#fff;
	height:24px;
	line-height:24px;
}
table.eventTable tr td.date {
	padding-left:3px;
}
table.eventTable tr td a {
	color:#FF7F00;
	border:none;
}
table.eventTable tr.white td {
	background:#fff;
	border-top:2px solid #CBDDDF;
}

table.eventTable tr.noBorder td {
	border:none;
}
table.eventTable td.icon a{
	color:#000;
	border:none;
	height:24px;
	width:24px;
	display:block;
	background:transparent url(../img/layout/icon_bg_round_liteblue.gif) no-repeat center center;
}
table.eventTable tr.white td.icon a{
	background:transparent url(../img/layout/icon_bg_round_white.gif) no-repeat center center;
}

.bgEvents div.headline {
	clear:both;
	width:100% !important;
	height:30px;
	padding-top:5px;
	line-height:20px;
	background:#124E84 url(../img/layout/table_headline.gif) repeat-x top left;
}
