﻿/*
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(https://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: "" "";
}

body {
  background-image: none;
}

.divInscricaoDisponivel {
  margin: auto;
  width: 820px;
}

.divDados, 
.divDadosFacturacao {
  margin-left: 17%;
  width: 800px;
}

.CustomDropdown,
.DropDown {
  width: 254px;
}

.CustomTextBox,
.TextBox {
  width: 250px;
}

.Calendar {
  width: 70px !important;
}

.CustomCheckBox {
  margin-left: -4px;
}

.RadioButtonList {
  margin-left: 10px;
}

.CustomRadioButtonList {
  margin-left: -8px;
  display: inline-block;
}

.CustomCheckBoxList {
  margin-left: -8px;
  display: inline-block;
}

input:disabled {
  background-color: #ffffffad !important;
  color: #000 !important;
}

.calendar {
  width: inherit;
}

.calDataNascimento {
  width: 70px !important;
}

.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,
#lblMetodosPagamento {
  width: 230px;
}

#tblHoteis {
  margin-left: initial;
}

.spanInfo p {
  margin-top: revert;
}
