
/*-------------------------------------------------------MENU LAYOUT STYLES------------------------------------*/

/**These styles are used to format style.xslt which lists the subjects in the Topic/Services menu*/

.themetitle { 
	color:#990033;
	font-weight: 700; 
}
		
.sectiontitle { 
	FONT-WEIGHT: 700; 
	FONT-SIZE: medium; 
	COLOR: #990033;
}
		
.sdtitle { 
	FONT-WEIGHT: 700; 
	FONT-SIZE: small; 
	COLOR: #990033;
}

.path{
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana, Tahoma, Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#999999;
}
		
.mararrow { 
	LIST-STYLE-IMAGE:  url("/images/icoBullet.gif");
}



.docID {
	color: lightgrey;
	font-size: xx-small;
}

.docdetails {
	font-size: 7pt;
	background-color: white;
	
}

/*table containing a sub-directory listing*/
.sd_idx_tools {
	font-size: 8pt;
	color:white;
	background-color: #ffffff;
}

.tsd_heading {
	color:#990033;
	font-weight: 700;
	font-size: 10pt;
 
}

/* listings of documents and other resources index*/
.docdescription {
	font-weight: 300;
	font-size:	8pt;
}

.doctitle
{
	font-weight: 300;
	font-size: 8pt;
	line-height:inherit
	
}


/* SD_IDX
USAGE: Sub-directory Index (used in services menu)*/
.sd_idx{
    BORDER-TOP: #cccccc thin dashed;
    WIDTH: 100%;
    BACKGROUND-COLOR: #ffffcc;
	FONT-FAMILY: verdana;
	font-size:8pt;
}
/* TS_IDX
USAGE: Theme - Section Index (used in services menu)*/
.ts_idx {
	width: 100%;
	background-color: #FFFFCC;
	border-top: thin dashed #CCCCCC;
	font-size: 8pt;
	FONT-FAMILY: verdana;
}



	

