/* CSS Document */

#showwrapper
{
margin-top: 15px;
margin-left: 20px;
}
#leftcol
{
float: left;
width: 471px;

}
/* dynamically created in code
#leftcol .image
{
background: url(../images/scroller/1.jpg);
width: 471px;
padding-top: 189px;
}
*/

#leftcol .clip
{
opacity: 0.8;
filter: alpha(opacity=80);
zoom: 1;

}



#leftcol .morewrapper
{
background: url(../images/bg/showdetailbg.gif) top left repeat-x;
min-height:369px;
  height:auto !important;
  height:369px;
padding-left: 20px;
}

 .person
{
width:900px;
padding: 20px;
padding-right: 0;
clear: left;
border-bottom: 1px dotted #CAD23E;
padding-bottom: 20px;
background: url(../images/bg/newsinner.gif) bottom left repeat-x;
}

 .person .thumbnail
{
float: left;
width: 250px;
}

 .person .thumbnail img
{
border: 1px solid #FFFFFF;
}
 .summary
{
margin-left: 275px;
font-size: 90%;
}

#leftcol .extrainfo
{
min-height:40px;
  height:auto !important;
  height:40px;
  border-bottom: 1px solid #9F9D0E;
  margin-top: 5px;
}

#leftcol .title
{
float: left;
width: 80px;
font-weight: bold;
}

#leftcol .content
{
margin-left: 110px;
color: #BAD3DD;
}

#rightcol
{
margin-left: 495px;
}

#rightcol h1
{
font-size: 140%;
border-bottom: 1px solid #2B6377;
padding-bottom: 5px;
}

#rightcol .thumbnails
{
margin-top: 20px;
margin-bottom: 20px;
}

#rightcol .thumbnails img
{
border: 1px solid #FFFFFF;
margin-left: 25px;
}


