/* overlay and modal content */

    .modal {
	display: none;
	overflow:hidden;
}
.simplemodal-overlay {
	background-color: #000;
}
.simplemodal-container {
	width: 800px;
	height: 768px;
	z-index: -100px;
	}
.simplemodal-container .modal-top {
	width: 800px;
	height: 3px;
	background: url(/_assets-custom/images/modal-bkd-top.gif) no-repeat;
	background-color: #FFF;
}
.simplemodal-container .modal-bottom {
	width: 800px;
	height: 3px;
	background: url(/_assets-custom/images/modal-bkd-bottom.gif) no-repeat;
}
.simplemodal-container .modal-middle {
	padding: 4px 8px 0 8px;
	width: 784px; /* 800px - 16px padding */
	background: #fefeff url(/_assets-custom/images/modal-bkd-middle.gif) repeat-y;
}
.simplemodal-container .modal-middle .modal-header {
	text-align: right;
	position:absolute;
	top: -5px;
	left:789px;
}
.simplemodal-container .modal-middle .modal-header a {
	font-size: .845em;
	color: #002888;
}
.simplemodal-container .modal-middle .modal-content {
	padding: 4px 8px;
}

 .modal-contenttab1{
	 height:400px;
	 overflow: auto;
	 width: 768px;
}
 .modal-contenttab2{
	 height:400px;
	 overflow: auto;
	 width: 768px;
} .modal-contenttab3{
	 height:400px;
	 overflow: auto;
	 width: 768px;
} .modal-contenttab4{
	 height:400px;
	 overflow: auto;
	 width: 768px;
} .modal-contenttab5{
	 height:400px;
	 overflow: auto;
	 width: 768px;
} .modal-contenttab6{
	 height:400px;
	 overflow: auto;
	 width: 768px;
}
.pointer-cursor{cursor:pointer;}