

html,body {
  margin: 0;
  padding: 0;
  font-size: 9.6pt;
  font-family: Lucida Sans Unicode;
  color: #414142;
  text-align: center;
  line-height: 1.3em;
  width: 100%;
  height: 100%;
  background-color: #a6a99e;
  background-image: url(../../images/present/bg.jpg);
}

img{
	margin:0;
	padding:0;
}

a,
a:visited {
  color: #AB0504;
  text-decoration: none;
  border-bottom: 1px solid #A9A9A9;
}

a:hover,
a:hover strong {
  text-decoration: none;
  color: white;
  background-color: #AB0504;
  border: 0;
  background-image: url(../../images/present/a_active.gif);
}

a.selected, a.active{
	color: white;
	background-color: #AB0504;
	border: 0;
	background-image: url(../../images/present/a_active.gif);
}
.mark{
	color: #FF7F00;
}
.highlight{
	background-color: #969696;
   color: White;
	padding: 0 1px 0 1px;
   font-weight: normal;
}
span.required{
	color: #FF7F00;
	margin-left: 0em;
}

h1 {
  font-size: 180%;
  font-weight: normal;
  margin-bottom: .7em;
  line-height: 1.4em;
  color: #858374;
}

h2{
  font-size: 220%;
  font-weight: normal;
  color: #858374;
  margin-bottom: .7em;
  margin-top: 1em;
  line-height: 1.2em;
}
h2 a,
h2 a:visited,
h2 a:hover {
  color: #EDEB8F;
  text-decoration: underline;
}

h3 {
	font-size: 110%;
	line-height: 1.4em;
	color: #9C9A8E;
	font-weight: normal;
}

h4 {
	font-size: 110%;
	line-height: 1.4em;
	color: #9C9A8E;
	margin-top: 2em;
}

p, ul, ol {
  margin: 0;
  line-height: 1.4em;
  padding: .3em 0;
}

p.large{
  font-size: 1.2em;
}

ol,ul{
   
	margin: 0 0 0 30px;
}
ul{
	list-style: disc;
}

ol.non-mark,ul.non-mark{
	list-style: none;
	list-style-position: outside;
}

.date{
	text-transform: lowercase;
	color: #9B9C9C;
}

form {
   display: block;
}

fieldset {
  margin: 0 0 40px 0;
  padding: 0 0 0px 0;
}

form ol {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 0 !important;
}

form li {
  list-style: none;
  padding: .5em 0;
  padding-left: 0em;
  margin: 0;
  border: 0px solid black;
  border-left: 0;
  border-right: 0;
  display: block;
}

label {
  display: block;
  width: 18em;
  margin-left: 0em;
  font-weight: normal;
  font-size: .8em;
  padding-top: .2em;
  line-height: 1.4em;
  color: #9C9A8E;
}

form .toolbar {
  background-color: white;
}

form .toolbar li {
  padding-left: 0em;
}

input{
	margin: 0;
	padding: 0.15em;
	font-family: Lucida Sans Unicode;
	font-size: 100%;
	color: #818181;
}

input.submit{
	background-color: #F2F2F2;
	border: 1px solid #BDB8B4;
	height: 23px;
	padding: 0em 4px .15em 4px;
	color: #818181;
}

/*input.submit:hover{
   color: white;
   background-color: #AB0504;
   border: 0;
   background-image: url(../../images/present/a_active.gif);
}*/

input.text_field ,
textarea {
  width: 35em;
  font-size: 100%;
  padding: .15em;
  font-family: Lucida Sans Unicode;
  border: 1px solid #BDB8B4;
}


input[type="submit"] {
	background-color:#F2F2F2;
	border: 1px solid #BDB8B4;
}

textarea {
  height: 10em;
}

input.short,
textarea.short,
select {
  width: 16em;
  margin-right: .1em;
}

textarea.short {
  height: 12em;
}

input.short2,
textarea.short2 {
  width: 11em;
}

input.short3,
textarea.short3 {
  width: 3em;
}

textarea.large {
  height: 20em;
}

textarea.lower {
  height: 10em;
}

textarea.lower2 {
  height: 5em;
}

form small {
  color: #555;
  display: block;
  _padding-left: 0.3em;
}

form small.error {
  color: #AB0504;
}

.fieldWithErrors {
  display: inline;
}

.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select {
  border: 2px solid #AB0504;
}

div.flash-notice,
div.flash-error,
div.flash-message {
  display: block;
  margin: .2em 0 .2em 0px;
  padding: .5em 0px;
}

div.flash-notice ul,
div.flash-error ul,
div.flash-message ul {
  list-style: none;
  margin: 0;
}

div.flash-notice {
  color:  #AB0504;
}

div.flash-error {
  color:  #AB0504;
}
.cloud1 {font-size: .9em;}
.cloud2 {font-size: 1.2em;}
.cloud3 {font-size: 1.4em;}
.cloud4 {font-size: 1.6em;}
.cloud5 {font-size: 1.8em;}
.cloud6 {font-size: 2.0em;}
.cloud7 {font-size: 2.2em;}
.cloud8 {font-size: 2.4em;}

