/*****************************************
 * TITLE: Musicportal Screen Stylesheet  * 
 *****************************************/


/* ##### Common Styles ##### */

body {
  color: #646464;
  background-color: #D4D6DC; /* #E2DAC7; */
  font-family: arial, helvetica, sans-serif;
  font-size: 73%;
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
  margin: 0px;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: transparent;
  background-image: url(/images/pic/mp_top.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.headerTitle {
  margin: 0;
/*  padding: 0.25em 4mm 0.25em 4mm; */
  text-align: center;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 80%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: transparent;
  font-size: 76%;
  text-align: left;
  margin-left: 20px;
  /* margin-top: 89px; */ /* For MSIE */
  margin-top: 73px;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

.subHeaderGreen {
  color: white;
  background-color: #67999A;
  font-size: 80%;
  text-align: left;
  margin: 0;
}

.subHeaderGreen a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
}

.subHeaderGreen a:hover {
  color: white;
  background-color: #6398CC; /* blue */
}



.subHeader2 {
  color: #BA0000;
  background-color: transparent;
  font-size: 90%;
  text-align: left;
  margin-left: 20px;
  /* padding: 0.5ex 0; */
}

.subHeader2 a {
  color: #BA0000;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader2 a:hover {
  color: #BA0000;
  background-color: transparent;
  text-decoration: underline;
}


/* ##### Content ##### */

#content {
  width: 800px;
  margin-top: 10px;
  margin-left: 12;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 200px;
  float: left;
  clear: left;
  font-size: 7pt;
  margin-left: -25px;
  margin-right: 10px;
  margin-top: -8px;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #FE0000; /* red */
  font-weight: bold;
  line-height: 1.8em; 
}

.leftSideBar .submenuTitle {
	color: white;
    /* background-color: #6599CB; */ /* blue */
	background-color: #737F95; /* #BA0000; */ /* red */
	line-height: 1.4em;
	display: block;
/*	margin:  0; */
	border: 1px solid #FFFFFF;
}

.leftSideBar .submenuTitleOn {
	color: white;
	background-color: #FE6600; /* orange */
	line-height: 1.4em;
	display: block;
/*	margin:  0; */
	border: 1px solid #FFFFFF;
}



.leftSideBar .submenuText {
  color: white;
  background-color: #99A889; /* oil */
  line-height: 1.4em; 
  display: block;
  border: 1px solid #FFFFFF;
}

.leftSideBar  .submenuSpace {
  color: white;
  background-color: transparent;
  line-height: 4px;  
}

.leftSideBar ul {
  list-style-type: none;
}

.leftSideBar li {
  background-color: #99A889; /* oil */
  display: block;
}

.leftSideBar span {
  color: white; 
  text-decoration: none;
  display: block; 
  padding: 0.8ex 3ex  0.6ex 2ex;
}

.leftSideBar a {
  color: white; 
  text-decoration: none;
  display: block; 
  padding: 0.8ex 3ex  0.6ex 2ex;
}

.leftSideBar a:hover {
  background-color: #6599CB; /* blue */
  display: block;
}

.leftSideBar .sideBarText {
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}




/* ##### Main Copy ##### */

#main-copy {
  width: 774px;
  min-height:650px;
/*  float: left; */
  color: #333333;
  background-color: transparent;
  text-align: justify;
  line-height: 1.5em;
/*  margin: 0 0 0 12.5em; */
/*  margin: 0 0 0 1em; */
/*  padding: 0.5ex 1em 1em 1em; */
/*  border: 1px dashed #666666; */
}

#main-copy div {
  color: #333333;
  background-color: transparent;
/*  font-family: arial, helvetica, sans-serif; */
  font-size: 100%;
  text-align: left;
/*  margin: 1em 0 1em 0; */
/*  padding: 1.5ex 1em 1em 1em; */
/*  border: 2px dashed #999999; */
}

#main-copy div.text {
  width: 364px;
  background-color: transparent;
  line-height: 1.4em;
  margin: 12 8;
/* padding: 1em 1em 1em 1em; */
}

#main-copy div.news {
  width: 180px;
  float: right;
  color: #333333;
  background-color: #FFFABB;
  font-size: 90%;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 6px 6px 6px;
  clear: right;
  border: 1px dashed #999999;
}


#main-copy #boxright_container {
  width: 150px;
position:absolute;
left: 633px;
  margin: 0;
  margin-bottom: 0;
  padding: 0; 
  border: 0;
}
#main-copy div.boxright {
  width: 150px;
  float: right;
  clear: right;
  background-color: white;
  font-size: 100%;
  text-align: left;
  line-height: 1.3em;
  margin: 0;
/*  margin-left: 610; */
  margin-bottom: 12;
  padding: 6px 6px 6px 6px; 
  border: 1px solid #333;

}
#main-copy div.boxfarright {
  width: 350px;
  height:800px;
  overflow: auto;
  position: absolute;
  left:800px;
  background-color: white;
  font-size: 100%;
  text-align: left;
  line-height: 1.3em;
  margin: 0;
