/* Message box */

TABLE.messagebox {
	border:1px solid #bbb;
	border-bottom:2px solid #666;
	border-right:2px solid #666;
}

TABLE.messagebox TD.top {
	background:#92658E url(../img/bg_feedtitle.gif);
	color:#fff;
	font:small-caps bold 13px Arial, verdana;
	padding:2px 8px;
	vertical-align:top;
}

TABLE.messagebox TD.bottom {
	background-color:#fff;
	color:#000;
	font-size:11px;
	padding:6px 8px;
	vertical-align:top;
}

div.message {
	text-align:center;
	width:100%;
}

/* Search layer */

div.searchbarlayer {
  margin-bottom:10px;
}
div#searchresults {
  margin-top:10px;
  margin-bottom:10px;
}

#form_search {
	margin:0;
}

div.searchresult {
  margin-top:10px;
  margin-bottom:5px;
}
span.searchresult_title a {
  font-size:14px;
  color: #3075a7;
}
span.searchresult_date {
  font-size: 90%;
  color:gray;
}
div.searchresult_snippet {
	font-size:12px;
	padding:1px;
}
div.searchresult_link a, div.searchresult_link a:hover, div.searchresult_link a:visited, div.searchresult_link a:link, div.searchresult_link a:active {
	font-size:12px;
	color:green;
	text-decoration: none;
}
div.searchresults_paging {
	margin: 2em 0;
	text-align:left;
	font-size: 12px;
  font-weight: bold;
}
div.searchresults_paging a {
	color: #3075a7;
}
div.searchresults_info {
  margin-top:10px;
  font-size: 14px;
}

div.search_refine {
  float: right;
  padding: 1em;
  margin: 1em;
  margin-top: 5em;
  border: solid 1px silver;
  font-size: 12px;
  background: #fafad2;
}
div.search_refine p {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div.search_refine ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}

div.search_refine li {
  margin: 0.5em 0;
  padding: 0;
}

div.search_refine li a {
  padding-left: 18px;
  color: #3075a7;
  background: url(../img/radiobutton.gif) no-repeat left center;
}

div.search_refine li a:hover {
  background: url(../img/radiobutton_hover.gif) no-repeat left center;
}

div.search_refine li.active a {
  color: #000000;
  text-decoration: none;
  background: url(../img/radiobutton_selected.gif) no-repeat left center;
}

div.search_refine li.active a:hover {
  background: url(../img/radiobutton_selected_hover.gif) no-repeat left center;
}

/* Preloaded modules */

.preloaded {
	display:	none;
}


/* In place editing */

#mainmenu li a span.editable.mouseover {
  background: white;
  cursor: text;
}

#mainmenu li input.inline_edit {
	overflow:hidden;
	position:absolute;
	z-index:1;
	top: 7px;
	left:16px;
	border:0;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Lightbox */

#menucontent_ajax {
	padding: 0px;
	margin: 10px 0px 0px 10px;
	float: left;
	text-align: left;
	width:70%;
}

#menucontent_ajax TABLE {
	margin:0px 0px 0px 0px;
	padding:0px;
}

#menucontent_title {
	border-bottom:1px solid #ddd;
	font-size:12px;
	font-weight:700;
	margin:0px 0px 5px 0px;
	padding:0px;
	padding-left: 5px;
}

#menucontent_text {
	border-bottom:1px solid #ddd;
	margin:0px 0px 5px 0px;
	padding:0px;
	padding-left: 5px;
}

div.popupheader {
  background: #4b8fc0 url(../img/bg_title.gif);
  margin: 0;
	padding: 3px 8px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	border: solid 1px #627789;
	position: relative;
}

#menuclose a.menu_close,a.menu_close:link {
	color:#fff;
	text-decoration:none;
	border:1px solid #bbb; 
	cursor:pointer;
	float:right;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:1px 10px 1px 1px;
	padding:0px 1px;
	text-align:right;
}

#menuclose a.menu_close:hover {
	border:1px solid white;
}

#menuitems {
	background-color:#ddd;
	border:0px;
	float:left;
	font-size:11px;
	height:100%;
	margin:0px;
	padding:5px 0px 0px 0px;
	width:25%;
}

#menuitems ul {
	border:none;
	list-style:none;
	margin:0px;
	padding:0px;
}

#menuitems li {
	margin:0px;
}

#menuitems li a {
	background-color:#ddd;
	color:#000;
	display:block;
	font-weight:normal;
	padding:7px 7px 7px 10px;
	text-decoration:none;
	width:100%;
	border-bottom: solid 1px #fff;
}

