/* CSS for wheatblog app */

body {
  background-color: #323232;
  text-align: center;
}
td {
  background-color: #323232;
}
.main_box {
  background-color: #323232;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 337px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #AAAAAA;
  border-width: 0px;
  text-align: left;
}
.quote_box {
  position relative;
  width: 400px;
  border-style: solid;
  border-color: #AAAAAA;
  border-width: 1px;
}
.title {
  color: #AAAAAA;
  font-size: 16px;
  font-weight: bold;
  font-family: arial, sans-serif;
	text-align: left;
}
.title2 {
  color: #AAAAAA;
  font-size: 12px;
  font-weight: bold;
  font-family: arial, sans-serif;
}
.menu {
  /* for the text menu links */
  color: #AAAAAA;
  font-size: 12px;
  font-family: arial, sans-serif;
}
.indent {
  /* for most paragraphs on the page after the introduction */
  color: #AAAAAA; /* a bit brighter than dimgray */
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  font-family: arial, sans-serif;
  text-align: left;
}
.indent2 {
  /* for examples included in the body */
  color: #AAAAAA;
  font-size: 11px;
  line-height: 14px;
  margin-left: 25px;
  padding: 5px;
  margin-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px;
  border-style: solid;
  border-color: dimgray;
  font-family: arial, sans-serif;
  text-align: left;
}
a:link, a:visited {
  color: #AAAAAA;
  text-decoration: none;
}
a:hover {
  color: #0391BC;
  text-decoration: underline;
}
.description {
  /* for the opening paragraph of each page */
  color: #0391BC;
  font-size: 11px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial, sans-serif;
  text-align: left;
}
.button {
  color: #000000;
  background: #AAAAAA;
  font-size: 11px;
  font-family: arial, sans-serif;
}
.otherbutton {
  color: #000000;
  background: #AAAAAA;
  font-size: 11px;
  font-family: sans-serif;
}
input.search {
  color: #000000;
  background-color: #AAAAAA;
  font-size: 10px;
  font-family: arial, sans-serif;
}
select {
  color: #323232;
  background-color: #FFFFFF;
  font-size: 10px;
  font-family: arial, sans-serif;
}
.desc_header, .wheatblog_desc_header {
  /* Used to span the title of the introductory paragraph */
  color: #0391BC;
}
.wheatblog_form_title {
  /* for titling each form, to describe its function */
  color: #AAAAAA;
  background-color: #323232;
  font-size: 14px;
  line-height: 16px;
  margin-left: 25px;
  padding: 5px;
  margin-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px;
  border-style: solid;
  border-color: dimgray;
  font-family: "trebuchet ms", arial, sans-serif;
  text-align: left;
}
.wheatblog_input {
  color: #323232;
  background-color: #FFFFFF;
  width: 99%;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif;
}
.wheatblog_indent2 {
  /* for examples included in the body */
  color: #0391BC;
  background-color: #323232;
  font-size: 11px;
  line-height: 14px;
  margin-left: 25px;
  padding: 5px;
  margin-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px;
  border-style: solid;
  border-color: dimgray;
  font-family: arial, sans-serif;
  text-align: left;
}

.wheatblog_textarea {
  color: #323232;
  background-color: ##AAAAAA;
  width: 99%;
  height:  200px;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif;
}

.wheatblog_textarea_002 {
  color: #323232;
  background-color: #AAAAAA;
  width: 99%;
  height:  32px;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif; 
}

  
