/*#BEGIN#*/
/*# name="01 General" reference="ref/components-querylist.css\General.htm" description="General styles" #*//*---[STYLE FOR BODY OF QUERY LIST PAGE]---*/

body {
	margin: 0;
	padding: 0;
	background-color: #B3B5B8;
	font: normal 0.9em arial;
}
#querylist-content {
	margin: 8px 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	font-size:0.9em;
}

div.querylist-row01, div.querylist-row02 {
	margin: 0;
	clear: both;
	padding:4px 6px 6px 0px;
	padding-left: 0px;
	border-bottom:1px solid #C2C4C6;
}
div.querylist-row01 {
/*	background-color: #B3B5B8;*/
}
div.querylist-row02 {
	/*background-color: #B3B5B8;*/
}
div.querylist-row01 img, div.querylist-row02 img {
        width: 64px;
}
#querylist-content em {
	margin: 0;
	padding: 3px 0 0 0;
	color: #6D7072;
	font-style: normal;
	font-weight: bold;
	font-size: 0.85em;
}
#querylist-content h2 {
	margin: 4px 0;
	padding: 0;
	font: bold 105% Arial;
	color: #FFFFFF;
}
#querylist-content p.more {
	background:transparent url(../img/media/next.gif) 	no-repeat scroll 100% 50%;
	clear:both;
	margin:4px 0;
	padding:0pt 12px;
	text-align:right;
}
#querylist-content a {
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
}
#querylist-content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#querylist-content h2 a {
	font: bold 100% arial;
	color: #FFFFFF;
	text-decoration: none;
}
#querylist-content h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#querylist-content:after, div.querylist-row01:after, div.querylist-row02:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*#END#*/


