#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#77b000;
	text-align:				left;
	overflow:				visible;
	padding:				3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					40px;
	height:					40px;
	right:					-25px;
	top:					-25px;
	background:				url(/images/close.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(/images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}


#box-main {
	padding:10px;
	margin:0;
	font-size:12px;
	font-family: "trebuchet MS", tahoma, Helvetica, Sans-serif, Arial;
}

#box-main h1 {
	color: #000000;
	font-family: "trebuchet MS", tahoma, Helvetica, Sans-serif, Arial;
	font-size: 20px;
	font-weight:normal;
	line-height:26px;
}

#box-main h2 {
	color: #77b000;
	font-family: "trebuchet MS", tahoma, Helvetica, Sans-serif, Arial;
	font-size: 18px;
	font-weight:normal;
}

.seminaariohjelma {
	font-family: "trebuchet MS", tahoma, Helvetica, Sans-serif, Arial;
	font-size: 12px;
}
.seminaariohjelma .tausta {
	background-image: url(/images/ohjelma_tausta.gif);
}
.seminaariohjelma .vasenT {
	background-image: url(/images/ohjelma_vasen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.seminaariohjelma .oikeaT {
	background-image: url(/images/ohjelma_oikea.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.seminaariohjelma .tausta div {
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
}
.seminaariohjelma td {
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}

.seminaariohjelma th {
	text-align:center;
}