@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #0e3659;
	background-image: url(images/SI-Web-Background.png);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 200;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.mainContentLeftSide {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
} 

.thrColFixHdr #header {
	background: #0e3659;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #0e3659;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	border: thin none #D6D6D6;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	border: thick none #d6d6d6;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0px;
} 

.mainContentCatalog {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 



.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.SIH1 {
	text-align: center;
}
.Vote {
}
.SubSideBar2 {
	border: thick solid #d6d6d6;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
.CenterContent {
	padding-right: 20px;
	padding-left: 20px;
}
.TextHiLite_Green {
	font-weight: bold;
	color: #0BB209;
}
.TextHiLite_Orange {
	font-weight: bold;
	color: #FF7C19;
	text-align: left;
}
.TextHiLight_Blue {
	color: #2B00FF;
	font-weight: bold;
	font-size: large;
	text-align: left;
}

.TextHiLight_Blue_Center {
	color: #2B00FF;
	font-size: 24px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.TextSideBar {
	font-size: x-small;
	text-align: left;
}
.Text_News {
	font-size: x-small;
}
.Text_Red {
	color: #F00;
}
.CenterBlockDiv {
	width: 570px;
	border: medium solid #D6D6D6;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
.CenterBlockDivCatalog {
	width: 770px;
	padding: 10px;
	border: medium solid #D6D6D6;
	font-size: small;
	background-repeat: repeat-x;
	height: 1200px;
	background-color: #CCC;
}
.CenterBlockDivCatalogTitle {
	width: 770px;
	padding: 10px;
	border: medium solid #D6D6D6;
	font-size: medium;
	text-align: center;
	
}
.menuDiv {
	width: 570px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainContentBigLink {
	font-weight: bold;
	font-size: large;
}
.mainContentCatalogCentered {
	text-align: right;
	
	
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 225px;
	margin-right: 15px;
	background-image: url(FlexAppBackground.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container #mainContent h2 a {
	text-align: center;
}
.SubSideBar2 .Text_News {
	text-align: left;
}
.BlueHilightCenter {
	text-align: center;
	color: #2B00FF;
}
.TextHiLight_Blue_Centered {
	text-align: left;
	color: #2B00FF;
}
.TextHiLight_Blue_Centered {
	text-align: center;
	color: #2B00FF;
	font-size: large;
}
.BlueCenterNoBold {
	font-weight: normal;
}
.BlueLeftAlign {
	text-align: left;
	font-size: large;
}
.thrColFixHdr #container #sidebar2 .SubSideBar2 p a {
	font-size: small;
	text-align: left;
}
.smallNotes {
	font-size: x-small;
}
.CenterBlockDivFreeSong {
	background-image: url(FreeSongPic.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
.backingTrackTitleLI {
	font-size: 10px;
}

.contactFormText {
	font-size: small;
}
.SubSideBarSongListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	list-style-type: disc;
}
.SubSideBar2List {
	font-size: x-small;
	text-align: left;
	padding-left: 0px;
	margin-left: 10px;
}
.thrColFixHdr #container #sidebar1 ul li {
	font-size: 12px;
	margin-left: -30px;
	list-style-position: outside;
	padding-left: 0px;
	text-align: left;
}
.mainText {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-style: normal;
}
.backingTrackArtist {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.songUL {
	line-height: 0%;
}
.albumInfo {
	margin-right: 200px;
	margin-top: 260px;
	text-align: left;
	padding-left: 5px;
}
.playerPosition {
	height: 220px;
	width: 425px;
	float: left;
	margin-left: 90px;
}
.albumPic {
	padding-left: 0px;
	float: right;
	padding-right: 40px;
}
.styledtable {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #006;
	border: 1px solid #006;
	border-collapse: collapse;
}
.tableHeaderVol9{
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #F3D56D;
	background-color: #A52219;
}
.tableHeaderVol10 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #D735D8;
	background-color: #3F2F3F;
}
.styledtable tr td {
	text-align: left;
	padding-top: 5px;
	padding-left: 2px;
	background-color: #E3E3E3;
}
.tableImageGW {
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
}
.purchaseCell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #000;
	font-weight: bold;
}
.footerDisclaimer {
	color: #000;
	font-size: 10px;
}
.albumPageTitle {
	font-family: Verdana, Geneva, sans-serif;
}
.catalogImage {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.H2StyleBlue {
	color: #FF7C19;
	text-align: center;
}
.CenterBlockDiv_Left {
	text-align: left;
}
.thrColFixHdr #container #mainContent .CenterBlockDivFreeSong #formContact p label .contactFormText {
	text-align: left;
}
.thrColFixHdr #container #mainContent .CenterBlockDivFreeSong #formContact p .smallNotes {
	text-align: left;
}
.tableHeaderVol8 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #F15A24;
	background-color: #55F3E8;
}
.styledtableCatalog {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #006;
	border: 1px none #006;
	border-collapse: collapse;
}
.tableHeaderVol7 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #000;
	background-color: #B6D433;
}
.tableHeaderVol6 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #692E83;
	background-color: #E9AFD2;
}
.tableHeaderVol5 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #F6D97B;
	background-color: #6C8CC7;
}
.tableHeaderVol4 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #EA1958;
	background-color: #FFFFFF;
}
.tableHeaderVol3 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #CE0024;
	background-color: #D0D0D0;
}
.tableHeaderVol1 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #F6D97B;
	background-color: #50467F;
}
.tableHeaderVol2 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #EB6921;
	background-color: #CAD0CE;
}
.blogDates {
	font-weight: bold;
}
.blogEntry {
	padding-left: 100px;
}
.tableHeaderVol11 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #544CD6;
	background-color: #CEA020;
}
.tableHeaderVol12 {
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: left;
	color: #9D131A;
	background-color: #E9E628;
}
