﻿.page
{
	width:923px;	
	font-family:Tahoma, Geneva, sans-serif;
	margin: auto;
	}

.content1 a
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.content1 a:hover
{
	color: white;
}

.header
{
	width:921px;
	height:75px;
	background-color:#FFF;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	border:1px solid #fff;
}

.footer
{
	background-image:url(../img/footer-bg.png);
	width:100%;
	height:134px;
	color:#5a5a5a;
	font-size:12px;
}

.footer-top
{
	background-image:url(../img/footer-bg.png);
	width:921px;
	height:104px;
	color:#5a5a5a;
	padding-top:26px;
	-moz-border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	border:1px solid #fff;
}

.footer-top-small
{
	background-image:url(../img/footer-bg.png);
	width:100%;
	height:50px;
	color:#5a5a5a;
	font-size:12px;
}

.footer-control
{
	width:362px;
	height:36px;
	padding-top:10px;
	background-color:#f3f3f3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #cbcbcb;
	padding-left:10px;
	margin-left:50px;
}

.footer a
{
	color:#21a6cf;
	text-decoration:none;
	text-transform:none;
	font-style:normal;
	font-weight:normal;
}

.footer a:hover
{
	color:#21a6cf;
}

.footer-copyright
{
	width:100%;
	height:27px;
	line-height:27px;
	font-size:12px;
}

.footer-copyright-left
{
	float:left;
	width:50%;
	margin-left:50px;
    color:#5a5a5a;
}

.footer-copyright-right
{
	width:285px;
	float:right;
	margin-right:50px;
}

.footer-learn-more
{
	float:left;
	width:100px;
	color:#699fb2;
}

.footer-learn-more-prod
{
	float:right;
	width:165px;
	background-color:#21a6cf;
	-moz-border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	border:1px solid #21a6cf;
	color:white;
	padding-left:8px;
	padding-right:8px;
}

.footer-learn-more-prod a,.footer-learn-more-prod a:hover
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.content1
{
	width:100%;
	height:159px;
	background-color:#21a6cf;
	color:#b8e7f5;
}

.content2
{
	width:100%;
	background-color:white;
	color:#5a5a5a;
	font-size:12px;
}

.content2-title
{
	font-size:20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content2 li
{
	font-size:12px;
	margin-bottom:10px;
}

.noindent-list {
    padding-left:20px;
    margin-left:0px;
}

.content2 a, .content2 a:hover
{
	color:#21a6cf;
	text-decoration:none;
	text-transform:none;
	font-style:normal;
	font-weight:normal;
}

.content3
{
	width:100%;
	height:159px;
	background-color:#21a6cf;
	color:#b8e7f5;
}

.styled-select select {
	 background:#e5f7fd;
   width: 315px;
	 height: 42px;
   border: 1px solid #b9dbe5;
   border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-appearance: none;
	 color:#3e7f93;
}

.styled-select {
   width: 287px;
   height: 42px;
   overflow: hidden;
	 background: url(../img/dropdown-arrow.png) no-repeat right #e5f7fd;
   border: 1px solid #b9dbe5;
   border-radius: 5px;
	 -moz-border-radius: 5px;
	 color:#3e7f93;
   }

.styled-select2 {
    background:#e5f7fd;
    border: 1px solid #b9dbe5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color:#3e7f93;
}

.button_mini {
	width:152px;
	height:42px;
	line-height:42px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 12px;
}

.js-warning
{
	width:823px;
	height:40px;
	padding-top: 20px;
	margin-left: 30px;
	text-align:center;
	color:black;
	background-color:#FFF7DB;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #FFD955;
	font-size: 12px;
}

.button_mini1 {
	width:260px;
	height:42px;
	line-height:42px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 12px;
}

.btn_green {
	color:white;
	background-color:#48bd29;
	border:1px solid #48bd29;
}

.btn_grey {
    color: grey; 
    background-color: #e8e8e8; 
    border: #e8e8e8    
}

.thinborder {
    border: 1px solid black;
}

.hidden {
	display: none;
}

.input_blue {
    background-color:#e0f7ff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	color:black;
	padding: 10px;
	margin: 0px;
	width: 100%;
	font-size: 14px;
	border: none;
	outline: none;
}
.btn_blue {
	color:white;
	background-color:#21a6cf;
	border:1px solid grey;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	outline: none;	
}
table.vz-table {
	width: 100%;
}
table.vz-table td {
    height: 60px;
}

body.vz-body {
    overflow-y: scroll;
	margin: 8px; 
	padding: 30px;
	background-color: #e0f7ff;
	
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0px;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 
  
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 0;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  text-align: center;
  font-size: 22px;
  /*central modal contntent*/
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}