
/* arpgen.css

*********************************************************************************
Ref:

Selector			Example		Example Description
--------			-------		-------------------
.class				.intro		Selects all elements with class="intro"
#id					#firstname	Selects all elements with id="firstname"
*					*			Selects all elements
element				p			Selects all <p> elements
element,element		div,p		Selects all<div>elements and all <p> elements			

 *******************************************************************************/

html, body {
	height: 100%;
	position: relative;  }

body {
	margin: 0;
	padding: 0; 
	background-color: rgb(240,240,240);
	font-family: arial, sans-serif;
	font-size: 14px;  }
  
.md-title {
	font-size: 20px;
	margin: 15px 20px;
	color: #008CBA;   }  
   
 #dashboard {
	text-align: center;
	margin: 0px 5px;
    float: left;
    clear: both;
	width: 300px;
	}	
  
md-input-container  {
	display: inline-block;
	position: relative;
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	vertical-align: top; }
  	  
md-input-container label  {
    position: relative;
	margin-bottom: 15px;
    left: 0;
    right: auto; 
    font-size: 12px;
	color: #008CBA;     }	

.button {
	width: 150px;
	background-color: white;
	color: black;  
	border: 2px solid #008CBA;
	border-radius: 7px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;   }
		
#btnUpdate {
	margin-top: 0px; 
}	

#btnUpdate:disabled,
btnUpdate[disabled]
{
	background-color: #f0f0f0;
	color: gray;
	border: 2px solid gray;
}

			
#btnDup {
	margin-top: 40px; 	
}	

#btnDup:disabled,
btnDup[disabled]
{
	background-color: #f0f0f0;
	color: gray;
	border: 2px solid gray;
}
	
#btnReset {
	margin-top: 20px;   		
}	
	
#btnPrint {
	margin-top: 20px;   		
}
	
.button:hover {
	background-color: #008CBA;
	color: white;  
	cursor: pointer;   }

.vertLine {
  border-left: 3px solid #008CBA;
  height: 392px;
  position: absolute;
  left: 280px;
  margin-left: 0px;
  top: -6px;
}


/* Thick blue HR */
hr.thickBlue {
  margin: 0px 5px;
	border: 1px solid #008CBA;     }
	
/* Thick Short blue HR */
hr.thickShortBlue {
  margin: 30px 24px 0px 0px;
	border: 1px solid #008CBA;     }	



.fretboard 	{
	text-align: left;   } 

#headline {
	font-size: 30px;
	color: #008CBA;
	font-weight: bold;
	text-align: left; 	
	vertical-align: top;
	margin-top: -40px;
	margin-left: 580px;  
	}
	
.md-chord 	{
	margin-top: 10px;
	margin-left: 345px;
	font-size: 18px;
	font-weight: bold;
	width: 180px;
	text-align: center; 
	border-style: solid;
	padding: 4px;
	} 
					
.formulaText	{
	margin-top: 0px;
	margin-left: 345px;	
	font-weight: bold;  
	width: 180px;
	text-align: center; 
	padding: 6px;
	}											

.note 		{
	r:15;   }
	  
.dot 		{
	r:10;
	fill:#98AFC7;
	stroke:1;
	}
		 
.notename	{
	fill: white;
	font-size: 24;
	font-weight: normal;
	text-anchor: middle;
	alignment-baseline: central;  }
		 
.fretLoc 	{
	font-weight: bold;   }


#progTitle  {
	margin-top: 20px;
	margin-left: 10px;

	border-style: none;
	}	
	
#progTitle1  {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
		margin-top: 20px;
	margin-left: 60px; 
 }

/* Red HR */
hr.solidRed {
	border-top: 1px solid red; }
 
/* Dashed blue HR */
hr.dashedBlue {
	margin: 12px;
	border-top: 1px dashed blue; }

/* Dotted red HR */
hr.dottedRed {
	border-top: 1px dotted red;  }


/* Large rounded blue HR */
hr.largeBlue {
	margin: 12px;
	border: 8px solid blue;
	border-radius: 5px;     }
	
h3 	{
	font-size: 18px;}
	
#savedArpeggios 	{
	margin-top: 10px;
	margin-left: 0px;   } 	
  
img {
	margin-top: 20px;
	margin-left: 30px;  }     /**** Saved Arpeggio Images **/	  
