/* ================= Style sheet for My Pedal Steel pages ================ */

/* Text related */
TD {font-family: Arial;	font-size: 10pt;  color: #663300;  text-align: Left;}
a {font-family: Arial;	font-size: 10pt;  color: #FFEEEE;  text-align: center;  text-decoration: none;  background-color:#642444 ;}
a:hover {font-family: Arial;  font-size: 10pt;  color: #642444;  background-color: #FFEEEE ; text-align: center;}
h2 {font-family: Arial;  font-size: 16pt; color: #FFEEEE;  text-align: center;  text-decoration: none; background-color:#642444 ;}
INPUT {	font-family: Arial;  font-size: 10pt;  text-align: Center;  font-weight: bold;	}
Font.banner { font-family: Arial, Helvetica, Verdana;   font-size: 14pt;   color: #660000;  font-weight: bold;   background-color: #E8F0F8;  text-decoration: none;}
Font.AsField { font-family: Arial, Helvetica, Verdana;   font-size: 10pt;   color: #FFCCCC;  font-weight: bold;   background-color: #EEFFEE;  text-decoration: none;}
Font.SmallFldTxt { font-family: Arial, Helvetica, Verdana;   font-size: 9pt;   color: #FFCCCC;  font-weight: bold;   text-decoration: none; font-style:italic;}
.FldTxt11 { font-family: Arial, Helvetica, Verdana;   font-size: 11pt;   color: #FFE2BB;  font-weight: normal;  text-decoration: none;}
.FldTxt12 { font-family: Arial, Helvetica, Verdana;   font-size: 12pt;   color: #FFE2BB;  font-weight: normal;  text-decoration: none;}
.FldTxt9 { font-family: Arial, Helvetica, Verdana;   font-size: 9pt;   color: #8D004A;  font-weight: normal;  font-style: italic; text-decoration: none;}
.note { font-family: Arial, Helvetica, Verdana;   font-size: 9pt;   color: #663333;  font-weight: normal;   background-color: #AFA1AF;  text-decoration: none;}
.ViewInfo {font-family: Arial;	font-size: 10pt;  color: #FFEEEE;  text-align: center;  text-decoration: none;  background-color:#642444 ;}
.ViewInfo:hover {font-family: Arial;	font-size: 10pt;  color: #642444;  text-align: center;  text-decoration: none;  background-color: #FFEEEE;}
/* Layout related - Div, Popups, etc. */
.audio {
	padding-top: 4px;
	padding-left: 4px;
	position: relative;
	width: 458;
	height: 158;
	margin:1em;
}
.video {
	padding-top: 4px;
	position: relative;
}

#note-link 	{
	position:relative;	
	top:1px; 
	left:200px; 
	height: 40px; 	
	width: 120px ; 
	visibility: hidden; 	
	color:#ebffff; 						
	background-color:#0000cc; 
	border:2px solid #98BAFF;  
	z-index : 4;
}
#space { 
	height: 300px; 
	width: 120px ; 
	visibility: hidden; 
}
/* Popup container 1 - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 410px;
    background-color: #FFF3DD;
    color: #8D004B;
    text-align: left;
    font-size: 10pt; 
    border-radius: 6px;
    border: 2px solid #8D004B;
    padding: 6px; 
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -210px;
	margin-bottom: 16px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
	color: #FFF3DD;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #FFF3DD transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

/* Popup container 2  - can be anything you want */
.pop2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup margin-left: -168px ;*/
.pop2 .pop2text {
    visibility: hidden;
    width: 320px;
    background-color: #FFF3DD;
    color: #8D004B;
    text-align: left;
    font-size: 10pt; 
    border-radius: 6px;
    border: 2px solid #8D004B;
    padding: 6px; 
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -168px;
	margin-bottom: 12px;
}

/* Popup arrow */
.pop2 .pop2text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
	color: #FFF3DD;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #FFF3DD transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.pop2 .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}