html>body #menuitems li a {
	width:auto;
}

#menuitems li a:hover {
	background-color:#eee;
}

#menuitems li a.selected {
	background-color:#fff;
	color:#000;
	display:block;
	font-weight:bold;
	padding:7px 7px 7px 10px;
	text-decoration:none;
	width:100%;
}

html>body #menuitems li a.selected {
	width:auto;
}

#menucontent_ajax table, #menucontent_ajax tr, #menucontent_ajax td {
	margin:0;
	padding:0;
}


/* read / unread items */

a.headline_read {
  color:#666;
  text-decoration:none;
}

a.headline {
}

span.itemcounter {
  color:#ddd;
  font-weight:normal;
  font-size:9px;
}
#mainmenu li.active span.itemcounter {
  color:#666;
}

/* OpenID */

input.openid_login {
   background: url(../img/openid-login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Widgets */

/* Layer for adding a widget layer */
#addwidget_sidebar {
  width: 20%;
  float: left;
  padding-top: 1%;
  height: 99%;
  font-size: 12px;
  background: #EEE;
}
#addwidget_sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#addwidget_sidebar ul li {
  margin: 0;
  padding: 0;
}
#addwidget_sidebar ul li.selected {
  background-color: #FFF;
}
#addwidget_sidebar ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 5px 5px 5px 20px;
}
#addwidget_sidebar ul li a:hover {
  background: #FFF;
}
#addwidget_main {
  width: 78%;
  padding: 1%;
  float: right;
  font-size: 11px;
}

div.flickrwrap {
  text-align:center;
}

div.widget {
  position:relative;
  padding: 3px 2px 3px 4px;
  margin: 0px;
}

div.iframewidget {
  padding: 0px;
  overflow: hidden;
}

div.widget a {
  color: #3075a7;
}

div.widget form {
  margin:0;
  padding:0;
}

img.flickrimg {
  width:17.5%;
  margin:0.5%;
}

img.youtubeimg {
  width:30%;
  margin:0.5%;
}

/*bug in IE6 zorgt ervoor dat we de weathercolumn heel specifiek moeten benaderen.
 *Maar doordat we dat doen is de style niet meer van toepassing als je gaat slepen,
 *aangezien je hem dan uit de doctree trekt. Daarom zitten beide declaraties erin.
 */  
#wrap #main div.weathercolumn, html body div.weathercolumn {
  float:left;
  width:30%;
  padding:0.5%;
}
#wrap #main div.weatherwrapper {
	overflow:hidden;
}

div.widgetformitem {
  float:left;
  width:100px;
  height:100px;
  overflow:hidden;
  padding:5px;
  margin:5px;
  text-align:center;
  border:solid 1px silver;
}

div.widgetformitem a {
  color: #3075a7;
  text-decoration:none!important;
}


div.widget_help_body {
  font-size: 11px;
  background-color: #ffffcc;
}


div.widget img.buienradar0 {
  width: 100%;
  border: 0;
}
div.widget img.buienradar1, div.widget img.buienradar2 {
  position: absolute;
  width:150%;
  border:0;
  top: -25%;
  left: -30%;
  overflow:hidden;
}

div.widget img.buienradar1 { /* map */
  z-index: 1;
}
div.widget img.buienradar2 { /* clouds */
  z-index: 2;
}
div.widget div.buienradar3 { /* time on scale */
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 3;
  width: 150px;
  height: 25px;
  overflow: hidden;
  background: #297aa4;
}

div.widget div.twitter_item {
  border-top: 1px solid silver;
  line-height: 140%;
  padding: 0.5em;
}

div.widget div.twitter_item img {
  float:left;
  margin: 0 1em 0 0;
}

