﻿body {
            margin:0px;
            padding:0px;
            font-family:Arial;
        }
        .arrow-right {
	        width: 0; 
	        height: 0; 
	        border-top: 35px solid transparent;
	        border-bottom: 35px solid transparent;
	        display:inline-block;
	        border-left: 20px solid #025093;
        }
        .reverse-arrowRight {
            width: 0; 
	        height: 0;
            margin-left:-11px; 
	        border-top: 35px solid #025093;
	        border-bottom: 35px solid #025093;
	        display:inline-block;
	        border-left: 20px solid transparent;
        }
        .arrow-rightGray {
	        width: 0; 
	        height: 0; 
	        border-top: 35px solid transparent;
	        border-bottom: 35px solid transparent;
	        display:inline-block;
	        border-left: 20px solid #D8DAE6;
        }        
        .reverse-arrowRightGray {
            width: 0; 
	        height: 0;
            margin-left:-11px; 
	        border-top: 35px solid #D8DAE6;
	        border-bottom: 35px solid #D8DAE6;
	        display:inline-block;
	        border-left: 20px solid transparent;
        }
        #firstStep {
            display:table-cell;
            width:1%;
            height:70px;
            background-color:#025093;
            white-space: nowrap;
            text-align:center;
            vertical-align:middle;
        }
        #secondStep {
            display:table-cell;
            width:1%;
            height:70px;
            background-color:#025093;
            white-space: nowrap;
            text-align:center;
            vertical-align:middle;
        }
        #thirdStep {
            display:table-cell;
            width:1%;
            height:70px;
            background-color:#025093;
            white-space: nowrap;
            text-align:center;
            vertical-align:middle;
        }

        #topBarTbl {
            border-collapse:collapse;
            width:100%;
            
        }
        #topBarTbl tr{
            margin:0px;
            padding:0px;
        }
        #topBarTbl td{
            margin:0px;
            padding:0px;
            vertical-align:top;
            /*border:1px solid red;*/
        }
        .formDiv {
            background-color:#F2F3F7;
            height:420px;           
            margin-top:3px;
            text-align:left;
            display:inline-block;
            white-space: nowrap;
        }
        .headerDiv {            
            padding-left:20px;
            color:#025093;
            font-size:16px;
            font-weight:bold;
        }
        .contentDiv {
            padding-top:10px;
            padding-left:22px;
            font-size:14px;
        }
        .blueFont {
            color:#025093;
        }
        .checkboxSectionDiv {
            display:inline;
            margin-left:15px;
            padding:10px;
            background-color:white;
            white-space: nowrap;
        }
        .tableForm {
            width:100%;
            background-color:#F2F3F7;
            margin-top:2px;
        }
        .spaceAtTheTop {
            padding-top:20px;
        }
        hr { 
            display: block; height: 1px;
            border: 0; border-top: 1px solid #DCDEE9;
            margin: 1em 0; padding: 0; 
        }

        .blueButton {
            background-color:#2B93D1;
            border-radius: 5px;   
            color:white;      
            cursor:pointer;
            display:inline-block;
            text-decoration:none;
            padding-left:75px;
            padding-right:75px;
            padding-top:9px;
            padding-bottom:9px;
        }
        .personalTable td{
            padding-bottom:20px;
        }
        .personalTable td.noPadding{
            padding-bottom:0px;
        }
        .personalTable {
            width:100%;
        }
        input[type=checkbox] {
            width:20px;
            height:20px;
        }
        input[type=text] {
            height:20px;
            width:220px;
        }
        select {
            height:27px;
            width:224px;
        }
