﻿@font-face {
	font-family: Raleway-Regular;  
	src:url(../css/font/Raleway-Regular.ttf);
}


.helpButton 
{
   margin:1px;
   padding: 5px 10px;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   height:41.9px;
   /*height:52px;*/
   width: 195px;
   border: none;
   margin-left:5px;
   margin-right:50px;
   color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  background-color:#333;
  font-family: Raleway-Regular;
  text-align:left;
   }

.helpButton:hover {
   margin:1px;
   padding: 5px 10px;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   height:41.9px;
   /*height:52px;*/
   width: 195px;
   border: none;
   margin-left:5px;
   margin-right:50px;
   color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  background-color:#ed1c24;
  font-family: Raleway-Regular;
  text-align:left;
  cursor:pointer;
   }
.helpButton:active {
   margin:1px;
   border-top: 1px solid #96d1f8;
   background: #2c71ac;
   padding: 5px 10px;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   height:41.9px;
   /*height:52px;*/
   width: 195px;
   border: none;
   margin-left:5px;
   margin-right:50px;
   color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  background-color:#ed1c24;
  font-family: Raleway-Regular;
  text-align:left;
   }

   
  .helpButtonSelected
  {
   margin:1px;
   border-top: 1px solid #96d1f8;
   background: #2c71ac;
   padding: 5px 10px;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   height:41.9px;
   /*height:52px;*/
   width: 195px;
   border: none;
   margin-left:5px;
   margin-right:50px;
   color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  background-color:#ed1c24;
  font-family: Raleway-Regular;
  text-align:left;
  } 
  
  .loginBtn
{
  background: #d80000;
  font-family: Raleway-Bold;
  color: #fff;
  border: solid 1px #d80000;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 10px;
}

.loginBtn:hover {
   background: #fff;
   font-family: Raleway-Bold;
   color: #d80000;
  border: solid 1px #d80000;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 10px;
  cursor:pointer;
   }
.loginBtn:active {
   border-top-color: #1b435e;
   background: #2c71ac;
   }

  
  .naviButton 
{
   background: #d80000;
   font-family: Raleway-Bold;
   color: #fff;
  border: solid 2px #d80000;
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 10px;
   }
.naviButton:hover {
   background: #fff;
   font-family: Raleway-Bold;
   color: #d80000;
  border: solid 2px #d80000;
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 10px;
  cursor:pointer;
   }
.naviButton:active {
   border-top-color: #1b435e;
   background: #2c71ac;
   }

   div.dvLeft .genButton
   {
        background: #0000e5;
        border: solid 2px #0000e5;
        color:#FFFFFF;
   }
   
   div.dvLeft .genButton:hover
   {
        background: #fff;
        border: solid 2px #0000e5;
           color: #0000e5;
   }
   
   
   
  .genButton 
{
   background: #d80000;
   font-family: Raleway-Bold;
   color: #fff;
  border: solid 2px #d80000;
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 30px;
  float: left;
  margin-left: 25px;
  /*margin-top: -15px;*/
  margin-right: -10px;
   }
.genButton:hover {
    background: #fff;
   font-family: Raleway-Bold;
   color: #d80000;
  border: solid 2px #d80000;
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 30px;
  cursor:pointer;
  float: left;
  margin-left: 25px;
  /*margin-top: -15px;*/
  margin-right: -10px;
   }
.genButton:active {
    border-top-color: #1b435e;
   background: #2c71ac;
  float: left;
  margin-left: 25px;
  /*margin-top: -15px;*/
  margin-right: -10px;
   }
   
   .genButtonDisabled {
  background: #333 !important;
   font-family: Raleway-Bold;
   color: #555;
  border: solid 2px #333 !important;
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 30px;
  /*margin-top: -15px;*/
  float: left;
  margin-left: 25px;  
  margin-right: -10px;
   }