﻿/* Styles for MS Pages */
.background-dark-blue-font {
	background-color: #004386;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.background-dark-blue {
	background-color: #004386;
}
.background-light-blue {
	background-color: #E6EEF7;	
}
.background-light-gray {
	background-color: #F3F3F3;
}
.background-dark-gray {
	background-color: #666666;	
}
.background-light-green {
	background-color: #D3EBB2;	
}
.background-white {
	background-color: #FFFFFF;	
}
.background-yellow {
	background-color: #FFFFCC;
}
.border-light-gray
{
    border: 1px solid #D0D0D0;
}
.border-top-light-gray
{
    border-top: 1px solid #D0D0D0;
}
.border-bottom-light-gray
{
    border-bottom: 1px solid #D0D0D0;
}
.border-color-light-gray
{
    border-color: #D0D0D0;
}
.bold {
    font-weight: bold;
}
.bwBackground {
	background-color:#F1F1F1;
}
.color-white {
	color: White;
}
.color-dark-gray {
	color: #666666;	
}
.color-green {
	color: Green;	
}
.eight-point {
	font-family: Verdana;
	font-size: 8pt;
}
.eight-point-bold {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}
.eleven-point {
	font-family: Verdana;
	font-size: 11pt;
}
.eleven-point-bold {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
}
.form-button
{
	background-image: url(/images/form-button.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 264px;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.form-padding {
	padding-left:50px; 
	padding-right:50px;
}
.form-padding-pg3b {
	padding-top:0px; 
	padding-left:0px; 
}
.form-padding-pg3b-title {
	padding-right:15px; 
	padding-top:15px;
}
.form-question {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #575757;
}
.form-step {
	font-family: Verdana;
	font-size: 8pt;
	color: #575757;
}
.label-dark-green {
	background-color: #10640C;	
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	display: inline-block;
	width: auto; 
	text-align: center; 
	padding-bottom: 2px; 
	padding-top: 2px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.nine-point {
	font-family: Verdana;
	font-size: 9pt;
}
.primary-title-1 {
	font-family: Verdana;
	font-size: 14pt;
	color: #575757;
	font-weight: bold;
	text-align: center;
}	
.rblColWidth td
{ 
   width: 50%; 
}
.sixteen-point {
	font-family: Verdana;
	font-size: 16pt;
}
.start-button {
    background-image: url(/images/start-button2.png);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 130px;
    height: 40px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.style17 {
   font-family: Verdana;
   font-size: 4pt;
   border-bottom-style: solid;
   border-bottom-width: 1px;
}
.style25 {
   background-color: #D3EBB2;
}
.style27 {
   font-size: 6pt;
}
.style28 {
   font-size: 7pt;
}
.style29 {
   color: #3E3E3E;
}
.style30 {
   font-family: Verdana;
   font-size: 4pt;
   border-top-style: solid;
   border-top-width: 1px;
   border-bottom-style: none;
   border-bottom-width: medium;
}
.style31 {
   background-color: #F1F1F1;
   border-bottom-width: 0px;
}
.ten-point {
	font-family: Verdana;
	font-size: 10pt;
}
.ten-point-bold {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
.ten-point-bold-red-arrow {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #CC3300;
}
.thirteen-point {
	font-family: Verdana;
	font-size: 13pt;
}
.twelve-point {
	font-family: Verdana;
	font-size: 12pt;
}
.twelve-point-bold {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}
.twelve-point-bold-blue {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #003399
	}
a {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
.TextBoxUpperCase 
{ 
text-transform: uppercase; 
}
.shadow { -webkit-box-shadow: 0px 10px 10px 5px #ddd;
   -moz-box-shadow: 0px 10px 10px 5px #ddd;
   box-shadow: 0px 10px 10px 5px #ddd;
}
.content-border 
{
    border:solid 2px #F0F0F0;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.sd-section-header
{
    background-color: #F3F3F3;
    color: Black;
}
.sd-master-header
{
    height: 50px; 
    padding-left:10px; 
    padding-right:10px;
}
.sd-section-border
{
    border: 2px solid #F0F0F0;
}
.sd-section-content
{
    background-color: White;
}
.sd-main-padding
{
    padding: 10px;
}
.sd-section-spacing
{
    padding-bottom: 20px;
}
.sd-directory
{
    width: 150px; 
    padding: 0px;
}
.sd-directory-border
{
    border: 10px solid white;
}
.sd-directory-listing-bottom
{
    padding-bottom:10px;
}
.sd-home-header
{
    padding-top: 10px; 
    padding-bottom: 20px; 
    padding-left: 10px;
}
.sd-home-section
{
    padding-left: 12px; 
    padding-right: 12px; 
    padding-bottom: 20px;
}
.sd-nowrap
{
    white-space: nowrap;
}
.bubble {
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 15px 25px;
    position: relative;
}
.bubble:before, .bubble:after {
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    bottom: -7px;
    transform:             rotate( 324deg ) skew( -15deg );
        -moz-transform:    rotate( 324deg ) skew( -15deg );
        -ms-transform:     rotate( 324deg ) skew( -15deg );
        -o-transform:      rotate( 324deg ) skew( -15deg );
        -webkit-transform: rotate( 324deg ) skew( -15deg );
    width:  25px;
    left: 19px;
}
.me {
    float: left;   
    margin: 5px 45px 5px 0px;    
}
.me::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .3 );
    left: 19px;
}
.bubble_text {
    position: relative;
    z-index: 1;
}
.bubble-gray {
    background-color: #f2f2f2;
}
.bubble-gray:before, .bubble-gray:after {
    background-color: #F2F2F2;
}
.bubble-green {
    background-color: #D3EBB2;
}
.bubble-green:before, .bubble-green:after {
    background-color: #D3EBB2;
}