html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
}

div.contentArea {
	position: absolute;
	top: 40px; 
	width: 100%;
	padding: 0px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
}

div.buttonBar {
	background-color: #dddddd;
	box-sizing: border-box;
	width: 100%; 
	padding: 2px;
}
div.buttonBarHighlight {
	background-color: #ff9970;
}

div.bottomBar {
	position: absolute; 
	bottom: 0px; 
	width: 100%; 
}

div.eventRow {
	border-bottom: 1px solid #dddddd; 
	padding: 3px 6px 3px 6px;
}
div.eventRowHighlight {
	background-color: #ffeedd;
}
div.eventRow div.eventText {
	overflow: hidden; 
	cursor: pointer;
}
div.eventRow div.title {
	font-size: 15px;
}
div.eventRow div.details {
	font-size: 14px; 
	color: #777777;
}
div.eventRow a.actionButton {
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: right; 
	margin-left: 3px;
	color: #222222;
}
div.eventRow a.deleteButton {
	height: 34px;
	line-height: 34px;
	padding-left: 6px;
	padding-right: 6px;
	float: right; 
	margin-left: 3px;
}

div.eventRow div.uncheckedEventDate {
	width: 50px;
	height: 20px;
	line-height: 20px;
	padding: 3px;
	float: right; 
	margin-top: 5px; 
	margin-left: 3px;
	color: #ffca4b;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #f3f3f3;
}
div.eventChecked {
	background-color: #f3f3f3;
}
div.eventRow div.eventCheck {
	float: right; 
	margin-top: 8px; 
	margin-left: 3px;
	color: #887777;
	font-size: 14px;
	font-weight: bold;
}
div.eventRow div.eventStar {
	float: right; 
	margin-top: 7px; 
	margin-left: 3px;
	color: #ffca4b;
	font-size: 15px;
	font-weight: bold;
}
div.eventRow div.eventRecurrenceSymbol {
	float: right; 
	margin-top: 9px;
	margin-left: 5px;
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 900;
}
div.eventRow div.eventLastRecurrence {
	display: inline-block;
	margin-right: 6px;
	color: #aa7777;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#viewFrame {
	position: relative;
	width: 100%; 
	height: 100%;
}

#titleBar {
	padding-left: 7px;
	border-bottom: 1px solid #cccccc; 
	background-color: #706060;
	font-weight: bold; 
	font-size: 18px; 
	color: #ffffff;
	height: 40px;
	line-height: 40px;
}
#titleBarText {
	text-align: left; 
	vertical-align: middle;
}
#titleBarMenuLink {
	display: block;
	float: right;
	margin-right: 10px;
	color: #ffffff;
	font-size: 26px;
	text-decoration: none;
}
#titleBarMenuLink.titleBarMenuLinkHighlight {
	color: #ffeedd;
}
.weeksTitleBarLink {
	margin-left: 8px;
	margin-right: 8px;
	color: #e0e0e0;
	font-size: 13px;
	text-decoration: underline;
}

#dropMenu {
	width: 150px;
	height: 100%;
	position: absolute;
	top: 41px;
	right: 0px;
	background-color: #504444;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 800;
	display: none;
	-webkit-box-shadow: -2px 0px 3px #999999;
	-moz-box-shadow: -2px 0px 3px #999999;
	box-shadow: -2px 0px 3px #999999;
}

div .moveEventTopBottom {
	height:20px; border-bottom: 1px solid #dddddd; 
	padding-right:6px; 
	display:none;
}

div .moveButtonArea { 
	position:relative; 
}

a.moveButton {
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: block;
	position: absolute; 
	z-index: 600; 
	top: -24px; 
	right: 0px; 
	font-size: 20px;
	padding-bottom:4px;
	opacity:0.7;
}
a.moveButton.toEnd {
	top: -20px;
}

#dayViewContent {
	bottom: 88px;
}

#dayViewBottomBar {
	height: 86px;
}

#eventEditViewContent {
	/*bottom: 47px;*/
	bottom: 88px;
}
#eventEditViewBottomBar {
	/*height: 45px;*/
	height: 86px;
}

#scrollCalendar {
	bottom: 47px;
}
#monthViewBottomBar {
	height: 45px;
}

#weekScrollCalendar {
	bottom: 0px;
}

input#title {
	width: 98%;
	font-size: 15px;
}

textarea#details {
	width: 98%; 
	height: 100%;
	font-size: 15px;
}
