body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body, table {
	font-family: Arial;
	font-size: 11pt;	
}
form {
	padding: 0px;
	margin: 0px;
}

@font-face{
font-family:"Verdana";
src:url("Fonts/Verdana Bold.ttf") format("ttf");
}

#borderContainer {
	width: 100%;
	height: 100%;
}

a{
	text-decoration: none;           
}
a:link {
	color: #0000FF;	
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration:none;
}
a:active {
	color: #0000FF;		
}
a:visited {
	/*color: #42428A;*/	
}

.error {
	color: red !important;
}
.inputSearchBg {
	color: gray !important;
	font-style: italic !important;
}

.dr-table-subheader{
	background-color : #7BABDB; /*additionalBackgroundColor*/
}

.tableContent {
	background-color:#CCCCCC;
}

.tableHeader {
	background-color:#8F1C29;
	color:#FFFFFF;	
	text-align: center; 	
	font-size: 12pt;
}

.oddRow {
	background-color: #FFFFFF;
}

.evenRow {
	background-color: #DDDDDD;
}

.currentRow {
	background-color:#53CAFF !important;
	color: #006600 !important;
}

.currentItem {
	background-color:#ABD6FF;
	border: 1px solid #769DC0; 
}

.selectedRow {
	background-color:#FFFF00;
	color: #FF0000;
}

.suboddRow {
	background-color: #FFFFFF;
}

.subevenRow {
	background-color: #DDDDDD;
}
.subtd{
	padding-left: 50px;
}

/* ---------- Help messages, general additional information, etc. ---------- */

