/* **************************************************************************** */
/*      Jade Related                                                                                                   */
/* **************************************************************************** */
body {
  color: #000000;
  font-size : 11px;margin-left: 0px;
  margin-top: 0px;
  font-family :  Arial, sans-serif;
  background-color : #FFF;
}

p {
  color: #000000;
  font-family : Arial, sans-serif;
}

/*	Links inside jade dir							*/
a.sitelink:link, a.sitelink:visited, a.sitelink:active, a.sitelink:hover {
   font-family : Arial, sans-serif;
   font-size : 11px;
   color: blue;
   font-weight: bold;
}
span.sitelink {
   font-family : Arial, sans-serif;
   font-size : 11px;
   color: Black;
}

/*	Links PPP	*/
a.PPPlink:link, a.PPPlink:visited, a.PPPlink:active, a.PPPlink:hover {
   font-family : Arial, sans-serif;
   font-size : 12px;
   color: blue;
  font-weight: bold;
}
span.PPPlink {
   font-family : Arial, sans-serif;
   font-size : 12px;
   color: Black;
   font-weight: bold;
}

span.highlightsearch {
	 color: black;
	 background-color: #FF0;
}	
/* From here I am looking wich ones are valid */

/* Extra pages like new, popular favorites ...*/
a.xtrapages:Link, a.xtrapages:visited, a.xtrapages:active, a.xtrapages:hover {
   font-family : Arial, sans-serif;
   font-size : 11px;
   color: Black;
}

/*	Links inside jade dir							*/
a.link:link, a.link:visited, a.link:active, a.link:hover {
   font-family : Arial, sans-serif;
   font-size : 10pt;
   color: blue;
   font-weight: bold;
}
/*	The link description							*/
span.descript {
   font-family : Arial, sans-serif;
   font-size : 12px;
   color: Black;
}
span.countlinks {
   font-family : Arial, sans-serif;
   font-size : 12px;
   color: Black;
}

a.link2:link, a.link2:visited, a.link2:active, a.link2:hover {
   color: #666666; 
   font-size : 12px;
   text-decoration:underline;
   font-family: Arial, sans-serif;
}
a:active, a:hover, a:link, a:visited {
   text-decoration : underline;
   font-family : Arial, sans-serif;
   font-size : 12px;
}

/*	The link description bold items */
span.descriptbold {
   font-family : Arial, sans-serif;
   font-size : 12px;
   color: Black;
   font-weight: bold;
}

/*	Catgory info on search, new, favorites, etc	*/
span.descrcateg {
   font-family : Arial, sans-serif;
   font-size : 12px;
   color: Gray; 
}

/*	to display number of hits reached by each site	*/
small.hits {
   font-family : Arial, sans-serif;
   font-size : 12px;
   color: Gray; 
}
/* Margin for */
div.margin {
   margin-left: 10px;  
}
/*	This is  for Category Listings table cells				*/
td.catlist {
   font-size: medium; 
   color: #000000;
   font-family: Arial, sans-serif;
}
/*	This is used for the menu titles					*/
h1, a.h1:active, a.h1:hover, a.h1:link, a.h1:visited {
   font-size : 16px;
   font-weight: bold;
   border: none;
   color: #000000;
   background: #F3F3F3;
   font-family : Arial, sans-serif;
   margin-bottom : 0px;
   font-variant : small-caps;
   text-align : left;
} 

h3, a.h3:active, a.h3:hover, a.h3:link, a.h3:visited {
   font-size : 16px;
   font-weight: bold;
   border: none;
   color: #000000;
   background: #F0F0F0;
   font-family : Arial, sans-serif;
   margin-bottom : 0px;
  /* font-variant : small-caps; */
   text-align : left;
}
/*	The link description							*/
span.descript {
   font-family : Arial, sans-serif;
   font-size : 11px;
   color: Black;
}

/*	New links								*/
sup.new {
   font-size: x-small;
   color: #FFFFFF;
   background: #FF3300;
   font-weight: bold;
   font-family: Arial, sans-serif;
}

/*	Popular links								*/
sup.pop {
   font-size: x-small;
   color: #FFFFFF;
   background: #00CCFF;
   font-weight: bold;
   font-family: Arial, sans-serif;
}

/*	Favorite links								*/
sup.fav {
   font-size: x-small;
   color: #FFFFFF;
   background: #008000;
   font-weight: bold;
   font-family: Arial, sans-serif;
}

/* CSS Tags for frames */
body.frame {
   color: #FFCC66;
   background: #CC3300;
   font-family: Arial, sans-serif;
   font-size : 11px;
}
a.frame:link, a.frame:visited, a.frame:active { 
   color: #FFCC66;
   text-decoration:none;
   font-weight: bold;
}
a.frame:hover {
   color: #FFCC66;
   text-decoration:underline;
   font-weight: bold;
}




/* **************************************************************************** */
/*    Your own style definition for your page                                                       */
/* **************************************************************************** */
TABLE.dm_menu {
   background-color: #909C48;
}
A.dm_menu, A.dm_menu:ACTIVE, A.dm_menu:FOCUS, A.dm_menu:VISITED, A.dm_menu:LINK, TD.dm_menu {
   text-decoration : none;
   color : #FFCC66;
   background-color: #909C48;
   font-variant : small-caps;
   font-size : x-small;
   font-weight : bolder;
   margin-right : 10px;
   margin-left : 10px;
   padding-bottom : 5px;
}

 A.dm_menu:HOVER {
   text-decoration : none;
   color : White;
   font-variant : small-caps;
   font-size : x-small;
   font-weight : bolder;
   margin-right : 10px;
   margin-left : 10px;
   padding-bottom : 5px;
}
