#mainContainer{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 832px;
  text-align: left;
  border-left:solid 1px #a7b1b7;    
  border-right:solid 1px #a7b1b7;    
  border-top:solid 2px #d4d8db;    
  border-bottom:solid 2px #d4d8db;   
}


#multiPageContainer{
}

html,body {
  margin: 0;
  padding: 0;
  height:100%;
  font-size:12px;
  font-family:verdana;
  color:#828e97;
  font-weight:bold;
  line-height:19px;
}

body b{
  color:#4f6272;
}

#layoutTable {
	width: 100%;
	height: 100%;
}

#layoutTd {
	vertical-align: middle;
	text-align: center;
  overflow:hidden; 
  height:388px;

}

.videoPanel{
  width:280px;
  height:344px;
  background-color:#000;
  float:right;
  border:0px;
  margin:0px;
  text-align:center;
  line-height:344px;
}

.imagePanel{
  width:280px;
  height:344px;
  background-color:#fff;
  float:right;
  border:0px;
  margin:0px;
  text-align:right;
  line-height:344px;
}

.clientListPanel{
  width:650px;
  height:344px;
  background-color:#fff;
  float:right;
  border:0px;
  margin:0px;
  text-align:left;

}

.textContent{
  width:509px;
  padding:20px 20px 14px 20px;
  height:310px;
  background-color:#fff;
  border:0px;
  margin:0px;
  overflow:visible;
}

.textContentNarrow{
  width: 139px !important;
}

.nextPrevious{
  position:absolute;
  bottom:60px;
  font-size:10px;
}
.nextPreviousLink
{
  text-decoration:none;
  color:#828e97;
}
h1{
  font-size:13px;
  font-weight:bold;
  color:#4f6272;
  font-family:verdana;
}

ul{
  line-height:14px;
  margin:7px 0px 0px 50px;
  padding:0px;
}

li{
  margin:0px;
  padding:0px;
}

.showClickable{
  text-decoration:underline;
}

.showClickable:hover{
  cursor: pointer;
}