/*  margin-left: 610; */
  margin-bottom: 12;
  padding: 6px 6px 6px 6px; 
  border: 1px solid #333;
}

#main-copy div.boxfull {
  width: 580px;
  background-color: white;
  font-size: 100%;
  text-align: left;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 12;
  margin-left: 180;
  padding: 6px 6px 6px 6px;
  border: 1px solid #333;
}

#main-copy div.boxall {
  width: 770px;
  float: left;
  background-color: white;
  font-size: 100%;
  text-align: left;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 12;
  margin-left: 0;
  padding: 6px 6px 6px 6px;
  border: 1px solid #333;
}

#main-copy div.boxcenter {
  width: 400px;
  background-color: white;
  font-size: 100%;
  text-align: left;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 12;
  margin-left: 180;
  padding: 6px 6px 6px 6px;
  border: 1px solid #333;
}
#main-copy #boxleft_container {
  width: 150px;
position:absolute;
left: 12px;
  margin: 0;
  margin-bottom: 0;
  padding: 0; 
  border: 0;
}
#main-copy div.boxleft {
  width: 150px; 
  float: left; 
  clear: left;
  background-color: white;
  font-size: 100%;
  text-align: left;
  margin-left: 0;
  margin-bottom: 12;
  padding: 6px 6px 6px 6px;
  border: 1px solid #333;
}

#main-copy div.boxtitle {
  background-color: #335A7E;
  color: white;
  font-weight: bold;
  display: block;
  font-size: 100%;
  text-align: left;
  line-height: 1.6em;
  margin: -6;
  margin-bottom: 4;
  padding-left: 24;
  padding-bottom: 2;
  background-image: url(/images/pic/ra.gif);
  background-repeat: no-repeat;
  background-position: 6 2px;
}

#main-copy div.boxtitle2 {
  background-color: #949B9E;
  color: white;
  font-weight: bold;
  display: block;
  font-size: 110%;
  text-align: left;
  line-height: 1.6em;
  margin: -6;
  padding-left: 24;
  padding-bottom: 4;
  background-image: url(/images/pic/ra.gif);
  background-repeat: no-repeat;
  background-position: 6 5px;
}

#main-copy div.inboxtitle {
  background-color: #557594;
  color: white;
  font-weight: bold;
  display: block;
  font-size: 120%;
  text-align: left;
  line-height: 1.6em;
  margin: 10 -6 0;
  padding-left: 24;
  background-image: url(/images/pic/ra.gif);
  background-repeat: no-repeat;
  background-position: 6 5px;
}

#main-copy div.inboxtitle2 {
  background-color: #95A9BC;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 110%;
  line-height: 1.6em;
  margin: 0 -6 6;
  padding-left: 0;
}


#main-copy div p {
/*  color: #335A7E; */
  font-size: 100%;
  padding-left: 10px;
  line-height: 1.2em;
}

#main-copy div li {
/*  color: #335A7E; */
  font-size: 100%;
  margin: 0 0 6 -20;
  padding-right: 0px;
  line-height: 1.2em;
  list-style-position: outside;
  list-style-image: url(/images/pic/ball.gif);
}


#main-copy h1 {
  color: #BA0000;
  background-color: transparent;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

#main-copy h2 {
  color: #BA0000;
  background-color: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 110%;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#main-copy a {
/*  color: #567FFD; */
  color: #0657B9;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:hover {
  color: #666666;
  text-decoration: underline;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}




/* ##### Footer ##### */

#footer {
  color: #BA0000;
  /* background-color: #CCCCCC; */
  background-color: transparent;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
  background-position: bottom;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: #BA0000;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  background-position: bottom;
}


.G10G   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #A1A5A9; }

/* Background images for tables */
/*
.tbll	{background: url(/images/p/shadow_l.gif) no-repeat; width:8px}
.tblbot	{background: url(/images/p/shadow_m.gif) repeat-x; width:100%}
.tblr	{background: url(/images/p/shadow_r.gif) no-repeat; width:8px}
.calborder 		{ background-color: #fff; border: 1px #A1A5A9 solid; }
*/

/* This is the main link style */
/*
a.psf			{ text-decoration:	none; }
a.psf:link		{ color: #0066FF; }
a.psf:visited	{ color: #0066FF; }
a.psf:active	{ color: #3366CC; }
a.psf:hover		{ color: #000099; text-decoration: underline; }
*/

#main-copy a.mps   { 
  color: #666666;
}


/*
    css for newsletter
*/

/*
#main-copy a.catlink:link {
  color: #ff0000;
  line-height: 1.2em;
  display: block;
}

#main-copy a.catlink:hover {
  color: #000000;
  background: #ffff00;
  display: block;
}

#main-copy div.line {
  margin-bottom: 16px;
  line-height: 10px;
  display: block;
  border: 1px solid #cccccc;
}
*/

