@charset "utf-8";
/* CSS Document */

.PageTitleHeader {
	font-size: xx-large;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SectionTxt {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.SectionTitle1 {
	font-weight: bold;
	color: #FFFFFF;
}
.SectionTitleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.ApplicationTypeTxt {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
.ErrorMsgTxt {
	font-size: 14px;
	color: #FF0000;
}

.ServiceAvail {
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.MenuStyle1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;	
}
.FormLableType1 {
	font-weight: bold;
}
.PageTitle {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.ProfessionalTableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5D7B9D;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.HiddenTable {
	display:none;
}

.GridLink {
	font-size: 14px;
	color: #0033CC;
}
.ProfessionalTableRow {
	color: #333333;
	background-color: #F7F6F3;
	vertical-align: top;
}
.ProfessionalTableRowAlt {
	color: #284775;
	background-color: #FFFFFF;
	vertical-align: top;
}
.WhiteLink {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.TableListHeader {
	font-weight: bold;
	text-decoration: underline;
	height: 30px;
	vertical-align: bottom;
	text-align: left;
}
.TableListMember {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ErrorField {
	border: thin solid #FF0000;
}
.MenuLink {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.MenuDescription {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 100%;
	width: 100%;
	background-position: top;
}
.MenuImage {
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.ProfessionalTableHeaderOrange {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #F93;
	font-weight: bold;
}
.ProfessionalTableHeaderGreen {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #FFF;
        background-color: #99FF99;
        font-weight: bold;
}

.ProfessionalTableHeaderRed {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #FFF;
        background-color: #FF0000;
        font-weight: bold;
}