#gregarius body {
  text-align: left;
  color:  #335;
  background-color: #eee;
  background-image: url(./media/bg.gif);
}

a { text-decoration: none; }

#gregarius body {
 font-family: "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
 font-size:  11px/*medium*/;
}

#gregarius h1,#gregarius h2,#gregarius h3 {
  font-family: "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height:1.1em;
}

#gregarius h4 { font-size: 11px/*medium*/; }

#gregarius h5,#gregarius h5 input.tagedit {
 font-size: 9px/*small*/ !important;
 font-weight: normal !important;
 color: #aaa !important;
}

#gregarius h4 {
 border-left: 1px solid #ddd;
}

#gregarius a:hover,#gregarius input:hover {color: #336; }
#gregarius a,#gregarius input,#gregarius select,#gregarius h4 { color: #667 }
#gregarius h5 a { color: inherit }

#gregarius input {
 font-size: 9px/*small*/;
 font-weight: bold;
}


#gregarius span.feedaction form p input {
 font-size: 9px/*small*/ !important;
 font-weight:400 !important;
}

#gregarius input.tagedit { font-weight: normal; font-size: 8px/*smaller*/;}

#gregarius label, #gregarius div#channel_admin span, #gregarius p.bookmarklet {
 font-size: 9px/*small*/;
}

#gregarius ul {
 list-style-type:none;
}

#gregarius div#errors ul { list-style-type:square !important;  }
#gregarius div#errors { padding: 1em 2em; }

#gregarius table#configtable li, #gregarius content.ul {
   list-style-type:circle;
}

#gregarius div#channels li,#gregarius div#opml li {
  border-bottom: 1px solid  #eef;
  background-color: #fff;
  font-size: 9px/*small*/;
}
#gregarius div#channels #gregarius div {
  font-size: 9px/*small*/;
  margin:0;
  position:relative;
}
#gregarius div#opml li { border: none }

/* folder items */
#gregarius div#channels li ul li {
 border-bottom: none;
}


/* folder icon */
#gregarius div#opml .folder span {
 font-size: 11px/*150%*/;
}

/* folder labels */
#gregarius .folder span {
  font-weight:bold;
  text-transform: capitalize;
}


/* channels and sub channels */
#gregarius div#channels li:hover, #gregarius div#channels li.folder ul li:hover,#gregarius div#channels li.active {
 background-color: #f8f8ff;
}

#gregarius div#channels li.folder:hover { background-color: transparent}

/** the main divs (nav, side, content, footer, ...) inherit this class */
#gregarius div.frame {
 background-color: #fff;
 border: 1px solid #ccc;
}

#gregarius div#nav {
   background-image: url(./media/arrows.gif);
   background-color: #fff;
   background-position: top right;
   background-repeat: no-repeat;
}

#gregarius div#footer span {
 border-right: 1px solid;
 font-size: 9px/*small*/;
 color: #777;
}

#gregarius h1 {
 font-weight: 900;
 font-style:italic;
}

#gregarius li.item.even, #gregarius tr.even,#gregarius div#alltags { background-color: #f9f9f9; }
#gregarius li.item.odd, #gregarius tr.odd { background-color: #f4f4f4; }
#gregarius tr.active td { font-weight:900; background-color:#f8f8ff; }


#gregarius h3.collapsed {
 border: 1px solid #ddd;
 border-color: #eee;
 background-color: #f9f9f9;
}


#gregarius li.item.unread,#gregarius h3.collapsed.unread {
 border-color: #eef;
 background-color: #f8f8ff;
}

#gregarius li.item {
 list-style-type: none;
 border: 1px solid #eee;
}

#gregarius div#items li.upnav { text-align:right; }

#gregarius div#items li.upnav a {
 border-left: 1px solid;
 font-size: 9px/*small*/;
}

#gregarius img { border: none }

#gregarius .content,#gregarius .content * {
 font-size: 11px/*small*/;
 line-height: 1.4em;
 text-align:justify;
}


#gregarius .item:hover .content a, #gregarius .item:hover h5 a { border-bottom: 1px solid #ccc; }

#gregarius th {
 background-color: #f4f4f4;
 font-weight: bold;
}

#gregarius table#plugintable,#gregarius table#channeltable,#gregarius table#foldertable,#gregarius table#updatetable,#gregarius table#configtable,#gregarius .content table {
 border: 1px solid #ddd;
 font-size: 9px/*small*/;
}



#gregarius table tr:hover td { background-color: #f8f8ff }

#gregarius form.markread p, #gregarius form.markallread { text-align:right; }

#gregarius form.markallread {
 text-align:center;
}

#gregarius .error,#gregarius .error_l0 {
 color: red;
 font-weight:bold;

}

#gregarius #errors li {
	font-size: 11px/*medium*/ !important;
	line-height: 1.5em;
}

#gregarius input, #gregarius select, #gregarius textarea {
 border: 1px solid #ddd;
 background-color: #f4f4f4;
}


#gregarius input[type="radio"], #gregarius input[type="hidden"] {
 border: none;
 background-color: transparent;
}

