﻿/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the 
inconsistent default styling of HTML elements, creating a level playing field across 
A-grade browsers and providing a sound foundation upon which you can explicitly 
declare your intentions." (see http://developer.yahoo.com/yui/reset/)
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,700italic,400italic&subset=latin-ext,latin);
*, html, body, form, fieldset, table, tr, td, img
{
  font-family: 'PT Sans', sans-serif;
}

input, button, select, textarea, optgroup, option
{
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

.tabelatitulo {
  position: relative; padding-left:5px
}

.tabelanumero {
  width:26px;
  border-right: 1px solid #44802D; 
  margin-bottom: 4px;
  text-align:center;
}

.tabelaborder {
  border-right: 1px solid #44802D;
}

body {
  background-image: none;
}

div {
  margin: auto;
  width: 800px;
}

table {
  margin-left: 10px;
}

table table {
  margin-left: initial;
}

.divDados, .divDadosFacturacao {
  margin-left: 17%;
}

.DropDown {
  width: 254px;
}

.TextBox {
  width: 250px;
}

.calendar {
  width: inherit;
}

.calDataNascimento {
  width: 70px !important;
}

.divEvento {
  margin-left: 10px;
}

.buttonDiv {
  margin-left: 0%;
  text-align: center;
}

.tblInscricaoCell {
  padding: 3px;
  background-color: white;
}

.tblCursosCell {
  padding: 3px;
  background-color: white;
}

#divLoading {
  margin: initial;
  width: initial;
}

#calDataNascimento {
  width: 95px !important;
}

#divValorAPagar, #divMetodosPagamento {
  margin-left: 10px;
}

#lblValorAPagar {
  width: 150px;
}

#tblHoteis {
  margin-left: initial;
}