@CHARSET "ISO-8859-1";



.nzra-article-holder-01 {
/* 	border:1px #ababab solid; */
	display:flex;
}

.nzra-article-header-01 {
	font-weight:bold;
	background-color: #f5f6f7;
	font-size: 25px;
	text-align:center;
}

.nzra-article-content-01 {
	padding:4px;
}

.tag {
	text-align:center;
	padding:4px;
	padding-top:2px;
	padding-bottom:2px;
	
	margin-left:4px;
	margin-right:4px;
	margin-top:2px;
	margin-bottom:2px;
	
	font-size:10px;
	
	cursor: pointer;
	
	border-radius:3px;
	border:1px solid #ababab;
}




.tag-activity {
	background-color:#fdbf6f;
	color:#000000;
}

.tag-country {
	background-color:#6eb4f6;
	color:#000000;
}

.tag-decade {
	background-color:#ededd1;
	color:#000000;
}

.tag-engagement {
	background-color:#fb9a99;
	color:#000000;
}

.tag-event {
	background-color:#fbbdfd;
	color:#000000;
}

.tag-location {
	background-color:#b2df8a;
	color:#000000;
}

.tag-medal {
	background-color:#f6d86e;
	color:#000000;
}

.tag-medical {
	background-color:#6ebbf6;
	color:#000000;
}

.tag-organisation {
	background-color:#a6cee3;
	color:#000000;
}

.tag-person {
	background-color:#cab2d6;
	color:#000000;
}

.tag-source {
	background-color:#fccde5;
	color:#000000;
}

.tag-unit {
	background-color:#ffff99;
	color:#000000;
}




.menubutton {
	background-color:#4a84a5;
	color: #ffffff;

	width:140px;
	height:40px;

	border:0px solid #ababab;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:0.8vw;
	padding:7px;
	text-decoration:none;
	text-shadow:1px 1px 2px #00227d;
	display:flex;
	align-items: center;
/* 	justify-content:center; */
	margin:2px;
	margin-right:7px;
	font-weight:bold;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}

.menubuttonhovergreen:hover {
/* 	color:#18ab29; */
	background-color:#99c7e3;
	color:#000000;
	font-size: 0.9vw;
	text-shadow:0px 0px 0px #00227d;
}


.menubutton.active {
	position:relative;
	background-color:#99c7e3;
}

.menubutton a {
	color:#ffffff;
}

.menubutton a:hover {
	color:#000000;
	text-shadow:0px 0px 0px #00227d;
}

.menubutton.active a {
	color:#000000;
	font-size: 0.9vw;
	font-weight:bold;
	text-shadow:0px 0px 0px #00227d;
}



/* ==================================================================================================== */
/* Parent with selector */
/* ==================================================================================================== */

.tagparentbutton {
	background-color:#d2dbe0;
	color: #555555;

	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	
	height: 25px;
  	line-height: 20px;
  	
/* 	padding:3px 3px 0 0;	T-R-B-L */
	padding:3px 8px 3px 5px;

	text-decoration:none;
	display:flex;
	align-items: center;
	justify-content:center;
	margin:5px;
	font-weight:bold;
	
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-width:2px;
	
	text-shadow: 0 1px rgba(255,255,255,0.4);  
}

.tagparentbutton:hover {
/* 	color: #ff5000; */
/* 	text-shadow: 0 1px rgba(0,0,0,0.4);   */
	background-color:#8ae37b;
}

.tagparentbutton.active {
	border-width:2px;	
}


.tagparentbutton2 {
	background-color:#d2dbe0;
	color: #555555;

	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	
	height: 25px;
  	line-height: 20px;
  	
/* 	padding:3px 3px 0 0;	T-R-B-L */
	padding:3px 8px 3px 5px;

	text-decoration:none;
	display:flex;
	align-items: center;
	justify-content:center;
	margin:5px;
	font-weight:bold;
	
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-width:2px;
	
	text-shadow: 0 1px rgba(255,255,255,0.4);  
}

.tagparentbutton2:hover {
/* 	color: #ff5000; */
/* 	text-shadow: 0 1px rgba(0,0,0,0.4);   */
	background-color:#8ae37b;
}
	
.tagparentbutton2.active {
	border-width:2px;	
}

