/*
	GLOBALS
*/
body, p, pre, ul, li, div, span, input, textarea, select, a, td, th, h1, h2, h3, h4, h5, font { 
  font-size:12px; 
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}
body{
  background-color:white;
  margin:0px 0px 0px 0px;  
}
input, textarea, select{
  background-color:#EBEAF0;  
  margin:0px 0px 5px 0px; 
  border-width : 1px;
  border-style : solid;
  border-color : #CCCCCC;
  width:100%;
}
input, textarea, select{
  background-color : #e9e9e9;
  border-color :#333367;  
}
textarea{
	padding: 0px;
	height: 300px;
}
/* standard links */
a 			  { color:#333366; text-decoration: underline; }
a:link 		{}
a:visited { color:#666666; }
a:active 	{ color: #CC0000; }
a:hover 	{}

/* buttons */
a.icon, a.icon:hover, a.icon:visited {
  color: #CC0000; 
  text-decoration:none; 
	background-repeat : no-repeat;
	background-position : right top; 
}
a.icon:hover { 
  border-width: 1px; 
  border-color: #CC0000; 
  text-decoration: underline;
}

/*
	CONTENT
*/
.even{
    background-color: #e9e9e9;
}
.odd{
    background-color: white;
}
th{
    color: white;
    background-color: #999999;
}
caption{
    font-weight: bold;
    padding: 5px 0px 0px 3px;
    text-align: left;
}
td.catalogheadline {
	font-weight:bold; 
	color: #336633;
	font-size:14px;
}
td.catalog, td.catalogentry{
	font-size:12px;
}
td.catalogentry{
	font-weight : bold; 
	color: #336633;
}