#gregarius div.readmore {
 text-align: right;
 font-size: 9px/*small*/;
}



/** from http://css.maxdesign.com.au/listamatic/horizontal11.htm **/

#gregarius ul.navlist {
 list-style-type: none;
}

#gregarius ul.navlist li,#gregarius a.bookmarklet {
 border: 1px solid #ddd;
 background-color: #f4f4f4;
}

#gregarius ul.navlist:hover li span { text-decoration:underline}

/* doubling because IE chokes on the submit selector */
#gregarius input[type="submit"]{
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}


#gregarius input[type="text"]:focus{
 border-color:#aaa;
}


#gregarius .navlist li:hover,#gregarius input[type="submit"]:hover {
 background-color:  #f8f8ff;
 border-color: #ddf;
}

#gregarius .navlist li a {
 text-decoration: none;
 font-weight: bold;
 color: #667;
 letter-spacing: 0.1em;
}

#gregarius .navlist li.active a,#gregarius .navlist li a:hover { color: #336; }

#gregarius img.favicon { border:none; }

#gregarius p.stats { font-size: 9px/*small*/; margin-bottom:1em; }

#gregarius .searchhit { border-bottom: 1px solid; font-weight: 900 }

#gregarius label, #gregarius input[type="submit"] { cursor: pointer; }




#gregarius .box {
 border: 1px solid #eef;
 text-align:center;
}

#gregarius span.updateres {
  font-weight: bold;
}
#gregarius span.updateres.ok { color: green }
#gregarius span.updateres.ko { color: red }

#gregarius table#updatetable td.mc.error { color: #700 }
#gregarius table#updatetable td.rc { font-weight: bold }

#gregarius fieldset {
  text-align: center;
  border:1px solid #ddd;
}
#gregarius fieldset.prune p{ text-align:left }
.cntr { text-align:center !important}

#gregarius optgroup { margin: 1em 0 0.2em 0;}
#gregarius legend { font-size: 9px/*small*/}

#gregarius div#alltags {
 background-color: #f9f9f9;
 border-color: #eee;
 text-align:justify;

}
#gregarius #alltags a { margin: 15px 10px; vertical-align:middle; line-height: 50px;
}

#gregarius div.content img {
 padding: 0.4em;
 margin: 0.8em 0;
 border: 1px solid #ddd;
}

#gregarius div#pbholder {
  border: 1px solid #ccc;
  width:99.2%;
  text-align:left;
  height:1.5em;
  padding:0;
  margin:auto;
}

#gregarius div#pbar {
   font-size: 9px/*small*/;
   font-weight: bold;
   color: #777;
   line-height:1.35em;
   width:0%;
   background-color: #eee;
   margin:2px;
   padding: 0;
   border: 1px solid #bbb;
}

#gregarius div.ief {
   border:1px solid #eee;
   margin: 0.5em 0;
   padding: 0.5em 1em;
}
#gregarius div.ief p.sbm { margin-top: 1em }

#gregarius div.ief p a {
   font-size: 9px/*small*/;
   margin: 0 1em 0 0;
   padding: 0.1em 0.8em;
}

#gregarius div.ief p a:hover { background-color: #e8e8ff; }

#gregarius li.item.unread div.ief { background-color: #f3f3ff; }
#gregarius li.item.unread div.ief p a { background-color: #e5e5f0; }

#gregarius li.item.odd div.ief { background-color: #e7e7e7; }
#gregarius li.item.odd div.ief p a { background-color: #d8d8d8; }

#gregarius li.item.even div.ief { background-color: #f2f2f2; }
#gregarius li.item.even div.ief p a { background-color: #e3e3e3; }

#gregarius div.ief form,#gregarius div.ief form p { padding:0;margin:0}

#gregarius #opmlimport{ text-align: left !important; }

#gregarius span.vr { border-left:2px solid #ccc;margin: 0 1em; }

#gregarius #loginfo {
	font-size: 9px/*small*/;
	background-color: white;
	border: 1px solid #ccc;
	opacity: .7;
	filter: alpha(opacity=60);
}

/* for the lilina theme */

#gregarius .dateheader {
	margin: 0px 0px 0px 0px;
	padding: 4px 0 4px 15px;
	border-top: 1px solid #00005c ;
	font-size: 11px/*medium*/;
	font-weight: bold;
	color: #fff;
	background: #CBDFEB;
}
#gregarius .dateheader a { color: #777; }


/* start jpasquier */

#gregarius .news H1,#gregarius .news H2,#gregarius .news H3,#gregarius .news H4,#gregarius .news H5 {padding: 0; margin: 0;}
#gregarius .news H1 {font-size: 8pt;}
#gregarius .news H2,#gregarius .news H3,#gregarius .news H4,#gregarius .news H5 {font-size: 7pt;}
#gregarius .news H3 {font-weight: normal; font-style: italic;}
#gregarius .news H4 {font-weight: normal; font-style: italic;}
#gregarius .news H5 {font-weight: normal;}

/* end jpasquier */