/* Start css for Last.fm widget */
div.widget table.data, table.data tr, table.data td {
  font-size: 11px;
  margin: 0;
  padding:0;
  vertical-align: top;
}
div.widget ul.cloud {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
div.widget ul.cloud li {
  display: inline;
}
div.widget ul.cloud li a {
  padding: 0 1em 0 0;
}
/* End css for Last.fm widget */

/* Start for NUFoto widget */
div.nufoto {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

div.nufoto img {
  width: 18%;
  overflow: hidden;
  margin: 0.5%;
}
/* End for NUFoto widget */

/* Start for Gmail widget */
div.block ul.gmail {
  padding-left: 32px;
}

div.block ul.gmail li {
  list-style-image: url(../img/widgets/gmail_unread.png);
}
/* End for Gmail widget */

/* Start for file widget */
.widget_file .heading {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1em;
}
.widget_file .file {
  clear:both;
  float:none;
  padding: .25em 0;
  font-size: 11px;
  font-family: Arial, Sans-Serif;
  border-bottom: solid 1px #CCC;
}
.widget_file .file.legend {
  font-weight: bold;
  background: #EEE;
}
.widget_file .file .roadnumber {
  width: 15%;
  float: left;
  font-weight: bold;
  overflow: hidden;
}
.widget_file .file .length {
  width: 10%;
  float: left;
  font-weight: bold;
  overflow: hidden;
}
.widget_file .file .location {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
}
.widget_file .file .description {
  color: #666;
}
.widget_file .file .match {
  background: #ffff99;
  padding: 0 .25em;
}
/* End for file widget */

/* Start for flits widget */
.widget_flits .heading {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1em;
}
.widget_flits .flits {
  clear:both;
  float:none;
  padding: .25em 0;
  font-size: 11px;
  font-family: Arial, Sans-Serif;
  border-bottom: solid 1px #CCC;
}
.widget_flits .flits.legend {
  font-weight: bold;
  background: #EEE;
}
.widget_flits .flits .time {
  float:left;
  width: 15%;
  overflow: hidden;
}
.widget_flits .flits .roadnumber {
  width: 15%;
  float: left;
  font-weight: bold;
  overflow: hidden;
}
.widget_flits .flits .location {
  width: 65%;
  overflow: hidden;
}

.widget_flits .flits .match {
  background: #ffff99;
  padding: 0 .25em;
}
/* End for flits widget */

/* Start for nieuwswolk widget */
div.widget.newscloud {
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 150%;
}
div.widget.newscloud span.tag {
  margin: 0 1em;
  white-space: nowrap;
  vertical-align: middle;
}
div.widget.newscloud a {
  color: blue;
  text-decoration: none;
  outline: none;
}
/* End for nieuwswolk widget */

/* Nieuwe aangeleverde CSS voor versie 1.14 begint hier */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #ececec;
	overflow-y: auto;
  overflow-x: auto;
}

#header {
	height: 82px;
	padding: 13px 10px 0 0;
	color: #3075a7;
	background: #ebedf3 url(../img/bg_header.gif) repeat-x bottom left;
}

#header a {
	color: #3075a7;
	text-decoration: none;
}

#header * {
	margin: 0;
	padding: 0;
}

#header h1 {
	width: 132px;
	left: 10px;
	top: 30px;
	position: absolute;
}

#header h1 a {
	height: 35px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_trans.gif);
}

#header p {
	font-weight: bold;
	float: right;
}

#header ul {
	list-style: none;
}

#header #menu {
	margin-left: 4px;
	float: right;
}

#header #menu li {
	display: inline;
	padding-left: 13px;
	background: url(../img/div_menu.gif) no-repeat 4px center;
	height: 26px;
}

#header #mainmenu {
	margin: 56px 0 0 160px;
	padding:0;
	position: absolute;
	left: 0;
	top: 0;
	white-space:nowrap;
	min-width: 840px;
}

#header #mainmenu li {
	display: block;
	float: left;
	height: 26px;
	background: url(../img/rightTabBlue.gif) no-repeat center right;
	position: relative;
	margin: 0 1px 0 0 ;
	padding: 0 5px 0 0;
}

/*Hack for IE6&7... reden: http://archivist.incutio.com/viewlist/css-discuss/37740*/
#header #mainmenu li#dummy {
	background: url() no-repeat center right;
}

#header #mainmenu li a {
	display: block;
	float: left;
  background: url(../img/leftTabBlue.gif) no-repeat center left;
	margin:0;
	padding: 7px 11px 0 16px;
	color: #fff;
	font-weight: bold;
	height: 19px;
}

#header #mainmenu li.newtab {
	background: url(../img/rightTabGrey.gif) no-repeat center right;
}

#header #mainmenu li.newtab a {
  background: url(../img/leftTabGrey.gif) no-repeat center left;
	color: #3075a7;
}

#header #mainmenu li.active {
	background: url(../img/rightTabWhite.gif) no-repeat center right;
	color: #3075a7;
}

#header #mainmenu li.active a {
	background: url(../img/leftTabWhite.gif) no-repeat center left;
  color: #3075a7;
}

#header #mainmenu li a:hover {
	outline: none;
}

a {
  outline: none;
}

