img.pageNumberButton
{
    cursor: pointer;
}

div.calendar
{
    position: absolute;
    left: 4px;
    top: 140px;
    width: 146px;
    height: 448px;
    padding-right: 8px;
	background-color: #f5ad83;
}

div.calendarPointer
{
    font-size: 8pt;
    text-align: right;
    padding-top: 5px;
	padding-left: 0;
	padding-right: 5px;
	padding-bottom: 0;
    height: 35px;
    width: 75px;
    position: absolute;
    left: 70px;
    cursor: pointer;
    background-image: url( uiimages/pointer.png );
	z-index: 10;
}

div.diaryViewer
{
    position: relative;
}

div.calendarSection0, div.calendarSection1
{
    width: 66px;
    position: absolute;
    left: 0;
	z-index: 1;
}

div.calendarSection0
{
    border-right: 16px solid #f56d23;
}
div.calendarSection1
{
    border-right: 16px solid #d54d03;
}

p.calendarLabel
{
    height: 12px;
    margin-top: -6px;
    font-size: 8pt;
    position: relative;
    top: 50%;
    text-align: right;
    padding-right: 2px;
}

div.dateError, div.pageError
{
    display: none;
}

input.pageNumber
{
	position: relative;
	border: 1px solid #f56d23;
	width: 2.5em;
}

div.pageSelector
{
	padding-top: 1ex;
	font-size: 8pt;
}

img.pageNumberButton
{
	vertical-align: bottom;
}

div.pageError
{
	position: absolute;
	left: 60%;
	top: 0;
	background-color: white;
	border: 1px red solid;
	width: 6em;
	height: 3.8em;
	padding: 0.1em;
	text-align: center;
}

div.dateError
{
	position: absolute;
	left: 60%;
	top: 2em;
	background-color: white;
	border: 1px red solid;
	width: 6em;
	height: 2.8em;
	padding: 0.1em;
	text-align: center;
}

div.dateSelector
{
	padding-top: 3ex;
	position: relative;
	font-size: 9pt;
}

div.imageWindow
{
	padding-top: 1ex;
	padding-bottom: 1ex;
	text-align: center;
}

p.sponsorship
{
	border: 1px solid #f56d23;
	padding: 1ex;
	font-style: italic;
	font-size: 10pt;
	margin: 2px;
}
