html { overflow-y: scroll; }

body {background-color: #FFFFFF; width:100%; height:100%; text-align: center;}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4268;
	line-height: 14px;
	margin:0px;
	padding:0px;
}

table {
	text-align:left;
	border:0px;
	padding:0px;
	border-collapse: collapse;
	border-spacing:0px;
}

.outerContain{
	height:100%;
	width:765px;
}

A { COLOR: #86819a; TEXT-DECORATION: none }
A:active {  }
A:visited {  }
A:hover { COLOR:#4a4268}

.crLink { COLOR: #cdcbd5; TEXT-DECORATION: none; font-size: 9px; }
.crLink:active {  }
.crLink:visited {  }
.crLink:hover { COLOR:#86819a}

.ttlContain {
	height:28px;
	vertical-align:top;
}

.ttlContain.noPadding { padding: 0; }

.drkTxtClr {
	COLOR:#4a4268
}
.darkBack {
	background: #505a80;
	color: #fff;
}
.darkBack td {
	color: #fff;
}
.darkBack a, .darkBody .lightbox-content a {
	color: #959cb6;	
}
.darkBody .lightbox-content a {
	border-left: 1px solid #6e799a;
}
.darkBack a:hover, .darkBody .lightbox-content a:hover {
	color: #FFF;
}
.darkBack .ltTxt a {
	COLOR: #FFF;
}
.darkBack .ltTxt a:hover {
	COLOR: #959cb6;
}
.darkBody #jquery-overlay, .darkBody .lightbox-container-image-box {
	background: #505a80;
}
.darkBody .lightbox-loading a { 
	background-image: url(/imgs/loading_anim_dark.gif);
}

.tblClmClr {
	width:1px;
	background-color: #d7d5dd;
}

.tblClmNoClr {
	width:1px;
}

.tblClmCntBck, 
.tblClmCnt {
	width:190px;
}

.lgImgHoldBck, 
.tblClmCntBck, 
.tblClmDblCntBck {
	background-color:#eaeaee;
}

.tblClmDblCntBck, 
.tblClmDblCnt {
	width:381px;
}
.txtInsideDbl {
	width: 265px;
}
 
.tblClmHlfCnt {
	width: 94px;
}
.tblClmTrpCnt {
	width: 572px;
}
.tblClmSTrpCnt {
	width: 572px;
}
.tblClmXDblCnt {
	width: 477px;
}
.tblClmSDblCnt {
	width: 286px;
}

.tdBdyTxt, .ttlContain {
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
}

.headSpace {
	height:35px;
}

.ltTxt {
	COLOR: #86819a;
}

.captionTxt {
	padding-top:4px;
	padding-bottom:10px;
	font-size: 9px;
	line-height: 12px;
}

.lgCaptionTxt {
	padding-top:16px;
	font-size: 11px;
	line-height: 14px;
}

#CVFileSize {
	visibility:hidden;
}

.lgImgHoldBck, 
.lgImgHold {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}


p {
	margin: 0;	
}


.alertTxt {
	COLOR: #F00;
}
.error {
	COLOR: #e10078;	
}


textarea
{
	width: 162px; 
	height:100px; 
	border: 1px solid #4a4268; 
	margin: 0px 0px 10px 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	padding: 2px;
}

input
{
	font-size: 11px;
	border: 1px solid #4a4268; 
	width: 162px;
	padding: 2px;
}

select
{
	font-size: 11px;
	border: 1px solid #4a4268; 
	width: 166px;
}

input.join {
	float: left;
	width: 14px;
	cursor: pointer;
	text-align: center;	
}
input.btn {
	width: 60px;
	background-color: #4a4268; 
	color: #fff;
	cursor:hand;
}
input.bigBtn {
	width: 80px;
	background-color: #4a4268; 
	color: #fff;
	cursor:hand;
}

#imgZoomCell {
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 360px;
}
#imgZoomTable, #imgOrigTable {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#imgZoomTable {
	left: 3000px;
	z-index: 5;
}

#zoomClm {
	position: relative;
}
#clmZoomCell {
	width: 170px;
	height: 360px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
#zoomClmImg {
	position: absolute;
	top: 0;
	left: 0;
}
#zoomFrame {
	position: absolute;
	z-index: 20;
	cursor: crosshair;
}
#zoomFrame .border {
	border: 1px solid #4A4268;
}
#zoomFrame .background {
	background: #FFF;
}
