/* 
=========================================================|
Panoptica 3 - Electronic music and visuals
2004 www.panoptic.be
design made in Hummingbird - www.mih.be
=========================================================|
*/


/*
========================
basic
========================
*/

body {
	background-image: url("../images/bg/bg01.gif");
	background-repeat: repeat-x;
	background-color: #00090B;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0; border: 0;
	font-size: 11px;
	color: #002F36;
	text-align: justify;
	vertical-align: top;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: #013038;
	scrollbar-arrow-color: #F91A12;
	scrollbar-track-color: #013038;
	scrollbar-darkshadow-color: #013038;
}

img {
	border: 0px solid #000000;
	padding: 0; margin: 0;
}

a, a:visited, a:active, a:link {
	color: #F91A12;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #013038;
}

.hinoshi {
	display: none;
	visibility: hidden;
}

table, tr, td {
	border: 0; padding: 0; margin: 0;
	line-height: 18px;
}

hr {
	border: 1px solid #013038;
	width: 100%;
	border-style: dotted;
}

.img {
	border: 1px solid #013038;
}
/*
========================
titles
========================
*/

p {
	margin-bottom: 20px;
	margin-top: 5px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	padding: 0;
}

h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 10px;
	font-size: 18px;
}

h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	padding: 0;
}

h5 {
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
}

h6 {
	margin: 0; padding: 0;
	font-size: 10px;
}


/*
========================
tables
========================
*/

.maintable {
	margin: 0 auto 0 auto;
	width: 520px; height: 847px;
	border: 0; padding: 0;
}

.top {
	background-image: url("../images/table-top.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}

.center {
	width: 519px; height: 827px;
	margin: 0; padding: 0;
}

.left {
	width: 10px; height: 827px;
	vertical-align: top;
}

.right {
	width: 10px; 
	height: 827px;
	vertical-align: top;
	background-image: url("../images/table-right.jpg");
	/* background-position: inherit; */
	background-repeat: no-repeat;
}

.maincontent {
	background-color: white;
	width: 520px;
	vertical-align: top;
}

.header {
	border-bottom: 3px solid #415052;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
	width: 500px; height: 225px;
	vertical-align: top;
	text-align: right;
}

.footer {
	background-image: url("../images/footer.jpg");
	background-position: bottom center;
	width: 500px; height: 250px;
}

.tdiframe {
	height: 319px; width: 500px;
	background-color: white;
	border-bottom: 3px solid #415052;
	vertical-align: top;
	font-size: 12px;
	text-align: justify;
}

.textzone {
	margin: 15px; padding: 0;
	width: 470px;
}

.bottom {
	background-image: url("../images/table-bottom.jpg");
	background-position: top;
	background-repeat: no-repeat;
}


/*
========================
texts
========================
*/

.copyright {
	font-size: 9px;
	line-height: 8px;
	text-align: right;
	color: #686868;
}

.copyright a, .copyright a:link, .copyright a:active {
	color: #4E4E4E;
}

.copyright a:hover {
	color: #828282;
}