/* CSS Document */

/*
   Ex officio static members (static1) have color
	   color: Card993300; Replacement #993300
	 Self elected members (static2) have color
	   color: CardFF9933; Replacement #FF9933
	 When these colors are changed it is sufficient to replace all the replacements of this document
*/

.nms_usrf_sitemap_content {
  padding: 20px;
	color: #336666;
}
.nms_usrf_sitemap_level0 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
.nms_usrf_sitemap_level1 {
	font-size: 70%;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.nms_usrf_sitemap_level2 {
	font-size: 70%;
}
.nms_usrf_sitemap_level_subsite {
	font-size: 70%;
}
.nms_usrf_sitemap_content A:link {
  text-decoration: none;
	color: #336666;
}
.nms_usrf_sitemap_content A:visited {
  text-decoration: none;
	color: #336666;
}
.nms_usrf_sitemap_content A:active {
  text-decoration: none;
	color:#88216C;
}
.nms_usrf_sitemap_content A:focus {
  text-decoration: underline;
	color:#88216C;
}
.nms_usrf_sitemap_content A:hover {
  text-decoration: none;
	color: #143A37;
}
.nms_usrf_color_legend {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #336666;
}
.nms_usrf_color_legend_table {
	border-collapse: collapse;
	width: 100%;
	background-color: #EEEEEE;
}
.nms_usrf_color_legend_first_col {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	/* This value must be equal to nav_top_center_first_cell in navigation3.css
	*/
	width: 10em;
}
/*
    One row table with the color coding of news priorities. Cell (1,2) in priorities table
*/
.nms_usrf_priority_color_table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
/*
    One row table with the names of news priorities. Cell (1,2) in priorities table
*/
.nms_usrf_priority_text_table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.nms_usrf_color_legend_color_div {
	font-size: 60%;
	height: 1em;
	margin-right: 1em;
	border: 1px solid #7F7876;
}
.nms_usrf_color_legend_text_div {
  font-size: 100%;
}
.nms_usrf_left_margin {
  margin-left: 12px;
  
}
.nms_usrf_searchresult_div {
  margin-left: 2px;
  color: #48403D;
}
.nms_usrf_table {
  border-collapse: collapse;
}
.nms_usrf_table_titlerow {
}
.nms_usrf_table_row {
}
.nms_usrf_table_titlecell {
  padding: 5px;
	font-weight: bold;
}
.nms_usrf_table_titlecell_green {
  padding: 5px;
	font-weight: bold;
  color: #336666;
}
.nms_usrf_table_cell {
  padding-left: 5px;
	padding-right: 5px;
}
.nms_usrf_table_cell_static1 {
  padding-left: 5px;
	padding-right: 5px;
	color: #993300;
}
.nms_usrf_table_cell_static2 {
  padding-left: 5px;
	padding-right: 5px;
	color: #FF9933;
}
.nms_usrf_table_cell_emphasized {
  padding-left: 5px;
	padding-right: 5px;
	color: #FF2222;
}
.nms_usrf_inpage_title_div {
  font-size: 120%;
	margin-left: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
/*
   Emulation in a div of a table_titlecell_green
*/
.nms_usrf_title_green {
  padding: 5px;
	font-weight: bold;
  color: #336666;
}
/*
   News section
*/	 
.nms_usrf_news_div {
	margin-bottom: 20px;
	color: #48403D;
	margin-left: 7px;
	margin-right: 4em;
}
.nms_usrf_news_timestamp_div {
  font-size: 100%;
	font-weight: bold;
}
.nms_usrf_news_title_div {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100%;
	color: #48403D;
}
.nms_usrf_news_subject_div {
  font-weight: normal;
	font-size: 100%;
	color: #48403D;
}
.nms_usrf_news_linkline_div {
  font-weight: normal;
	font-size: 100%;
	color: #336666;
}
/* Container for the link to the start of the page
*/
.nms_usrf_pagestart_link_div {
	width: 10px;
	float: right;
}
.nms_usrf_col_symbol {
  width: 15px;
}
.nms_usrf_col_name {
  width: 8em;
}
.nms_usrf_col_firstname {
  width: 6em;
}
.nms_usrf_col_street {
  width: 10em;
}
.nms_usrf_col_city {
  width: 10em;
}
.nms_usrf_col_tel {
  width: 8em;
}
/* Targettree
*/
.nms_active_node {
}
.nms_active_node_static1 {
	color: #993300;
}
.nms_active_node_static2 {
	color: #FF9933;
}
.nms_disabled_node {
	color: #FFCC66;
}