﻿/* CSS Document */

div {padding:0px; margin:0px;}

div.day_embossed {
	width:15px;
	height:15px;
}

div.day {
	width:80px;
	max-width:80px;
	margin:0px;
	float:left;
	position:relative;
	/*
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#8094a9;
	text-align:center;
	*/
	padding:0px;
	overflow:visible;
}

div.day_name {
height:16px;background-color: #d9e1d2;
}

span.datehighlighttext {
	color:#668866;
	font-weight:bold;
}

div.dayspace {
	float:left;
	width:1px;
	position:relative;
	margin:0px;
	padding:0px;
	border-width:0px;
	height:8px;
	width:1px;
}

.city {
font-weight:bold;
}

div.day_spacer {
	width:80px;
	max-width:80px;
	height:80px;
	margin:4px 0px 0px 0px;
	float:left;
	background-color:#e0e2e2;
	/*
	background-image:url('/calendar/image/DaySpaceBackground.jpg');
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#5e5f5e;
	*/
	padding:0px;
	overflow:visible;
}

div.day_filled {
	width:80px;
	max-width:80px;
	margin:0px;
	float:left;
	background-color:#065696;
	padding:0px;
	overflow:visible;
}

div.month_wrapper {
	width:568px;
	overflow:hidden;
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#5e5f5e;
}

div.month {
	background-image:url('/calendar/image/MonthBackground.jpg');
	background-repeat:repeat;
	background-position:left;
	width:580px;
	margin:0px;
	padding:0px;
	font-size: 9px;
	position:relative;
}

div.event_spacer {
	height:33px;
	width:78px;
	min-width:78px;
	padding:1px;
	margin:4px 1px 4px 1px;
	z-index:0;
	position:relative;
	visibility:hidden;
	color:#ffffff;
}

div.center {
	text-align:center;
}

div.event {
	color:#000000;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:33px;
	padding:1px;
	line-height:11px;
	position:static;
	z-index:101;
	overflow:hidden;
	margin:4px 1px 4px 1px;
}

div.event_deadline {
	border-color:#ccccaa;
	border-bottom-color:#aaaa88;
	background-image:url('/calendar/image/calendarapa.jpg');
	background-repeat:no-repeat;
}

div.event_apa {
	background-color:#93bee5;
}

div.event_other {
	background-color:#d9e1d2;
}

div.event_1day {
	width:76px;
	min-width:76px;
	margin:4px 1px 4px 1px;
}

div.event_2day {
	width:157px;
	min-width:157px;
	margin:4px -80px 4px 1px;
}

div.event_3day {
	width:238px;
	min-width:238px;
	margin:4px -158px 4px 1px;
}

div.event_4day
{
	width:319px;
	min-width:319px;
	margin:4px -240px 4px 1px;
}

div.event_5day
{
	width:400px;
	min-width:400px;
	margin:4px -323px 4px 1px;
}

div.event_6day
{
	width:481px;
	min-width:481px;
	margin:4px -404px 4px 1px;
}

div.event_7day
{
	width:562px;
	min-width:562px;
	margin:4px -483px 4px 1px;
}


div.event a {
	color:#000000;
	text-decoration:none;
}

div.daynumber {
	font-size:9px;
	background-color:#e0e2e2;
	text-align:right;
	height:12px;
	margin:4px 0px 4px 0px;
	padding:1px 2px 2px 2px;
	font-weight:bold;
	/*
	border-color:#a8b2c9;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	*/
}



/*
.star-rating a:hover {
	background: url(/image/star_hover.gif);
}
*/

div.star_wrapper {
	height:18px;
	position:relative;
	width:84px;
}

ul.star-rating{
	background: url(/image/star.gif);
	width:84px;
	height:16px;
	overflow:hidden;
	list-style:none;
	margin:1px 6px 0px 1px;
}
ul.star-rating li{
	display: inline;
}

ul.star-rating li.current-rating,
ul.star-rating li a {
	position:absolute;
	top:0px;
	left:0px;
	height:16px;
	text-indent:-1000px;
	line-height:16px;
	outline:none;
	overflow:hidden;
	border: none;
	z-index:1;
}

ul.star-rating li.current-rating {
	background-image: url(/image/star_selected.gif);
}

ul.star-rating li a.rating_1star{
	width:20%;
	z-index:6;
}
ul.star-rating li a.rating_2star{
	width:40%;
	z-index:5;
}
ul.star-rating li a.rating_3star{
	width:60%;
	z-index:4;
}
ul.star-rating li a.rating_4star{
	width:80%;
	z-index:3;
}
ul.star-rating li a.rating_5star{
	width:100%;
	z-index:2;
}

.popup_details_single {
font-size:69%;
}

.popup_details_multi {
width:384px;
float:left;
font-size:69%;
}

.popup_details_multi .popup_details_left {
height:396px;
background-color: #d93920;
width:6px;
float:left;
margin:0px;
padding:0px;
overflow:hidden;
}

/*
.popup_details_multi .popup_details_inner {
height:380px;
overflow:auto;
overflow-x:hidden;
overflow-y:auto;
float:left;	
background-color: #f0e8e1;
}

.popup_details_single .popup_details_inner {
height:380px;
overflow:auto;
}
*/

.popup_header_left {
	float:left;width:422px;
    margin: 0px 8px 0px 0px;
}

.popup_header_right {
	float:right;width:96px;text-align:right;padding-top:5px;
}


.popup_details_multi .popup_header_left {
	width:266px;
}

.popup_details_multi .popup_details_inner  .popup_header_left h2 {
/*font-size:69%;*/
}

.popup_details_multi .popup_header_right {
	width:66px;
}

div.tabbedpanel div.activity_details {
}

div.tabbedpanel div.activity_details div.panel {
	background-color: #d93920;
}

div.tabbedpanel div.activity_details ul.tabs li.selected  {
	background-color: #d93920;
}

div.tabbedpanel div.activity_details ul.tabs li  {
   border: 1px solid #d93920;
}

/*
div.tabbedpanel div.activity_details div.popup_details_inner  {
	background-color: #e4c7c2;
}
*/


div.activitylist {
width:180px;float:left;margin-right:12px;
}

div.activitylist div.panelsection {
height:33px;
overflow:hidden;
}

div.activitylist div.panelsection a:hover {
color:#ffffff;
background-color: #ffe170;
background-color: #d93920;
text-decoration:none;
}

.pager a {
padding:0px 2px 0px 2px;
}

.pager a:hover {
text-decoration:underline;
background-color:#788899;
}

.pager .selected {
padding:0px 1px 0px 1px;
margin:0px 1px 0px 1px;
font-weight:bold;
background-color:#b8cbd9;
color:#000000;
}

.cmlawethics {
background-color:#005991;
font-weight:bold;
color:#ffffff;
padding:0px 2px 0px 2px;
margin:1px 1px 1px 1px;
}

