/* Copyright 2009 Palm, Inc.  All rights reserved. */

#week_view{
	width: 320px;
	height: 432px;
}
#wv_scroll_data {
	width: 960px;
}
#wv_scroll_events {
	top: 20px;
	width: 963px;
}
#wv_scroll_container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#wv_scrim_prev {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 480px;
	background: url(../images/scrim.png) 0 0 repeat-x;
	z-index: 9999;
}

#wv_scrim_next {
	position: absolute;
	left: 642px;
	top: 0px;
	width: 320px;
	height: 480px;
	background: url(../images/scrim.png) 0 0 repeat-x;
	z-index: 9999;
}

/* header */
#wv_header_container2 {
	position: relative;
	z-index: 1000;
}
#wv_header {
	width: 960px;
	table-layout: fixed;
	height:70px;
	padding-top:52px;
	position:absolute;
	top:0;
	z-index: 1000;
	/*margin-left: -8px;*/
}
#wv_empty_spacer {
	width: 100%;
}

/* all-day events */
.all-day-container {
	-webkit-border-image: url(../images/all-day-bg.png) 7 7 9 7 repeat repeat;
	-webkit-box-sizing: border-box;
	border-width:7px 7px 9px 7px;
	z-index: inherit;
	display: none;
	
	position: absolute;
	width:320px;
	left: 0px;
	top:71px;
}
.all-day-container.container-1 {
	left: 0px;
}
.all-day-container.container-2 {
	left: 321px;
}
.all-day-container.container-3 {
	left: 642px;
}
.all-day-container-wrapper {
	position:relative;
	margin: -5px -7px -6px -7px;
	background:url(../images/all-day-vert-dividers.png) top left repeat;
	display: none;
}


/* header-bg */
.wv-header-bg {
	position: absolute;
	top:0px;
	width: 321px;
	height:70px;
	border-width: 38px 26px 13px 25px;
	-webkit-border-image: url(../images/header-background-9tile-week.png) 38 26 13 25;
	-webkit-box-sizing: border-box;
}
.wv-header-bg.wv-header-bg-1 {
	left:0px;
}
.wv-header-bg.wv-header-bg-2 {
	left:321px;
}
.wv-header-bg.wv-header-bg-3 {
	left:642px;
}


/* events */
#wv_event_container {
	position:relative;
	width: 963px;
	height: 432px;
}
.wv-events-day {
	position: absolute;
	display:block;
	width:320px;
	border-right:1px solid black;
}
#wv_eventsDay0 {
	left: 0px;
}
#wv_eventsDay1 {
	left: 321px;
}
#wv_eventsDay2 {
	left: 642px;
}

/* current-day circle */
#wv_current_day {
	position:absolute;
	z-index: 1001;
	width: 57px;
	height: 55px;
	background: url(../images/week-current-day.png) center center no-repeat;
	margin-top:0px;
	margin-left: 4px;
}	
