﻿.standardLabel
{
	font-size: 8pt;
	color: #6699cc;
	font-family: Verdana, Tahoma, Arial;
}

.standardlabelsmall
{
	font-size: 11px;
	color: #6699cc;
	font-family: Verdana, Tahoma, Arial;	
}

.standardLabelNote
{
	font-size: 9px;
	color: #c0c0c0;
	font-family: Verdana, Tahoma, Arial;
}

.standardAnchor
{
	font-size: 8pt;
	color: #6699cc;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
}

.standardAnchor:hover
{
	font-size: 8pt;
	color: #000099;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
}

.standardReqiredText
{
	color: red;
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
}

.invalidLabel
{
	font-size: 8pt;
	color: #ff4500;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}

.successLabel
{
	font-size: 8pt;
	color: #32cd32;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}

.directionLabel
{
	font-size: 8pt;
	color: #ff9900;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
}

.standardCheckbox
{
	color: #6699cc;
	text-align: left;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
}

.standardTDSpacerHeight
{
	height: 10px;
}

.starndardTDGray
{
	border-top: #f5f5f5 10px solid;
	border-bottom: #f5f5f5 10px solid;
	background-color: #f5f5f5;
}

.standardTRGray
{
	background-color: #f5f5f5;
}

.dataentrylabel
{
	font-size: 8pt;
	color: #ff4500;
	font-family: Verdana, Tahoma, Arial;
	
}

.titleLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: #6699cc;
	font-family: Verdana, Tahoma, Arial;
	border-bottom: #6699cc 1px solid;
	height: 25px;
	background-color: #f5f5f5;
}

.standardcombobox
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	
}

.standardtextbox
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}

.readonlytextbox
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	background-color: #f0fff0;
	color: #696969;
	font-style: italic;
}


.contactAddressMultiLine
{
	z-index: 1;
	position: absolute;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}

.standardButton
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Tahoma, Arial;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	color: #ffffff;
	background-color: #6699cc;
	cursor: hand;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.linkbutton
{
	font-weight: bold;
	font-size: 7pt;
	color: #4682b4;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-decoration: none;
	border-bottom: #4682b4 thin solid;
}

.standardButton:hover
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Tahoma, Arial;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	color: #6699cc;
	background-color: #ffffff;
	cursor: hand;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.standardContainer
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

.hiddenobject
{
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.wrapperobject
{
	visibility: visible;
	
}

.SectionTitle
{
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Tahoma, Arial;
}

.DialogImportance
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial;
	border-bottom: #000000 2px solid;
}

.LabelDataEntry
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}

.TextDataEntry
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}

.ViewText
{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	overflow: auto;
}

.style1 {
	border-color: #00FF00;
	border-width: 0;
}

.style2 {
	background-color: #FFFFFF;
}

.style3 {
	font-family: Verdana, Tahoma, Arial;
}

.style4 {
	font-family: Verdana, Tahoma, Arial;
	font-size: medium;
}

.style5 {
	font-size: medium;
}

.style6 {
	background-color: #505050;
}

.style7 {
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-align: center;
}

.style8 {
	font-size: 8px;
	font-family: Verdana, Tahoma, Arial;
	text-align: center;
}

.style9 {
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEEE;
}

.style10 {
	border-width: 0;
}

.style11 {
	text-align: center;
}
.style12 
{
	font-family: Verdana, Tahoma, Arial;
	margin-left: 40px;
}
.style13 {
	font-family: Verdana, Tahoma, Arial;
}
.style14 {
	font-family: Verdana, Tahoma, Arial;
	font-size: x-small;
}


.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab
{
	color: #ffffff;
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor: default;
	font-weight: normal;
	background-color: #6699ff;
}

.DefaultTabHover
{
	color: #003399;
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor: default;
	font-weight: bold;
	background-color: #cccccc;
}

.SelectedTab
{
	color: #ffffff;
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor: default;
	font-weight: bold;
	background-color: #0066cc;
}

.PageContent
{
	background-color: #e6e6fa;
}

