/* imvisible.info, 27/Oct/2008 */

#history{
position:absolute;left:0px;top:0px;width:235px;height:180px;overflow:auto;
text-align:left;
}

.hist {
 -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.hist {
padding:4px;
padding-left:5px;
font-size:14px;
cursor:pointer;
margin:1px;
}
.even {
background-color:#DBDBDB;
}
.odd{
background-color:#BFBFBF;
}
.hist span {
margin-left:5px;
cursor:pointer;
display:inline-block;
width:205px;
}
.hist img{
display:inline-block;
cursor:pointer;
}
.hist:hover{
background-color:#aaa;
}

/* status checker */
#resultcontainer {
	position:relative !important;
	width:396px;
	height:175px;
	margin:0 50px 0 auto;
	display:none;
	text-align:left;
}
.result {
	position:relative !important;
	width:376px;
	height:150px;
	display:none;
	padding:10px;
}
.result #statusresult {
	position:absolute;
	top:5px;
	left:12px;
	padding:3px 3px 0px 3px;
	width:355px;
}
.result #statusresult p{
	display:inline;
}
.result #statusresult .ymid {
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	color:#CC0000;
}
.result #status {
	color:#CC0000;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	text-decoration:underline;
}
.result .links { /* links */
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:13px;
	display:block;
	position:absolute;
	top:95px;
	left:15px;
}
.result .links p {
	display:block;
	background:url(/imgs/arrow.gif) no-repeat 0px 4px;
	padding-left:7px;
}
.result .links p .ymid {
	display:inline;
}
.result .links a{
	font-size:10px;
	color:#C00;
	text-decoration:none;
}
.result .links a:hover {
	text-decoration:underline;
	color:#666666;
}
#checkads {
	width:234px;
	position:absolute;
	left:14px;
	height:60px;
	z-index:12;
	top:30px;
}
#theavatar { /* avatar */
	background:url(../imgs/avatarborder.gif) no-repeat;
	display:block;
	position:absolute;
	right:20px;
	top:40px;
	padding:5px;
}
#theavatar p {
	padding-top:5px;
	font-size:11px;
}
#theavatar p i {
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	color:#C00;
}
.result h4 {
	display:block;
	position:absolute;
	width:31px;
	height:31px;
	background:url(/imgs/loading.gif);
}
#loadingstatus {
	top:105px;
	left:172px;
	display:none;
}
#loadinglinks {
	top:125px;
	left:75px;
	display:none;
}
#loadingavatar {
	top:55px;
	right:55px;
	display:none;
}
.result #statusresult {
	font-size:10px;
	font-family:verdana,arial,sans-serif;
	display:none;
	line-height:12px;
}
.result em {
	display:none;
}
.result .links{
	display:none;
}
.result #busy {
	top:85px;
	right:0px;
	position:absolute;
	width:390px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding-top:25px;
	display:none;
}
.red{
	color:#CC0000;
}