﻿a
{
	color: #740752;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	color: Green;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	margin: auto;
	padding: 0px;
}

table
{
	border-collapse: collapse;
	border-width: 0px;
}

table.body
{
	text-align: left;
	width: 100%;
}

table.calendar
{
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

table.grid
{
	border-collapse: collapse;
	border-color: #740752;
	border-style: solid;
	border-width: 2px;
	width: 700px;
}

table.master
{
	text-align: left;
	width: 765px;
}

table.miniCalendar
{
	margin-left: 40px;
	text-align: center;
	width: 410px;
}

table.outer
{
	margin: auto;
	width: 100%;
}

td
{
	border-collapse: collapse;
	padding: 4px;
}

td.calendarDay
{
    background-color: Green;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    color: White;
    font-weight: bold;
    height: 20px;
    text-align: center;
    width: 14%;
}

td.calendarNumbers
{
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    height: 100px;
    padding-left: 6px;
    text-align: left;
    vertical-align: top;
}

td.calendarTitle
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

td.category
{
	font-weight: bold;
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	width: 150px;
}

td.center
{
	text-align: center;
}

td.data
{
	width: 570px;
}


td.grid
{
	border-collapse: collapse;
	border-color: #740752;
	border-style: solid;
	border-width: 1px;
	color: Black;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

td.gridTwo
{
	background-color: #DCB9D1;
	border-collapse: collapse;
	border-color: #740752;
	border-style: solid;
	border-width: 1px;
	color: Black;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

td.header
{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

td.home
{
	padding: 0px;
}

td.miniCalendarTop
{
	background-color: #740752;
	border-color: #740752;
	border-style: solid;
	border-width: 1px;
	color: White;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

td.miniCalendarMiddle
{
	border-color: #740752;
	border-style: solid;
	border-width: 1px;

}

td.note
{
	font-size: 8pt;
	font-style: italic;
}

td.outer
{
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}

td.right
{
	text-align: right;
}

td.spacer
{
	font-size: 1pt;
	text-align: center;
}

td.subtitleLinks
{
	background-color: #740752;
	color: White;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 6px;
	text-align: right;
	vertical-align: bottom;
}

td.titleLinks
{
	color: #740752;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}

th.grid
{
	background-color: #740752;
	border-collapse: collapse;
	border-color: #740752;
	border-style: solid;
	border-width: 2px;
	color: White;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

.dropdownlist
{
	width: 206px;
}

.error
{
	color: Red;
	font-weight: bold;
	text-align: center;
}

.textarea
{
	height: 100px;
	width: 98%;
}

.textbox
{
	width: 250px;
}

.textboxLong
{
	width: 98%;
}