﻿body, table, td, input , select, th
{
	font-family: Calibri, Arial;
}

.SectionHeader
{
	padding-top: 20px;
	font-size: 18px;
	font-family: Calibri, Arial;
	border-bottom: 1px solid silver;
}

.SectionHeaderNoBorder
{
    font-size: 18px;
	font-family: Calibri, Arial;
}

.FieldLabel
{
	font-weight: bold;
	padding-left: 10px;
	text-align: right;
	text-align: left;
}

.FieldValue
{
	padding-left: 5px;
}
.FieldValue span
{
	color: #666;
}

.PolicyTable * 
{
	font-size: 8pt;
}

.PolicyTable td, .PolicyTable th
{
	/*
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	*/
	padding: 5px;
}

.RepeaterTable
{
	border-collapse: collapse;
}
.RepeaterTable *
{
	font-size: 10pt;
}

.RepeaterTable TD
{
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;
	white-space: nowrap;
}

.RepeaterTable TR.odd TD
{
	background-color: #EFEFEF;
	background-color: #f2f5fb;
}

input.buttonsubmit, input#submit  { overflow: visible; padding-top:5px; padding-bottom: 5px; width: auto; }

OL.normal {    margin: 10px 0px 10px 25px;}OL.normal LI{    padding-bottom: 3px;    padding-top: 3px;}.commenttable
{
    border-collapse: collapse;
}
.commenttable TD
{
    color: #666;
    border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;
}

.commenttable TR.odd TD
{
	background-color: #EFEFEF;
	background-color: #f2f5fb;
	
}

table tr td 
{
	padding: 3px;
	font-size: 10pt;
}

TR.footerrow TD
{
	font-size: .9em;
	border-top: 3px double black;
}

.filterbox 
{
	width: 98%; 
	border: 1px solid #b6bac0; 
	border: 1px solid #0445a2; 
	background-color: #dfdfdf; 
	background-color: #aabcd6; 
	background-color: #ffffcc; 
	border: 1px solid silver; 
	padding: 8px; 
	font-size: 10pt; 
	border-radius: 5px; 
	-moz-border-radius: 5px;
}

.DataTable
{
	border-collapse: collapse;
}

.DataTable TD 
{
	font-family: "Courier New";
	font-family: tahoma;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	border-bottom: 1px dotted silver;
	padding: 5px;
}

.DataTable TH 
{
	font-family: "Courier New";
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	background-color: #777;
	color: white;
}

.ApptTable
{
	border-collapse: collapse;
	width: 100%;
}

.ApptAgent
{
	background-color: #777;
	font-size: 16px;
	color: White;
	padding: 5px;
	text-align: center;	
}

.ApptTimeCell, .ApptLocationCell, .ApptDetailsCell, .ApptUserCell
{
	border: 1px solid black;
}

.ApptTimeCell
{
	color: white;
	width: 40px;
	text-align: center;
}

.ApptDetailsCell
{
	height: 30px;
}

.ApptUserCell
{
	font-size: 10px;
}

.WeekendRow TD
{
	background-color: #EFEFEF;
}