﻿* 
{
    font-family: Arial;
    font-size: 13px;  
}

body 
{
     background-color: White;
     padding-left: 10px;
}
img
{
    border-style: none;
}

#tooltip { 
    display:none; 
    font-size:12px; 
    padding:25px; 
    background-color:#fff;  
    height: 20px;
    border: solid 2px blue;   
    z-index: 200;
}

a.AnswerTitle:visited {
	color: #606060;
}

.AnswerUrl 
{
	color: green;
}

.BestSentence 
{
   background-color: #FFFBC6;
}
.Debug
{
    font-family: 'Courier New' , Courier, monospace;
    color: #800080;
}
.searchPanel 
{
    margin: 10px;
    margin-left: 0px;
    border: solid 1px black;
    display: none;
}

label
{
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.contentPanel 
{
    margin: 5px;
    overflow: hidden; 
}
h1 
{
  
    margin: 0px;
    padding: 2px;
    padding-left: 20px;
    background:silver url(../images/arrows.png) no-repeat;
    background-position: left top;
    cursor: pointer;
}

h1.active {background-position: left bottom;}

#searching div 
{
    float: left;
    margin-right: 10px;
    color: Red;
/*    display: none; */ 
}

.searchblock 
{
 display: none;
}

/* opensearch */
.ch 
{
    cursor: pointer;
}

.textOff 
{
    display: none;
}   

.alignright
{
    float: right;
}

.togglePanel 
{
overflow: hidden;
}

#search_pointer, #allow_pointer 
{
	background-color: #ffffff;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: .8em;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 8px 8px;
	height: 130px;
	width: 200px;
	z-index: 3000;
}
#search_pointer h3 
{
	margin: 0;
}
#search_pointer p 
{
	margin: 2em 0 0 0;
}

/* advertisements */
#ads h2 
{
    text-align: left;
}
#ads h2 a 
{
    color: #9dadba;
    font-size: 77%;
    font-weight: bold;
    text-decoration: none;
}

#ads h2 a:hover 
{
    text-decoration: underline;
}

#results {
	background-color: #fff;

	padding: 10px;
	margin-right: 180px;
	width: 593px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	_width: 573px;
}

#results h2 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
	font-weight: normal;
}

#results h2.nores {
	margin-bottom: 0;
}

#results h2 #timer {
	float: right;
	margin-left: 15px;
	font-size: 13px;
	line-height: 23px;
	color: #777;
}

#results ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #ccc;
}

#results ul div.thread {
  margin-top: 10px;
  background-color: #eee;
  margin-left: 58px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* IE hack for setting layout */
#results ul div.thread { display: inline-block; }
#results ul div.thread { display: block; }

#results ul div.thread ul {
	border-width: 0;
}

#results li {
	margin: 0;
	border-bottom: 1px dashed #ccc;
	padding: 15px 5px;
        overflow: hidden;
}

#results li div.avatar {
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
}

#results li div.avatar a {
	text-decoration: none;
}

#results li div.avatar img {
	width: 48px;
	height: 48px;
}

#results li div.avatar a.from_av {
	display: block;
	width: 36px;
	height: 36px;
}

#results li div.avatar a.to_av {
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 22px;
	margin-top: -14px;
}

#results li div.avatar a.from_av img {
	width: 36px;
	height: 36px;
}

#results li div.avatar a.to_av img {
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
}

#results li.nested div.avatar {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

#results li.nested div.avatar img {
	width: 36px;
	height: 36px;	
}

#results  li .msg {
	margin-left: 58px;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
}

#results li.nested .msg {
	margin-left: 45px;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 3px;
}

#results li .msgtxt.translated {
	background-color: #ffffcc;
}

#results li .info, #results li .debug {
	margin-left: 58px;
	color: #777;
	font-size: 13px;
}

#results li .location {
	margin: 5px 0 5px 58px;
	font-size: 13px;
	color: #3d9438;
}

#results li .info .source a {
  font-style: italic;
  color: #777;
  text-decoration: none;
}

#results li .info .source a:visited {
  color: #777;
}

#results li .info .source a:hover {
  color: #666;
  text-decoration: underline;
}

#results li .debug {
  padding-top: 5px;
  padding-left: 10px;
}

#results li.nested .info {
	margin-left: 45px;
	color: #777;
	font-size: 11px;
}

#results li.inthread {
	border: 0;
	padding-bottom: 0;
}

#results li.nested {
	padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dashed #ccc;
}

#results li .one_sided_expl {
	margin-top: 5px;
}

#results li img.thread {
	margin-bottom: -5px;
}

#results div.thread li.first {
  border-top: 0px;
}

#results li.featured {
	background-color: #ffffcc;
}

#results .paginator {
	margin: 10px 0;
	text-align: center;
}

#results #pager-bottom.paginator {
	margin-bottom: 0;
}
