/* CSS Document */

/* Table text */
th, td {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	color: #000000;
	text-align: left;
	border: thin solid #CCCCCC;
	background-color:#CCCCCC;
}
th { /* Titles */
	font-size: 14px;
	font-weight: bold;
	padding:5px;
}

td {
	font-size: 12px;
	padding:5px;
}
h1 {
	background-color:#CCCCCC;
	color: #000000;
}
#h2Inline {
	display: inline;
	line-height: 66px;
	vertical-align: top;
	margin-top: 25px;
}
/* End of Table text */

iframe {
	border: medium inset #CCCCCC;
	width: 70%;
	background-color: #1D5B8D;
	display: block;
}

#musicFrameList {
	top: 55px;
	background-color:#CCCCCC;
}
#musicFrameDesc {
	top: 230px;
}

body {
	background-color: #1D5B8D;
	margin: 0px;
}

#viewBasket {
	width:110px;
	height:66px;
	border: 0;
	padding-left: 100%;
	margin-left: -110px;
	/*display: inline;*/
/*	margin-left: 60px;
	margin-top: 25px;*/
}

#musicForm {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.myMain {
	width: 83%; /*To ensure wide frames for tabels */
}
#musicTitle {
	font-weight: bold;
}
