﻿/*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
/**/
/*
	GLOBAL ELEMENTS
*/
* {
	margin: 0;
	padding: 0;
}
table{
	width: 100%;
	border: 0;
}
td{
	text-align: center;
}
img{
	border: 0;
}
body, input, div, p{
	font-size: 13px;/*96.81%; /* 13px */
	font-family: Arial, Verdana, "Sans-Serifa";
}
a{
	font-weight: bold;
}
h1{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .8em;
	color: #D8852A;
}
h2{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .3em;
}
h3{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .3em;
}
p{
	line-height: 1.3em;
	/*letter-spacing: .1em;*/
	/*margin-bottom: 1em;*/
	/*text-indent: 2em;*/
}
a{
	color: #D8852A;
}
a:hover{
	color: #BD7321;
}
a:active{
	color: #BD7321;
}
/*
	GLOBAL CLASSES
*/
.clear{
	clear: both;
}
.separator{
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.link{
	cursor: pointer;
	cursor: hand; /* to set in IE */
}
.white{
	color: #FFFFFF;
}
.white:hover{
	color: #FFFFFF;
}
.red{
	color: #D8852A;
}
.justify {
	text-align: justify;
}
.right {
	float: right;
}
.msg {
	margin-top: 10px;
}
ul.none {
	list-style-type: none;
}
/*
	FORM
*/
.row{
	clear: both;
	height: 1.8em;
}
.row .label {
	float: left;
	width: 100px;
	margin-top: 3px;
}
.row .field {
	float: left;
}
textarea {
	width: 19.8em;
	height: 7em;
}
.field input {
	width: 12.5em;
}
.more {
	float: right;
	text-decoration: none;
	font-size: 16px;
}
.hidden {
	display: none;
}
h3 .normal{
	font-size: 13px;/*96.81%; /* 13px */
}
/*
  DROPSHADOW
*/
/*
.p-shadow {
  width: 90%;
  float:left;
  background: url(../images/shadow_alpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.p-shadow div {
  background: none !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
}
.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px !important;
}
.drop {
  float:left;
  background: url(../images/shadow_alpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.drop .shadow {
  display: block;
  position: relative;
  margin: -6px 6px 6px -6px;
}

.dropshadow3{ background: #000; width: 100%; height: 4px; opacity: .4; filter: alpha(opacity=40); }
.dropshadow2{ background: #000; width: 100%; height: 3px; opacity: .3; filter: alpha(opacity=30); }
.dropshadow1{ background: #000; width: 100%; height: 2px; opacity: .2; filter: alpha(opacity=20); }
*/