/* ==================================================================================================== */
/* Child with selector */
/* ==================================================================================================== */

.tagchildbutton, .maptagchildbutton {
	background-color:#d2dbe0;
	color: #222222;

	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	
	/* height: 22px; */
/* 	height: 22px; */
  	/* line-height: 20px; */
  
/* 	padding:3px 3px 0 0;	T-R-B-L */
	padding:4px 10px 4px 8px;
	
	text-decoration:none;
	display:flex;
	align-items: center;
	justify-content:center;
	margin:5px;
	
	font-weight:bold;
	
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;

	text-shadow: 0 2px rgba(255,255,255,0.8); 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.tagchildbutton:hover, .maptagchildbutton:hover{ 
/* 	color: #fc0000; */
/* 	text-shadow: 0 -1px rgba(255,255,255,0); */
	background-color:#8ae37b;
}

.tagchildbutton.active, .maptagchildbutton.active, .tagchilddisplaybutton.active {
	border-width:1px;
	border-color:#1daf04;
	background-color:#c8ebc3;
}

.tagchildbuttonlarge, .maptagchildbuttonlarge {
	font-size:15px;
}

/* ==================================================================================================== */
/* Child display only */
/* ==================================================================================================== */

.tagchilddisplaybutton {
	background-color:#d2dbe0;
	color: #555555;

	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	
	min-height: 22px;
/* 	height: 22px; */
  	line-height: 20px;
  
/* 	padding:3px 3px 0 0;	T-R-B-L */
	padding:1px 8px 1px 5px;
	text-decoration:none;
	display:flex;
	align-items: center;
	justify-content:center;
	margin:3px;
	font-weight:bold;	
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	text-shadow: 0 1px rgba(255,255,255,0.4);
	
	border:red dashed 2px;  
}

.tagchilddisplaybutton:hover { 
/* 	color: white; */
/* 	text-shadow: 0 1px rgba(0,0,0,0.4);   */
	background-color:#8ae37b;
}

/* ==================================================================================================== */
/* ==================================================================================================== */
/* ==================================================================================================== */






.insiderow {
	padding:10px;
}











.sectionheader {
	color:#0281c9;
	font-size: 18px;
	font-weight: bold;
/* 	font-style: italic; */
	text-shadow:1px 1px 1px #ffffff;
/* 	flex-shrink:0; */
/* 	flex-grow:0; */
	padding-top:5px;	
	border-top: 3px #4682b4 solid;
}



.nzrb-cell:hover {
	background-color: #a4e5b6;
/* 	border-color: #6aace6; */
	cursor:pointer;
}


.randomselectbutton {
	background-color:#a4e5b6;
	border-radius:4px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	padding:0px 5px;
	text-decoration:none;
}

.randomselectbutton:active {
	position:relative;
	top:1px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.border {
    border: 1px solid #d8d8d8;
}

.border2 {
    border: 2px solid #d8d8d8;
}

.border3 {
    border: 3px solid #d8d8d8;
}

.borderbottom {
    border-left:0px;
    border-right:0px;
    border-top:0px;
}


.bordertop {
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
}

.bordertopbottom {
    border-left:0px;
    border-right:0px;
}

.bordernone {
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom:0px;
}


.bordertopbottom3 {
	border: 2px solid #ff9900;
    border-left:		0px;
    border-right:		0px;
}

.borderbox {
    border: 0px solid #666666;
}

.borderred {
    border: 1px solid #ff0000;
}

.borderlightblue {
    border: 2px solid #d2e4fb;
}


.footer {
	font-size:13px;
}


.footer-button {
	font-size:16px;
}



.mainmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  border: 1px solid #0281c9;
}

.mainmenu li {
/*   text-align: center; */
  border-bottom: 1px solid #0281c9;
}

.mainmenu li a {
  display: block;
  color: #000;
  padding: 4px 4px;
  text-decoration: none;
}

.mainmenu li a:hover {
  background-color: #84c57d;
  color: white;
}

.mainmenu li .active {
  background-color: #0281c9;
  color: white;
}

.mainmenu li:last-child {
  border-bottom: none;
}




.externallink {
	text-decoration:none;
}

.externallink:hover {
	cursor:pointer;
	background-color:#8ae37b;
}

.externallinkselected {
	background-color:#8ae37b;
}







