﻿body,html,form
{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:Black;
	color:White;
}

.Heading1
{
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	vertical-align: bottom; text-align:left

}

.Heading2
{
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.Heading3
{
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
}

.Heading4
{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}		

.SmallText
{
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

.MenuText
{
	font-size: 10px;
	color: #fff;
	background-color:Red;

}


.MenuDiv
{
	height:16px;
	width:105px;
	background-color:black;
	border:1px solid white;
	margin-bottom:1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
}


body 
{
	background-color:Black;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:White;
	background-color: #000000;

}


a,a:link,a:active,a:visited,a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

#Content a
{
	text-decoration:underline;
}


/**********************************************************************
WEBTV
***********************************************************************/
#WEBTV {}

	#WEBTV #Player 
	{
		float: left;
		width: 300px;
	}
	
	#WEBTV #Search
	{
		float: right;
		width: 250px;		
	}
	
	#WEBTV .IcoAvancerad,#Referenser .IcoStandard
	{
		background-repeat:no-repeat;
		padding-left:28px;
		height:20px;
		padding-top:3px;
	}
	
		.IcoAvancerad
		{
			background-image:url(../images/ListaAvancerade.gif);
		}
		
		.IcoStandard
		{
			background-image:url(../images/Lista.gif);
		}