﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: 12px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    margin-top:0px;
    margin-bottom:0px;
    padding: 0px;
    color: #696969;
    background-image: url(bkg-blu.jpg);
}

.mainleftimage 
{
    background-image: url(left-side.gif);
}
.title
{
    font-size:30px;
    color: #696969;
}

.failureNotification 
{
    color: red;
}

.textarea1 { padding: 13px; font-size: 16px; width:20px; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;}

input { padding: 3px; font-size: 16px; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }
  
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

.button {
  display: inline-block;
  padding: 0.5em 2em 0.55em;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  border: solid 1px #cccccc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: solid 1px #31aedb;
  background-color: #3eb3dd;
  background: -webkit-gradient(linear, left top, left bottom, from(#76c9e7), to(#3eb3dd));
  background: -moz-linear-gradient(top, #76c9e7, #3eb3dd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76c9e7', endColorstr='#3eb3dd');
  color: #ebf7fb; }
  .button:hover {
    text-decoration: none; }
  .button:active {
    position: relative;
    top: 1px; }
  .button:hover {
    background-color: #28aad9;
    background: -webkit-gradient(linear, left top, left bottom, from(#69c4e5), to(#28aad9));
    background: -moz-linear-gradient(top, #69c4e5, #28aad9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69c4e5', endColorstr='#28aad9'); }
  .button:active {
    background-color: #69c4e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#3eb3dd), to(#69c4e5));
    background: -moz-linear-gradient(top, #3eb3dd, #69c4e5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3eb3dd', endColorstr='#69c4e5');
    color: #c5e8f4; }
    
.center1
{
    text-align: center;
}

.failureNotification
{
    font-size:12px;
    color:red;
}

.blacknormal
{
    font-size:14px;
    color: #696969;
}

.blackbold
{
    font-size:14px;
    color: #696969;
    font-weight:bold;
}

.modalBackground {
	background-color:Black;
	filter:alpha(opacity=90);
	opacity:0.8;
}
.modalPopup_11 {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-top:10px;
	padding-left:10px;
	width:500px;
	height:240px;
}

.modalPopup
{
    background-color: #FFFFFF;
    width: 0px;
    border: 0px solid #0DA9D0;
    border-radius: 0px;
    padding:0
      
}


.TimePicke1 
{
    font-size:44px;
    width:500px;
	height:240px;
}



.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: Black;
    z-index: 1000;
    opacity: 0.9;
    filter: alpha(opacity=40);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;  
  
}

.center
{
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    z-index: 1000;
    background-color: White;  
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px; /* make this half your image/element height */
    margin-left: -80px; /* make this half your image/element width */
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
}