﻿html {
  overflow: hidden;
  height: 99%;
}
                         
body {
  background: rgb(211, 226, 195);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

* {
  font-size: 12pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list {
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}


/* === Containers === */

#first_container {
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%; 
  position: relative; 
  overflow: hidden; 
  width: 810px;
}

#second_container {
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container {
  position: relative; 
  top: -253px; 
  width: 810px;
}


/* === Menu === */

#menu ul {
  height: 41px;
  padding-right: 80px;
  margin: 0;
  list-style: none;   
}

#menu li.ui-state-active a span {
  display: block;
  width: 90px;  height: 41px;  
  background-image: url('../images/tab.jpg');    
  text-decoration: none;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
}

#menu li {
	width: 90px;
	float: right;
}

#menu a {
 text-decoration: none;
 float: right;
 outline: none;
}

#menu a span {
  float: right;
  display: block;
  width: 90px;  height: 41px;  
  background-color: inherit;
  line-height: 46px;
  text-align: center;
  outline: none;
}

#menu a:link span, #menu a:visited span {
  color: #749942; 
  background-color: #D3E2C3;
}

#menu a span:hover, #menu a span:active {
  background-image: url('../images/tab-hover.jpg');
  color: #ffffff; 
}

.content div.ui-tabs-hide {
  display:none;
}


/* === Other Divs === */
 
.border {
  background-color: #ffffff;
  padding: 15px 15px 15px 342px;
  height: 365px;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.content {
  height: 335px;
  overflow: auto;
  padding: 15px;
}

.designinfo {
  margin-top: 3px;
  margin-right: 5px;
  text-align: right;
  color: #749942;
  background-color: inherit;
  font-size: 8pt;
}

.designinfo a {
	color: #749942;
	font-size: 8pt;
	text-decoration: none;
}

.designinfo a:hover {
	text-decoration: underline;
}

/* === Inline Text Styles === */

h1 {
  margin: 5px 0 -55px 0;
  padding: 0 10px 55px 10px;
  font-size: 18pt;
  color: #ffffff;
  background-color: inherit;
  border-left: 7px solid #ffffff;
}

.details {
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text {
  display: block;
  margin: 5px 5px 5px 17px;
}

.text a {
  color: #666F53;
  text-decoration: none;
}

.text a:hover, .text a:active {
  color: #000000;
}

blockquote {
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note {
  	display: block;
	margin: 10px 15px 10px 15px;
	padding: 0 5px 0 0;
	color: #555555;
	font-size: 11pt;
}

.bold {
  font-weight: bold;
}


/* === Forms === */

p, form, button {
	border: 0; 
	margin: 0; 
	padding: 0;
}

.spacer {
	clear: both;
	height: 1px;
}

.myform {
	margin: 0 auto;
	width: 350px;
	padding: 14px 0 0 0;
}

.myform p {
	height: auto;
	padding-bottom: 5px;
}

.myform label {
	display: block;
	text-align: right;
	width: 80px;
	float: left;
}
.myform span.field-validation-error{
	color: red;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 80px;
	margin-top: -10px;
}
.myform input, .myform textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px gray;
	width: 250px;
	margin: 2px 0 10px 10px;
}

.myform button { 
	clear: both;
	margin: 3px 0 0 220px;
	width: 125px;
	height: 31px;
	background: #666666 url('../images/button.png') no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
	
input.field-validation-error, textarea.field-validation-error,
input.input-validation-error, textarea.input-validation-error
{
	border: 1px solid red; 
	background-color: #ffeeee;
}
