/* **************************************************************************** */
/*      Jade Related                                                                                                   */
/* **************************************************************************** */
body {
	color: #000000;
	font-size : 11px;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
}
/* Extra pages like new, popular favorites ...*/
A.xtrapages:Link, a.xtrapages:visited, a.xtrapages:active, A.xtrapages:hover {
	font-family : Tahoma;
	font-size : 11px;
    color: Black;
}
/* Margin for */
div.margin {
	margin-left: 0;
}
/*	This is  for Category Listings table cells				*/
td.catlist {
	font-size: small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
/*	Links inside jade dir							*/
a.link:link, a.link:visited, a.link:active, a.link:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color: Blue;
	font-weight: normal;
}
/*	This is used for the menu titles					*/
H3, A.H3:ACTIVE, A.H3:HOVER, A.H3:LINK, A.H3:VISITED {
	font-size : 14px;
	font-weight: bold;
	border: none;
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : 0px;
	font-variant : normal;
	text-align : left;
	margin : 0;
}
/*	The link description							*/
span.descript {
	font-family : Tahoma;
	font-size : 11px;
	color: Black;
}

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

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

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





/* **************************************************************************** */
/*    Your own style definition for your page                                                       */
/* **************************************************************************** */
TABLE.dm_menu {
        background-color: #CC3300;
}
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: #CC3300;
	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;
}

