﻿
body {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border {
	border: 1px solid #999999;
}
.border3
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
	background-color: white;
	top: 250px;
	left: 250px;
	position: absolute;
}
.border4
{
	border-right: green 2px solid;
	border-top: green 2px solid;
	border-left: green 2px solid;
	border-bottom: green 2px solid;
	background-color: white;
	top: 250px;
	left: 250px;
	position: absolute;
}
.backg_blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	font-weight: bold;
	color: #000033;
}
.main-folder {
	position: fixed;
	top: 10px;
	
}
.meny {
	position: relative;
	height: 350px;
	overflow: auto;
	white-space: normal;
	width: 100%;
}
.link:link {
	text-decoration: underline;
}
.logo-text {
	font-family: Verdana, Arial, Helvetica;
	font-size: medium;
	font-weight: bold;
}
.text-style {
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
}
a {
	font-family: Verdana, Arial, Helvetica;
	color: #000066;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.right-border {
	background-image: url(img/r-border.gif);
	background-repeat: repeat-y;
}
a:active {
	text-decoration: none;
}
.left-border {
	background-image: url(img/l-border.gif);
	background-repeat: repeat-y;
}
.tree {
	position: relative;
	height: 400px;
	overflow: auto;
	white-space: normal;
	width: 100%;
}
.tree2 {
	position: relative;
	height: 400px;
	overflow: auto;
	white-space: normal;
	width: 100%;
}
.cursor-hand
{
    cursor: pointer;
}
h1
{
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
}
h2
{
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#mediaplayer_controls {
    POSITION: relative;
    width: 100%;
	height: 38px;
	TOP: 0px;
	left: 0px;
	background-image:url(img/control-back2.png);
	background-repeat:no-repeat;
	z-index: 0;
}

#mediaplayer2_controls {
    POSITION: relative;
    width: 338px;
	height: 38px;
	TOP: 0px;
	left: 0px;
	background-image:url(img/control-back.png);
	background-repeat:no-repeat;
	z-index: 0;
}

#mediaplayer2_controls .play {
    POSITION: absolute;
    TOP: 2px;
	left: 4px;
	width: 32px;
	height: 32px;
	border: 0px;
    background-image:url(img/play.png);
	background-repeat:no-repeat;
}

#mediaplayer2_controls .play:hover {
    width: 32px;
	height: 32px;
    background-image:url(img/play-over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	cursor: pointer;
}

#mediaplayer2_controls .pause {
    POSITION: absolute;
    TOP: 2px;
	left: 4px;
	width: 32px;
	height: 32px;
	border: 0px;
    background-image:url(img/pause.png);
	background-repeat:no-repeat;
	visibility: hidden;
}

#mediaplayer2_controls .pause:hover {
    width: 32px;
	height: 32px;
    background-image:url(img/pause-over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	cursor: pointer;
}

#mediaplayer2_controls .stop {
    POSITION: absolute;
    TOP: 2px;
	left: 32px;
	width: 32px;
	height: 32px;
	border: 0px;
    background-image:url(img/stop.png);
	background-repeat:no-repeat;
}

#mediaplayer2_controls .stop:hover {
    width: 32px;
	height: 32px;
    background-image:url(img/stop-over.png);
	background-repeat:no-repeat;
	text-decoration:none;
	cursor: pointer;
}
#mediaplayer2_controls .volup {
    POSITION: absolute;
    TOP: 4px;
	left: 313px;
	width: 32px;
	height: 32px;
	border: 0px;
    background-image:url(img/sound-up.png);
	background-repeat:no-repeat;
	z-index: 5;
}
#mediaplayer2_controls .volup:hover {
	text-decoration:none;
	cursor: pointer;
}

#mediaplayer2_controls .vol {
    POSITION: absolute;
    TOP: 4px;
	left: 288px;
	width: 32px;
	height: 32px;
	border: 0px;
    background-image:url(img/sound.png);
	background-repeat:no-repeat;
	z-index: 1;
}

#mediaplayer2_controls .vol:hover {
   text-decoration:none;
   cursor: pointer;
}

#mediaplayer2_controls .vol-mute {
    POSITION: absolute;
    TOP: 4px;
	left: 288px;
	width: 32px;
	height: 32px;
	border: 0px;
    background-image:url(img/sound-mute.png);
	background-repeat:no-repeat;
	z-index: 1;
}

#mediaplayer2_controls .vol-mute:hover {
    text-decoration:none;
    cursor: pointer;
}

#mediaplayer2_controls .voldn {
    POSITION: absolute;
    TOP: 4px;
	left: 264px;
	width: 32px;
	height: 32px;
	border: 0px;
    background-image:url(img/sound-dn.png);
	background-repeat:no-repeat;
	z-index: 5;
}
#mediaplayer2_controls .voldn:hover {
	text-decoration:none;
	cursor: pointer;
}



