﻿body
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    color: #000000;
    background-color:#F5E2F4;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
}

.HeaderNormal
{
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    color: #000000;
    background-color: #F5E2F4;
    font-weight: bold;
}

.LabelNormal
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

.LabelBold
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.TextBoxNormal
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
}

.TextBoxLogin
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    width: 250px;
}

.LabelValidation
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    color: #FF0000;
}

.TableNormal
{
	border: thin solid #000000;
	font-family: Arial;
	font-style: normal;
	font-size : 16pt;
	font-weight: bold;
	color: #000000;
}

.RowHeader
{
    font-family: Arial;
    font-style: normal;
    font-size :14pt;
    font-weight:normal;
    color:#000000;
    background-color:#DFA2DB;
}

.CellNormal
{
	border: 1px solid #000000;
	font-family: Arial;
	font-style: normal;
	color: #000000;
	font-size : 10pt;
	font-weight: normal;
	background-color: #F5E2F4;
}

.ToolbarNormal
{
    font-family: Arial;
    font-style: normal;
    background-color: #DFA2DB;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #000000
}

.BorderNormal
{
    font-family: Arial;
    font-style: normal;
    background-color: #8C2F85;
    font-size: 8pt;
    font-weight: normal;
    color:#FFFFFF 
}
.HelpNormal
{
    background-color: #dfa2db;    
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;    
}

.HelpTitle
{
    background-color: #dfa2db;    
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;    
}


.SlotCalendar
{
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.SlotCalendarTitleMonth
{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #DFA2DB;
}
.SlotCalendarNextPrev
{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
.SlotCalendarTitleDays
{
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #DFA2DB;
}
.SlotCalendarDay
{
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #808080;}
.TableLogin
{
	font-family: Arial;
	font-style: normal;
	font-size : 16pt;
	font-weight: bold;
	color: #000000;
}

.Hidden
{
    visibility: hidden;
}

