ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a:link, a:visited
{
  text-decoration: underline;
  color:#9C4797;
}

a:hover
{
  text-decoration: none;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  max-width: 100%;
  /*  background: #F2ECF2;*/
}

body
{
  text-align: left;
}

div#header
{
  margin-left: auto;
  margin-right: auto;
/*  margin-bottom: 10px;*/
  text-align: left;
  width: 100%;
  height: 82px;
  background: white url(../images/header_bar.gif) repeat-x top left;
}

div#header h1
{
  padding: 30px;
  font-family: Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #c8c8c8;
  letter-spacing: -1px;
}

div#header h1 strong
{
  color: #999;
}

div#header ul, div#footer ul
{
  list-style: none;
  display:inline;
  float:right;
  padding: 5px 5px;
  background: #d8732f url(../images/menu_left.gif) no-repeat left bottom;
  font-size: 11px;
}

div#header li, div#footer li, div#header form
{
  display: inline;
  list-style: none;
}

div#header li
{
  padding: 0 7px;
  font-weight: bold;
  border-right: solid 1px #fff;
}

div#header li.last
{
  border-right: none;
}

div#header .last input
{
  border: solid 1px gray;
  width:70px;
  background-color: #F4F4F4;
  vertical-align:sub;
  margin-top:7px;
}

div#header .last input:focus, div#header .last input:hover
{
  background-color: white;
}

div#header li :link, div#header li :visited
{
  color:#fff;
}

div#content
{
  width:100%
}

div#content_main
{
/*  background: white;*/
/*  padding:5px;*/
/*  margin-right:250px;*/
  margin-left:10px;
  top:0;
}

div#content_bar
{
/*  position:absolute;*/
  background-color: white;
/*  top:0;
  right:0;*/
/*  width: 220px;*/
  margin:10px;
  padding:5px;
}

div#content_main h1
{
  margin: 0;
  font-size:14px;
  font-family:Verdana, Arial, sans-serif;
  padding:5px 5px 5px 10px;
  color: #7E7E7E;
}

div#content_main h2
{
  font-size:14px;
}

div#content_main h3
{
  font-size:14px;
  padding: 10px 0;
}

div#content_main .interested_block
{
  float:left;
  padding:4px 10px 10px 0;
  width:60px;
}

div#content_main .interested_mark
{
  font-size: 2em;
  font-weight: bold;
  width: 40px;
  height: 26px;
  background: url(/images/interested_bubble.gif) no-repeat top left;
  text-align: right;
  margin-left:10px;
  color: #fff;
}

div#content_main .few_interests
{
  font-size: 20px;
  line-height: 26px;
  margin-right:10px;
}

div#content_main .some_interests
{
  font-size: 16px;
  line-height: 27px;
}

div#content_main .many_interests
{
  font-size: 13px;
  line-height: 25px;
}

div#content_main .interested_link
{
  text-align: center;
  font-size: 9px;
}

div#content_main .interested_link :link, div#content_main .interested_link :visited
{
  color: #f3b335;
}

div#content_main .question
{
  margin-bottom: 25px;
}

div#content_main .question_body
{
  margin-top:6px;
  padding-left:70px;
}

div#content_main .question_body li
{
  list-style-position: outside;
}

.vote_block
{
  width: 70px;
  float: left;
}

.answer
{
  padding-bottom: 10px;
}

.highlight
{
  background-color: yellow
}

div#content_main .vote_up_mark
{
  display:inline;
  float:left;
  width:35px;
  text-align:center;
  font-size: 10px;
}

div#content_main .vote_down_mark
{
  display:inline;
  float:left;
  width:35px;
  text-align:center;
  font-size: 10px;
}

div#content_main .answer_body
{
  padding-left:80px;
}

div#content_main .answer_body ul
{
  margin-left: 15px;
}

div#content_main hr
{
  background-color:white;
  border:none;
  border-top:solid 1px #B59D7A;
  clear:both;
  margin-bottom:10px;
}

div#content_main p
{
  padding-bottom: 10px;
}

div#content_bar div.topbar
{
  background: blue;
  height:15px;
  margin:-10px;
}

div#content_bar li
{
  padding: 0 0 0 5px;
  list-style:none;
}

