#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 #4F626E;    
  border-bottom:solid 2px #d4d8db;   
  overflow:hidden; 
  height:388px;
}


#multiPageContainer{
  overflow:hidden; 
  height:344px;
}

html,body {
  margin: 0;
  padding: 0;
  height:100%;
  font-size:11px;
  font-family:verdana;
  color:#4F626E;
  font-weight:normal;
  line-height:19px;
}

body b{
  color:#4f6272;
}

#layoutTable {
	width: 100%;
	height: 100%;
}

#layoutTd {
	vertical-align: middle;
	text-align: center;
  overflow:hidden; 
  height:388px;

}

.small{
  font-size:10px;
}
.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:10px;
}



.clientListPanel{
  width:650px;
  height:344px;
  background-color:#fff;
  float:right;
  border:0px;
  margin:0px;
  text-align:left;
}


.clientStartListPanel{
  width:780px;
  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;
}


.clientList{
  padding:10px 20px 14px 20px;
  border:0px;
  margin:0px;
  overflow:visible;
}


.textContentNarrow{
  width: 139px !important;
}

.imageCopyright{
  position:absolute;
  bottom:0px;
  right:0px;
  font-size:0.6em;font-weight:bold;color:#000;
  background-color:#e8f0f3;
  width:275px;
  text-align:center;
}

.nextPrevious{
  position:absolute;
  bottom:10px;
  font-size:11px;
}
.nextPreviousLink
{
  text-decoration:none;
  color:#828e97;
}
h1{
  font-size:13px;
  font-weight:bold;
  color:#A6B3B0;
  font-family:verdana;
  margin-bottom:18px;
}

ul{
  line-height:14px;
  margin:17px 0px 0px 15px;
  padding:0px;
}

li{
  margin:0px;
  padding:0px;
}

.showClickable{
  border-bottom:solid 1px #A6B3B0;
  color:#4F6272;
  cursor: pointer;
  text-decoration:none;
}

.showClickable:hover{
  cursor: pointer;
}

#legals{
  width:100%;
  text-align:center;
  color:#4F6272;
}

#legals a{
  color:#4F6272;
}

img{
  border:0px;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #A6B3B0;
visibility: hidden;
z-index: 100;
  font-family:verdana;
  font-size:11px;
color:#4F6272;
}

#dhtmltooltip b{
  color:#0EB4A0;
}


#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.dotted_link {
    color: #000000;
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}