.siteMap tr td {
    color:#FFF; vertical-align: top;
}

.siteMap tr td table {
    background-color: #333; 
    color:#FFF; 
    border: none;
    border-color: #333;
    border-collapse:collapse; 
    border-spacing: 0px;
}

.siteMap tr td table tr {
    background-color: #333; 
    color:#FFF; 
    border: none;
    border-color: #333;
}

.siteMap tr td table tr td {
    background-color:  #333; 
    color:#FFF; 
    padding: 2px 2px 2px 8px; 
    font-size: smaller;
    border: none;
    margin:0px;
    border-color: #333;
}

.siteMap tr td a:link {
    color:#FFF; 
}
.siteMap tr td a:visited {
    color:#FFF; 
}
.siteMap tr td a:hover {
    color:#ACD6F5; 
}
.siteMap tr td table tr td a:link {
    color:#FFF; 
}
.siteMap tr td table tr td a:visited {
    color:#FFF; 
}
.siteMap tr td table tr td a:hover {
    color:#ACD6F5; 
}

#planTable tr td {
    text-align: center; 
    font-size: larger
}

.mainButton {
    height: 100px;
    width: 130px;
    margin: 0 auto;
    display: table;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#555;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    padding: 10px;
}

.mainButton:hover {
    color:#207dbd;
}

