#sdcIntroLayer{
	position: absolute; 
	background: none repeat scroll 0% 0% #CFDFEC; 
	z-index: 16777266; 
	width: 500px; 
	height: 685px; 
	padding: 5px;
}

#introLogo{
	position: relative; 
	background: #ffffff; 
	width: 490px; 
	height: 60px; 
}


#sdcIntroContainer{
  position:relative;
  float:left;
  padding:5px 5px 5px 5px;
  width:490px;
  height:675px;
  background-color:#ffffff;
}
#sdcShowLegal{
  background-color:#ebebeb;
  display: none;
}


/*
---------------------------------------------------------------------------- */
#sdcLaterLayer{
	display: none;
	position: absolute; 
	background: none repeat scroll 0% 0% rgb(235, 235, 235); 
	z-index: 16777260; 
	width: 210px; 
	height: 20px; 
	padding: 5px;
}

#sdcLaterLayerTitleBar{
  position:relative;
  float:left;
  display:block;
	padding:3px 0 0 9px;
  width:201px;
  height:17px;
	color:#ffffff;
  background-color:#093A66;
	cursor:pointer;
	text-align: center;
	font-size: 11px;
}

#sdcLaterLayerTitleBarBtn{
  position:relative;
  float:right;
  padding:3px 3px 0 0;
  display:block;
  width:150px;
  height:17px;
  text-align:center;
  
  
}

#sdcFinalLayer{
	position: absolute; 
	background: none repeat scroll 0% 0% rgb(217, 231, 240); 
	z-index: 16777270; 
	width: 500px;
	height: 690px; 
	padding: 5px;
}

#sdcFinalLayerTitleBar{
  position:relative;
  float:left;
  display:block;
  width:100%;
  height:16px;
  background-color:#ebebeb;
}

#sdcFinalLayerTitleBarClose{
  position:relative;
  float:right;
  padding:3px 3px 0 0;
  display:block;
  width:200px;
  height:17px;
  text-align:right;
  
}

#sdcFinalLayerTitleBarCloseBtnHref{
font-family:Arial; /*Verdana,Geneva,Arial,Helvetica,sans-serif;*/
line-height:12pt;
color:#000000;
direction:ltr;
font-size:11px;
outline:0 none;
text-decoration:none;
cursor: pointer;
}
/*
---------------------------------------------------------------------------- */
.ContentMiddleText{
	font-size: 12px;
	color: red;
}

.ContentMiddleTextText{
	font-size: 12px;
	color: #000000;
}

.ContentMiddleTextSubHeadline{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

