﻿#sonucDiv {
  margin: 0;
  border: 10px solid #e6e5da;
  padding: 25px 30px;
  background: #fff;
}
#gateway {
  margin: 0;
  border: 10px solid #e6e5da;
  padding: 25px 30px;
  background: #fff;
}
#gateway .form {
  margin: 0 0 20px 0;
  width: 100%;
  border-bottom: 2px solid #f7f7f7;
}

#gateway td, #gateway th {
  padding-top: 0;
  padding-bottom: 20px;
}

#gateway th {
  width: 150px;
  font-size: 18px;
}

#gateway th .details {
  margin: 3px 0 0 0;
  font-size: 11px;
}

#gateway .input-text {
  font-size: 28px;
  width: 95%;
  padding: 7px;
  
}
#gateway .input-text1 {
  font-size: 28px;
  width: 95%;
  padding: 7px;
   text-transform: lowercase;
}

#gateway .form-submit {
  margin: 0;
}
h2 {
	margin: 2px 0 20px 0;
	font-size: 2.1em;
	line-height: 1.1em;
	color: #cc3b1f;
	font-family: helvetica, arial, sans-serif;
}
h2 .details {
	padding: 0 0 0 5px;
	font-size: .75em;
	font-weight: normal;
	color: #b3b1a8;
}
/* Tables */

table, thead, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;	
}

table.simple {
	margin: 0 0 15px 0;
	font-size: 1.2em;
}

.simple td, .simple th {
	padding: 5px 0 5px 10px;
	vertical-align: top;
}

.simple th {
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
	color: #666;
}

.simple tbody th {
	white-space: normal;
}

.simple .simple {
	font-size: 1em;
}

.form th {
	padding-top: 8px;
	font-weight: bold;
}

.form th strong {
	color: #333;
}

.form .details {
	margin: 5px 0 0 0;
	white-space: normal;
	font-size: 0.92em;
	line-height: 1.3em;
	font-weight: normal;
  color: #b3b1a8;
}

.form .text {
  padding-top: 8px;
}

.wideForm {
  width: 100%;
}

.wideForm th {
  width: 265px;
}

.wideForm td .input-text, .wideForm td textarea {
  width: 400px;
}

table.tabular {
	margin: 20px 0;
	width: 100%;
	font-size: 1.2em;
	border-collapse: collapse;
}

.tabular thead th {
	padding: 0 10px 5px 10px;
	text-align: left;
	border-bottom: 1px solid #edede5;
}

.tabular td, .tabular tbody th {
	padding: 5px 10px;
	border-bottom: 1px solid #edede5;
	background: #fafaf8;
}

.tabular tbody th {
	text-align: left;
}

.tabular .alt td, .tabular .alt th {
	background: #f6f6f2;
}

.tabular h3 {
	font-size: 1.5em;
}
/* Forms */

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.input-text, textarea {
	background: #fff url(../images/layout/input_bg.gif) no-repeat top left;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #f7f7f7;
	padding: 5px;
}
.input-text1, textarea {
	background: #fff url(../images/layout/input_bg.gif) no-repeat top left;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #f7f7f7;
	padding: 5px;
}
.module {
	margin: 0 0 25px 0;
	border-top: 1px solid #e6e5da;
	padding: 20px;
	background: #fff;
}

.dimModule {
  border: none;
  background: #fafaf5;
}
.input-checkbox {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: -2px;
}
.main-wrapper {
	margin-top: -61px;
}

.secondary {
	float: right;
	margin: 15px -15px 0 0;
	padding: 15px 15px 40px 15px;
	width: 175px;
	min-height: 200px;
	overflow: hidden;
	
}

.secondary-wrapper {
	margin-top: -30px;
}

.main .secondary {
  margin: 0;
}
.section {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e5da;
}

.secondary .section {
	margin-top: 30px;
	padding-top: 0;
	border: none;
}
body 
{
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
}



label
{
  float: left;
  text-align: right;
  margin-right: 20px;
  width: 75px;
}

input
{
  float: left;
}

br
{
  clear: both;
}

#UserAvailability 
{
  padding-left: 22px;
  margin-left: 5px;
  float: left;
  background-position: left;
  background-repeat: no-repeat;
}

.progress
{
  background-image: url(../images/spinner.gif);
}

.taken
{
  background-image: url(../images/taken.gif);
}

.available
{
  background-image: url(../images/available.gif);
}
.progressTB
{
  background: url(../images/spinner.gif) no-repeat right;
}
.takenTB
{
  background: url(../images/taken.gif) no-repeat right ;
  padding-right:16px;


}
.takenlbl
{
  background: url(../images/taken.gif) no-repeat left ;
  padding-left:18px;


}

.availableTB
{
  background: url(../images/available.gif) no-repeat right;
}

#Button1 
{
  height: auto;
  float: left;
  margin-left: 95px;
}