﻿body
{
	font-size: 10pt;
	margin: 0px;
	font-family: 'Microsoft Sans Serif';
}
.wtext
{
	font-size: 8pt;
	color: black;
	font-family: 'Microsoft Sans Serif';
}
.wtextto
{
	font-size: 8pt;
	color: royalblue;
	font-family: 'Microsoft Sans Serif';
}


.LabelText
{
	font-size: 9pt;
	color: royalblue;
	font-family: 'Microsoft Sans Serif';
}
.LabelTextDarker
{
	font-size: 9pt;
	color: #0033ff;
	font-family: 'Microsoft Sans Serif';
}


.LabelTextDark
{
	font-size: 9pt;
	color:  Black;
	font-family: 'Microsoft Sans Serif';
}


.TitleLabel
{
	padding-right: 5px;
	font-size: 12pt;
	padding-bottom: 5px;
	color: #6699ff;
	padding-top: 5px;
	font-family: Arial;
	text-align: center;
	text-indent:0px;
	margin: 0px 0px 0px 5px;
	padding-left: 5px;
	}

.ErrorText
{
	margin: 0;
	border-right: gray thin dashed;
	border-top: gray thin dashed;
	font-size: 8pt;
	border-left: gray thin dashed;
	width: 335px;
	color: white;
	font-weight: bold;
	border-bottom: gray thin dashed;
	font-family: Tahoma;
	background-color: red;
	
}
.wCheckBox
{
font-size: 8pt;
font-family: 'Microsoft Sans Serif';
color:Black;
}


.wTextBox
{
	 color:Navy;
	font-size: 8pt;
	border-bottom-color: Black;
	font-family: 'Microsoft Sans Serif';
	border-bottom-style:solid;
	border-bottom-width: thin;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.wTextBoxNotes
{
	 color:Navy;
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif';
	
}
.PanelCenter
{
	vertical-align: middle;
}


.HelpImage
{
	background-position-y: bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}


.DivWindow1
{
	border-right: coral thin dashed;
	border-top: coral thin dashed;
	border-left: coral thin dashed;
	border-bottom: coral thin dashed;
	background-color: #ccccff;
	width: 200px;
	position: absolute;
	height: 200px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
	visibility: hidden;
}

.headerlinks2
{
	font-size: 9pt;
	color:  Navy;
	font-family: 'Microsoft Sans Serif';
}
a.headerlinks2:link, a.headerlinks2:visited 
{
	 text-decoration:none;
}

a.headerlinks2:hover
{
	text-decoration: underline;
	color: #3366ff;
}



.headerlinks
{
	font-size: 10pt;
	color: white;
	font-family: 'Microsoft Sans Serif';
	
}

a.headerlinks:link, a.headerlinks:visited 
{
	 text-decoration:none;
}

a.headerlinks:hover
{
	background-color: royalblue;
	text-decoration: underline;
	color: #ffffff;
}

.HelpTextTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Arial;
	text-decoration: underline;
}

.ASPButton{
   color: Black;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color: #fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FF80FF',EndColorStr='#FFC0FF');}

.ASPButtonSave{
   color: White;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color: #fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#339999',EndColorStr='#3399ff');}



.ContactsHeader
{
	border-right: silver thin solid;
	border-top: silver thin solid;
	font-size: 9pt;
	border-left: silver thin solid;
	color: #ffffff;
	border-bottom: silver thin solid;
	font-family: Arial;
	background-color: #0066ff;
	cursor: hand;
}
.ContactsContent
{
	border-right: deepskyblue thin dashed;
	border-top: deepskyblue thin dashed;
	border-left: deepskyblue thin dashed;
	border-bottom: deepskyblue thin dashed;
	background-color: whitesmoke;
}

#FileNotFound
{
	border-right: blue dashed;
	padding-right: 5px;
	border-top: blue dashed;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: blue dashed;
	width: 400px;
	color: #000000;
	padding-top: 5px;
	border-bottom: blue dashed;
	height: 400px;
	width: auto;
	background-color: #ffcc99;
	text-align: left;
}

#FriendlyError
{
	border-right: gray dashed;
	padding-right: 5px;
	border-top: gray dashed;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gray dashed;
	width: 400px;
	color: #0033ff;
	padding-top: 5px;
	border-bottom: gray dashed;
	height: 400px;
	width:auto;
	background-color: #66ccff;
	text-align: center;
}
