.view_cell{
	height:100%;
	background-color:#000000;
}
.info_cell{
	padding-left: 2px;
	vertical-align: top; 
	width: 190px;
}
#thumbscroll {
	height: 515px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #000000;
    color: #eee;
	position:relative;
    text-align: center;
}
#viewer_content_table, #ptinfo_table {
    /*border-collapse: collapse;*/
    border: none;
    padding: 0px 2px;
    width: 100%;
    table-layout: fixed;
}
 #ptinfo_table  td{
    padding: 5px 2px;
 }
  #viewer_content_wrap {
    padding: 4px 0px;
 }
 
DIV.thumblabel {
	padding: 5px;
	margin: 0px;
	width: 60px;
	font-weight: bold;
	overflow: hidden;
	color: #55ff66;
	background: url(../img/viewer/imglabel_bg.png) repeat-y left top; 
	font-family: arial, helvetica, sans-serif;
	position: relative;
	top: -128px;
	
}

#current_image {
	font-weight: bold;
	color: #55ff66;
	font-family: arial, helvetica, sans-serif;
	background: #000;
}

.cursor_hand {
	cursor: pointer;
}

div.thumbimg{
	width: auto;
	height: 125px;
	background-repeat: no-repeat;
	opacity: 0.6;
    filter: alpha(opacity=60);
	cursor: pointer;
    border: 1px solid #000000;
}

.thumb-highlighted {
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    border: 1px solid #fff !important;
}

.thumb-highlighted-ie{
    filter: alpha(opacity=100) !important;
    border: 1px solid #fff !important;
}

/*Viewer Thumbscroll Hide/Show Start*/
.thumbscroll-width-hide{
    width: 0px;
}

.thumbscroll-width-show{
    width: 202px;
}

.thumbscroll-visibility-hide{
    visibility: collapse;
}

.thumbscroll-visibility-hide-ie{
    visibility: hidden;
}

.thumbscroll-visibility-show{
    visibility: visible;
}
/*Viewer Thumbscroll Hide/Show End*/

.imgscale {
	width: auto;
	height: 100%;
	min-height: 100%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.measureL_disabled{
	color: #808080 !important;
}

.viewCPanel{
	height: 45px;
	background-color: #303030;
}
.viewCPanel a{
	color: #3990C8;
	text-decoration: none;
	background-color: #404040;
	border: 1px solid #707070;
	padding: 4px;
	display: block;
	/*height: 1px;/*IE*/
}
.viewCPanel a:visited{
	color: #3990C8;
	text-decoration: none;
}
.viewCPanel a:hover{
	color: #FA6C00;
}
.viewCPanel a:visited:hover{
	color: #FA6C00;
}
.player_controls{
	text-align: center;
}
.player_controls table td{
	text-align: center;
	margin: 0px 6px;
}

.qw_td {
	border: 1px solid #505050;
	background-color: #000;
	vertical-align: top;
	padding-left: 4px;
	text-align: center;
}

div.inf_icons{
	margin:10px 4px;
	width: 100px;
	height: 32px;
	clear: both;
}
div.inf_icons a{
	margin-right: 10px;
}
div.w60{
	width: 60px;
	height: 45px;
}
div.w90{
	width: 90px;
	height: 45px;
}
.studyimg{
	width:640px;
	height:480px;
}
.single_mode{
	background: transparent url(../img/viewer/single.png) no-repeat 0px 0px;
}
.dual_mode{
	background: transparent url(../img/viewer/dual.png) no-repeat 0px 0px;
}
.four_mode{
	background: transparent url(../img/viewer/four.png) no-repeat 0px 0px;
}
.quad_mode1 {
	background: transparent url(../img/viewer/custom_quad1.png) no-repeat 0px 0px;
}
.quad_mode2 {
	background: transparent url(../img/viewer/custom_quad2.png) no-repeat 0px 0px;
}

.single_mode_act{
	background: transparent url(../img/viewer/single_act.png) no-repeat 0px 0px;
}
.dual_mode_act{
	background: transparent url(../img/viewer/dual_act.png) no-repeat 0px 0px;
}
.four_mode_act{
	background: transparent url(../img/viewer/four_act.png) no-repeat 0px 0px;
}
.quad_mode1_act {
	background: transparent url(../img/viewer/custom_quad1_act.png) no-repeat 0px 0px;
}
.quad_mode2_act {
	background: transparent url(../img/viewer/custom_quad2_act.png) no-repeat 0px 0px;
}

a.mode_btn {
	display: block;
	width: 32px;
	height: 23px;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
a.mode_btn:hover{
	background-position: 0px -23px;
}

object {outline: none;}

.viewer-ptinfo {
    font-weight: bold;
    font-size: 12pt;
    padding: 2px 10px;
    color: #FE7D19;
    fheight: 30px;
    fline-height: 30px;
}
.viewer-ptinfo-lbl {
    font-size: 10pt;
    color: #000;
    padding: 0 3px 0 10px;
}