/* sandsongs.com CSS Document */
body {
	background-color: #000099;
	color: #333333;
	font-size: 10pt;
	margin: 0px;
	font-family: Georgia, serif;
}

td, p {
	color: #333333;
	font-size: 10pt;
	line-height: 1.4em;
	font-family: Georgia, serif;
}

.error { color:red; }

b { color: #000099; }

.number { font-size: 10pt; font-family: Verdana, Arial, sans-serif; }
.calcnumber { 
	background-color: #eeeeee;
/*	color: #000099;
	font-weight: bold;	*/
	font-size: 10pt; 
	font-family: Verdana, Arial, sans-serif; 
}

h1 {
	color: #000099;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana;
	display: inline;
}
table.logo {
	position: relative;
	top: 10px;
	left: 0px;
}
.clef {
	position: relative;
	top: 10px;
	left: 0px;
/*	z-index: -1; */
}

table.samples {
	font-size: 8pt;
}

table.samples td {
	font-size: 8pt;
	white-space: nowrap;
}

table.samples th {
	color: #000099;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	border-bottom: 2px solid #000099;
}

table.order {
}

table.order th {
	color: #000099;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	border-bottom: 2px solid #000099;
}

table.main {
	background-color: white;
	z-index: 2;
}

.content {
	padding: 12px;
}

td.navbar {
	background-color: #6699FF;
	line-height: 2em;
	font-weight: bold;
	color: #000099;
	font-size: 10pt;
	font-family: Verdana;
	z-index: 2;
}

a.nav, a.nav:visited {
	color: white;
	text-decoration: none;
}

a.nav:hover {
	color: #0000FF;
	background-color: white;
}

a, a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	background-color: #000099;
	color: white;
	text-decoration: none;
}

a.img, a:visited.img, a:hover.img {
	text-decoration: none;
}

ul.songs {
	list-style-position: outside;
	list-style-image: url(images/guitar_small.gif);

}

td.footer {
	background-color: white;
	border-top: 2px #000099 solid;
	font-size: 8pt;
	line-height: 1.5em;
	text-align: center;
	padding-top: 10px;
}

.corner {
	height: 12px;
	width: 12px;
	background-color: #000099;
	background-repeat: no-repeat;
}
#toplhs {
	background-color: #6699FF;
	background-image:  url(images/toplhs.gif);
}
#toprhs {
	background-color: #6699FF;
	background-image:  url(images/toprhs.gif);
}
#bottomlhs {
	background-image:  url(images/bottomlhs.gif);
}
#bottomrhs {
	background-image:  url(images/bottomrhs.gif);
}
