/* Jasper Stone Music CSS */

body {
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #393957 repeat-x;
	overflow: auto; 
}

TD.PageHead {
	font-size:28px;
	font-weight: bold;
	color:#333333;
	padding-left:0px;
	padding-bottom:2px;
	padding-top:3px;
}


/* Headers */

H1, .H1, H2, .H2, H3, .H3, H4, .H4  {
	font-family: Times New Roman, Times, serif;
}

H1, .H1 {
	color: #006600;
	text-indent:15px;
	font-size:20px;
}
H2, .H2 {
	color: #006600;
	font-size:17px;
}
H3, .H3 {
	font-size:12px;
	color: #006600;
}
H4, .H4 {
	font-size:12px;
	color: #006600;
}

input {
  border:1px solid #666666;
}

/* Regular text */

span, li, p, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}/*text*/

/* Hyperlinks */

a {
	color: #AA0000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #AA0000;
	text-decoration: underline;
}
a:visited {
	color: #BB0000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}


/* Diagram Table */

.diagram
{
   font-size: 10px;
}

TABLE.diagram
{
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    border-collapse: separate;
}

.diagram_head
{
    font-size: 11px;
    text-indent: 2pt;
    color: #ffffff;
}

TD.diagram_head
{
    padding-bottom: 3px;
    padding-right: 12px;
	padding-left: 3px;
}

TR.diagram_head
{
    background-color: #006600;
}

.diagram_row_odd
{
    font-size: 10px;
}

TD.diagram_row_odd
{
    padding-bottom: 0px;
    padding-right: 12px;
    border-top: solid;
    border-width: 1px;
    border-color: #000000;
}

TR.diagram_row_odd
{
    background-color: #eeeeee;
}

.diagram_row_even
{
    font-size: 10px;
}

TD.diagram_row_even
{
    padding-bottom: 0px;
    padding-right: 12px;
    border-top: solid;
    border-width: 1px;
    border-color: #000000;
}

TR.diagram_row_even
{
    background-color: #f4f4f4;
}


/* Top Bar */

.TopBar {
	background: #F4F4F4;
	padding-top:0px;
	padding-left:15px;
	padding-bottom:0px;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
}


/* Content */

.ContentRegion {
	padding:15px 15px 15px 15px;
	background-color: #FFFFFF;
}

.ContentRegion2 {
	margin: 5px 5px 25px 5px;
	background-color: #FFFFFF;
}

.ContentRegionL {
	border-right:1px dotted #999999;
	padding:5px 5px 5px 5px;
	background-color: #FFFFFF;
}

.ContentRegionL2 {
	padding:10px 5px 15px 5px;
	background-color: #FFFFFF;
}

.ContentRegionR2 {
	padding:5px 5px 5px 5px;
	border-bottom:1px dotted #DDDDDD;
	background-color: #FFFFFF;
}

.ProductContents {
	padding:20px 0px 20px 0px;
}

.ProductTitle {
	font-size:16px;
	font-weight:bold;
	color:#006600;
}


.Copyright {
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
	color: #999999;
}

/* Content Table */

.WholeTable {
	border: 2px solid #CCCCCC;
	background-color:#FFFFFF;
}

/* HBAR */

#csshbar {
 width: 100%;
}
#csshbar ul {
 margin:0;
 padding:0;
 list-style:none;
}
#csshbar li {
 display:inline;
 margin:0 2px 0 0;
 padding:0;
}
#csshbar a {
 letter-spacing: 1px;
 text-decoration: none;
 background: url(images/hbarmiddle.gif) #F0F0F0 repeat-x;
 float:left;
 clear:right;
 margin:0 2px 0 0;
 padding:0;
 white-space:nowrap;
}
#csshbar a .hbarleftspan {
 background: left top no-repeat;
 display:block;
}
#csshbar a .hbarrightspan {
 padding-bottom: 2px;
 padding-left: 16px;
 padding-right: 16px;
 padding-top: 4px;
 color: #000000;
 font-family: Times New Roman, Times, serif;
 font-size: 12px;
 font-weight: bold;
 background: uright top no-repeat;
 display:block;
}
#csshbar a:hover {
 background: #FFFFFF repeat-x;
}
#csshbar a:hover .hbarleftspan {
 background:left top no-repeat;
}
#csshbar a:hover .hbarrightspan {
 color: #CC0000;
 background: right top no-repeat;
}
#csshbar #current a {
 background:#FFFFFF repeat-x;
}
#csshbar #current .hbarleftspan {
 background: left top no-repeat;
}
#csshbar #current .hbarrightspan {
 color: #000000;
 background: right top no-repeat;
}
