div.schedule table.scheduleDocument{
	width: 100%;
}

div.schedule td.scheduleMenu{
	width: 180px;
	vertical-align: top;
	padding: 0px 0px;
}

div.schedule div.scheduleMenu{
	margin-top:5px;
}

div.schedule h1, div.schedule h2, div.schedule h3, div.schedule h4, div.schedule h5, div.schedule h6{
	color: #8CACBB;
}

div.schedule td.scheduleContent{
	padding: 0 16px;	
	vertical-align: top;	
}

div.schedule td.scheduleContent dt{
	border-bottom: solid 1px #8CACBB;
	background: url(/.AC/images/right-arrow.gif) no-repeat ;
	background-position: left 8px;
	padding-left: 10px; 
	font-size: 1.2em;
	color:#8CACBB;
}

div.schedule td.scheduleContent dt a.title{
	font-weight: bold;
	text-decoration: none;
	color:#8CACBB;
}

div.schedule td.scheduleContent dd{
	padding: 0 0 20px 30px;
	margin: 0;
}

div.schedule div.message {
	margin: 2px 0;
	padding: 0 2px;
	height: 40px;
	overflow: auto;
	border: solid 1px #666699;
	text-align: left;
}

div.schedule .highlight{
	background-color: #FFFF00;
}

div.schedule .forward_list{
	float: left;
	width: 275px;
}

div.schedule div.feed_link{
	text-align: center;
}

div.schedule div.feed_link img{
	border: 0px;
}

/* Commands */

div.schedule div.scheduleCommands{
	white-space: nowrap;
	padding: 2px;
}

div.schedule .scheduleCommands a:hover {
	background-color: #B3D5D5;
	color: #333366;
	text-decoration:none;
}

div.schedule .scheduleCommands a {
	border: solid 1px #8CACBB;
	background-color: #DEE7EF;
	color:#8CACBB;
	padding:0px 2px;
	margin:0px 0px;
	white-space:nowrap;
	text-decoration: none;
}

/* Menu */
div.schedule .scheduleMenu{
	/*margin-top:5px;*/
	vertical-align: top;
}

div.schedule .scheduleMenu div.menu_entry{
	/*background-color: #DEE7EF;*/
	border: solid 1px #8CACBB;
	text-align: center;
	margin-bottom: 5px;
}

div.schedule .scheduleMenu div.selected{
	background-color: #DEE7EF;
}

div.schedule .scheduleMenu div.menu_entry a{
	color: #8CACBB;
	text-decoration: none;
}

div.schedule .scheduleMenu table{
	width: 100%;
}

div.schedule .scheduleMenu  table.menu{
	background-color: #8CACBB;
	color: #8CACBB;
	margin-bottom: 5px;
}

div.schedule .scheduleMenu  table.menu td{
	background-color: #FFFFFF;
}

div.schedule .scheduleMenu  table.menu th{
	background-color: #DEE7EF;
	padding: 2px 0;
	text-align: center;
}

/* Calendar */
div.schedule table.scheduleCalendar{
	width: 100%;
	background-color: #8CACBB;
	font: normal 12px sans-serif;
	margin-bottom: 5px;
}

div.schedule table.scheduleCalendar table.select_month{
	width: 100%;
	font:normal 12px sans-serif;
}


div.schedule .scheduleCalendar td {
	background-color: white;
	width: 21px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

div.schedule .scheduleCalendar a {
	font-weight: normal;
	text-decoration: none;
	padding: 1px;
	color: #8CACBB;	
}

div.schedule .scheduleCalendar td.day a{
	color: #000000;
}

div.schedule .scheduleCalendar td.name{
	font-weight: bold;
	text-align: center;
}


div.schedule .scheduleCalendar td.select {
	font-weight: bold;
	border-width: 1px;	
}

div.schedule .scheduleCalendar td.select a {
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}

div.schedule .scheduleCalendar th{
	background-color: #DEE7EF;
	color: #8CACBB;
	padding: 0px;
	font-size: 1.1em;
}

div.schedule .scheduleCalendar th a{
	padding: 2px 0;
	display: block;
	color: #8CACBB;
	font-weight: bold;
	text-align: center;
}

div.schedule .scheduleCalendar table.select_month{
    width: 100%;
}

div.schedule .scheduleCalendar th.arrow{
    width: 14px;
}

div.schedule .scheduleCalendar th.arrow a{
    width: 12px;
}

div.schedule .scheduleCalendar a.next-year{
	background: url(/.AC/images/double-right.gif) no-repeat center center;
}

div.schedule .scheduleCalendar a.next-month{
	background: url(/.AC/images/right.gif) no-repeat center center;
}

div.schedule .scheduleCalendar a.prev-year{
	background: url(/.AC/images/double-left.gif) no-repeat center center;
}

div.schedule .scheduleCalendar a.prev-month{
	background: url(/.AC/images/left.gif) no-repeat center center;
}


div.schedule table.cat_legend td.color{
	width: 18px;
	height: 18px;
	padding: 0px;
}

div.schedule table.cat_legend td.text{
	padding: 0px 2px;
}

div.schedule table.cat_legend td.text a{
	text-decoration: none;
	color: #8CACBB;
}

div.schedule table.cat_legend td.selected{
	background-color: #DEE7EF;
	color: #8CACBB;
}

div.schedule table.cat_legend th a{
	text-decoration: none;
	color: #8CACBB;
	font-weight: bold;
}


div.schedule .scheduleMenu table.search td{
	text-align: center;
	padding: 2px 0;
}

div.schedule .scheduleMenu table.search td form{
	padding: 0;
	margin: 0;
}

/* manage */

div.schedule div.color{
	width: 20px;
	height: 20px;
}

div.schedule table.event-list{
	width: 100%;
	font:normal 12px sans-serif;
}

div.schedule table.event-list td{
	border-bottom: solid #CCCCCC 1px;
}

div.schedule table.event-list th{
	background-color: #DEE7EF;
	padding: 3px;
}

div.schedule table.display_legend td{
	padding-right: 20px;
}

/* year naviguate */

div.year_naviguate{
	text-align: center;
	margin-top: 10px;
}

div.year_naviguate a, div.year_naviguate a:hover{
	text-decoration: none;
	color:#8CACBB;
	font-weight: bold;
}

div.year_naviguate span.prev_year, div.year_naviguate span.prev_year a, div.year_naviguate span.next_year, div.year_naviguate span.next_year a{
	font-size: 1.1em;
}

div.year_naviguate span.current_year{
	padding: 0 10px;
}

div.year_naviguate span.current_year, div.year_naviguate span.current_year a{
	font-size: 1.2em;
}

div.schedule div.month{
	width: 180px;
	float: left;
	margin: 0 5px 10px 5px;
}
