/*this style sheet is used to hide the element which won't be printed
and resize the blocks according to the width or height available*/

#sfWebDebug,
.no_print,
#question_pager,
.question_actions{
  display:none;
}
#container #content{
  width: auto;
}
#container{
  width: auto;
}
body{
  background-image: none;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 11px;
}


#header{
  border: none;
  background: transparent url(/images/logo-white.gif) no-repeat left top;
  width: 476px;
  height: 61px;
  margin: auto;
}

#site_logo{
  display: none;
}
#sidebar{
  display:none;
}

.two_columns td.print_left_column,
.two_columns td.print_right_column
{
  width: 50%;
}

h1
{
  font-family: "Lucida Grande","Lucida Sans Unicode",verdana,sans serif;
  color: #66CC00;
  background:transparent url(../images/filetdegr-large.gif) no-repeat scroll right bottom;
}
h2 a{
  color: #8165A9;
  text-decoration: none;
}
/**/
.feed{
  display: none;
}
.mini_title{
  padding: 50px;
  font-size:13px;
}
#content table.two_columns h1 a {
border:medium none;
color:#66CC00;
}
.interested_mark.can_vote a {
background:transparent url(../images/votetxt-bubble.gif) no-repeat scroll left -82px;
border:medium none !important;
}
.answer a.answer_vote_up{
background:transparent url(../images/answer_up_vote.gif) no-repeat scroll left -21px;
border:medium none;
}
#bd{
  width: 80%;
}
.answer a.answer_vote_down{
background:transparent url(../images/answer_down_vote.gif) no-repeat scroll left -21px;
border:medium none;
}