﻿body
{
	font-family: Arial;
	font-size: 0.8em;
	color: #333333;
	background-attachment: fixed;
	background-image: url('background2.jpg');
	background-repeat: repeat;
}


p
{
	margin-top: 0.3em;
}


th
{
	text-align: left;
	color: Teal;
}


.Small
{
	font-size: 0.8em;
}

.Title
{
	font-size: 1.8em;
	color: #333333;
	text-decoration: none;
}

.Subtitle
{
	font-weight: bold;
	margin-bottom: 0px;
}

.Videotitle
{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0px;
}



.Emphasize
{
	color: Teal;
}

.Vilagit
{
	color: #66FFFF;
}

.Login
{
	background-color: #E0E4C9;
	border: 3px solid black;
}

.Mini
{
	font-family: Arial;
	font-weight: bold;
	text-align: right;
}

.LogoPic
{
	margin: 10px;
}

a
{
	color: #222288;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #6C753C;
}

a:visited
{
	text-decoration: underline;
	color: #6C753C;
}
.menu a
{
	color: #333333;
	text-decoration: none;
}
.menu a:active
{
	color: #333333;
	text-decoration: none;
}
.menu a:visited
{
	color: #333333;
	text-decoration: none;
}

.menu a:hover
{
	color: #333333;
	text-decoration: none;
}
.menu
{
	margin-left: 5px;
}

.Back1
{
	background-color: #DAE6F0;
}
.Back2
{
	background-color: #E4E4E4;
}



.modalbackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalpanel
{
	border: solid 2px #CFCFCF;
	background-color: #E4E4E4;
	padding: 5px;
}
