/* ######-----|  Page Styles  |-----###### */
html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background:#817871;
}
td { /* Using td to fix the default font issues with some browsers. */
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
table { /* Takes all the borders, and cell spacing off the tables by default. */
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	padding:0px;
	margin:0px;
	border:0px;
}
/* ######-----| / Page Styles  |-----###### */

/* ######-----|  Header/Footer Styles  |-----###### */
#header { /* Sets up the look/feel of the page headers. */
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 5px 0px 5px;
}
#footer { /* Sets up the look/feel of the page footers. */
	height:26px;
	padding-top:7px;
	vertical-align:middle;
	border-top:1px solid #847D4A;
	border-bottom:1px solid #847D4A;
	background:#ffffff;
	text-align:center;
	color:#A5A28C;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
}
/* ######-----| / Header/Footer Styles  |-----###### */

/* ######-----|  Link Styles  |-----###### */

/* 
*  Make sure that the link styles stay in the same order (l,a,v,h) or they
*  will not work correctly under specific browsers, such as IE. 
*/

a:link {
	text-decoration: underline;
	color:#FF0000;
	}
a:active {
	text-decoration: underline;
	color:#FF0000;
	}
a:visited {
	text-decoration: underline;
	color:#FF0000;
	}
a:hover {
	text-decoration: underline;
	color:#FF0000;
	}
a img {
	border-width:0;
	}
/* ######-----| / Link Styles  |-----###### */

/* ######-----|  Input Styles  |-----###### */
input { /* Sets default font size for all input items. */
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
textarea { /* Sets the default look for textareas. */
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	width:100%;
}
input.inputButtons { /* Class for the input buttons. */
	font-weight:bold;
	width:85px;
}
select { /* Setting the default look for select boxes. */
	font:10px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #185184;
}
/* ######-----| / Input Table Styles  |-----###### */

/* ######-----|  Specific Classes  |-----###### */
img.right {
	float:right;
	clear:left;
}
img.left {
	float:left;
	clear:right;
}

.captionLeft {
	float:left;
	clear:right;
	color:#333333;
}

/* ######-----|  / Specific Classes  |-----###### */

/*
If you select the "Use my own CSS" option, you must copy and paste these classes into your CSS. Of course you can edit them as you like to customize the look and feel of your feedroll.
*/

/* border table for feed news */
.fd_bordertable { 
	padding-left:5px;
	border:0px solid #000000;
	width: 100%;
}

/* maintable table for feed news */
.fd_maintable {
	 border-width: 0;
}

/* header cell with header text and xml button */
.fd_header { 
	display:none;
}

/* item description area */
.fd_itemcell { 
	padding:0px 0px 5px 0px; 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: #000000; text-decoration: none; }
.fd_itemlink:visited { color: #000000; text-decoration: none }
.fd_itemlink:hover { color: #000000; text-decoration: none }
