.TypeLeaded {
	line-height : 130%;
}
.Emphasized {
	color : #ca3535;
	font-weight : bold;
}
.EmphItal {
	color : Gray;
	font-weight : bold;
	font-style : italic;
	font-size : 90%;
}

.selectedNode {
	color : white;
	background-color : blue;
	text-decoration : none;
}

A:LINK {
	color : Black;
	text-decoration : none;
}

A.text:LINK {
	color : Black;
	text-decoration : underline;
}

A:VISITED {
	color : Black;
	text-decoration : none;
}

A.text:VISITED {
	color : Black;
	text-decoration : underline;
}

A:ACTIVE {
	color : #660000;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}

A.text:HOVER {
	color : Red;
	text-decoration : underline;
}

BODY.grey {
	background-color : #d9e5f1;
}

BODY.propSheetNoTabs {
    background-color : #eeeeee;
    padding : 0;
    margin : 0;
}

BODY.propSheet {
    background-color : #8eb4d9;
    border-top : inset #8eb4d9;
    padding : 1;
    margin : 1;
    color : #000000;
}

.ContextMenuSkin {
    -moz-box-sizing : border-box;
    box-sizing      : border-box;
    position		: absolute;
    min-width			: 185px;
    border-width		: 2px;
    border-style		: outset;
    border-top-color	: white; 
    border-left-color	: white;
    border-right-color	: black;
    border-bottom-color	: black;
    background-color	: menu;
    cursor			: default;
    z-index			: 100;
    visibility		: hidden;
}

.ContextMenuItems {
    -moz-box-sizing : border-box;
    box-sizing      : border-box;
    padding-left	: 16px;
    padding-right	: 16px;
    width           : 185px;
    white-space     : nowrap;
}

.ContextMenuDivider {
	margin-top	: 0px;
	margin-bottom	: 0px;
	height		: 2px;
	width		: 95%;
}

.ListSubHead {
	color : #333366;
	font-weight : bold;
}

.LoginPromptText {
	text-align : center;
	font-weight : bold;
	color : Blue;
}

.LoginError {
	font-weight : bold;
	text-align : center;
	color : white;
	background-color : #660000;
}

.TabTableSubHead {
	font-weight : 600;
	color : #444444;
}

.TabTableSubHeadCatalog {
	font-weight : 600;
	color : #336666;
}

.TabTableSubHeadAdmin {
	font-weight : 600;
	color : #c16c3d;
}

.TabTableDivision {
	font-weight : 600;
	color : #A04428;
	font-variant : small-caps;
	letter-spacing : 3px;
}

.TableLabel
 {
	color : #666666;
	font-weight : bold;
}

.TableValue
 {
	color : #660000;
	font-weight : bold;
}

.TabTableHead {
	font-weight : bold;
}

.TabTableHeadEm {
	font-weight : bold;
	font-style : italic;
}

.TypeMed {
	line-height : 150%;
}

.TopButton {
	font-variant : small-caps;
	padding-left : 10px;
	padding-right : 10px;
    white-space : nowrap;
}
