/* CSS for wheatblog app */

body {
  background-color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial, sans-serif;
}
td {
  background-color: #D0D0D0;
}
.main_box {
  background-color: #FFF;
  padding: 3px;
  position: absolute;
  left: 190px;
  top: 40px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  text-align: left;
}
.pic_box {
  background-color: #FFF;
  padding: 3px;
  position: absolute;
  left: 190px;
  top: 40px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  text-align: left;
}

.side_box {
  padding: 3px;
  position: absolute;
  left: 600px;
  top: 40px;
  width: 110px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  text-align: left;
}
.left_box {
  padding: 3px;
  position: absolute;
  left: 10px;
  top: 40px;
  width: 160px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  text-align: left;
}
.left_box_item {
  margin-bottom: 5px;
}
.side_box_item {
  margin-bottom: 5px;
}
.quote_box {
  position relative;
  width: 400px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
}
.title {
  color: #a1a1a1;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-family: arial, sans-serif;
	text-align: left;
}
.title2 {
  color: dimgray;
  font-size: 12px;
  font-weight: bold;
  font-family: arial, sans-serif;
}
.menu {
  /* for the text menu links */
  color: dimgray;
  font-size: 12px;
  font-family: arial, sans-serif;
}
.indent {
  /* for most paragraphs on the page after the introduction */
  color: #a1a1a1; /* 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: dimgray;
  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: navy;
  text-decoration: none;
}
a:hover {
  color: orange;
  text-decoration: underline;
}
.description {
  /* for the opening paragraph of each page */
  color: #a1a1a1;
  font-size: 11px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial, sans-serif;
  text-align: left;
}
.copyright {
  /* for the opening paragraph of each page */
  color: #a1a1a1;
  font-size: 10px;
  line-height: 14px;             
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial, sans-serif;
  text-align: right;
}
.button {
  color: #FFF;
  background: #666699;
  font-size: 11px;
  font-family: arial, sans-serif;
}
.otherbutton {
  color: #FFF;
  background: #666699;
  font-size: 11px;
  font-family: sans-serif;
}
input.search {
  color: black;
  background-color: dimgray;
  font-size: 10px;
  font-family: arial, sans-serif;
}
select {
  color: black;
  background-color: #A8A8A8;
  font-size: 10px;
  font-family: arial, sans-serif;
}
.desc_header, .wheatblog_desc_header {
  /* Used to span the title of the introductory paragraph */
  color: #666699;
}
.wheatblog_form_title {
  /* for titling each form, to describe its function */
  color: #000;
  background-color: #A8A8A8;
  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: #000;
  background-color: #A8A8A8;
  width: 99%;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif;
}
.wheatblog_indent2 {
  /* for examples included in the body */
  color: #a1a1a1;
  background-color: #D0D0D0;
  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: black;
  background-color: #A8A8A8;
  width: 99%;
  height:  200px;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif;
}

.wheatblog_textarea_002 {
  color: black;
  background-color: #A8A8A8;
  width: 99%;
  height:  32px;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif; 
}

  
