﻿body
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    color: #000000;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
}

.HeaderNormal
{
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    color: #743018;
    font-weight: bold;
}
.LabelNormal 
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color : #693000;
}

.LabelBold
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #693000;
}

.TextBoxNormal
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    color: Black;
}

.TextBoxLogin
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    width: 250px;
}

.LabelValidation
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    color: Red;
}

.TableNormal
{
    font-size: 16pt;
    font-weight: bold;
    color: #743018;
    border: #743018 1px solid;
}

.RowHeader
{
    font-size :14pt;
    font-weight:normal;
    color:#a54000;
    background-color:#ffffC0;
}

.CellNormal
{
    color:Maroon;
    font-size :10pt;
    font-weight: normal;
}

.ToolbarNormal
{
    background-color: #ffffC0;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: Maroon;
}

.BorderNormal
{
    background-color: #ffbb80;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color:Teal;
}

.HelpNormal
{
    background-color: #ffffC0;    
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: Maroon;    
}

.HelpTitle
{
    background-color: #ffffC0;    
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: Maroon;    
}

.SlotCalendar
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    border-right: #743018 1px solid;
    border-top: #743018 1px solid;
    border-left: #743018 1px solid;
    border-bottom: #743018 1px solid;
}

.SlotCalendarTitleMonth
{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #743018;
	background-color: #ffffC0;
}

.SlotCalendarTitleDays
{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #743018;
	background-color: #ffffC0;
    border-right: #743018 1px solid;
    border-top: #743018 1px solid;
    border-left: #743018 1px solid;
    border-bottom: #743018 1px solid;
}

.SlotCalendarDay
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    border-right: #743018 1px solid;
    border-top: #743018 1px solid;
    border-left: #743018 1px solid;
    border-bottom: #743018 1px solid;
    color: #808080;
}

.TableLogin
{
    font-size: 16pt;
    font-weight: bold;
    color: #743018;
}

.Hidden
{
    visibility: hidden;
}

