body 
{
    font-family: 'TeXGyreAdventorRegular',Verdana,Geneva,sans-serif;
    font-size: 1em;
    font-style: normal;
    /*line-height: 1.5em;*/
    font-weight: normal;
    font-variant: normal;
	width: 100vw !important;
    margin:  0px auto;
}
.failedLogin
{
    color: Red;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	width: 100%;
    position: fixed;
}
.loggedOut
{
    color: Black;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	width: 100%;
    position: fixed;
}
.changeTable
{
	background-color: White;
}
.button:hover
{
	background: #fcb140;
}
.columnBorder
{
	border-right-color: Black;
	border-right-style: inset;
	border-right-width: medium;
}
.pictureButton
{
	display: block;
	background-color: #0099FF;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	transition: 0.2s;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pictureButton:hover
{
	background-color: #2288bb;
	text-decoration: none;
}
.pictureButton:active
{
	background-color: #1e80af;
}
.letterHeadStyle1
{
	font-weight: bold;
	font-sixe: 3.0em;
	font-style: normal;
}
.letterHeadStyle2
{
	font-style: italic;
	font-size: 1.2em;
	font-weight: lighter;
}
.letterHeadStyle3
{
	font-style: italic;
	font-size: 1.0em;
	font-weight: bold;
}
.rectangle
{
	background: #fcb140;
}
.Bold
{
	font-weight: bold;
}
.Italic
{
	font-style: italic;
}
.Nine
{
	font-size: 12px;
}
.Ten
{
	font-size: 13px;
}
.Twelve
{
	font-size: 16px;
}
.Sixteen
{
	font-size: 22px;
}
.Twenty
{
	font-size: 26px;
}
.Twentyfour
{
	font-size: 32px;
}
.Thirty
{
	font-size: 40px;
}
.Thirtysix
{
	font-size: 48px;
}
.Georgia
{
	font-family: Georgia, serif;
}
.Palatino
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.Times
{
	font-family: "Times New Roman", Times, serif;
}
.Arial
{
	font-family: Arial, Helvetica, sans-serif;
}
.Tahoma
{
	font-family: Tahoma, Geneva, sans-serif;
}
.Verdana
{
	font-family: Verdana, Geneva, sans-serif;
}
.Courier
{
	font-family: "Courier New", Courier, Monospace;
}
.Show
{
	display: block;
}
.Hide
{
	display: none;
}
.Normal
{

}
.RecurrenceClassOnce
{
	display: block;
}
.RecurrenceClassDaily
{
	display: none;
}
.RecurrenceClassWeekly
{
	display: none;
}
.RecurrenceClassMonthly
{
	display: none;
}
.RecurrenceClassYearly
{
	display: none;
}
			
.rdThemeDataTable{
	max-width: 100% !important;
}