﻿/* general */
*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
	vertical-align: top;
}
body{
	background: #F1F1E4;
}
/* alignment */
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.tleft{
	text-align: left;
}
.tright{
	text-align: right;
}
/* colors */
.gray {
	color: #999999;
}
.blue{
	color: #3366FF;
}
.red {
	color: #CC0033;
}
.green{
	color: #008800;
}
.bgreen{
	color: #005900;
}
.black{
	color: #000000;
}
.orange{
	color: #FF6600;
}

/* texts */
.nodecor{
	text-decoration: none;
}
.bold{
	font-weight: bold;
}

/* ibar */
#ibar{
	background: #EEEEEE;
	border-top: 1px #333333 solid;
	padding: 3px;
	height: 17px;
	margin: 25px 10px 10px 10px;
}

#ibar *{
	display: inline-block;
}
#ibar h1{
	font-size: 0.85em;
	float: left; margin-left: 3px;
}
#ibar #info{
	font-size: 0.8em; float: right;
	margin-right: 3px;
	text-align: right;
}
#ibar #info span{
	font-weight: bold;
}

/* lr */
#lrcontainer{
	margin: 10px;
}

/* options */
#options{
	width: 140px;
	border-right: 1px #333333 solid;
	padding: 5px 10px 5px 5px;

}
#options h2{
	display: inline; font-size: 0.85em;
}
#options .menu li{
	list-style-type: none;
	overflow:hidden;
	margin-left: 12px;
	font-size: 0.85em;
}
/* search results */
#sresults{
	margin-left: 160px;
	padding: 5px;

}
#sresults #lresults{
	font-size: 0.83em;
}
#sresults #lresults li{
	list-style-type: none;
	padding: 3px;
	margin-bottom: 5px;
}
#sresults #lresults li .dtime{
	width: 95px;
	display: inline-block;
}
#sresults #lresults li .dcontent{
	margin-left: 105px;
}
#sresults #lresults li .dcontent img{
	width: 32px; height: 32px;
}
#sresults #lresults li .dcontent .left{
	width: 32px; height: 32px; border:0px;
}
#sresults #lresults li .dcontent .scontent{
	margin-left: 42px;
}
#sresults #lresults li .dcontent .scontent h3{
	display: inline; font-weight: normal; font-size: 1em;
}
