﻿body {
    margin: 0 !important;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: small;
}
.MainTable {
   
    font-family: 'Roboto', sans-serif;
    text-align: right;
    background-color: #CCCCCC;
    padding: 1px,1px,1px,1px;
}
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: small;
}
input {
    font-family: 'Roboto', sans-serif;
    font-size: small !important;
}
	
.box
{
    padding: 10px;
    margin: 0 auto;
    background-color: #CCCCCC;
    color: #000;
}
td
{
	vertical-align:top;
	margin-left: 40px;
}
a,.visited
{
	color:Blue;
}

.SubHeading {
    font-weight: bold;
    color: rgb(210, 19, 68); /*#800000;*/
    font-size: small;
    height: 7px;
    text-align: left;
    text-decoration: underline;
}
.RedLabel
{
    font-weight: bold;
    color: #FF0000;
    font-size: small;
}
.ItemLabel
{
    font-size: small;
    text-align: right;
    height: 20px;
}
.Spacer
{
    font-size: small;
    text-align: left;
    height: 10px;
    color: #000000;
}
.ItemLabelLeft
{
    font-size: small;
    text-align: left;
    height: 20px;
    color: #000000;
    }
.ItemLabelCentre
{
    font-size: small;
    text-align: center;
    height: 20px;
    color: #000000;
}
.ItemLabelCentreBold
{
    font-size: small;
    text-align: center;
    height: 20px;
    font-weight: bold;
    color: #000000;
}
.ItemLabelRight
{
    font-size: small;
    text-align: right;
    height: 20px;
    color: #000000;
}
.TextAreaLabel
{
    height: 20px;
    text-align: left;
}
.Heading {
    font-weight: bold;
    vertical-align: top;
    height: 11px;
    color: rgb(210, 19, 68); /*#800000;*/
    font-size: medium;
    text-align: center;
    text-decoration: underline;
}
.ControlMargin
{
    margin-left: 0;
}
.TextArea
{
    width: 450px;
    height: 60px;
    vertical-align: top;
    text-align: left;
}
.TextBox
{
    width: 145px;
    font-size: small;
}
.TextBoxDate
{
    width: 90px;
    font-size: small;
}
.TextBoxWide
{
    width: 450px;
}
.DropDownList
{
    width: 145px;
    font-size: small;
}
.ServiceProviderTable
{
     width: 100%;
}
.ServiceProviderTabletd
{
    border: 1px solid #000000;
    padding: 1px;
}
