/**** SIDEBAR ****/

#day_week_month_nav {
	position:absolute;
	left:10px;
	top:25px;
	width:190px;
	height:23px;
}

#day_week_month_nav a.prev_button {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background: url('../images/day-week-month-buttons.png') no-repeat 0% 0%;
	cursor: default;
	width: 23px;	
	height: 23px;
	text-decoration: none;
}

#day_week_month_nav a.prev_button:hover {
	background: url('../images/day-week-month-buttons.png') no-repeat 0% -23px;
}

#day_week_month_nav a.prev_button .prev-icon {
	width: 23px;
	height: 23px;
}

#day_week_month_nav a.next_button {
	display:block;
	position:absolute;
	top:0px;
	left:155px;
	background: url('../images/day-week-month-buttons.png') no-repeat -67px 0%;
	cursor: default;
	width: 24px;
	height: 23px;
	text-decoration: none;	
}

#day_week_month_nav a.next_button:hover {
	background: url('../images/day-week-month-buttons.png') no-repeat -67px -23px;
}

#day_week_month_nav a.next_button .next-icon {
	height: 23px;
	width: 24px;
}

#day_week_month_nav a.day_week_month_button {
	display:block;
	position:absolute;
	top:0px;
	left:23px;
	vertical-align:middle;
	background: url('../images/day-week-month-buttons.png') no-repeat -23px 0px;
	color: black;
	cursor: default;
	width: 44px;
	height: 23px;
	text-decoration: none;
}

#day_week_month_nav a.day_week_month_button.weekbut {
	left:67px;
}

#day_week_month_nav a.day_week_month_button.monthbut {
	left:111px;
}

#day_week_month_nav a.day_week_month_button:hover {
	background: url('../images/day-week-month-buttons.png') no-repeat -23px -23px;
}

#day_week_month_nav .label {
	display:block;
	text-align:center;
	color: black;
	font-size: 10px !important;
	height: 23px;
	width:44px;
	line-height: 23px;
}

#calendar_list {
	width:200px;
	overflow-x:hidden;
	overflow-y:auto;
	bottom: 180px;
	left: 0px;
	right: auto;
	top: 70px;
	position:absolute;
	height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -306 +'px' : body.clientHeight -306 +'px');
	min-height:585px;
}

.calendar_list_item {
	background: transparent url('../../common/images/sidebar_list_item_bottom.png') no-repeat left bottom;
	height: 32px;
	overflow: hidden hidden;
	width: 200px;
	cursor:default;
}

.calendar_list_item.sel {
	background: url('../../common/images/controls.png') repeat-x 0px -4248px rgb(97, 117, 139);
	border-bottom-color: rgb(54, 73, 92);
	border-right-color: rgb(67, 94, 111);
	border-top-color: rgb(102, 116, 130);
}


.calendar_list_item.sel .title {
	color: white;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 0px;
}

.group-gutter {
	float: left;
	height: 15px;
	margin-left: 5px;
	margin-top: 11px;
	position: relative;
	width: 10px;
}

.color_checkbox {
	float: left;
	margin-left: -1px;
	top: 8px;
	height: 16px;
	position: relative;
	width: 15px;
}

.color_checkbox .fill {
	background: url('../images/calendar_assets.png') no-repeat 0px -136px transparent;
	height: 16px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15px;
}

.calendar_list_item.sel .color_checkbox .fill {
	background: url('../images/calendar_assets.png') no-repeat 0px -184px transparent;
}

.color_checkbox .control {
	background: url('../images/calendar_assets.png') no-repeat 0px -64px transparent;
	height: 16px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15px;
	z-index:50;
}

.color_checkbox.sel .control {
	background: url('../images/calendar_assets.png') no-repeat 0px -88px transparent;
}

.calendar_list_item .title {
	float: left;
	height: 21px;
	overflow: hidden;
	padding-left: 8px;
	padding-top: 3px;
	position: relative;
	text-overflow: ellipsis;
	top: 5px;
	white-space: nowrap;
	width: 155px;
	color: rgb(64, 71, 77);
	font-size: 12px;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 0px;
}

#mini_calendar {
	left:1px;
	position:absolute;
	bottom:0px;
	height:175px;
}

/**** GENERAL ****/

#calback {
	width:100%;
	height: 100% !important;
	height: 515px;
	min-height:515px;
	overflow:hidden;
}

#calendar {
	position:absolute;
	top:31px;
	left:0px;
	bottom:0px;
	background: transparent;
	width: 819px;
	height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -218 +'px' : body.clientHeight -218 +'px');
	min-height:515px;
}

/**** MONTH VIEW ****/

#big_month_year{
	position:absolute;
	top:25px;
	left:220px;
	width:300px;
	text-align:center;
	color:#016648;
	color:#333;
	font-size:20px;
	font-weight:bold;
	text-shadow: 0px 1px 0px white;
}

#day_heading {
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:100%;
}


.dayheading_table {
	width:100%;
	height:100%;
	border:none;
}

.dayheading_table td {
	padding-top:8px;
	width:14%;
	text-align:center;
}


#calendar td {
	border-bottom:none;
	border-left:none;
	border-collapse:collapse;
}

.cal {
	width: 100%;
	height: 100%;
	min-height:515px;
}

.cal a {
	color: #333;
	text-decoration: none;
	font-size: 10px;
	padding:2px 2px 2px 4px;
}

.cal a:hover {
	text-decoration:underline;
}

