/*
 START LOCAL STYLE
*/

div#header {
  border-bottom: 2em solid #669933;
  padding: 0;
  margin: 0;
}

div#content {
  width: 85%;
  vertical-align: top;
  float: right;
  padding-top: 1em;
}

div#menu {
  width: 13%;
  vertical-align: top;
  float: left;
}

div#question_context {
  width: 33%;
  float: left;
  vertical-align: top;
  margin: .5em 0 1em 0;
}

div#question_answer {
  width: 66%;
  float: right;
  vertical-align: top;
  margin-top: .5em;
}

div#listing_answers {
  clear: both;
  display: block;
  margin-top: 1em;
}

table.detail {
  width: 100%;
  text-align: left;
}

table.form th {
  text-align: center;
}

table.list thead th {
  background-color: #669933;
}

td.label-left {
  text-align: right;
  padding-right: .5em;
}

td.label-list {
  text-align: center;
}

table#photos {
  margin-top: .5em;
  margin-bottom: .5em;
  padding: 0;
}

table#photos td {
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}

table#photos th {
  text-align: center;
  vertical-align: middle;
}

table#qna td.question {
  text-align: left;
  background-color: #EEEEEE;
}

table#qna td.answer {
  text-align: left;
  font-weight: bold;
  background-color: #FFFFFF;
}

.tooltip {
  position: absolute;
  width: 250px;
  background-color: rgb(255, 255, 234);
  border: 1px solid black;
  padding: 2px;
  font-size: 11px;
  margin: 1em;
}

.tooltip p {
  padding: 2px;
  margin-top: 0.5em;
  line-height: 1.2em;
}

.tooltip a.close {
  font-size: 10px;
}

/************** autocomplete ***************/

li.cobroker-item {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  height: 50px;
}

li.cobroker-item div.cobroker-image {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

li.cobroker-item div.cobroker-name {
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2em;
}

li.cobroker-item div.cobroker-brand {
  font-size: 9px;
  color: #888;
}

/************** autocomplete ***************/

/****************** tabs *******************/
ul#menuList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menuList li {
  margin: 0;
  padding: 0;
  line-height: 12px;
}

ul#menuList a {
  color: #336600;
  display: block;
  padding: 2px 2px 2px 3px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #336600;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  text-decoration: none;
}

ul#menuList li.selected a {
  background-color: #669933;
  color: #FFFFFF;
  text-decoration: none;
}

ul#menuList a:hover {
  background-color: #669933;
  color: #FFFFFF;
  text-decoration: none;
}

/****************** tabs *******************/

/*
 END LOCAL STYLE
*/