#header #mainmenu li a.arrow {
	margin:0;
	padding:0;
	top:1px;
	right: 4px;
	background: url(../img/bg_tab_arrow.gif) no-repeat top right;
	width: 11px;
	height: 9px;
	overflow:hidden;
	position: absolute;
	text-indent: -9999px;
	z-index:10;
}

#wrap {
	height: 100%;
	padding: 20px 181px 0 0;
	background: url(../img/div_main.gif) repeat-y top right;
}

#main {
	width: 100%;
	float: left;
	padding-right: 0px;
	margin-right: 0px;
}

#sidebar {
	width: 166px;
	float: left;
	margin-right: -181px;
	padding: 0 0 0 7px;
	color: #666;
}

/* Start classes that allow user to hide sidebar */

#wrap.nosidebar {
  padding: 20px 1px 0 0;
	background: none;
}
#wrap.nosidebar #sidebar {
  display: none;
}
div#sidebar_collapse {
  position:absolute;
  width: 10px;
  height: 10px;
  background: url(../img/tip_next.png);
  top: 98px;
  right: 162px;
  z-index:2;
  cursor: pointer;
}
div#sidebar_collapse.collapsed {
  right: 1px;
  background: url(../img/tip_prev.png);
}
/* End classes that allow user to hide sidebar */

#main,
#sidebar {
	position: relative;
	padding-bottom: 15px;
}

#footer {
	height: 18px;
	margin: 0 0 30px 0;
	padding-top: 5px;
	text-align: center;
	color: #666;
	background: url(../img/bg_footer.gif);
	clear: both;
}

#footer a {
	color: #666;
	text-decoration: none;
}

div.block {
	margin: 0 0 5px 5px;
	padding: 6px 8px;
	border: solid 1px #3075a7;
	border-top: none;
	background: #fff;
}

h2.block {
	margin: 0 0px 0 5px;
	padding: 3px 80px 3px 5px;
	height: 1.2em;
	line-height: 1.4em;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	position: relative;
	overflow:hidden;
	cursor: move;
}

.header a {
	width: 13px;
	height: 12px;
	top: 4px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#sidebar div.block {
	border-color: #627789;
}

#sidebar h2.block {
	background: #7991a6 url(../img/bg_title_sidebar.gif);
	cursor: default;
	padding-right: 5px;
}

.header a.minimize {
	right: 20px;
	background: url(../img/bg_title_minimize.gif);
	cursor:pointer;
}

.header a.close {
	right: 4px;
	background: url(../img/bg_title_close.gif);
	cursor:pointer;
}

#sidebar h2.block a.minimize {
	right: 20px;
	background: url(../img/bg_title_minimize_sidebar.gif);
}

#sidebar h2.block a.close {
	right: 4px;
	background: url(../img/bg_title_close_sidebar.gif);
}


/* Aanpassingen - James */

.header a.module_edit {
	right: 36px;
	cursor:pointer;
	text-indent: 0px;
	width: 33px;
}

.module_frame {
  width:100%;
}

.filler {
  height:1px;
  overflow:hidden;
}

#main div.block, div.dragging div.block  {
  margin:0px;
  padding:0px;
  clear:both;
}

#main div.block ul, div.dragging div.block ul {
  padding: 3px 2px 3px 4px;
}

#main div.col {
  float: left;
  width: 32%;
  margin-left:0.5%;
  margin-right:0.5%;
}
/*IE6 hack*/
* html #main div.col {
  width: 30%;
  margin-left:0;
  margin-right:0;
}


#sidebar a, #sidebar a:visited, #sidebar a:active, #sidebar a:link {
  color: #000;
  text-decoration:none;
  /*border-bottom: 1px dashed #666;*/
}
#sidebar a:hover {
  color: blue;
  border-bottom: 1px solid blue;
}

div.block ul, div.block ul li {
  list-style: none;
  margin:0 0 2px;
  padding:0;
  font-size:11px;
}

div.block ul li.even {
  background-color:#FFFFFF;
}

div.block ul li.odd {
  background-color:#F5F5F5;
}

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	border: 1px solid;
}

.center {
  text-align:center;
}
.left {
  text-align:left;
}
small, .small {
  font-size:9px;
}

/* Some css for 'tiny' pages */
div#mini-wrap {
  background:none;
  padding:0;
  margin:10px auto;
  width:530px;
  font-size:11px;
}
div#mini-main {
  margin:20px 0 0 0;
  padding:20px;
  border:solid 1px silver;
}