.dayrow {
	background: transparent;
}

.dayrow td {
	width: 14%;
	height:17%;
	color: #555555;
	border-top: 1px solid #DDD;
	border-right:1px solid #DDD;
	border-collapse:collapse;
	overflow:hidden;
}

.day {
	margin:5px 5px 0 0;
	text-align:right;
	display:block;
	font-size:11px;
	line-height:14px;
	height:14px;
}

.holidaySelected,
.daySelected {
	background-color: #A2CBA5;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}

.normalDay {
	background: transparent;
}

.holiday {
	background-color: #EFF0F1;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity: 0.65;
}

.calevent {
	width:114px;
	display:block;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.calevent a {
	text-decoration:none;
}

/**** DAY VIEW ****/

#dayView_container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100% !important;
	height: 515px;
	min-height:515px;
	overflow:auto;
}

.dayView_heading {
	padding-bottom:7px;
	margin:0 25px;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #000;
	text-shadow: 0px 2px 3px #999;
}

#dayView_contents {
	margin-top:20px;
	width: 100%;
}

.dayView_event {
	margin:0 25px 20px;
	padding-bottom:15px;
	border-bottom:1px dashed #aaa;
}

.dayView_event_heading {
	width:100%;
	font-size:16px;
	font-weight:bold;
}

.dayView_event_subheading {
	line-height:1.5em;
	width:100%;
	color:black;
	font-size:13px;
	font-weight:bold;	
}

.dayView_event_details{
	color:#222;
	line-height:1.75em;
}


/**** WEEK VIEW ****/

#weekView_container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100% !important;
	height: 515px;
	min-height:515px;
	overflow:auto;
}

.weekView_heading {
	padding-bottom:7px;
	margin:0 25px;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #000;
	text-shadow: 0px 2px 3px #999;
}

#weekView_contents {
	position:absolute;
	top:20px;
	left:25px;
	right:25px;
}

.weekView_day {
	margin-top:30px;
	display:block;
}

.weekView_date {
	line-height:1.5em;
	width:100%;
	color:black;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #333;
	margin:0 0 10px;
}

.weekView_event {
	margin:0 0 10px;
	padding-bottom:10px;
	border-bottom:1px dashed #aaa;
}

.weekView_event_heading {
	width:100%;
	font-size:13px;
	font-weight:bold;
}

.weekView_event_subheading {
	line-height:1.25em;
	width:100%;
	color:black;
	font-size:11px;
	font-weight:bold;	
}

.weekView_event_details{
	font-size:11px;
	color:#222;
	line-height:1.25em;
}

.weekView_col1 {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
}

.weekView_col2 {
	position:absolute;
	top:0px;
	left:50%;
	width:50%;
}

.weekView_col1 .weekView_day {
	margin-right:10px;
}

.weekView_col2 .weekView_day {
	margin-left:10px;
}


/**** ADMIN ****/
.add_event a {
	margin-top:-2px;
	margin-left:3px;
	float:left;
	height:12px;
	font-weight:bold;
	color:darkgreen;
}
.app_pop_up_main .field {
	padding-top:15px;
	*padding-top:10px;
	clear: both;
}

.app_pop_up_main .field .label {
	width: 100px;
}

.app_pop_up_main .label, .app_pop_up_main .box {
	float: left;
}

.app_pop_up_main .box select {
	padding:5px;
}
.app_pop_up_main .box option {
	margin:5px;
	margin-right:15px;
}

.app_pop_up_main .box input,
.app_pop_up_main .box textarea {
	width:420px;
	padding:5px !important;
	border:1px solid #d2d2d2 !important;
}

.app_pop_up_main .box input.date {
	width:100px;
}

.app_pop_up_main #minicalendar td {
	padding: 3px;
}

.app_pop_up_main #minicalwin {
	width: 230px;
	position: absolute;
	top: 100px;
	left: 320px;
	display: none;
	background: transparent;
}

.app_pop_up_main .minibar {
	text-align: right;
	background: url('../images/calBar.gif') no-repeat top left;
}

.app_pop_up_main .minibar img {
	border: none;
}

.app_pop_up_main .minibar a {
	margin-right: 5px;
}

.app_pop_up_main #minicalback {
	width: 100%;
	background: #FFF url('../images/calWaiting.gif') no-repeat center center;
}

.app_pop_up_main #minicalendar {
	width: 100%;
	height: 100%;
}

.app_pop_up_main .minical {
	background: #444;
	width: 100%;
}

.app_pop_up_main .minicalhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

.app_pop_up_main .minicalhead td {
	padding: 0px;
}

.app_pop_up_main .minicalhead img {
	border: none;
}

.app_pop_up_main .minidayhead {
	height: 18px;
	background: #EEE;
}

.app_pop_up_main .minidayhead td {
	font-size: 11px;
	text-align: center;
	color: #000;
}

.app_pop_up_main .minidayrow {
	background: #FFF;
	height: 20px;
}

.app_pop_up_main .minidayrow td {
	width: 14%;
	color: #000;
	font-size: .7em;
	text-align: right;
}

.app_pop_up_main .miniday {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}

.app_pop_up_main .minidayover {
	background: #EEE;
}

.app_pop_up_main .minidayout {
	background: #FFF;
}
.location_info{
	margin-top:10px;
	border-top:1px dotted #ccc;
}
.location_info p{
	margin-top:5px;
}
.location_info p a{
	font-size: 1em;
}