.dataButtonTop {
    height: 70px;
    width: 150px;
    margin: 0 0 0 0;
    display: table;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#555;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.dataButtonTop div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}

.dataButtonTD {
    padding: 0px 10px 0px 10px; 
}

.dataButtonBottom {
    height: 70px;
    width: 150px;
    margin: 0 0 0 0;
    display: table;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f6f6f6;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#555;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.dataButtonBottom div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}

.dataButtonTop2 {
    height: 70px;
    width: 150px;
    margin: 0 0 0 0;
    display: table;
	background-color:#333;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	border:1px #333 solid;
	cursor:pointer;
	color:#eee;
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
}

.dataButtonTop2 div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}

@media screen and (max-width: 649.99px) {
    .width650DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 650px) {
    .width650UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 699.99px) {
    .width700DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 700px) {
    .width700UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 749.99px) {
    .width750DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 750px) {
    .width750UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 799.99px) {
    .width800DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 800px) {
    .width800UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 819.99px) {
    .width820DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 820px) {
    .width820UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 829.99px) {
    .width830DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 830px) {
    .width830UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 839.99px) {
    .width840DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 840px) {
    .width840UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 899.99px) {
    .width900DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 900px) {
    .width900UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 949.99px) {
    .width950DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 950px) {
    .width950UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 1049.99px) {
    .width1050DownHide {
        display:none !important;
    }
}
@media screen and (min-width: 1050px) {
    .width1050UpHide {
        display:none !important;
    }
}
@media screen and (max-width: 1149.99px){
    .width1150DownHide {
        display:none !important;
    }   
}
@media screen and (min-width: 1150px){
    .width1150UpHide {
        display:none !important;
    }
}

@media screen and (max-width: 1249.99px){
    .width1250DownHide {
        display:none !important;
        visibility: hidden;
    }   
}
@media screen and (min-width: 1250px){
    .width1250UpHide {
        display:none !important;
        visibility: hidden;
    }
}

@media screen and (max-width: 1349.99px){
    .width1350DownHide {
        display:none !important;
        visibility: hidden;
    }   
}
@media screen and (min-width: 1350px){
    .width1350UpHide {
        display:none !important;
        visibility: hidden;
    }
}

@media screen and (max-width: 1449.99px){
    .width1450DownHide {
        display:none !important;
        visibility: hidden;
    }   
}
@media screen and (min-width: 1450px){
    .width1450UpHide {
        display:none !important;
        visibility: hidden;
    }
}

div.TabView div.Tabs
{
    height: 24px;
    overflow: hidden;
    margin-left:5px;
    margin-right:50px;
}

@media all and (max-width: 719px) {
    div.TabView div.Tabs a
    {
        max-width: 165px;
        padding-left: 5px;
        padding-right: 5px;
        font-size:smaller;
    }
}
@media all and (min-width: 720px) {
    div.TabView div.Tabs a
    {
        width:  165px;
    }
}
div.TabView div.Tabs a
{
    float: left;
    display: block;

    text-align: center;

    height:      24px;
    padding-top: 0px;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-bottom-width: 0;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;

    text-decoration: none;
    font-weight: 500;
    color: #444;
}

div.TabView div.Tabs a:hover
{
    background-color: #AAA;
    color:#444;
}

div.TabView div.Tabs a.Active
{
    background-color: #CCC;
    color:#444;
}

div.TabView div.Pages
{
    clear: both;
    border: none;
    background-color: #CCC;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #444;
    min-height: 400px !important;
}

div.TabView div.Pages div.Page
{
    min-height: 400px !important;
    height: auto !important;
    padding: 10px;
}

div.TabView div.Pages div.Page div.Pad
{
    padding: 3px 5px;
}

div.TabView div.Pages div.Page div.Pad table
{
    border: none;
}

div.TabView div.Pages div.Page div.Pad form table
{
    border: none;
}

div.TabView div.Pages div.Page div.Pad table tr
{
    background-color: transparent !important;
}

div.TabView div.Pages div.Page div.Pad form table thead
{
    background-color: transparent !important;
}

.TabViewFormHead {
    color: #222;
    font-size: 16px;
    height: 40px;
    vertical-align: middle;
}

.TabViewInputText {
	font-weight: bold;
	font-size: 14px;	
	color: #002222;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9FBF9;
    border-collapse: separate;
    border: solid #999 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0px;    
}

.TabViewInputSelect {
	background-color: #F9FBF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002222;
    margin: 0px !important;
    padding: 2px;
}

.cssbutton_big {
    margin: 0 auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#555;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    padding: 10px;
}

.form_input_text {
    margin: 0px !important;
}

.form_input_select {
    margin: 0px !important;
}

.tableBodyRight {
    height: auto !important;
}

div.TabView select {
    height: 25px !important;
    padding: 1px !important;
}

div.TabView input {
    height: 25px !important;
    padding: 1px !important;
}

@media only screen {
    .hide-for-medium-small-only {
         display: inherit !important;
    }
    .show-for-medium-small-only {
         display: none !important;
    }
}
@media only screen and (min-width: 40.0625em) {
    .hide-for-medium-small-only {
        display: none !important;
    }
    .show-for-medium-small-only {
        display: inherit !important;
    }
}
@media only screen and (min-width: 49.0625em) {
    .hide-for-medium-small-only {
         display: inherit !important;
    }
    .show-for-medium-small-only {
         display: none !important;
    }
}

.switch-on {
  position: absolute;
  left: -58px;
  top: 8px;
  color: white;
  font-weight: bold;
  font-size: 12px; }

.switch-off {
  position: absolute;
  left: -25px;
  top: 8px;
  color: #555;
  font-weight: bold;
  font-size: 12px; 
}

.bannerPromo {
    height: 50px;	
    max-width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;            
}
.bannerPromo div {
    display: inline-block;
    animation: bannerPromo 30s linear infinite;
    -moz-animation: bannerPromo 30s linear infinite;
    -webkit-animation: bannerPromo 30s linear infinite;
    width:100%;
}
@-moz-keyframes bannerPromo {
     0%   { -moz-transform: translateX(100%); }
     100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes bannerPromo {
     0%   { -webkit-transform: translateX(100%); }
     100% { -webkit-transform: translateX(-100%); }
}
@keyframes bannerPromo {
    0%   { 
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(0,0); 		
    }
    100% { 
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%,0); 
    }
}

.vfFldError {
    color:red;
}
#vfNewForm input {
    margin:0px;
}
#vfNewForm select {
    margin:0px;
}
#vfNewForm label {
    margin:0 0 1rem;
}      
    
.vfwebsiteCatch {
    display:none;
}    