﻿@charset "utf-8";

.widgetTypeA, 
.widgetTypeB{
	padding			:8px;
	margin-bottom	:8px;
}
.widgetTypeA-label{
	float			:left;
}
.widgetTypeA .RSS-icon, 
.widgetTypeA .tbody td img{
	margin-bottom	:-3px;
	position		:relative;
}
.widgetTypeA-text{
	clear			:both;
}
.widgetTypeA table{
	margin			:0.3em 0em;
	width			:100% !important;
}
.widgetTypeA .thead th{
	padding			:0.1em 0.5em;
	font-weight		:100;
	text-align		:left;
}
.widgetTypeA .tbody td{
	padding			:0.2em 0.5em;
	vertical-align	:top;
}

/*b*/
.widgetTypeB table{
	width			:100% !important;
	border			:none !important;
}
.widgetTypeB .tbody td{
	padding			:0.3em 0.5em 0.3em 0em;
	vertical-align	:top;
	border			:none !important;
}
.widgetTypeB .tbody td.ViewCount, 
.widgetTypeB .tbody td.date{
	padding-right	:0em;
}
.widgetTypeB .thead th{
	position		:absolute;
	top				:-9999px;
	float			:right;
}
/*c*/
.widgetTypeC{
	padding			:8px 0;
	margin-bottom	:8px;
}
.widgetTypeC-label{
	position			:absolute;
	top					:-9999px;
}
.stories{
	padding				:0px 8px 8px 8px;
	margin-bottom		:1em;
}
/*d*/
.widgetTypeD{
	padding			:8px;
	margin-bottom	:8px;
}
.widgetTypeD table{
	width			:100%;
}
.widgetTypeD .thead th{
	padding			:0.2em 0.5em;
	text-align		:left;
}
.widgetTypeD .tbody td{
	padding			:0.2em 0.5em;
	text-align		:left;
}