div#content_bar h2
{
  font-size:14px;
  font-family:Verdana, Arial, sans-serif;
  padding:5px 0;
  color: #7E7E7E;
}

div#footer
{
  height:40px;
  left:0;
  width:96%;
  text-align: right;
  margin:10px 10px 0 10px;
  padding:10px 10px 0 10px;
}

div#search
{
  position:absolute;

  top:26px;
  right:0;
  margin-top: 15px;
  padding:3px;
  text-align: right;
  float: right;
  clear: both;
  background-color: #F4F4F4;
}

input.searchterm
{
  border: solid 1px gray;
  width:150px;
  background-color: white;
}

.form_error
{
  padding: 0 0 4px 11em;
  color: #d8732f;
}

div#indicator
{
  position: absolute;
  width: 100px;
  height: 40px;
  left: 10px;
  top: 10px;
  z-index: 900;
  background: url(../images/indicator.gif) no-repeat 0 0;
}

.subtitle
{
  color: #9c4797;
  font-size: 11px;
}

.subtitle :link, .subtitle :visited
{
  font-weight: bold;
}

.clearleft
{
  clear: left;
}

.clearright
{
  clear: right;
}

.form input
{
  display: block;
  float: left;
  margin-bottom: 10px;
}

.form .right input
{
  display: inline;
  float: none;
  text-align: right;
}

.form label
{
  display: block;
  width: 75px;
  padding-right: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: right;
}

fieldset
{
  border: none;
}

#login
{
  margin-bottom: 10px;
}

#login h2
{
  font-size: 14px;
  margin-bottom: 5px;
}

ul#tag_cloud
{
  list-style: none;
}

ul#tag_cloud li
{
  list-style: none;
  display: inline;
  padding: 5px;
}

ul#tag_cloud li.tag_popularity_1
{
  font-size: 80%;
}

ul#tag_cloud li.tag_popularity_2
{
  font-size: 100%;
}

ul#tag_cloud li.tag_popularity_3
{
  font-size: 130%;
}

ul#tag_cloud li.tag_popularity_4
{
  font-size: 160%;
}

#answers
{
  padding-top: 10px;
}

#add_question
{
  padding: 10px;
  margin: 7px 0 5px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/add_background.gif) no-repeat left 7px;
}

#add_question :link, #add_question :visited
{
  color: #fff;
}

.options, .options :link, .options :visited
{
  color: #aaa;
}

.small
{
  font-size: 10px;
}

.in_form
{
  padding-left: 85px;
}

ul.plain_list
{
  margin-left: 15px;
}

h1
{
  margin: 8px 0;
  padding: 3px 3px 3px 5px;
  color: #555;
  font-size: 16px;
  border: 0;
  background-color: #ffc;
}

div#home ol {
padding-left:25px;
margin-top:6px;
margin-bottom:12px
}

div#home h1 {
color:#D8732F;
font-size: 18px;
font-style:normal;
padding-left:6px;
margin-left:-6px;
}

div#home {
background-color:#FFFFCC;
/*width:90% !important;*/
padding:6px;
margin-bottom:6px
}

table.rowDetail {
border-collapse: collapse;
}

table.rowDetail td, table.rowDetail th {
padding: 3px !important;
}

tr.rowDetailNew td{
  border: thin solid #d6d6d6;
  border-top-color: #7e7e7e;
}

tr.rowDetailData td {
 border-style: solid;
 border-width: thin;
 border-color: #7e7e7e #d6d6d6 #7e7e7e #d6d6d6;
}

tr.rowDetailOld td {
border: thin solid;
border-color: #d6d6d6 #d6d6d6 #7e7e7e #d6d6d6;

}

table.rowDetail th {
font-weight: bold !important;
padding-right: 6px !important;
}

table.rowDetail tr {
padding: 3px !important;
}

div.form-errors dl
{
  padding:4px;
  margin:0
}

div.form-errors dd
{
  padding:0 15px;
  margin:0;
}

div#login_div {
	margin:auto;
	width:520px;
}

div#tab_container
{
	background-color: #FFFFCC;
}

.deprecated
{
  color: #FF0000;
  font-weight: bold;
}