/* Some css for 'medium' pages */
div#medium-main {
  font-size:11px;
  width:780px;
  margin:0 auto;
}

#box h3 {
  font-size: 12px;
  font-weight: bold;
}

/* Dropdown list with tab action menu */

#tabActions {
  position:absolute;
  width:125px;
  border:solid 1px silver;
  border-top:none;
  background: white;
  z-index:2;
}
/*IE6 specifiek*/
* html #tabActions {
	margin-top:-7px;
}

/*IE7 specifiek*/
*+html #tabActions {
	margin-top:-7px;
}

#tabActions ul {
  list-style:none;
  margin:0;
  padding:0;
}
#tabActions li {
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  margin:0;
}
#tabActions li.odd {
  background: #ececec;
}

/* Information message with highlight effect */

.information_message {
  padding:0.5em;
  font-weight:bold;
  text-align:center;
  border:solid 1px silver;
  background-color:white;
  width:90%;
  margin:0 auto;
}

.information_message2 {
  position:absolute;
  width:33%;
  z-index:5;
  left: 33%;
  padding:3em;
}

/* form validation errors */
.required {
	background-color:red;
	color:#fff;
}

#ajax-loader-img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #EEE;
  z-index: 100;
  text-align: right;
  vertical-align: middle;
  padding: 4px;
}

/* css for directory */

#directory {
}

#directory a {
  color: #3075a7;
	text-decoration: none;
}

#directory table.directory, #directory table.mostreadfeeds {
  background: #4b8fc0 url(../img/bg_title.gif);
  width:80%;
  margin:5px auto 0 auto;
  border: 1px solid #627789;
  padding:0;
}

#directory table.directory .title h2, #directory table.mostreadfeeds .title h2{
  margin:0;
  padding:0;
  height:1.1em;
  font-size:16px;
  border:0;
  color:white;
}

#directory table.structure, #directory table.mrf_structure {
  width:80%;
  background:white;
  margin:0 auto;
  border-left: 1px solid #3075a7;
  border-bottom: 1px solid #3075a7;
  border-right: 1px solid #3075a7;
}

#directory table.structure h2, #directory table.mrf_structure h2{
  margin-top:10px;
  font-size:14px;
}

#directory .structure, #directory .mrf_structure {
	padding:5px;
}

#directory table.mrf_structure tr td {
  padding-bottom: 0.5em;
}

#directory table.structure td {
  width:50%;
  padding-right:2em;
}


#directory tr.title { /* = container of h2 */
}

#directory tr.breadcrumb {

}

#directory a.subcategory {
}


#directory h3 {
  padding:10px 0 0.25em 0;
  margin:0;
  font-size:12px;
}

#directory h3 a.category {
}

#directory .feedlist {
	font-size:14px;
	border: 1px solid #3075a7;
	background-color:white;
	margin: 5px auto;
	width: 80%;
	padding:5px;
}
#directory .feedlist h2{
	margin-top:5px;
	font-size:16px;
}
#directory table.feedlist td {
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  vertical-align: top;
}

#directory tr.search_directory { /* contains 'search directory' form */
}

#directory div.addfeed2directory {
  float:right;
  padding-top: 1em;
}

input.imgsub {
  vertical-align:top;
  position:relative;
  top: 3px;
}

ul.bullets {
  padding-left:2em!important;
}
ul.bullets li {
  list-style-type: disc!important;
}

/* This is the list in which the 'unread items overview' is displayed */
ul.unreaditems {
  list-style-type:none;
  margin:5px;
  padding:0;
}

/* General classes */

.clear {
  clear: both;
  float: none;
  height: 1px;
  overflow: hidden;
}

.nobreak {
  white-space nowrap;
}

.full {
  width: 98%;
}

/* CSS rules for the Lightbox-ed FAQ */

#faq_wrapper {
  padding: 1em;
}

#faq_menu {
  float: left;
  width: 27%;
  font-size: 11px;
  padding: 1%;
  border: solid silver 1px;
}

#faq_main {
  float:right;
  width: 67%;
  font-size: 12px;
  padding: 1%;
}

#faq_menu ul.faq_sections {
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#faq_menu ul.faq_questions {
  list-style-type: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#faq_menu ul.faq_sections li {
  margin: 1em 0 0 0;
  line-height: 150%;
}

#faq_menu ul.faq_questions li {
  margin: 0 0 0 1em;
  line-height: 150%;
}

#faq_menu ul.faq_questions li a {
  color: blue;
  text-decoration: underline;
  outline: none;
}

