/* 
  ##########################################################################################################

	Ortografa!
	Criado por http://ramonpage.com
	Rio de Janeiro, Brasil | Todos os direitos reservados

  ########################################################################################################### 
*/

/* General
---------------------------------- */

html {
	background: #fff url(/images/bg-body.png) repeat-x 0 0;
	font: .625em Arial, Helvetica, sans-serif;
}

body {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 640px;
	font-size: 1.2em;
	background: transparent;
}

/* Headers
---------------------------------- */

h1, h2, h3, h4 {
	margin: .5em 0;
	font-family: GillSans, Trebuchet, "Trebuchet Ms", Calibri, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2.25em;
	color: #508396;
}

h2 {
	font-size: 2em;
	color: #66ACC6;
}

#errorExplanation h2 {
  margin: 0;
  font-size: 1.2em;
  color: #fff;
  background-color: #900;
  font-weigth: bold;
  padding: .2em;
}

h3 {
	font-size: 1.6em;
	font-style: italic;
	color: #363636;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #363636;
}

/* Tooltip
---------------------------------- */

div#qTip {
  margin-right: 40px;
	padding: 5px;
	border: 1px solid #709945;
	border-right-width: 3px;
	border-bottom-width: 3px;
	display: none;
	background: #98C666;
	color: #363636;
	font: normal 1em/1.4em Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}

/* Common
---------------------------------- */

p {
	margin: 1.4em 0;
	padding: 0;
	line-height: 1.4em;
}

img {
	border: 0;
}

hr {
	display: none;
}

a,
a:link,
a:active,
a:visited {
	color: #709945;
	text-decoration: none;
	border-bottom: 1px dotted #98C666;
}

a:hover {
	color: #98C666;
	border-bottom: 1px dotted #98C666;
}

/* Classes
---------------------------------- */


.string_change {
	background-color: #ff0;
	color: #660;
	font-weight: bold;
}

.string_warning {
	background-color: #fcc;
	font-weight: bold;
	color: #600;
}

a.string_change,
a.string_change:link,
a.string_change:active,
a.string_change:visited,
a.string_change:hover,
a.string_warning,
a.string_warning:link,
a.string_warning:active,
a.string_warning:visited,
a.string_warning:hover {
	color: #000;
}

.warning {
  color: #900;
  font-size: 1.2em;
}

.notice {
  color: #090;
  font-size: 1.2em;
}

/* Menu
---------------------------------- */

#menu {
	background: transparent url(/images/bg-header.png) repeat-x 0 0;
	height: 43px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	float: left;
}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited {
	display: block;
	padding: 0 2em;
	line-height: 2.4em;
	border: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
}

#menu ul li a:hover {
	border-bottom: 1px solid #fff;
}


/* Content
---------------------------------- */

#result p {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 10px;
	background-color: #fff;
	font-size: 1.4em;
}

#result ul#dica {
	font-size: 1.4em;
	line-height: 1.4em;
}

#result ul#dica li {
	padding: 5px 0;
	border-bottom: 1px solid #c6c6c6;
}

#description,
#policy {
	margin: 0;
	text-align: justify;
	display: none;
}

#description p {
	line-height: 2em;	
}

#box-info {
	padding: 0 0 0 80px;
	background: transparent url(/images/exclamation.gif) no-repeat 0 5px;
}

#changelog {
	display: none;
}

#ads_google {
	margin: 10px 0 0 0;
	text-align: center;
}

#alert {
	margin: 10px 0 0 0;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 0 10px 0 80px;
	background: #fee url(/images/alert.gif) no-repeat 10px 20px;
}

#sign_in {
  width: 300px;
  margin: auto;
}

#errorExplanation {
  margin: 0 0 .5em 0;
  color: #900;
  font-weight: bold; 
}

#errorExplanation ul {
  margin: 0;
  padding: 0em;
  list-style-type: none;
}

#errorExplanation ul li {
  margin: 0;
  padding: .2em 0;
}


/* Forms
---------------------------------- */

form,
fieldset {
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
}

legend {
	margin: 0;
	padding: 0;
	color: #363636;
	font-size: 1.6em;
}

#s {
	width: 96%;
	height: 70px;
	padding: 10px;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #87C6DD;
	border-right: 2px solid #66ACC6;
	border-bottom: 2px solid #508396;
	border-left: 2px solid #508396;
}

#counter {
	font-size: 2.2em;
	color: #87C6DD;	
	line-height: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold;
}

#lblbutton {
	float: right;
	margin: 5px 0 0 0;	
}

#btgo {
	border: 2px solid #508396;
	background: #508396 url(/images/bg-button.png) repeat-x 0 0;
	padding: 8px 16px;
	font-size: 1.8em;
	color: #fff;
}

.internal_form {
  font-size: 1.2em;
}

.internal_form label {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 .5em 0;
}

.internal_form .lblbutton {
  text-align: right;
}

.internal_form br {
  clear: left;
}

.internal_form .textfield {
  width: 98%;
	padding: 5px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #87C6DD;
	border-right: 2px solid #66ACC6;
	border-bottom: 2px solid #508396;
	border-left: 2px solid #508396;
}

.internal_form .button {
	border: 2px solid #508396;
	background: #508396 url(/images/bg-button.png) repeat-x 0 0;
	padding: 4px 8px;
	font-size: 1.4em;
	color: #fff;
}

#new_user_session {
  padding: 1em;
  background-color: #e9e9e9;
  border: 1px solid #c7c7c7;
}

#new_user_session .textfield {
  width: 95%;
}

/* Footer
---------------------------------- */

#footer {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: .9em;
	clear: both;
	border-top: 1px dotted #363636;
	text-align: left;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited { 
	color: #363636;
	text-decoration: none;
	border-bottom: 1px dotted #363636;
}

#footer a:hover {
	border-bottom: 1px solid #363636;
}

#footer p {
	margin: 1em 0;
	line-height: 1em;
	text-align: right;
}

#footer p a {
	margin-right: 20px;
}

#footer p a#copy {
	float: left;
}

#footer p a#hostnet {
	float: right;
	border: none;
}
/* End
---------------------------------- */
