/* welcome to basic stylesheet.cs file */

body {
	/*background-image:url(../web-images/background.png);
	background-repeat:repeat;*/
	background-color:#000;
	font-size:10pt;
	font-family:Tahoma;
}
input {
	font-size:10pt;
}
TD.ctop {
	background-image:url(../web-images/content-topv2.png);
	background-repeat:no-repeat;
	width:678px;
	height:48px;
}
TD.cbot {
        background-image:url(../web-images/content-botv2.png);
        background-repeat:no-repeat;
	width:678px;
	height:49px;
}
TD.cspot {
	background-color:#fff;
	width:629px;
}
TD.cleft {
        background-image:url(../web-images/content-leftv3.png);
        background-repeat:repeat-y;
	width:24px;
		

}
TD.cright {
        background-image:url(../web-images/content-rightv3.png);
        background-repeat:repeat-y;
	width:25px;

}
p.storenav {
        border-bottom:1px dotted #fff;
	text-align:left;       
        font-size:9pt;
        color:#fff;
}

/* *****************************************
	id elements
****************************************** */
#shell {
	width:950px;
	border:0px solid yellow;
	background-color:#000;	
}

/* ********************************************
	classes
********************************************* */
div.youtube {
/*	background-image:url(../web-images/sidenav-youtube.png);
	background-repeat:no-repeat;*/
	width:236px;
	height:204px;
}

div.options {
/*	background-image:url(../web-images/sidenav-options.png);
	background-repeat:no-repeat;*/
	width:236px;
	height:195px;
}

div.mainnav {
	width:236px;
	height:209px;
}
div.banner {
	background-image:url(../web-images/homepage-banner.png);
	background-repeat:no-repeat;
	width:685px;
	height:403px;
}
div.note {
	background-image:url(../web-images/homepage-note.png);
	background-repeat:no-repeat;
	width:685px;
	height:203px;
}
div.insidebanner {
	background-image:url(../web-images/homepage-insidebanner.png);
	background-repeat:no-repeat;
	width:685px;
	height:210px;
}
.ajaxlink {
	cursor:pointer;
	text-decoration:underline;
}
.pathlink {
	color:#fff;
	text-decoration:none;
}
.poemname {
	color:#c06;
	font-weight:bold;
	text-align:left;
}
.poemtitle {
	color:#000;
	font-weight:bold;
 	text-decoration:underline;	
}
.poemlink {
	color:#c06;
	text-decoration:underline;
	cursor:pointer;
	text-align:left;
}

.footer {
	text-align:justify;
	color:white;
	font-size:9pt;
}
.footerlink {
	color:#fff;
	
}
.footerlink:hover {
	color:#c06;
}
.minititle {
	font-weight:bold;
}

div.linespacer {
	background-image:url(../web-images/pic-dots.png);
	background-repeat:repeat-x;
	height:5px;
	width:100%;
}
span.resourcetitle {
	color:#c06;
	font-weight:bold;
	text-decoration:underline;
}
#resourcelinks {
	list-style-image:none;
	list-style-type:none;
}

.formlabel {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
}
.formelement {
	text-align:left;
}
.notice {
	text-align:left;
}

div.listenbox {
	width:400px;
	height:125px;
	border:0px solid red;

}

.off {
	display:none;
}
.on {
	display:block;
}

