﻿body
{
	font-family:Arial;
}

.main
{
}

.header
{
	width:100%;
	text-align:right;
	font-size:10px;
	font-weight:bold;
}

.title
{
	width:100%;
	text-align:center;
}

.searchterm input
{
	width:200px;
	font-size:10px;
	font-family:Arial;
}

.contentItem input
{
	width:100px;
	font-size:10px;
	font-family:Arial;
}

.contentItem
{
	font-size:10px;
	font-family:Arial;
	width:100%;
	text-align:center;
}

.singlecolumn
{
	width:100%;
	text-align:center;
	float:none;
	clear:both;
}

.username input
{
	width:100px;
	font-size:10px;
	font-family:Arial;
}

.username
{
	font-size:10px;
	font-family:Arial;
	width:100%;
	text-align:center;
}

.password input
{
	width:100px;
	font-size:10px;
	font-family:Arial;
}

.password
{
	font-size:10px;
	font-family:Arial;
	width:100%;
	text-align:center;
}

.rememberme
{
	font-family:Arial;
	font-size:10px;
	width:100%;
	text-align:center;
}

.searchterm
{
	width:100%;
	text-align:center;
	float:none;
	clear:none;
}

.links
{
	width:100%;
	text-align:center;
	font-size:12px;
}

.button input
{
	width:150px;
	font-size:10px;
	font-family:Arial;
}

.button
{
	width:100%;
	text-align:center;
	font-size:10px;
	font-family:Arial;
}

.errortext
{
	font-size:10px;
	font-family:Arial;
	color:Red;
}

.result
{
	border:solid 1px black;
	width:80%;
	margin:0 auto;
}

.results
{
	width:100%;
}

.feeditemtitle
{
	width:100%;
	font-size:14px;
	font-weight:bold;
}

.feeditembody
{
	width:100%;
	font-size:10px;
}

.feeditemlink
{
	width:100%;
	font-size:12px;
}

.feedItemSource
{
	width:100%;
	font-size:12px;
	font-weight:bold;
}

.radiobuttons
{
	width:200px;
	margin:0 auto;
	text-align:center;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
}

.col1
{
	width:48%;
	text-align:right;
	padding-right:5px;
	float:left;
	font-weight:bold;
}

.col2
{
	width:48%;
	text-align:left;
	padding-left:5px;
	float:right;
}

.feeditemlisting
{
	text-align:left;
	border:solid 1px black;
	width:300px;
	height:20px;
	float:none;
	clear:both;
	margin:0 auto 2px;
}

.pager
{
	width:100%;
	font-size:10px;
}

.previous
{
	text-align:right;
	float:left;
	width:30%
}

.pagelist
{
	text-align:center;
	float:left;
	width:200px;
	margin:0px 50px 0px 90px;
}

.pagelist input
{
	height:20px;
	font-size:10px;
	vertical-align:middle;
}

.next
{
	text-align:left;
	float:right;
	width:30%;
}

.clear
{
	clear:both;
}