﻿
#seminarControl
{
	border: 2px solid #D4CFC1;
	background-color: #E6EEF5;
	width: 430px; /*400px;*/
	height: 285px; /*210px;*/
	position: absolute;
	text-align: justify;
	/*top: 25px;*/
	right: -2px;
}

#seminarControl .titleBar
{
	background-color: #407FB7;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 420px;
	height: 30px;
	padding-left: 10px;
}

#seminarControl .contentBlock
{
	border: 2px solid #D4CFC1;
	background-color: #FFFFFF;
	width: 420px;
	height: 245px; /*170px;*/
	position: absolute;
	text-align: center;
	top: 34px;
	left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url('designImages/dvd_onSale_background.png');
	background-repeat:no-repeat;
}



#seminarControl .contentBlock .DVDonSale
{
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial;
	font-size:20px;
	position:absolute;
	top:165px;
	left:30px;
}



#seminarControl .contentBlock p
{
	margin-left: 15px;
	text-indent: -5px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: justify;
}

/*
#newNotableDiv .contentBlock
{
	border: 2px solid #D4CFC1;
	background-color: #FFFFFF;
	width: 980px;
	height: 300px;
	position: absolute;
	text-align: left;
	top: 34px;
	left: 3px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 18px;
	color: #000000;
}
*/




#seminarControl .contentBlock .topRightCorner
{
	position: absolute;
	top: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
}

#seminarControl .contentBlock .bottomRightCorner
{
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
}

#seminarControl .contentBlock .topLeftCorner
{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 8px;
	height: 8px;
}

#seminarControl .contentBlock .bottomLeftCorner
{
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 8px;
	height: 8px;
}

#seminarControl .contentBlock .todayIs
{
	background-image: url('designImages/todayIs_BG_30.png');
	background-repeat:no-repeat;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 350px;
	height: 30px;
	text-align: center;
	padding-top: 3px;
}

#seminarControl .contentBlock .sectionHeaders
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
	/*border-top-style: solid;
	border-width: 5px;
	border-color: #7FA9CF;*/
	position: absolute;
	/*left: 15px;*/
	top:10px;
	width: 300px;
}

#seminarControl .contentBlock .seminarDownloadMaterials
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
	background-color: #FFFF99;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#seminarControl .contentBlock .seminarDownloadMaterials .passwordNotice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#seminarControl .contentBlock .seminarControlHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
	/*border-top-style: solid;
	border-width: 5px;
	border-color: #7FA9CF;
	position: absolute;
	left: 15px;
	top:10px;
	width: 300px;*/
}

#seminarControl .contentBlock .contentDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00549F;
	text-align: justify;
	position: absolute;
	/*left: 25px;*/
	top: 40px;
	width: 300px;
	font-style: italic;
	font-weight: bold;
}

#seminarControl .contentBlock .linkButtonContainer
{
	position: absolute;
	height: 25px;
	width: 170px;
	text-align: center;
}

