/* Music House Global CSS */


@import "mainmenu.css";

@import "layout.css";

@import "custom.css";



/* Raw HTML styling for older browsers */

body {
	font-family: 'SansationLight', Verdana, Arial, Helvetica, sans-serif;
}

h1, .sIFR-active h1 {
	display: block;
	clear: both;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
    line-height: 100%;
	font: 36px 'ChunkFiveRegular', Arial, sans-serif;
}
h2, .sIFR-active h2 {
	display: block;
	clear: both;
	font: 26px 'ChunkFiveRegular', Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
    line-height: 100%;
}
h3, .sIFR-active h3 {
	display: block;
	clear: both;
	font-size: 19pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
    line-height: 100%;
}
h4, .sIFR-active h4 {
	display: block;
	clear: both;
	font: 16px 'ChunkFiveRegular', Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
    line-height: 100%;
}
h5, .sIFR-active h5 {
	display: block;
	clear: both;
	font-size: 13pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
    line-height: 100%;
}
h6, .sIFR-active h6 {
	display: block;
	clear: both;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0 0 0 ;
    line-height: 100%;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
p {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0px;
	margin: 3px 0 9px 0;
}
li {
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
a, a.musiclink:visited:hover, a.musiclink:hover {
	text-decoration: underline;
}
a.musiclink, a.musiclink:visited {
	text-decoration: none;
}

a, a.musiclink2:visited:hover, a.musiclink2:hover {
	text-decoration: none;
}
a.musiclink2, a.musiclink2:visited {
	text-decoration: none;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p span.faded, p span.faded strong {
	color: #CCCCCC !important;
	text-decoration: line-through;
}
#newsimg {
	margin-left: 12px;
}
.pageimg {
	margin: 3px 0 3px 12px;
	border: 1px solid #999999;
	float: right;
	clear: none;
}



/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/






@media print {
	body {
		text-align: left !important;
	}
	h1, h2, h3, h4, h5, h6, h7 {
		visibility: visible !important;
		color: black !important;
	}
	#mainmenu, #footer, #topmenu, #sidemenu {
		display: none !important;
	}
	#content {
		width: 100% !important;
		border: 0px !important;
	}
	#content * {
		color: black !important;
	}
	
	.sIFR-flash {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
	
	.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
	}
}


#twitter{
margin-left: 22px;
background: url(/images/v3.0/css/twitter_bg.gif);
font-size:14px;
font-family: 'SansationLight', Verdana, Arial, Helvetica, sans-serif;
}
.twtr-tweet-text p{
color:#FFFFFF !important;
}
.twtr-hd h3, .twtr-hd h4{
color:#FFFFFF !important;
background:#333333 !important;
clear:none !important;
}
b.obligatory{
font-weight:bold;
font-size:14px;
}

/* Styles for chart table */
table.list{ 
/*margin-top: 10px;*/
border-collapse: collapse;
}
table.list td{ 
border: 1px solid black;
padding: 2px;
}
table.list th{ 
border: 1px solid black;
padding:5px 20px;
background-color:#e0e0e0;
}
table.list td.borderless{ 
border: none;
}

input.arrow_button{
padding: 0px;
margin: 0px;
font-size:8pt;
}
table.list{
font-size:9pt;
}
table.list td.no_right{
border-right-width:0px;
}
table.list td.no_left{
border-left-width:0px;
}
table.list td.no_left_right{
border-left-width:0px;
border-right-width:0px;
}




