body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
a {  color: #1E4470; text-decoration: none}
table {
	text-align: left;
}
.style4 {
    color: #1E4470;
}
h2 {
	font-size: 1.5em;
}
#uutiset {
    width: 250px;
    background-color: #fff;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    margin: 0 0 0 452px;
    height: 295px;
    padding: 5px 10px 0 10px;
}
#uutiset h3 {                                         
    font-size: 10px;
    font-weight: bold;
    text-align: left; 
    padding: 5px 0 0;
    margin: 0;
}
#uutiset p {
    text-align: left; 
    margin: 0;
}
#uutiset a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: left; 
    margin-top: 5px;
}
#uutiset h3 a, #uutiset p a {
    color: #000;
}
#uutiset a {                                            
    font-size: 10px;
    text-align: left; 
    margin-top: 5px;
}
#uutiset a.lueLisaa {
    color: #1E4470;
}
.videot span {
    display:block;
    width:227px;
	margin-top: 5px;
}
td.videot {
    width:227px;
}

#groups {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 5px 0;
}
#groups li {
	display: inline;
	padding: 5px;
	background-color: #eee;
	border: none;
	margin: 0 5px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-image: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0, #ddd),
			color-stop(0.35, #eee)
		);
	background-image: -moz-linear-gradient(
			center top,
			#ddd 0%,
			#eee 35%
		);
}
#groups li.active {
	background-color: #ccc;
	background-image: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0, #ddd),
			color-stop(0.35, #ccc)
		);
	background-image: -moz-linear-gradient(
			center top,
			#ddd 0%,
			#ccc 35%
		);
}
#groups li a:hover {
	text-decoration: underline;
}
#groups li.active a {
	/*color: #fff;*/
}
#videoTitle {
	display: block;
	font-weight: bold;
	margin: 10px 40px 3px 40px;
	color: #1E4470;
	text-align: left;
}
#videoDescr {
	display: block;
	margin: 0 40px 10px 40px;
	color: #000;
	text-align: left;
}
#mymovie {
	text-align: center;
	margin: 0 auto;
}
