/*
 * Style sheet for the Enigmamusic.com discography
 * $Id: discog.css, created February 2002$
 */

/* global defaults */

table	        { font-family: Arial, Helvetica, "MS Sans Serif"; font-size: 10pt; color: #000000; font-weight: bold; }
#hilite			{ color: #808000; }
hr				{ color: #000000; height: 2px; margin: 5px 0px; vertical-align: middle; }

/* a - address definitions */

a				{ text-decoration: none; }
a:link			{ color: black; text-decoration: none; }
a:visited		{ color: black;	text-decoration: none; }
a:active		{ color: black;	text-decoration: none; }
a:hover			{ color: red; background-color: yellow;	text-decoration: underline; }

/* heading definitions */

h1, h2, h3, h4, h5, h6	{ font-family: Arial, Helvetica, "MS Sans Serif"; font-weight: bold; margin: 2px 0px 2px 0px; }

h1, h2, h3, h4, h6		{ color: #000000; }

h5						{ color: #0000FF; }

h1		{ font-size: 8pt; }
h2		{ font-size: 10pt; }
h3, h5	{ font-size: 12pt; }
h4		{ font-size: 14pt; }
h6		{ font-size: 24pt; }

/* main index */

#index			{	background-color: #F7F7E7;
					background-image: url('background.jpg');
					margin: 10 0 }

#perimeter		{ 	background-color: #F7F7E7;
					border: 4px solid #FF6600;
					padding: 0;
					width: 770px; }

.thumb			{	border: 1px solid #C0C0C0;
					margin: 0 15;
					padding: 4 }


.separator		{	border-bottom: 2px solid #FF6600;
					border-top: 2px solid #FF6600;
					text-align: center; }

pre				{	font-family: Arial, Helvetica, "MS Sans Serif";
					font-size: 8pt;
					font-weight: bold;
					line-height: 125%;
					margin: 0px; }

#listA			{	border-right: 2px solid #FF6600;
					padding: 4px;
					vertical-align: top;
					width: 33%; }

#listB			{	border-right: 2px solid #FF6600;
					padding: 4px;
					vertical-align: top;
					width: 34%; }

#listC			{	padding: 4px;
					vertical-align: top;
					width: 33%; }

#comments		{	border-top: 2px solid #FF6600;
					font-size: 10px;
					padding: 4px;
					text-align: justify; }

#copyright		{	border-top: 2px solid #FF6600;
					font-size: 10px;
					height: 20px;
					text-align: center; }

/* typical album display page */

#disc			{	background:#F7F7E7 url('enigma_vert.gif') repeat-y fixed left bottom;
					margin: 10px 0px 0px 0px;
					text-align: center; }

.info			{	border: 4px solid #FF6600;
					border-collapse: collapse;
					font-size: 8pt;
					text-align: left; }

.c1				{	background-color: silver;
					border: 2px solid #FF6600;
					width: 105px; }

.c2				{	background-color: white;
					border: 2px solid #FF6600;
					width: 295px; }

.c3				{	background-color: white;
					border: 2px solid #FF6600;
					vertical-align: text-top;
					width: 175px; }

.c4				{	background-color: white;
					border: 2px solid #FF6600;
					width: 470px; }

.imgspc			{	border: 1px solid #C0C0C0;
					margin: 10px 1px 0px 1px; }

/* typical menu button page */

#menu			{	background-color: black;
					margin: 2px 0px 2px 0px;
					text-align: left; }

#button_col		{	text-align: center;
					width: 112px; }

.button			{	border: 2px solid black;
					vertical-align: middle; }

/* typical intro page */

#main			{	background:#F7F7E7 url('enigma_vert.gif') repeat-y fixed left bottom;
					text-align: center }

#intro			{	padding: 4;
					text-align: center; }

/* typical intro page with track names */

#tracks			{	font-size: 8pt;
					padding: 4;
					text-align: left;
					vertical-align: text-top; }

/* typical header page */


#header			{	background-color: #F7F7E7;
					background-image: url('background.jpg');
					margin-left:0px; margin-right:0px; margin-top:5px; margin-bottom:0px }

#banner			{	background-color: #F7F7E7;
					border: 4px solid #FF6600; }

#cd_name		{	padding: 4;
					text-align: center; }

			
/* special td definitions */


#clist			{	background-color: black;
					border: 1px solid #FF6600;
					padding-left: 2;
					padding-right: 2; }

#dvdspecial		{	border: 1px solid #FF6600;
					font-size: 8pt;
					padding: 4;
					text-align: center;
					vertical-align: top;
					width: 600px; }

.items			{	background-color: #F7F7E7;
					border: 1px solid #FF6600;
					padding: 4;
					text-align: center;
					width: 400px; }

.special		{	border: 1px solid #FF6600;
					font-size: 8pt;
					padding: 4;
					text-align: center;
					vertical-align: top;
					width: 300px; }
					
#lasertracks	{	font-size: 8pt;
					padding: 4;
					text-align: left;
					vertical-align: top; }