* {
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

body {
	height: 100%;
}

h1 {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #777;
	margin: 15px;
}

h2 {
	font-size: 13px;
	font-style: italic;
	color: #fff;
	margin: 0 15px 5px 15px;
}

h3 {
	font-size: 12px;
	font-style: italic;
	color: #fff;
	margin: 5px 15px;
}

h3 a {
	font-size: 12px;
	font-style: normal;
}


p {
	margin: 10px 15px;
	color: #999;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

a.wht {
	border-bottom: 1pt solid #777;
}

a.wht:hover{
	border-bottom: 1pt solid #fff;
}

a.gry {
	border-bottom: 1pt solid #777;
}

a.gry:hover{
	color: #999;
	border-bottom: 1pt solid #fff;
}

a.drkgry {
	border-bottom: 1pt solid #777;
}

a.drkgry:hover{
	color: #777;
	border-bottom: 1pt solid #fff;
}

ul {
	color: #999;
	list-style-type: disc;
}

li {
	margin: 3px 30px;
}

input {
	position: absolute;
	left: 90px;
	width: 120px;
}

label{
	font-size: 12px;
}

td {
	vertical-align: top;
}

td p {
	margin-top: 5px;
	margin-bottom: 0;
}

td div {
	margin-top: 5px;
}

.repertoirecol {
	width: 176px;
}	
.repertoirehead {
	border-bottom: 1pt solid #777;
	margin-right: -15px;
}	

.subhead {
	font-size: 12px;
	color: #777;
}

.signupfields {
	padding-top: 10px;
	color: #fff;
}

.frosted {
	background-color: #fff;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.frostfront {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.delivery {
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 25px 0px 10px 0px;
}
.newsletter {
	text-align: center;
	text-decoration: underline;
	color: #777;
}

.centered {
	position: absolute;
	text-align: center;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.menuitem, .menuitem a {
	color: #777;
	margin: 15px 0 0 0;
}

.menuitem a:hover {
	color: #fff;
}

.submenuitem {
	color: #777;
	margin: 5px 0 0 10px;
}

.submenuitem a {
	color: #777;
}

.submenuitem a:hover {
	color: #fff;
}

.highlighted {
	font-weight: bold;
	color: #fff;
}

.infopaneltrans {
	width: 600px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 250px;
	overflow: hidden;
	z-index: 1;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.infopanel {
	width: 600px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 250px;
	overflow: hidden;
	z-index: 2;
}

.infoContainer {
	width: 560px;
	height: 85%;
	position: absolute;
	top: 5%;
	left: 20px;
	overflow: hidden;
}

.infoHeader {
	width: 100%;
}

.infoBody {
	width: 100%;
	height: 85%;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}
	
.showhideContainer {
	width: 100%;
	overflow: hidden;
}

.showhideContainer2 {
	width: 100%;
	padding-left: 10px;
	overflow: hidden;
}

.wht {
	color: #fff;
}

.wht_itl {
	color: #fff;
	font-style: italic;
}

.gry {
	color: #999;
}

.drkgry {
	color: #777;
}

.unbold {
	font-weight: normal;
}

.purchase {
	width: 110px;
	height: 22px;
	background-image: url("../images/purchase.png");
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

.purchase:hover {
	background-position: 0% 0%;	
}

.paraline {
	border-bottom: 1pt dashed #333;
	margin: 15px;
}

.halfwide{
	width: 50%;
}

#signup {
	position: absolute;
	overflow: hidden;
	z-index: 99;
}

#menubar {
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0px;
	left: 50px;
	z-index: 3;
}

#menu {
	position: absolute;
	top: 5%;
	left: 50px;
}

#logo_block {
	width: 100%;
	height: 120px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0%;
	z-index: 10;
}
