﻿* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-SIZE: 1em; PADDING-TOP: 0px
}
body
{
    font: 12px/1.4 calibri;
    background-position: left top;
}
IMG {
	BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px
}
A:link {
	OUTLINE-STYLE: none; CURSOR: pointer
}
A:visited {
	OUTLINE-STYLE: none; CURSOR: pointer
}
A:hover {
	OUTLINE-STYLE: none; CURSOR: pointer
}
A:active {
	OUTLINE-STYLE: none; CURSOR: pointer
}
A:focus {
	OUTLINE-STYLE: none; CURSOR: pointer
}
.TextBox
{
	font-size: 11pt;
	font-family: calibri;
}
input[type="text"] 
{
	font-size: 11pt;
	font-family: calibri;
	margin-right: 6px;
	margin-left: 4px;
	margin-bottom: 4px;
}
input 
{
	font-size: 11pt;
	font-family: calibri;
	margin-right: 6px;
	margin-left: 4px;
	margin-bottom: 4px;
}
select 
{
	font-size: 11pt;
	font-family: calibri;
	margin-right: 6px;
	margin-left: 4px;
	margin-bottom: 4px;
}
.Required
{
	background-color:#FFFF99;
}
.RequiredReg
{
	text-transform: none;
	background-color:#FFFF99;
}
.TextBoxReg
{
	text-transform:none;
}
.Label
{
    font-weight:bold;
}
.LinkButton
{
	border: 1px solid #787878;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.BigLabel
{
    font-weight:bold;
    font-size:14pt;
}
.Welcome
{
	font-family: calibri;
    font-weight:bold;
    font-size:11pt;
    color:#000000;
}
.Error
{
    color:#ff0000;
}
.ReportBody
{
    background-color: #ffffff;
}
.divReportContent
{
	background-color: #ffffff;
}
DIV
{
	font-size: 11pt;
	font-family: calibri;
}
 .TableHeader
{
	font: 14px/1.4 arial,sans-serif;
	font-weight: bold;
	background-color: #99CCFF;
	color: white;
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #787878;
}
.TableBody
{
	color: #000000;
	/*background-color: #D2E6FF;*/
	border: 1px solid #787878;
}
.TableBodyWhite
{
	color: #000000;
	background-color: #ffffff;
}
input[type="submit"], input[type="button"], button {
    background-color: #4F81BD;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    margin-right: 6px;
    width: 100px;
    color: #FFFFFF;
}