body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

#ifeeds {
	width: 100%;
	background: #FFFFFF;
}

#ifeeds_content {
	overflow:auto;
	background: #FFFFFF;
	
}


#ifeeds ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ifeeds li {
	
}

#ifeeds li {
	background: #0051BB url(http://www.iphonefeedreader.com/ifeeds/images/bar1.jpg) repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
}

#ifeeds li h4, #ifeeds li a, #ifeeds li span {
	padding: 10px 5px;
	display: block;
}

#ifeeds li h4 {
	margin: 0px;
}

#ifeeds li h3 {
	margin: 0px;
}

#ifeeds li h3 a {
	text-decoration: none;
}

#ifeeds li h5 {
	margin: 0px;
}

#ifeeds li a {
	color: #FFFFFF;
	text-decoration: none;
}

#ifeeds li a:hover {
	text-decoration: underline;
}

#ifeeds li li {
	/*background: url(images/bar2.jpg) repeat-x top left;*/
	/*background: #FFFFFF url(/ifeeds/images/arrow.jpg) no-repeat 99% 50%;*/
	background: #CCCCCC url(/ifeeds/images/bar2.jpg) repeat-x top left;
	color: #333333;
	font-weight:normal;
	border-bottom: 1px dashed #CCCCCC;
}

#ifeeds li.feeds {
	background: #74A0DA url(/ifeeds/images/bar3.jpg) repeat-x top left;
	
}

#ifeeds li li a:link {
	color: #333333;
	text-decoration: none;
}

#ifeeds li li a:visited {
	color: #999999;
	text-decoration: none;
}

#ifeeds li li a:hover {
	background: #DDDDDD;
}

#ifeeds li li li {
	background: #FFFFFF;
}



#head {
	text-align:center;
	width: 100%;
}

#foot {
	text-align:center;
	
	width: 100%;
}

#buffer {
	width: 100%;
	height: 27px;
}

#add {
	float: left;
	padding: 4px 4px;
}

#edit {
	float: right;
	padding: 4px 4px;
}

#back {
	float:right;
	margin-left: 10px;
	padding: 2px 2px;
}

#ifeeds .d {
	display: inline;
	background-image: none;
}

#ifeeds_content .d a:link, #ifeeds .d a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#ifeeds_content input.ibox {
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	height: 22px;
	font-size: 16px;
	width: 90%;
}

#ifeeds_content input.ibox:hover {
	border: 1px solid #666666;
}

#ifeeds_content input.sbtn {
	background: #0051BB url(http://www.iphonefeedreader.com/ifeeds/images/bar1.jpg) repeat-x top left;
	border: 1px solid #AAAAAA;
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px;
	width: 90%;
}

#ifeeds_content input.sbtn:hover {
	background: url(http://www.iphonefeedreader.com/ifeeds/images/bar2.jpg) repeat-x top left;
	border: 1px solid #666666;
	color: #333333;
}

#ifeeds_content input.btn {
	background: #0051BB url(http://www.iphonefeedreader.com/ifeeds/images/bar1.jpg) repeat-x top left;
	border: 1px solid #AAAAAA;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
}

#ifeeds_content input.btn:hover {
	background: url(http://www.iphonefeedreader.com/ifeeds/images/bar2.jpg) repeat-x top left;
	border: 1px solid #666666;
	color: #333333;
}

#ifeeds input.nbtn {
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	width: 50px;
	padding: 5px 0px 5px 0px;
}

#ifeeds input.nbtn:hover {
	background: url(http://www.iphonefeedreader.com/ifeeds/images/bar2.jpg) repeat-x top left;
	border: 1px solid #666666;
	color: #333333;
}


