#divTermsList{
	position: absolute;
	top: 86px;
	left: 268px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #CFCFCF;
	border-top: 0;
	min-width: 620px;
	min-height: 300px;
	overflow: hidden;
	/*
	background-image: url("../img/gsm-watermark.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	*/
}

#divWatermark{
	 width: 800px;
	 padding: 10px;
}

#divWatermark > h1{
	text-align: center;
}

#divWatermark p{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: silver;
}

#divWatermark A{
  color: #990033;
  text-decoration: none;
}

#divWatermark A:HOVER{
  text-decoration: underline;
}

#divWatermark A:VISITED{
  color: #990033;
}

#divWatermark TABLE.psaTable{
  border: 2px solid silver;
  padding: 10px
}

TD.redBg{
  background-color: #990033;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

SPAN.psa{
  color: #990033;
  font-weight: bold;
  font-size: 16px;
}

#divWatermark SPAN.psa-rev{
  background-color: #990033;
  color: white;
  font-weight: bold;
  display: inline-block;
}

#divWatermark .hilite{
  font-weight: bold;
  color: #ACACAC;
}

#divWatermark .timestamp{
  font-weight: normal;
  font-size: 12px;
  color: #999999;
}

#divTermsTree{
	position: absolute;
	top: 45px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: white;
	/*
	background-image: url("../img/mfa-wipoLogoGray.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
	display: none;
}

#divSelectedTerm{
	top: 45px;
	left: 0px;
	right: 0px;
	height: 35px;
	padding: 5px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #CFCFCF;
	overflow: hidden;
}

#divSelectedTerm span{
	font-weight: bold;
	color: #2A79A5;
	font-size: 14px;
	white-space: nowrap;
}

#divSelectedTerm span.termInfo{
	font-size: 12px;
	color: #696969;
}

#divSelectedTerm span.termInfo a{
	font-size: 12px;
	color: #003466;
	text-decoration: none;
	cursor: pointer;
}

#divSelectedTerm span.termInfo a:hover{
	font-size: 12px;
	color: #990033;
	text-decoration: none;
}

#btnMoveTerm{
	background-image: url("../img/ico-move.gif");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 16px;
}

#divTree{
	position: absolute;
	top: 50px;
	left: 3px;
	right: 3px;
	bottom: 23px;
	overflow: auto;
	padding-right: 3px;
}

#divTree span{
	/*
	background-color: #E7E7E7;
	border: 1px solid #E7E7E7;
	*/
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
	cursor: pointer;
	font-family: monospace;
}

#divTree span.nullItem{
  color: #bbbbbb;
  background-color: white;
  border-right: 1px solid white;
  cursor: auto;
}

#divTree span.accItem{
  color: #008000;
  background-color: #CCE7CC;
  border-right: 1px solid white;
  cursor: auto;
}

#divTree span.rejItem{
  color: #C11A1A;
  background-color: #F4AFAF;
  border-right: 1px solid white;
  cursor: auto;
}


#divTree span.nullItemIcon{
  color: #bbbbbb;
  background-color: white;
  border-right: 1px solid white;
  cursor: auto;

	padding-left: 20px;
}

#divTree span.accItemIcon{
  color: #008000;
  background-color: #CCE7CC;
  border-right: 1px solid white;
  cursor: auto;
	background-image: url("../img/acc.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

#divTree span.rejItemIcon{
  color: #C11A1A;
  background-color: #F4AFAF;
  border-right: 1px solid white;
  cursor: auto;
	background-image: url("../img/rej.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

#divTree span.nItem{
  margin-left: 2px;
  margin-right: 2px;
	background-image: url("../img/nice-n12_bullet.png");
	background-repeat: no-repeat;
	background-position: left;
  cursor: auto;
}

#divTree span.nBase{
	display: inline-block;
	width: 45px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial;
	font-size: 12px;
	color : graytext;
}


#divTree span.cmt{
  cursor: auto;
}

#divTree span.cmtBold{
	
  cursor: auto;
}


#divTree span.spacer{
  margin-left: 2px;
  margin-right: 2px;
  cursor: auto;
}



#divTree span.black{
	color: white;
	background-color: #777777;
}

#divTree span.black:hover{
	color: white;
	background-color: black;
}

#divTree span.black.selected{
	color: white;
	background-color: black;
}



#divTree span.green{
	color: #008000;
	background-color: #CCE7CC;
}

#divTree span.green:hover{
	color: white;
	background-color: #63B263;
}

#divTree span.green.selected{
	color: white;
	background-color: #008000;
}

#divTree span.orange{
	color: #E35D03;
	/*
	color: #FF6600;
	background-color: #FCEDDD;
	*/
	background-color: #FDC298;
}

#divTree span.orange:hover{
	color: white;
	background-color: #FE8F44;
}

#divTree span.orange.selected{
	color: white;
	background-color: #FF6600;
}

#divTree span.red{
	color: #C11A1A;
	background-color: #F4AFAF;
}

#divTree span.red:hover{
	color: white;
	background-color: #D75C5D;
}

#divTree span.red.selected{
	color: white;
	background-color: #C11A1A;
}

#divTree span.legend{
  padding: 2px;
  padding-left: 0px;
  padding-right: 30px;
  line-height: 21px;
  cursor: auto;
  font-family: monospace;
}

#divTree span.grey{
	color: #003466;
	background-color: #D9E1E8;
	cursor: auto;
}

#divTree span.grey:hover{
	color: white;
	background-color: #003466;
	cursor: auto;
}

/*
#divTree span.selected{
	color: white;
	background-color: #2A79A5;
}

#divTree span.selected:hover{
	color: white;
	background-color: #2A79A5;
}
*/
#divClassStats{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 15px;
	border-top: 1px solid #CFCFCF;
	background-color: #E7E7E7;
	background-image: url("../img/ico-stat.png");
	background-repeat: no-repeat;
	background-position: left;
}

#divClassStats span{
	color: black;
	line-height: 15px;
	padding-left: 20px;
}
	
#divClassHeading{
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 5px;
	min-height: 30px;
}

#divAcceptanceLegend{
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: center;
}

#spanClassNumber{
	font-size: 23px;
	margin-right: 5px;
	width: 50px;
	text-align: center;
	float: left;
	font-weight: bold;
	background-color: #CDD5DC;
}

#divCommands{
	height: 45px;
	background: url("../img/mfa-toolbarGradient.gif");
	white-space: nowrap;
}


#divImportList{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	padding: 10px;
}

#divImportList,
#divAcceptanceCommands,
#divClassCommands,
#divTermCommands,
#divEditCommands{
	height: 45px;
	display: none;
}

#divAcceptanceCommands ul,
#divClassCommands ul,
#divTermCommands ul,
#divEditCommands ul{
	padding: 0;
	margin: 0;
	position: absolute;
}

#divAcceptanceCommands ul li,
#divClassCommands ul li,
#divTermCommands ul li,
#divEditCommands ul li{
	list-style: none;
	display: inline;
	padding-left: 30px;
}

#divAcceptanceCommands li a,
#divClassCommands li a,
#divTermCommands li a,
#divEditCommands li a{
	color: #696969;
	text-decoration: none;
	font-size: 12px;
	line-height: 45px;
	padding: 10px 25px 10px 0px;
}

#divAcceptanceCommands a:visited,
#divClassCommands a:visited,
#divTermCommands a:visited,
#divEditCommands a:visited{
	color: #696969;
	text-decoration: none;
}

#divAcceptanceCommands a:hover,
#divClassCommands a:hover,
#divTermCommands a:hover,
#divEditCommands a:hover{
	color: #2A79A5;
	text-decoration: none;
}
