@charset "utf-8";

/*************************************************************/
/* Additional CSS								             */
/*************************************************************/
/*

/*Tooltip */
.tooltip {	
	position: relative;	
}

/*a:hover {	background: transparent;
	text-decoration: none;
	color: #FF9900;
} /*BG color is a must for IE6*/

/*Tooltip container position and size*/
.tooltip span {	
	display: none;
	margin-left: 8px;
	top: -20px;
	width: 200px;
}

.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 0px outset #666;
	color: #000000;
	background-color: #b6f1db;
	z-index: 100;
}

.tipText {
	font-size: 0.9em;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px;
}

.responsive-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 70%; /* 56.25% = 16:9 Aspect Ratio */
  }
  
  .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
  }

  a:link {
	text-decoration: none;
  }
  
  a:visited {
	text-decoration: none;
	color: brown ;
	/*font-weight: bold;*/
  }
  
  a:hover {
	text-decoration: underline;
	color: green;
	font-weight: bold;
  }
  
  a:active {
	text-decoration: underline;
  }

.small-caps {
	font-variant: small-caps;
	
}