#faq_menu ul.faq_questions li a.selected {
  color: black;
  text-decoration: none;
}

#faq_main div.faq_q {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 1em 0;
}
#faq_main div.faq_a {
  line-height: 150%;
}

/* CSS rules for Invitation functionality */

#invite_recipients ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#invite_recipients li {
  padding: 2px;
  margin: 0 0 -1px;
  background-color: #F5F5F5;
  border: solid 1px silver;
  position: relative;
}

#invite_recipients span.delete {
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  top: 0;
  right: 0;
}

/* CSS rules for Feedo User Tip */

#feedo_tip {
  position: absolute;
  width: 40%;
  background: #FAFAD2;
  border: solid 1px #D6D7D7;
  top: 10px;
  left: 160px;
  padding: 5px 20px 5px 5px;
  height: 26px;
}

#feedo_tip .delete {
  position: absolute;
  top: 2px;
  right: 3px;
  width: 14px;
  height: 12px;
  background: url(../img/bg_title_close.gif) no-repeat;
}

#feedo_tip .delete a {
  display: block;
  text-decoration: none;
}

/* Start CSS for feedoReader */
#feedoReader_ajaxer {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/ajax-loader-small.gif) no-repeat;
  top: 30px;
  left: 50%;
}
#feedoReader_body {
  overflow:auto;
  overflow-x:hidden;
  margin: 10px 0 10px 10px;
  font-size: 12px;
  line-height: 150%;
}
#feedoReader_head {
  padding-bottom: 12px;
  border-bottom: solid 1px #DDD;
}
#feedoReader_menu {
  width: 24%;
  float: left;
  border-right: solid 1px #DDD;
}
#feedoReader_main {
  width: 74%;
  float: right;
  position: relative;
  padding-top: 10px;
}
#feedoReader_head .title {
  font-size: 24px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  margin-bottom: 6px;
}
#feedoReader_head .title a {
  color: black;
  text-decoration: none;
}
#feedoReader_head .descr {
  margin-bottom: 6px;
}
#feedoReader_head .buttons a {
  border: solid 1px #666;
  padding: 2px 4px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #3075a7;
  text-decoration: none;
  background: #F5F5F5;
}
#feedoReader_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
}
#feedoReader_menu ul li {
  
  margin: 0;
  border-bottom: solid 1px #DDD;
}
#feedoReader_menu ul li.active {
  background: #EEE;
}
#feedoReader_menu ul li a {
  display: block;
  padding: 6px;
  color: black;
  text-decoration: none;
}
#feedoReader_menu ul li a.read {
  color: #666;
}
#feedoReader_menu .paging .next {
  float: right;
}
#feedoReader_menu .paging .previous {
  float: left;
}
#feedoReader_menu .paging a {
 color: #3075a7;
}
#feedoReader_main .title {
  font-size: 18px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  margin-bottom: 12px;
}
#feedoReader_main .title a {
  color: #3075a7;
}
#feedoReader_main .pubdate {
  font-size: 10px;
  margin-bottom: 10px;
  color: #666;
}
#feedoReader_main .descr {
  margin-bottom: 12px;
}
#feedoReader_main .link a {
  color: green;
  text-decoration: none;
}
#feedoReader_main .iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#feedoReader_main a img {
  border-width: 1px; 
}
#feedoReader_main .switchview {
  position: absolute;
  top: -38px;
  right: 36px;
  height: 36px;
  border: solid 1px #CCC;
  background: #EEE;
  border-bottom: none;
  line-height: normal;
}
#feedoReader_main .switchview a {
  display: block;
  padding: 12px 3em 0;
  height: 24px;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  text-decoration: none;
  color: #3075a7;
}

/* feedoIntro */

.feedointro {
  font-size: 14px;
  font-family: Verdana, Arial, Sans-Serif;
  padding: 0;
  margin: 0;
  line-height: 150%;
}

.feedointro h2 {
  margin: 0 0 .75em 0;
  padding: 0;
  font-family: Arial, Sans-Serif;
  font-size: 21px;
}
.feedointro p {
  margin: 1em 0;
}
.feedointro form {
  margin: 0;
  padding: 0;
  display: block;
}
.feedointro .small {
  font-size: 12px;
  line-height: 150%;
}
.feedointro input {
  font-size: 14px;
  font-family: Verdana, Arial, Sans-Serif;
  padding: 0;
  margin: 0;
}
.feedointro input.submit {
  font-size: 12px;
}
.feedointro .highlight {
  background: #ffff99;
}
