html
{
        margin:0px;
        padding:0px;
        height:100%;
}
body
{
        margin:0px;
        padding:0px;
	background-color:#fff;
        height:100%;
        font-family:Arial, Helvetica, sans-serif;
        position:relative;
}
.clear
{
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}
img
{
        display:block;
        border:0px;
        outline:0px;
}
.mt10
{
	margin-top:10px;
}
.mt15
{
	margin-top:15px;
}
.mt20
{
	margin-top:20px;
}
.mt30
{
	margin-top:30px;
}
.mt40
{
	margin-top:40px;
}


h1
{
	font-size:16px;
	padding:0px;
	margin:0px 0px 20px 0px;

}
.header-label 
{
	font-size:12px;
	font-weight:bold;
}
#query
{
	display:block;
	border:0px;
	width:628px;	
	height:18px;
	line-height:18px;
	padding:7px 6px;
	background-image: url(/img/search-inner-repeat.gif);
	background-repeat: repeat-x;

}
#search-inner
{
	padding:5px 2px;
	height:32px;
	background-image: url(/img/search-outer-repeat.gif);
	background-repeat: repeat-x;
}
#search-btn
{
	font-size:12px;
	background-color:#24abe2;
	display:block;
	width:70px;
	height:32px;
	line-height:32px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	
}

#menu a
{
	margin-bottom:10px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	display:block;
	float:left;
	width:182px;
	color:#105CB6;
        font-size:14px;
}
#results a
{
	display:block;
	color:#105CB6;
        font-size:14px;
	width:500px;
	overflow:hidden;
}
#results div
{
	width:500px;
	overflow:hidden;
	margin-bottom:15px;
	margin-top:5px;

}
#tags a
{
	margin-top:10px;
	display:block;
	height:20px;
	line-height:20px;
	float:left;
	width:150px;
	color:#333333;
        font-size:14px;
	overflow:hidden;
}
#toolbar
{
	height:30px;
	background-color:#fff;
	border-bottom:1px solid #333;
	overflow:hidden;
}
#relateds a
{
	display:block;
	float:left;
	font-size:12px;
	background-color:#E0EAF1;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	color:#3E6D8E;
	margin:2px 10px 2px 0;
	padding:2px 4px;
	text-decoration:none;
	white-space:nowrap;
}
.keyword
{
	color:#0066cc;
	font-weight:bold;
}
#submit
{
	color:#0066cc;
	font-weight:bold;
}