.rfl-msg-info {
	background: #DFF4FF url(../resources-1.0.4/messages/info.png) no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Error messages ---------- */

.rfl-msg-error {
	width:94%;
	background: #FDD url(../resources-1.0.4/messages/error.png) no-repeat 6px 50%;
	border: 1px solid #F00;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Warning messages ---------- */

.rfl-msg-alert {
	width:94%;
	background: #FFC url(../resources-1.0.4/messages/alert.png) no-repeat 6px 50%;
	border: 1px solid #FC0;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

/* ---------- Success messages ---------- */

.rfl-msg-success {
	width:94%;
	background: #F4FDEF url(../resources-1.0.4/messages/success.png) no-repeat 6px 50%;
	border: 1px solid #ACDFA7;
	color: #384F34;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}
.hide {
	display: none;
}

#loader {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #efefef;
	orphans: 0.98;
	z-index: 999;
	vertical-align: middle;
}
#loaderInner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	background-image: url(../resources-1.0.4/rfl/loader_lg.gif);
	background-repeat: no-repeat;
}

.loaderimg {
	background-position:90px 70px;
	background-image: url(../resources-1.0.4/rfl/loader_lg.gif);
	background-repeat: no-repeat;
}

.saveloaderInner {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	background-image: url(../resources-1.0.4/rfl/loader_lg.gif);
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-color:white;
	overflow: auto;
	z-index: 80000;
}

.disableMenu {
	color: #818181 !important;
	font-size: 13pt;
}

.PaginationBar{
	padding: 3px 2px 3px 2px;
	text-align: right;
	background-color:#F0F0F0;
	width: 100%;
	margin-bottom: 10px;
}

.pagelinks{
	margin: 3px 0 3px 0;
	font-size:12px;
}

.pagelinks a {
}

.pagelinks .first {
	padding:0 2px 3px 2px;
	background-image: url(../resources-1.0.4/pagination/Buttons_First.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
.pagelinks .prev {
	padding:0 2px 3px 2px;
	background-image: url(../resources-1.0.4/pagination/Buttons_Left.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
.pagelinks .next {
	padding:0 2px 3px 2px;
	background-image: url(../resources-1.0.4/pagination/Buttons_Right.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
.pagelinks .last {
	padding:0 2px 3px 2px;
	background-image: url(../resources-1.0.4/pagination/Buttons_Last.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}

.pagelinks .go {
	padding:0 2px 3px 2px;
	background-image: url(../resources-1.0.4/pagination/Buttons_Go.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
.searchBox {
	z-index:1000;
	display: "";
	position: absolute;
	height: auto;
	border: 1px solid #769DC0;
}
.popBox {
	z-index:999;
	display: "";
	position: absolute;
	height: auto;
	border: 1px solid #769DC0;
}
.loginbg {
	background-image: url(../resources-1.0.4/login/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: 444444;
}
.loginFormbg {
	background-image: url(../resources-1.0.4/login/login_formbg.jpg);
	background-repeat: no-repeat;
}
.loginFormbgbutton {
	background-image: url(../resources-1.0.4/login/login_formbg_button.jpg);
}
.bg {
	background-image: url(../resources-1.0.4/rfl/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: 6D6D6D;
}
.headerbg {
	background-image: url(../resources-1.0.4/rfl/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: 6D6D6D;
}
.midBg {
	background-image: url(../resources-1.0.4/rfl/mid_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.buttonText {
		background-image:url(../resources-1.0.4/buttons/btn_01.png);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		width:83px;
		height:32px;
		color:#EEEEEE;
		cursor:pointer;	
		font-family: Arial;
		font-size: 11pt;
}
.button2Text {
		background-image:url(../resources-1.0.4/buttons/btn_02.png);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		width:110px;
		height:31px;
		color:#EEEEEE;
		cursor:pointer;	
		padding: 3px;
		font-family: Arial;
		font-size: 11pt;
}
.button3Text {
		background-image:url(../resources-1.0.4/buttons/btn_03.png);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#3C3C3C;
		border:none;
		width:117px;
		height:30px;
		color:#EEEEEE;
		cursor:pointer;	
		font-family: Arial;
		font-size: 11pt;
}
.button4Text {
		background-image:url(../resources-1.0.4/buttons/btn_04.png);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#3C3C3C;
		border:none;
		width:117px;
		height:30px;
		color:#EEEEEE;
		cursor:pointer;	
		font-family: Arial;
		font-size: 11pt;
}
.buttonActiveText {
		background-image:url(../resources-1.0.4/buttons/btn_left_menu01.png);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		width:140px;
		height:30px;
		color:#EEEEEE;
		cursor:pointer;	
		font-family: Arial;
		font-size: 11pt;
		padding-bottom: 5px;
}
.buttonDisableText {
		background-image:url(../resources-1.0.4/buttons/btn_left_menu02.png);
		background-repeat:no-repeat;
		background-position:top right; 
		background-color:#FFFFFF;
		border:none;
		width:140px;
		height:30px;
		color:#EEEEEE;
		cursor:pointer;	
		font-family: Arial;
		font-size: 11pt;
}
.menuCloseBtn {
		background-image:url(../resources-1.0.4/buttons/left_title02.png);
		background-repeat:no-repeat;
		background-position:top right; 
		background-color:#FFFFFF;
		border:none;
		width:165px;
		height:37px;
		color:#8F1C29;
		cursor:pointer;	
		font-size: 13pt;
		font-family: Arial;
}
.menuOpenBtn {
		background-image:url(../resources-1.0.4/buttons/left_title01.png);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		border:none;
		width:165px;
		height:37px;
		color:#8F1C29;
		cursor:pointer;	
		font-size: 13pt;
		font-family: Arial;
}
.analysisBtn {
		background-image:url(../resources-1.0.4/buttons/rfl_dataanalysis.png);
		background-repeat:no-repeat;
		background-position:top left; 
		border:none;
		width:126px;
		height:40px;
		color:#EEEEEE;
		cursor:pointer;	
		background-color: transparent;
		font-family: Arial;
}

.existPatientBtn {
		background-image:url(../resources-1.0.4/buttons/rfl_existingpatients.png);
		background-repeat:no-repeat;
		background-position:top left; 
		border:none;
		width:148px;
		height:40px;
		color:#EEEEEE;
		cursor:pointer;	
		background-color: transparent;
		font-family: Arial;
}
.searchBtn {
		background-image:url(../resources-1.0.4/buttons/btn_search.png);
		background-repeat:no-repeat;
		background-position:top left; 
		border:none;
		width:32px;
		height:32px;
		color:#EEEEEE;
		cursor:pointer;	
		background-color: transparent;
		font-family: Arial;
}
.referenceBtn {
		background-image:url(../resources-1.0.4/buttons/rfl_reference.png);
		background-repeat:no-repeat;
		background-position:top left; 
		border:none;
		width:127px;
		height:40px;
		color:#EEEEEE;
		cursor:pointer;	
		background-color: transparent;
		font-family: Arial;
}
.searchLeft {
	background-image:url(../resources-1.0.4/buttons/rfl_search_left.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 22px;
	height: 40px;
	float: left;
}
.searchMiddle {
	background-image:url(../resources-1.0.4/buttons/rfl_search_mid.png);
	background-repeat:repeat-x;
	background-position:top left; 
	width: 300px;
	height: 41px;
	float: left;
}
.searchRight {
	background-image:url(../resources-1.0.4/buttons/rfl_search_right.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 42px;
	height: 40px;
	float: left;
}
.mainTitleLeft {
	background-image:url(../resources-1.0.4/buttons/main_title_left.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 5px;
	height: 40px;
	float: left;
	cursor: pointer;
}
.mainTitleMiddle {
	background-image:url(../resources-1.0.4/buttons/main_title_middle.png);
	background-repeat:repeat-x;
	background-position:top left; 
	/*width: 80%;*/
	height: 40px;
	float: left;
	cursor: pointer;
	font-size: 12pt;
	font-weight: bold;
	color: #8F1C29;
}
.mainTitleRight {
	background-image:url(../resources-1.0.4/buttons/main_title_right.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 5px;
	height: 40px;
	float: left;
	cursor: pointer;
}
.mainTitleLeftHome {
	background-image:url(../resources-1.0.4/buttons/main_title_left.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 5px;
	height: 40px;
	float: left;
}
.mainTitleMiddleHome {
	background-image:url(../resources-1.0.4/buttons/main_title_middle.png);
	background-repeat:repeat-x;
	background-position:top left; 
	width: 80%;
	height: 40px;
	float: left;
	font-size: 12pt;
	font-weight: bold;
	color: #8F1C29;
}
.mainTitleRightHome {
	background-image:url(../resources-1.0.4/buttons/main_title_right.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 25px;
	height: 40px;
	float: left;
}

.leftMenuBg1 {
		background-image:url(../resources-1.0.4/buttons/left_menu_bg1.png);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		color:#EEEEEE;
		cursor:pointer;	
	width: 175px;
	height: 11px;	
	font-size: 1px;	
}
.leftMenuBg2 {
		background-image:url(../resources-1.0.4/buttons/left_menu_bg2.png);
		background-repeat:repeat-y;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		color:#EEEEEE;
		cursor:pointer;	
		width: 175px;
		height: 189px;
		overflow: auto;
}
.leftMenuBg3 {
		background-image:url(../resources-1.0.4/buttons/left_menu_bg3.png);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		color:#EEEEEE;
		cursor:pointer;	
	width: 175px;
	height: 11px;		
}

.leftMenuBg4 {
		background-image:url(../resources-1.0.4/buttons/left_menu_bg2.png);
		background-repeat:repeat-y;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		color:#EEEEEE;
		cursor:pointer;	
		width: 175px;
		height: 303px;
		overflow: auto;
}
.clear{
	clear:both;
}
.top{
	width: 100%;
	background-color: #3C3C3C;
}
.bottom{
	width: 100%;
	background-color: #3C3C3C;
}
.top .left,.top .right,.bottom .left,.bottom .right {
	background-image: url(../resources-1.0.4/rfl/black_bg.png);
	background-repeat: no-repeat;
	height: 8px;
	font-size: 1px;
}
.top .left{
	background-position: 0px 0px;
}
.top .right {
	background-position: 100% -8px;
}
.bottom .left {
	background-position: 0px -24px;
}
.bottom .right {
	background-position: 100% -16px;
}
.gray {
	width: auto;
	background-color: #505050;
}
.gray .top{
	width: auto;
	background-color: #505050;
}
.gray .bottom{
	width: auto;
	background-color: #505050;
}
.gray .top .left,.gray .top .right,.gray .bottom .left,.gray .bottom .right {
	background-image: url(../resources-1.0.4/rfl/gray_bg.png);
	background-repeat: no-repeat;
	height: 5px;
	font-size: 1px;
}
.gray .top .left{
	background-position: 0px 0px;
}
.gray .top .right {
	background-position: 100% -5px;
}
.gray .bottom .left {
	background-position: 0px -15px;
}
.gray .bottom .right {
	background-position: 100% -10px;
}
.content {
	width: auto;
	background-color: #EEEEEE;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 7px;
}
.content .top{
	width: auto;
	background-color: #EEEEEE;
}
.content .bottom{
	width: auto;
	background-color: #EEEEEE;
}
.content .top .left,.content .top .right,.content .bottom .left,.content .bottom .right {
	background-image: url(../resources-1.0.4/rfl/white_bg.png);
	background-repeat: no-repeat;
	height: 5px;
	font-size: 1px;
}
.content .top .left{
	background-position: 0px 0px;
}
.content .top .right {
	background-position: 100% -5px;
}
.content .bottom .left {
	background-position: 0px -15px;
}
.content .bottom .right {
	background-position: 100% -10px;
}
.arrow {
	color: #8F1C29;
	padding-left: 15px;
	padding-right: 1px;
	font-weight: bold;
}
.hrsep {
	width: 150px;
	border: 1px solid #B2B2B2;
}
.autoHeight {
	min-height:90%;
	height: auto !important;
	height:600px;
}
.dashLine {
	border: 3px dashed #0099FF;
	width: 270px;
	height: 18px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.solLine {
	border: 1px dashed #0099FF;
	width: 282px;
	height: 22px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.solLineColor {
	border: 1px dashed #000000;
	width: 294px;
	height: 26px;
}

.dashLine1 {
	width: 270px;
	height: 18px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.solLine1 {
	width: 282px;
	height: 22px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.solLineColor1 {
	width: 294px;
	height: 36px;
}



.biomarkerImgHeight{
	height: 100px;
}

.biomarkerHeight{
	height: 100%;
}

.biobtnActiveText {
		background-image:url(../resources-1.0.4/buttons/bio_btn_02.gif);
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		width:45px;
		height:31px;
		color:#EEEEEE;
		cursor:pointer;	
}
.biobtnDisableText {
		background-image:url(../resources-1.0.4/buttons/bio_btn_01.gif);
		background-repeat:no-repeat;
		background-position:top right; 
		background-color:#FFFFFF;
		border:none;
		width:45px;
		height:31px;
		color:#EEEEEE;
		cursor:pointer;	
}

.biomarkerLineButton {
	background-image:url(../resources-1.0.4/report/biomarker_line.png);
	background-repeat:repeat-x;
	background-position:bottom -1 left -1;
}

.backwhithLine {
	background-color: white;
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
}

.inputReadonlyBG {
	color: gray ;
	background-color: #D4D0C8;
}

.textbold{
	font-weight: bold;	
}
.gistcaltdheigth td{
	height: 25px;
}

.gistcaltdright{
	text-align: right;
}
.rflblod{
	font-weight: bold;
}

.specweigth{
	width: 180px;
}
.rflselectPageSize{
 	color: blue;
 	font-weight: bold;	
}

.rflGistErrorClor{
	color: blue;
	font-weight: bold;
}

.rptStyle1{
	font-size: 12pt;
	font-weight: bold;
	color: #6D6E71;
}
.rptGistStyle1{
	font-size: 10pt;
	font-weight: bold;
	color: #6D6E71;
}

.rptStyle2{
	font-size: 15.761pt;
	font-weight: bold;
	color: RED;
}
	
.gistRptTitle1{
	color:white;
	width: 725px;
	height: 34px;
	font-size: 10pt;
	padding-left: 5px;
	background-repeat: no-repeat;
}
.gistNumDiv{
	background-repeat: no-repeat;
	background-position: center;
	width: 92px;
	height: 58px;
	text-align: center;
}
.gistNumDiv2{
	background-repeat: no-repeat;
	background-position: center;
	width: 96px;
	height: 95px;
	text-align: center;
}
.gistNumDiv3{
	background-repeat: no-repeat;
	background-position: center;
	width: 96px;
	height: 110px;
	text-align: center;
}
.gistMsgDiv{
	height: 58px;
	text-align: center;
}
.gistMsgDiv2{
	height: 95px;
	text-align: center;
}
.gistMsgDiv3{
	height: 110px;
	text-align: center;
}
.rptFontFaimly{
	font-family: Arial,"Narrow";
}
.rptleftTableHeight{
	height: 200px;
	width: 100%;
}
.rptGistRightTableHeight{
	/*height: 420px;*/
	width: 350px;
}

.middDivText{
	margin-top: 5px;
	font-weight: bold;
}
.rptTitleAlign{
	text-align: center;
}
.pageFont{
	font-family: Arial;
	font-weight: bold;
}
.rptTitle{
	font-size: 26pt;
	font-family: Arial;
	white-space: nowrap;
}
.rptsubTitle{
	font-size: 25pt;
	font-family: Arial;
}
/*
.rptsubTitle1{
	color: white;
	font-size: 12pt;
	background-image:url(../resources-1.0.4/report/subtitle_bg.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0 5px; 
	background-position: right;
}*/
.rptsubTitlecimtright{
	font-size: 12pt;
	padding: 3px 0;
	font-weight: bold;
}
.rptsubTitle2{
	font-size: 12pt;
	font-weight: bold;
}
.rptContentStly{
	font-size: 9pt;
	font-weight: bold;
}
.rptContentStlyBiomarker{
	color: #AE1724;
	font-size: 10pt;
	font-weight: bold;
}

.rptsubTitle2Biomarker{
	font-size: 12pt;
	font-weight: bold;
}
/*
.tdDashButtom{
	width:425px;
	background-image:url(../resources-1.0.4/report/subline_bottom_left.png);
	background-repeat: no-repeat;
	background-position: bottom;
}*/
.tdDashButtomRight{
	/*border-bottom: 2px solid #D4D0C8;*/
	width:425px;
	background-image:url(../resources-1.0.4/report/subline_bottom_right.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tdSolidTop{
	border-top: 5px solid #58595B;
}
.tdSolidButtom{
	border-bottom:5px solid #58595B;
}
/*
.tdDashLeft{
	border-left: 2px solid #D4D0C8;
}*/
.cimtMaxage{
	line-height: 50px;
	padding: 3px;
	width: 85px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	font-size: 15pt;
	font-weight: bolder;
}
.cimtchexkedPlaque{
	border:3px solid #D1D3D4;
	padding: 3px 3px 3px 3px; 
	font-size: 18px;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
}
.gistNumberTable{
	font-size: 8pt;
	padding: 2px 2px 2px 2px;
	margin: 0;
}
.riskBorder{
	border: 5pt solid #5B5B5B;
	padding: 0 5px;
	width:120px;
	height:50px;
	/**white-space: nowrap;*/
	text-align: center;
}
.riskLineHeigth{
	line-height:50px;
}
.cimtRisknotAvailable{
	color: red;
}
.cimtRisknotAvailableHidden{
	color: red;
	display: none;
}

.dijitButtonNode{
 background-color: #5B5B5B;
 }
.rxTable{
	border-right: 1px solid #000;
 	border-bottom: 1px solid #000;
 }
 .rxTable TD{
	padding: 0 0px 0 3px;
  	border-top: 1px solid #000;
 	border-left: 1px solid #000;
 }
 .bgheigth{
 background-image:url(../resources-1.0.4/report/bgheigth.png);
 }
  .bgweigth{
 background-image:url(../resources-1.0.4/report/bgweigth.png);
 }
.riskFont{
	white-space:nowrap;
	font-weight: bold;
}
.riskRed{
	color: #AE1724;
	font-weight: bold;
}
.riskYellow{
	color: #D99006;
	font-weight: bold;
}
.riskGreen{
	color: green;
	font-weight: bold;
}
 .reportPD{
 	padding: 0 20px;
 }
 .reportPD1{
 	padding: 0 0 0 20px;
 }
.reportlogTB{
 	padding: 8px 20px;
 }
.reporttitletTB{
 	padding: 5px 20px;
 }
.reportnameTB{
 	padding: 5px 20px;
 }
 .footmiddle{
 	border-top: 5px solid #9a1a1a;
 	line-height: 2px;
 }
.headerbotton{
 	border-bottom: 8px solid #4d4d4d;
 }
 
.cimtFont{
	font-family: Verdana,Arial;
	font-weight: bold;
	color: #231f20;
	font-size: 10pt;
}
 
 
 rptNameInfo{
	font-size: 12pt;
}
.PATIENT_NAME_INFO{
 	text-transform:Uppercase;
}

.tdDashTop{
	background-image:url(../resources-1.0.4/report/dot.png);
	background-repeat:repeat-x;
	background-position: top;
}

.tdDashLeft{
	background-image:url(../resources-1.0.4/report/dot1.png);
	background-repeat:repeat-y;
	background-position: left;
}

.tdDashButtom{
	background-image:url(../resources-1.0.4/report/dot.png);
	background-repeat:repeat-x;
	background-position: bottom;
}

.rptsubTitle1{
	color: #7f1619;
	font-size: 16pt;
	white-space: nowrap;
	padding-top: 5px;
}
.rptsubTitle2{
	font-size: 12pt;
	white-space: nowrap;
}
.rptsubTitle3{
	color: #7f1619;
	font-size: 14pt;
	white-space: nowrap;
	padding-top: 10px;
}
.RiskPadd{
	padding-left: 10px;
}
.riskFont{
	white-space: nowrap;
	font-size: 18pt;
	text-align: center;
}
.riskRed{
	color: #d2232a;
	font-weight: bold;
}
.riskYellow{
	color: #fcb040;
	font-weight: bold;
}
.riskGreen{
	color: #40ae49;
	font-weight: bold;
}
.rptNormalText{
	font-size: 10pt;
	font-weight: normal;
}
.buttonHeaderText {
		background-repeat:no-repeat;
		background-position:top left; 
		background-color:#FFFFFF;
		border:none;
		height:30px;
		color: #d2232a;
		cursor:pointer;	
		font-family: Arial;
		font-size: 12pt;
		font-weight: bold;
		padding-bottom: 5px;
}
#rlftopdiv .dijitContentPane {
    padding: 0px !important;
}
#GISTtempdate {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}