/* TABLE BGS & CORNERS */
.tdTopLeft {
	width:10px;
	height:54px;
	overflow: hidden;
	background: #E4E8ED url(/SFXPictures/sfxGallery/layout/leftTop.gif) no-repeat;
}
.tdTopMid {
	background-image:url(/SFXPictures/sfxGallery/layout/title.gif);
	background-color: #E4E8ED;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: left;
	padding-top: 45px;
	padding-bottom: 10px;
}
.tdTopRight {
	width:10px;
	height:54px;
	overflow: hidden;
	background: #E4E8ED url(/SFXPictures/sfxGallery/layout/rightTop.gif) no-repeat;
}
.tdMidLeft {
	background-color: #E4E8ED;
	overflow: hidden;
}
.tdMidMid {
	background-color: #E4E8ED;
	overflow: hidden;
}
.tdMidRight {
	background-color: #E4E8ED;
	overflow: hidden;
}
.tdBottomLeft {
	background-image: url(/SFXPictures/sfxGallery/layout/leftBottom.gif);
	height: 10px;
	width: 10px;
	overflow: hidden;
}
.tdBottomMid {
	background-color: #E4E8ED;
	overflow: hidden;
}
.tdBottomRight {
	background-image: url(/SFXPictures/sfxGallery/layout/rightBottom.gif);
	height: 10px;
	width: 10px;
	overflow: hidden;
}
.tdTopLeft1 {
	background-image:url(/SFXPictures/sfxGallery/layout/leftTop1.gif);
	width:10px;
	height:40px;
	overflow: hidden;
}
.tdTopMid1 {
	background-image:url(/SFXPictures/sfxGallery/layout/bgTop1.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 40px;
	text-align: left;
}
.tdTopRight1 {
	background-image:url(/SFXPictures/sfxGallery/layout/rightTop1.gif);
	width:10px;
	height:40px;
	overflow: hidden;
}
.tdMidLeft1 {
	background-color: #F6F8F9;
	overflow: hidden;
}
.tdMidMid1 {
	background-color: #F6F8F9;
	overflow: hidden;
}
.tdMidRight1 {
	background-color: #F6F8F9;
	overflow: hidden;
}
.tdBottomLeft1 {
	background-image: url(/SFXPictures/sfxGallery/layout/leftBottom1.gif);
	height: 10px;
	width: 10px;
	overflow: hidden;
}
.tdBottomMid1 {
	background-color: #F6F8F9;
	overflow: hidden;
}
.tdBottomRight1 {
	background-image: url(/SFXPictures/sfxGallery/layout/rightBottom1.gif);
	height: 10px;
	width: 10px;
	overflow: hidden;
}
/* TABLE BGS & CORNERS */

/* COMMON PRESENTATION */
body {
	margin: 0;
	padding: 0;
}
.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #64788D;
}
.sectionTitleAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9E9E9E;
}
.thumbDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.textBox {
	font-size: 11px;
	background-image: url(/SFXPictures/sfxStyles/txtBoxBg.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #CFD6E0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.formError {
	font-size:10px;
	color:#990000;
}
/* COMMON PRESENTATION */

/* DRAGGABLE VIEWER */
#divDraggableViewer {
	height: 467px;
	width: 545px;
	position: absolute;
	left:0;
	top:0;
	background-image: url(/SFXPictures/sfxGallery/viewer/viewerBg.png);
	visibility: hidden;
	z-index: 1;
}

#divDraggableViewer td,th,p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#divDraggableViewer a {
	color: #64788D;
}
#divDraggableViewerTopHandle {
	position: absolute;
	height: 18px;
	width: 503px;
	cursor: move;
}
#divDraggableViewerQuestionnaire {
	position: absolute;
	height: 410px;
	width: 510px;
	left: 17px;
	top: 26px;
	visibility: hidden;
	background-image: url(/SFXPictures/sfxGallery/questionnaireBg.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
#divDraggableViewerChart {
	position: absolute;
	height: 400px;
	width: 500px;
	left: 21px;
	top: 30px;
}
#divDraggableViewerBottomHandle {
	position: absolute;
	height: 17px;
	width: 450px;
	bottom: 7px;
	cursor: move;
}
#divDraggableViewerBtnClose {
	position: absolute;
	left: 509px;
	top: 4px;
}
#divDraggableViewerBtnQuestions {
	position: absolute;
	bottom: 9px;
	right: 67px;
}
#divDraggableViewerBtnLeft {
	position: absolute;
	bottom: 9px;
	right: 40px;
}
#divDraggableViewerBtnRight {
	position: absolute;
	bottom: 9px;
	right: 13px;
}
