
/**************
 *   LAYOUT   *
 **************/

*
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
}

body
{
	background-color: black;
}

table.frametable
{
	border-collapse: collapse;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -336px -490px;
    width: 980px;
    height: 672px;
}

table.framephoto
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -296px -448px;
	width: 342px;
	height: 470px;
}

table.frameheadername
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -336px -2081px;
	width: 571px;
	height: 98px;
}

table.frameheadertitle
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -336px 2229px;
	width: 261px;
	height: 109px;
}

td.framecontent
{
	background-image: url('pics/content.jpg');
}

img.menu
{
	border: 0px solid;
}

/**************
 *    TEXTS   *
 **************/

p
{
	color: #506082;
	text-align: justify;
	line-height: 130%;
	padding-right: 15px;
}

td
{
	color: #506082;
	text-align: justify;
}

b,strong
{
	color: #86A6D5;
	font-weight: normal;
}

tr.musicsampleline:hover
{
	cursor: pointer;
	background-image: url('pics/musicsampleline.png');
}

/**********
 * IMAGES *
 **********/

img
{
	border: 1px solid #5478B6;
}

img.framephoto,
img.frameheadername,
img.frameheadertitle
{
	border: 0px;
}

/**************
 * HYPERLINKS *
 **************/

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: underline;
}

a.footer,a.footer:hover
{
	color: white;
	border-bottom: 0px;
	text-decoration: none;
}

a img
{
	text-decoration: none;
}

/**************
 * SCROLLPANE *
 **************/

.jScrollPane
{
	width: 100%;
	height: 438px;
	overflow: auto;
	float: left;
}

a.jScrollArrowUp, a.jScrollArrowUp:hover
{
	background: url('pics/scrollup.png') repeat-x 0 0;
}

a.jScrollArrowDown, a.jScrollArrowDown:hover
{
	background: url('pics/scrolldown.png') repeat-x 0 0;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
	background-position: 0 0px;
}

.jScrollPaneContainer
{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack
{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #0F2435;
}

.jScrollPaneDrag
{
	position: absolute;
	background: #1B4161;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp
{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 17px;
}

a.jScrollArrowDown
{
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 17px;
}


