/* facetEngine.css */
body {
   /*font-family: "Georgia";*/
   margin-top: 4px;
}
a:link, a:visited {
   /*text-decoration: none;*/
   color: blue;
}
A:hover {
	color : #cc3333;
   text-decoration: underline;
}
h2 {
   font-weight: normal;
   font-family:"arial";
   margin: 8px 0px 4px 0px;
  /* border-bottom: 2px solid #aaaaaa;*/
}

hr {
   border:1px solid #aaaaaa;
}
.intro {
   font-size:90%;
   font-family:arial;   
}
.cat {
   font-family:arial;
   /*font-weight:bold;*/
   font-size: 80%;
}
.cnt{
   font-size:80%;
}
span.dim {
   color:#aaaaaa;
}
.subt {
   font-size:.9em;
   width:80%;
}
div.list {
  font-family: arial;
   font-size:.9em;
}
.header {
   background-color:#cd5555;
   padding:4px;
}
.note {
   padding:4px;
   margin-left: 10px;
   margin-right: 10px;
   font-size: .9em;
   background-color: #eeeeee;
   border:1px solid #cccccc;
}
.note b, .note i {
   font-size: .9em;
}
.cached {
   font-size:80%;
   background-color: #eeeeee;
   border:1px solid #cccccc;
   margin:-8px 0px 0px 1px;
   padding:2px 4px 2px 4px;
}
.lmod {
   font-size:8px;
}
pre {
   margin:0px;
   font-size:90%;
   padding:0px;
}
a.button, a:hover.button{
   border:1px solid #bbbbbb;
   background-color: #888888;
   color:#ffffff;
   padding:2px 4px 2px 4px;
   font-size:80%;
   font-weight: bold;
   text-decoration:none;
}
.perf td {
   font-size:.8em;
   padding: 1px 10px 1px 10px;
   text-align:right;
   background-color:pink;
   border: 1px solid #aaaaaa;
   width:150px;
}

/*A solution for boxedlayout with xhtml/css
(extend to your needs)
*/

div.col {
float: left;
}

div.row {
break:both;
}


