/* ############################################## */
/* #################### SITE #################### */
/* ############################################## */
.rss_light{
  border:1px dashed #7A7A7A;
  background:#FFF;
  margin:10px 0 10px 0;
  color:#7A7A7A;
  opacity:0.8;
  padding-left:10px;
  width:125px;
}
.rss_light h3{
  color:#000;
  padding:0;
}
.rss{
  border-bottom:1px solid #D9E021;
  margin:10px 0 0 0;
  background-color:#fff;
  width:auto;
}
.rss h1{
  background:url(../images/rss_title.gif) no-repeat;
  text-indent:-9999px;
  margin-bottom:0px;
  height:28px;
}
.rss dt,.rss dd{
  border-left:1px solid #bcd62c;
  border-right:1px solid #D9E021;
}
.rss dt{
  padding:10px 0 0 5px;
}
.rss dt a{
  text-transform:uppercase;
  color:#bcd62c;
  text-decoration:none;
  font-weight:bold;
  font-size:1.2em;
  padding-top:10px;
}
.rss dd{
  color:#7A7A7A;
  font-size:1.2em;
  padding:0 0 5px 5px;
}
/* ############################################## */
/* #################### EWOK #################### */
/* ############################################## */
.field_rss{
  margin:0px 0 3px 0;
  padding:5px 0 0 5px;
  color:#0C6B99;
  border:2px solid #E3E4E7;
  background:#FFF;
}
.field_rss legend{
  margin-left:25px;
  font-weight:bold;
  font-size:1.9em;
  color:#E3E4E7;
  padding:0 5px;
}
.field_rss label{
  font-weight:bold;
  color:#000;
  font-size:1em;
}
.field_rss input{
  width:128px;
  border:1px solid #7A7A7A;
}
.field_rss p{
  margin:20px 5px 10px 0;
  padding:0;
}
.field_rss .modbar button{
  margin-bottom:10px;
  padding-bottom:5px;
}
#page_content .modbar_new.rss{
  background-color:#E3E4E7;
  border:none;
  padding:5px 0 0 0;
  text-align:right;
  height:21px;
}
button.rss_new{
  background:url(../images/admin/rss_new.gif) top left no-repeat;
  width:120px;
  height:19px;
}
.rss_delete{
  background:url(../images/admin/rss_delete.gif) top left no-repeat;
}
.rss_link{
  background:url(../images/admin/rss_link.gif) top left no-repeat;
}
.rss_link_all{
  background:url(../images/admin/rss_link_all.gif) top left no-repeat;
}
.rss_unlink{
  background:url(../images/admin/rss_unlink_all.gif) top left no-repeat;  
}
.rss_unlink_all{
  background:url(../images/admin/rss_unlink_all.gif) top left no-repeat;
}
