/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
h1 {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	padding-top: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body
{
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #333;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#BannerTopLederboard
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
	padding: 10px;
	z-index: 99;
	background-color: white;
}
#header
{
	position: absolute;
	top: 141px;
	left: 0px;
	width: 400px;
	padding: 20px 300px 20px 20px;
	margin-bottom: 20px;
	background-image: url(/images/main-top.png);
	background-repeat: repeat-x;
	height: 50px;
	overflow: hidden;
}
#header #queryfield
{
	height: 25px;
	width: 80%;
	padding: 8px 10px 0px 8px;
	font-size: 18px;
	background-image: url(/images/query-bg.png);
	border: 0px;
	border-left: 1px solid #acb0b4;
	border-right: 1px solid #acb0b4;
}
#header #querytitle
{
	margin-top: 10px;
}
#main
{
	position: absolute;
	top: 231px;
	left: 0px;
	width: 680px;
	border: 1px;
	bottom: 0px;
	padding: 10px 20px;
	overflow: auto;
}
#item
{
	position: relative;
}
#item .published, #item .source
{
	display: inline;
}
#item .published
{
	font-weight: bold;
}
#item .description
{
	padding: 20px 10px;
	font-size: 14px;
}
#item .readmore
{
	margin-bottom: 10px;
}
#item #banner {
	margin: 20px;
}
#related
{
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
}
#related .item
{
	font-size: 10px;
	padding: 5px 0px;
	margin: 5px 10px;
	border-bottom: 1px solid #ddd;
}
#related .item h4
{
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
.itemlist .item
{
	padding: 5px 0px;
	margin: 5px 0px;
	border-bottom: 1px solid #ddd;
}
.itemlist .item .title
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
}
#logo {
	position: absolute;
	top:110px;
	left: 0px;
	z-index: 20;
}
#top {
	position: absolute;
	top: 110px;
	left: 0px;
	right: 0px;
	height: 31px;
	background-image: url(/images/bg-top.jpg);
	z-index: 10;
	_width: expression( document.body.clientWidth );
}

#rightTop
{
	position: absolute;
	top: 125px;
	width: 237px;
	left: 720px;
	height: 124px;
	padding: 20px;
	background-image: url(/images/rightTop-trans.png);
	z-index: 20;
	color: #fff;
}
#rightTop h2
{
	color: #333;
	font-size: 14px;
	padding: 0px;
}
#right
{
	position: absolute;
	top: 110px;
	width: 257px;
	left: 720px;
	bottom: 0px;
	padding: 180px 10px 10px 10px;
	background-image: url(/images/right.png);
	z-index: 5;
	color: #fff;
	_height: expression( document.body.clientHeight );
}
#right p
{
	padding-top: 10px;
}
#right ul
{
	list-style: circle;
}
#right li
{
	display: list-item;
	margin-left: 10px;
	padding-left: 10px;
}
#sessionmessage
{
	padding: 20px;
	font-size: 18px;
	border: 1px green dashed;
}

.pagination
{
	margin: 20px;
	text-align:center;
	font-size: 14px;
}
.pagination .active
{
	font-size: 20px;
	font-weight: bold;
}