/*Main
========================== */

body 
{
    font-family: Verdana;
    font-size:10pt;
    background-image:url(/Content/background.jpg);
}


a, a:visited, a:active
{
    text-decoration:none;
    color:Olive;
}

a:hover 
{
    text-decoration:underline;
	color:Olive;
}


.Adsense
{
	float:right;
	width: 160px;
	height:600px;
	margin-right: -235px;
	background-color:white;
	margin-top:-25px;
	padding: 25px 25px 25px 25px;
	color:White;
	
}
.Wrapper
{   	
    width:800px;
    margin-left:auto;
    margin-right:auto;
}

.Header
{
    height:150px;
    background-image: url(/Content/Header.jpg);
    text-align:center;
    vertical-align:middle;
}

.Header h1
{
    color:White;
    
}
.Content
{
	min-height:600px;
    background-color:White;
    padding:25px 25px 25px 25px;
}

.Error
{
	color:Red;
}

.hidden
{
	display:none;
}


/*Question
=========================== */

.Question
{
}

.Results
{
    min-height:360px;
}

#loading
{
	display:none;	
}
/*SVGDiagram
=========================== */

.SVGDiagram
{  
   
}

.SVGDiagram .ChordTitle
{
    text-align:center; 
    font-weight:bold; 
    font-size:16pt; 
    color:Black;
}

.SVGDiagram .SpecialChars,
.SVGDiagram .Sign
{
    vertical-align:super;
    font-size:12pt;
}
    
/*Chordpro
=========================== */

.Chordpro .Chord
{
    font-weight:bold;
}

.Chordpro .Valid .Chord
{
	font-weight: bold;
	color:Black;
}
.Chordpro .Invalid .Chord 
{
    font-weight:bold;
    color:Gray;
}

.Chordpro .Section .Chorus 
{
    margin-left:20px;
    margin-top:10pt;
}

.Chordpro .Section .Bridge
{
    margin-left:15px;
    margin-top:10pt;
}

.Chordpro .Line 
{
    margin-top:3pt;
}

.Chordpro .Section .Verse 
{
    margin-top:10pt;
}

.Chordpro .ChordType .SpecialChars,
.SongDetails .ChordType .SpecialChars
{
    vertical-align:super;
    font-size:6pt;
}

.Chordpro .Sign,
.SongDetails .Sign
{
    vertical-align:super;
    font-size:6pt;
}

.SongDetails
{
    font-size:8pt;
}

/* AutoComplete
====================== */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}