html {
	height: 100%; /* needed to base 100% height on something known*/
}

body {
	height: 100%; /* needed to base 100% height on something known*/
	margin: 0 auto;
	font-family: Segoe UI;
	font-size: 14px !important;
}

#outer {
	margin: 0 auto;
	min-height: 100%;
	margin-top: -30px;
	/*footer height - this drags the outer 40px up through the top of the monitor */
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 1180px;
}


/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}

.userinfo {
	border: 1px solid #494437;
	background: #8DB6AA
		url("#{resource['primefaces-lnt:images/ui-bg_highlight-soft_100_deedf7_1x100.png']}")
		50% top repeat-x;
	font-weight: Semibold;
}

.welcomediv {
	background-color: #9a9ba3;
	height: 100px;
}

.lastlogindiv {
	background-color: #9a9ba3;
}

.screentitlediv {
	background-color: #9a9ba3;
	color: #ffffff;
}

.panelheader {
	margin-left: 1%;
	*margin-left: 2%;
}

.logingrid {
	border: 1px !important;
	height: 330px;
}

.ui-panel {
	padding: 1px;
}


.logoutBtn {
	background-image: url('../images/log_off.png') !important;
	background-position: 0 0;
}

.logoutBtn .ui-button {
	background: #ffffff !important;
	border: none !important;
	padding: none;
	margin-bottom: -2px;
}



.loginRegLink .ui-button {

 	border-width: 0px;
	font-weight: normal;
	font-size:16px;
	color: white !important;
	text-decoration: none; 
	background: none  !important;
	box-shadow: inset 0 0 0 0px #27496d !important; 
	border: none !important;
	
}

.loginRegLink .ui-button-text-only .ui-button-text {
    padding: 0.3em 1em;
    text-decoration: underline !important; 
}


	


.logout.ui-button {
	background: #ffffff !important;
	border: none !important;
}

.headercolumn {
	width: 28%
}
/* RFS#125200 */
.headercolumnad {
	width: 44%
}

.ui-dialog-titlebar {
	background-color: #C9CACF;
	color: #ffffff;
	font-size: 12px;
}

.ui-messages-error {
	background: #ffffff !important;
}

.ui-messages-error-summary {
	font-family: Segoe UI;
	font-size: 1em;
	margin-left: 0px;
}

.ui-messages-info {
	background: #ffffff !important;
}

.ui-messages-info-summary {
	font-family: Segoe UI;
	font-size: 1em;
	margin-left:0px;
}

.ui-paginator {
	font-family: Segoe UI;
	font-weight: Semibold;
	padding: 10px !important;
}

.ui-paginator {
	text-align: right !important;
}

.ui-paginator span {
	text-align: left !important;
}

.ui-picklist-list {
	font-family: Segoe UI;
	font-size: 14px;
}

.screentitle {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 14px;
	margin-left: 1%;
}

.screentitledate {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 10px;
	margin-left: 1%;
}

.columnlogin {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: gray;
}

.headertext {
	margin-right: 2px;
	margin-top: 3px;
	font-family: Segoe UI;
	font-size: 10px;
	font-weight: Semibold;
	color: black;
}

.headertext1 {
	margin-right: 4px;
	margin-left: 4px;
	font-family: Segoe UI;
	font-size: 10px;
	font-weight: Semibold;
	color: black;
	text-align: center;
}

.separator {
	margin-right: 2px;
	margin-top: 5px;
	font-family: Segoe UI;
	font-size: 20px;
}

.bodycontent {
	width: 99%;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0.1 px;
	border-style: solid;
	border-color: #e7e7e7;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	background: #ffffff;
}

.bodycondialogreg1 {

	width:30%; 
	max-width:405px; 
	background-color:black; 
	opacity: 0.7;
	position: fixed; 
	left: 35%; 
	top:16%; 
	border-radius: 5px;
}



.bodycondialogreg2 {

	width:30%;
	height:auto; 
	max-width:405px; 
	background-color:rgba(0, 0, 0, 0.87);
	position: fixed; 
	left: 36%;
	right: 36%; 
	top:16%; 
	border-radius: 5px;
	opacity:0.8;
	padding-bottom: 1%;
	margin: auto;
}



.bodycondialogreg {

	width: 28%;
	max-width:382px;
	position: fixed;
	background: none;
	left: 36%; 
	top:17%;
}



.profile {
	Color: black;
	margin-right: 30%;
	font-weight: Semibold;
	font-size: 14px
}

.detailsheader {
	color: #ffffff;
}

.datatableheadertext {
	font-family: Segoe UI;
	font-size: 12px;
	margin-left: .5;
	color: #ffffff;
}

.taxformheader {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 13px;
	color: #ffffff;
	margin-left: 2%;
}

.copyright {
	font-size: 11px;
	margin-top: 10px;
	color: #C9CACF;
	font-family: Segoe UI;
}


.ui-picklist-button-add-all {
	display: none !important;
}

.ui-panel {
	border: none !important;
}

.headerdiv {
	background-color: #9a9ba3;
	height: 4px
}

.ui-datepicker-header {
	background: #9a9ba3 !important;
}

.logoutscr {
	width: 650px;
	border: 1px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	border-color: black;
}

.logoutmsg {
	height: 40px;
	padding: 2%;
	font-family: Segoe UI;
	font-size: 1.2 em;
	background-color: #00b7cc;
}

.ui-chkbox-label {
	font-weight: Semibold !important;
}

.jqplot-cursor-tooltip {
	font-weight: Semibold !important;
}


.logoutdiv {
	height: 40px;
	padding: 2%;
	font-family: Segoe UI;
	font-size: 1.2 em;
	background-color: #8DB6AA;
}
/* hardcode styles removing 120810*/
.loginimagewidth {
	float: left;
	padding-top: 7%;
	margin-left: 2%;
	width: 200px;
	height: 80px;
}

.loginlang {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 1.2em;
}

.textaligncenter {
	text-align: center;
}

.floatcenter {
	float: center;
}

.floatleft {
	float: left;
}

.displaynone {
	display: none;
}

.width4 {
	width: 4%;
}

.fundurl {
	float: left;
	text-decoration: underline;
}


.txtalgctrwid500px {
	text-align: center;
	width: 500px;
}

.disclaimer {
	font-weight: Semibold;
	font-size: 12px;
	color: #b94a48;
}

.divtag {
	margin-right: auto;
	margin-left: auto;
	width: 85%;
}

.fontweight {
	font-weight: Semibold;
}

.marginright {
	margin-right: 20px;
}

.txtalgctrwid250px {
	width: 250px;
	text-align: center;
}

.txtalgctrhgt20px {
	height: 20px;
	text-align: center;
}

.marginleft10 {
	margin-left: 10%;
}

.fontSemiboldcolorwhitetxtctr {
	font-weight: Semibold;
	color: #ffffff;
	text-align: center;
}

.nochart {
	margin-left: 43%;
	text-align: center;
	color: #b94a48;
	font-weight: Semibold;
}

.linechart {
	height: 500px;
	margin-top: 1.56%
}

.marginbottom {
	margin-bottom: 10px;
}

.backgroundcolor {
	background-color: #C8C8BF;
}

.marginleft {
	margin-left: 30px;
}

.marginleft85 {
	margin-left: 85%;
}

.marginbottomper {
	margin-bottom: 0.78%
}

.width150px {
	width: 150px;
}

.width100px {
	width: 100px;
}

.width70px {
	width: 70px;
}

.width650px {
	width: 650px;
}

.marginleft7per {
	margin-left: 7.8%;
}

.hgt30pxpaddtop25px {
	height: 30px;
	padding-top: 25px;
}

.fontwgtSemiboldcolred {
	font-weight: Semibold;
	color: red;
}

.marginleftandright {
	margin-right: 2%;
	margin-left: 5%;
}

.fontweightandsize {
	font-weight: Semibold;
	font-size: 12px;
}

.marginleftandwidth {
	margin-left: 20%;
	width: 85%;
}

.colorblue {
	color: blue;
}

.marginleft234per {
	margin-left: 2.34%;
}

.width80px {
	width: 80px;
}

.width30px {
	width: 30px;
}

.marginleft4.6 {
	margin-left: 4.6%;
}

.marginleft6.25 {
	margin-left: 6.25%;
}

.marginleft6.64 {
	margin-left: 6.64%;
}

.marginleft0.46 {
	margin-left: 0.46%;
}

.backgrndcollightgray {
	background-color: lightgray;
}

.marginleft5.85 {
	margin-left: 5.85%
}

.marginbottom07 {
	margin-bottom: 0.7%;
}

.marginleft15 {
	margin-left: 15.6%;
}

.textalignright {
	text-align: right;
}

.textalignleft {
	text-align: left;
}

.height30 {
	height: 30px;
}

.marginleftandrightauto {
	margin-right: auto;
	margin-left: auto;
}

.outputtext {
	font-weight: Semibold;
	width: 10%;
}

.width10per {
	width: 10%
}

.marginright10per {
	margin-right: 10%;
}

.marginleft89 {
	margin-left: 89%;
}

.marginleft1per {
	margin-left: 1%;
}

.bordersolid {
	border: 1px solid black;
}

.bordertopcolor {
	border-top-color: black;
}

.fontweightmarginleft {
	font-weight: Semibold;
	margin-left: 1%;
}

.fontweightmarginleft70 {
	font-weight: Semibold;
	margin-left: 70%
}

.fontfamily {
	font-family: Segoe UI;
}

.textalignmarginright {
	text-align: right;
	margin-right: 2%
}

.summarytotal {
	font-weight: Semibold;
	font-size: 14px;
	padding: 1% 1%;
}

.marginlefttextalign {
	margin-left: auto;
	text-align: center;
}

.widthheight {
	height: 16px;
	width: 16px;
	padding: 5px;
	border: 0;
}

.fontSemiboldcolorC8C8BF {
	font-weight: Semibold;
	background-color: #C8C8BF;
}

.marginleft40 {
	margin-left: 40%;
}

.width10px {
	width: 10px;
}

.width50px {
	width: 50px;
}

.width100per {
	width: 100%;
}

.margintop10px {
	margin-top: 10px;
}

.width140 {
	width: 140px;
}

.width20px {
	width: 20px;
}

.marginleft28px {
	margin-left: 28px;
}

.accattrdiv {
	height: 15px;
	float: left;
	margin-left: 1%;
	padding-top: 2px;
	width: 80%
}

.width90per {
	width: 90%;
}

.widthandheight {
	width: 400px;
	height: 500px
}

.backgroundcolorred {
	background-color: red;
}

.padding2per {
	padding: 2% 2%;
}

.minwidth {
	min-width: 210px;
}

.marginbottom2px {
	margin-bottom: 2px;
}

.paddingnone {
	padding: none;
}

.charttitle {
	margin-left: 300px;
	height: 300px;
	width: 500px;
}

.acccontdiv {
	font-weight: Semibold;
	margin-left: 10px;
	padding-bottom: 10px;
}

.padding2px {
	padding: 2px 2px;
}

.width10per {
	width: 10%;
}

.marginright8per {
	margin-right: 0.8%;
}

.invsumselectchattype {
	margin-bottom: 2px;
	margin-left: 0%;
}

.backgroundfontweight {
	background: #ffffff;
	padding: 2px 2px;
	font-weight: Semibold;
}

.starcolor {
	font-weight: Semibold;
	color: #b94a48;
}

.fontfamilymarginleft {
	font-family: Segoe UI;
	margin-left: 85%;
}

.accsummchart {
	height: 300px;
	width: 800px;
}

.accsummpiechart {
	width: 330px;
	height: 320px;
}

.accsummivrpro {
	width: 600px;
	height: 700px;
}

.selectcharttype {
	margin-bottom: 2%;
	margin-left: 0%;
}

.marginleft70per {
	margin-left: 70%;
}

.accsumcndtotal {
	font-weight: Semibold;
	font-size: 014px;
	float: right;
}

.marginleft68per {
	margin-left: 68%;
}

.colorred {
	color: black;
	font-family: Segoe UI;
}

.stmtmarginleft90 {
	margin-left: 90%;
}

.widtb180px {
	width: 180px;
}

.width190px {
	width: 190px;
}

.height35px {
	height: 35px;
}

.marginleft50per {
	margin-left: 50%;
}

.width18px {
	width: 18px;
}

.width600px {
	width: 600px;
}

.stmtdiv {
	float: right;
	display: block;
}



.width95per {
	width: 95%;
}

.width80per {
	width: 80%;
}

.width15per {
	width: 15%;
}

.trnsumm {
	color: #ffffff;
	font-size: 9pt;
	font-weight: Semibold;
}

.fontsize9pt {
	font-size: 9pt;
}

.fontsize18px {
	font-size: 18px;
}

.marginright1per {
	margin-right: 1%;
	font-weight: Semibold;
	float: right;
}

.width200px {
	width: 200px;
}

.marginleft60per {
	margin-left: 60%;
}

.marginleft68per {
	margin-left: 68%;
}

.paddingtop5per {
	padding-top: 5%;
}

.errorh1 {
	height: 40px;
	padding: 2%;
	background-color: #9a9ba3;
}

.separator {
	width: 1000px;
	margin: auto;
	color: gray;
}

.menuatrax {
	height: 30px;
	z-index: 5;
	position: relative;
}

.pagetemplate {
	width: 99%;
	height: 32px;
}

.pgecommandbutton {
	background: #ffffff;
	border-color: #ffffff;
	width: 0.1px
}

.fontsize10pt {
	font-size: 10pt;
}

.paddingleftandright {
	margin: 0.4%;
	padding-left: 10px;
	padding-right: 10px
}

.totopstyle {
	position: fixed;
	bottom: 30px;
	margin-left: 95%;
	transition: 1s;
	width: 20px;
	display: block;
}

.logindialog {
	width: 1000px;
	height: 700px;
}

.marginleft2per {
	margin-left: 2%;
}

.margintopandbottom {
	margin-top: 5px;
	margin-bottom: 3px;
}

.width90per {
	width: 90%;
}

.marginleft93per {
	margin-left: 93%;
}

.flagstyle {
	margin-right: 0.15%;
	margin-top: 0.6%;
}

.fundpricechart {
	width: 700px;
	height: 500px
}

.asatdatefundpr {
	font-family: Segoe UI;
	font-size: 12px;
	margin-left: .5;
	color: #ffffff
}

.width20per {
	width: 20%;
}

.fundlinechart {
	height: 300px;
	margin-top: 20px
}

.displayblock {
	display: block;
}

.marginleft5per {
	margin-left: 5%;
}

.textalignwidth100per {
	text-align: center;
	width: 100%;
	margin-right: 7%;
}

.admindiv {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 14px;
	color: red
}

.marginbottom1per {
	margin-bottom: 1%;
}

.width70per {
	width: 70%
}

.fontSemiboldfloatleft {
	font-weight: Semibold;
	float: left;
}

.floatlefttop1perfontSemibold {
	float: left;
	margin-top: 1%;
	font: Semibold;
}

.height300width500 {
	height: 300px !important;
	width: 500px !important;
}

.padding1per1per {
	padding: 1% 1%;
}

.txtctrwidthauto {
	text-align: center;
	width: auto;
}

.width140px {
	width: 140px;
}

.invsumnochart {
	margin-left: 520px;
	text-align: center;
	color: #b94a48;
	font-weight: Semibold
}

.width50per {
	width: 50%;
}

.marginright5per {
	margin-right: 5%;
}

.logindivtag {
	width: 724px;
	height: 30px;
	margin: auto;
}

.localcode {
	padding: 0px !important;
}

.marginauto {
	margin: auto;
}

.loginmenuatrax {
	float: right;
	height: 70px;
	width: 380px;
	margin-top: -5%;
	margin-bottom: -10%
}

.loginpanel {
	width: 340px;
}

.loginmenuitrax {
	font-weight: Semibold;
	font-style: Segoe UI;
	font-size: 1.3em;
}

.height85px {
	height: 85px;
}

.height80px {
	height: 80px;
}

.height90px {
	height: 90px;
}

.fundpricelist {
	width: 200px;
	margin-left: -1%;
	margin-top: -5%
}

.loginbutton {
	height: 90px;
	width: 425px;
	margin-top: 4.3%;
	margin-bottom: -4.4%
}

.loginpanelchart {
	width: 345px;
	margin-left: -0.5%;
}

.username {
	width: 302px;
	height: 25px;
}

.width400 {
	width: 400px;
}

.changepswd {
	float: right;
	padding: 0px;
}

.width500px {
	width: 500px;
}

.marginleft33per {
	margin-left: 33%;
}

.flagupdown {
	margin-right: 1%;
	margin-top: 1%;
}

.marginbottom3per {
	margin-bottom: -3%;
}

.validateuser {
	float: right;
	height: 30px;
	min-width: 70px;
}

.margintop0per {
	margin-top: 0%
}

.width425px {
	width: 425px;
}

.noaccesstyle {
	height: 40px;
	padding: 2%;
	font-family: Segoe UI;
	font-size: 1.2 em;
	background-color: #9a9ba3;
}

.textdecoration {
	text-decoration: underline;
}
/* checkbox label issue */
.ui-chkbox .ui-chkbox-label {
	float: right !important;
}

.ui-datatable thead th,.ui-datatable tbody td,.ui-datatable tfoot td {
	#ffffff-space: lighter !important;
}

.ui-tabs {
	padding: none !important;
	border: none !important;
}

.ui-tabs-panel {
	padding: 0px !important;
	border: none !important;
	margin: none !important;
}

.ui-tabs-nav {
	padding: none !important;
	
}

.ui-panel {
	padding: none !important;
}

.ui-tabs-panels {
	padding: none !important;
}

.ui-fieldset {
	border: none !important;
}

.ui-carousel-header-title {
	font-size: .7em;
}

.ui-selectcheckboxmenu-label {
	text-overflow: ellipsis;
	width: 200px;
	#ffffff-space: nowrap;
	overflow: hidden;
	font-weight: lighter;
	/* for good looks */
	padding: 10px;
}

.checkbox.ui-selectcheckboxmenu .ui-selectcheckboxmenu-panel {
	visibility: visible !important;
}

.ui-chkbox-box {
	background: #9a9ba3 !important;
}

.ui-selectcheckboxmenu-label {
	background: #ffffff !important;
}

.headertext2 {
	margin-right: 4px;
	margin-left: 4px;
	font-family: Segoe UI;
	font-size: 10px;
	font-weight: Semibold;
	color: grey;
	text-align: center;
}

.ui-chkbox-label {
	padding-left: 5px !important;
}

.ui-radiobutton {
	padding-left: 5px !important;
}

.fileupload-buttonbar {
	border-color: black !important;
	height: 20px;
	width: 600px;
}

.fileupload-content {
	border: none;
	width: 600px;
	height: auto;
}

.mycheckboxonemenu .ui-selectcheckboxmenu-header .ui-inputfield {
	width: 78px !important;
}

.mycheckboxonemenu1 .ui-selectcheckboxmenu-header .ui-inputfield {
	width: 40px !important;
}

.testingWidth {
	width: 1100px !important;
}

.marginleft4 {
	margin-left: -4%;
}

.Semiboldfont {
	font-weight: Semibold;
}

.footerdisclaimer {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.marginbottom20 {
	margin-bottom: 20px;
}

.userdetlabel {
	color: #9a9ba3;
	font-family: Segoe UI;
	font-size: 12px
}
.latestupdate li {
	border: 0px none;
}
.status.ui-dialog{
background: none !important;
border : none !important;
}

.ui-galleria-filmstrip-wrapper {
    display:none;
}

.ui-galleria {
	border: none;

}

.mybanner {
	width: 425px;
	height: 85px;
}

.ui-wizard-step-title {
font-size: 1em  !important ;
margin: 0 3px 0 0 !important;
padding: 0.4em !important ;
float: left !important ;
}


.pagetptprdimg {
	margin-left: 50px;
	margin-top: 9px;
	margin-bottom: 15px;
}

.forgotpassheader {
	margin-left: 40%;
	margin-top: 21px;
	margin-bottom: 15px;
}

.floatright1 {
	float: right;
}
.floatleft1 {
	float: left;
}

.floatleft {
	float: left;
		margin : 5px 0 0 0  !important;
}

.floatnone {
	float: none;
		margin : 5px 0 0 0  !important;
}

.floatin {
	float: inherit;
		margin : 5px 0 0 0  !important;
}

.pagetpthead1 {
	font-family: Segoe UI;
	font-size: 11px;
	font-weight: Regular;
	color: #999999;
}

.pagetpthead2 {
	margin-left: 10px;
	margin-right: 5px;
	font-family: Segoe UI;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}

.pagetpthead3 {

	font-family: Segoe UI;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	
}

.pagetptname2 {
	margin-left: 140px;
	font-family: Segoe UI;
	font-weight: bold;
	color: ##333333;
	
}

.pagetptname3 {
	margin-top: 9px;
	margin-bottom: 9px;
}

.pagetptname4 {
	margin-left: 10px;
	margin-top: 9px;
	margin-right: 21px;
}

.pagetptname5 {
	margin-left: 5px;
	margin-top: 9px;
}





.headertext2 {
	margin-right: 4px;
	margin-left: 4px;
	font-family: Arial;
	font-size: 10px;
	font-weight: Semibold;
	color: grey;
	text-align: center;
}

.userdetails {
	height: 58px;
	border-width: 0px;
	border-color: #e7e7e7;
	border-style: solid;
	background-color: rgba(255, 255, 255, 0);
	font-family: Segoe UI;
	margin-left: auto;
	margin-right: auto;
}

.userdetailsfooter {
	height: 30px;
	border-width: 0px;
	border-style: solid;
	background-color: #545454;
	text-align: left;
	font-family: Segoe UI;
	margin-left: auto;
	margin-right: auto;
}

.localcode1 {
	margin-top: 10px;
	font-family: Segoe UI;
	font-weight: 400;
	font-style: lighter;
	font-size: 14px;
	color: #ADADAD;
	text-align: left;
}

.cmd_link1 {
	font-size: 13px;
	color: white  !important;
	text-decoration: none;
	
}



.advisor_logo_image{
width:100px;
height:20px;

}
.lnt_logo_image
{
padding-right: 10px;
height:24px;
}

.myPanelStyleForgot.ui-panel .ui-panel-content {
	background: #ffffff;
	font-weight: Semibold;
	border: 1px solid #545454;
	
}

.myPanelStyleForgot.ui-panel .ui-panel-titlebar {
	background: #545454;
}




.ui-commandlink.ui-widget.link{

font-family:'Segoe UI';
font-weight:400; 
font-style:normal;
font-size:14px;
color:#2373A4;
}


.ui-commandlink.ui-widget.link:hover{

font-family:'Segoe UI';
font-weight:400; 
font-style:normal;
font-size:14px;
color:#00b7cc;
}

 .searchstyle.ui-panel{

	
	background-color:white;
}

.imagerenderer
{
background-image: url('../images/landing_page/u551.png');
background-repeat: no-repeat;
padding: 15px;
background-position: right center;
display: block;
}

.imagerenderer:active
{

background-image: url('../images/landing_page/u999.png');
background-repeat: no-repeat !important;
padding: 15px;
background-position: right center;
display: block;
}

.image:active
{

background-image: url('../images/account_details/minus_u1423.png');
background-repeat: no-repeat;
padding: 15px;
background-position: right center;
}
.a.ui-panel-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-all{
background-color:#e7e7e7;

}

.lockedImage{
background-position: -110px -98px;

}

.ui-datatable-odd {
    background:#f9f9f9;
}


.ui-datatable-even {
    background: #ffffff;
   
}


.outline.ui-widget-content{
 border:none;
  font-size: 14px;
  background: #e7e7e7;
   color: #545454;
}

.header.ui-widget-header
{
background: #e7e7e7;
margin: .1em 16px .2em 0;
font-style: normal;
color: rgba(0,0,0,0.8);
font-family: sans-serif;
font-weight: bold;
}


.ui-panel .ui-panel-title
{
    margin: .1em 16px .2em 0;
    background: #e7e7e7;
    color: rgba(0,0,0,0.8);
    font-family: sans-serif;
	font-weight: bold;
}


.closeable.ui-messages .ui-messages-close
{
	float: right;
 cursor: pointer;
 background-color: #e7e7e7;

}


.ui-messages-info-summary .ui-messages-warn-summary .ui-messages-error-summary .ui-messages-fatal-summary .ui-message-info-summary .ui-message-warn-summary .ui-message-error-summary .ui-message-fatal-summary

{
margin-left: 0px;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: Segoe UI;
	font-size: 14px;
	font-style:Regular;
	text-align:left;
	Font: Segoe UI;
	color: #545454;
	}

.ui-chkbox-icon.ui-icon {
    overflow: visible;
    color: #aeaeae;
    background-color:#ffffff;
}


.ui-widget-content {
	
	font-size: 14px;
	background: #ffffff;
	color: #545454;
	padding: none !important;
}

.ui-widget-header {
	background: #e7e7e7;
	font-weight: Semibold;
	color: #545454;
}

.ui-widget-header a {
	color: #00b7cc;
} 

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
	{
	color: #ffffff;
	text-decoration: none;
	
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
	{
	border: 1px solid #2694e8;
	background: #00b7cc;
	font-weight: Semibold;
	color: #ffffff;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
	background: #777777;
}

.ui-widget:active {
	outline: none;
} /* Interaction Cues----------------------------------*/
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
	{
	border: 1px solid;
	background: #9a9ba3;
	color: #ffffff;;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a
	{
	color: #363636;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error
	{
	border: 1px solid #c51600;
	background: #c51600;
		url("#{resource['primefaces-lnt:images/ui-bg_flat_15_cd0a0a_40x100.png']}")
		50% 50% repeat-x;
	color: #ffffff;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a
	{
	color: #ffffff;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text
	{
	color: #ffffff;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary
	{
	font-weight: Semibold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary
	{
	opacity: .7;
	filter: Alpha(Opacity =         70);
	font-weight: lighter;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled
	{
	opacity: .60;
	filter: Alpha(Opacity =         60);
	background-image: none;
} /* Icons----------------------------------*/ /* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image:
		url("#{resource['primefaces-lnt:images/ui-icons_d19405_256x240.png']}");
}



.ui-widget-header .ui-icon {
	background-image:
		url("#{resource['primefaces-lnt:images/ui-icons_ffffff_256x240.png']}");
}

.ui-state-default .ui-icon {
	background-image:
		url("#{resource['primefaces-lnt:images/ui-icons_3d3d3d_256x240.png']}");
}


.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
	background-image:
		url("#{resource['primefaces-lnt:images/ui-icons_3d3d3d_256x240.png']}");
		border:none;
}

.ui-state-active .ui-icon {
	background-image:
		url("#{resource['primefaces-lnt:images/ui-icons_3d3d3d_256x240.png']}");
}

.ui-state-highlight .ui-icon {
	background-image:
		url("#{resource['primefaces-lnt:images/ui-icons_ffffff_256x240.png']}");
}

.ui-datatable .ui-sortable-column {
	color: #ffffff;
	font-weight: Semibold;
	font-family: Segoe UI;
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
	background-image:
		url("#{resource['primefaces-lnt:images/ui-icons_ffffff_256x240.png']}");
} /* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
		background-image:
		url("#{resource['primefaces-lnt:images/ui-icons_222222_256x240.png']}") !important;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-off {
	background-position: -96px -144px;
}

.ui-icon-radio-on {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
} /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
} /* Misc visuals----------------------------------*/
/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.ui-corner-tr {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.ui-corner-bl {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-corner-br {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-corner-top {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-corner-right {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-corner-left {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
} /* Overlays */
.ui-widget-overlay {
	background: none;
	opacity: .80;
	filter: Alpha(Opacity =         80);
}

.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000
		url("#{resource['primefaces-lnt:images/ui-bg_highlight-hard_70_000000_1x100.png']}")
		50% top repeat-x;
	opacity: .60;
	filter: Alpha(Opacity =         60);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
} /* PrimeFaces Extensions */
.ui-inputfield,.ui-widget-content .ui-inputfield,.ui-widget-header .ui-inputfield
	{
	background: #ffffff;
	-moz-box-shadow: inset 0 0px 0px #cccccc;
	-webkit-box-shadow: inset 0 0px 0px #cccccc;
	box-shadow: inset 0 0px 0px #cccccc;
	color: black;
}

.ui-inputfield.ui-state-focus,.ui-widget-content .ui-inputfield.ui-state-focus,.ui-widget-header .ui-inputfield.ui-state-focus
	{
	-moz-box-shadow: 0px 0px 0px #cccccc, inset 0 0px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 0px #cccccc, inset 0 0px 0px #cccccc;
	box-shadow: 0px 0px 0px #cccccc, inset 0 0px 0px #cccccc;
}

body {
	height: 100%; /* needed to base 100% height on something known*/
	font-size: 14px;
	margin: 0 auto;
}

html {
	height: 100%; /* needed to base 100% height on something known*/
}

#outer {
	margin: 0 auto;
	min-height: 100%;
	margin-top: -30px;
	/*footer height - this drags the outer 40px up through the top of the monitor */
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 1180px;
}

#outerlogin {
	margin: auto;
	min-height: 100%;
	margin-top: -30px;
	/*footer height - this drags the outer 40px up through the top of the monitor */
	text-align: left;
}

.custom-datatable-footer {
	text-align: right;
	margin-right: 2%;
	font-size: 1em;
	font-family: Segoe UI;
	font-weight: Semibold;
}

.custom-datatable-doubleFooter {
	text-align: left;
	margin-left: 12%;
	font-size: 1em;
	font-family: Segoe UI;
	font-weight: Semibold;
}

.ui-widget-header {
	background: #e9e9e9;
}

#header {
	border-top: 41px solid #ffffff;
	/* soak up negative margin and allows header to start at top of page*/
}

#footer { /* footer now sits at bottom of window*/
	height: 30px; /* must match negative margin of #outer */
	clear: both;
	text-align: center;
	color: black;
}

#footer li {
	display: inline;
}

#footer li a {
	text-decoration: none;
	font-size: .9em;
	font-weight: Semibold;
	color: #045B86;
	font-family: Segoe UI;
}

#footer ul {
	list-style: none;
}

#footer li a:HOVER {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

#footer li a:VISITED {
	text-decoration: none;
	color: blue;
}

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}

h1,h2,p {
	padding: 0 10px;
}

h1 {
	font-size: 1.2em;
	font-weight: Semibold;
	color: gray;
	font-family: sans-serif;
}

.userinfo {
	border: 1px solid #494437;
	background: #8DB6AA
		url("#{resource['primefaces-lnt:images/ui-bg_highlight-soft_100_deedf7_1x100.png']}")
		50% top repeat-x;
	font-weight: Semibold;
}

.mystyle.ui-selectonemenu {
	margin-top: 0;
}

.ui-selectonemenu {
	background: none !important;
}

.userinfostyle {
	width: 60%;
}

.userinfodetail {
	color: #527CA9;
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 12px
}

.datatablerow {
	font-size: 14px;
	font-famliy: Segoe UI;
	background-color: #ffffff;
}

.image {
	
}

.image:HOVER {
	cursor: pointer;
}

.myPanelStyle.ui-panel .ui-panel-content {
	background: #ffffff;
	border-color: #ffffff;
}

.myPanelStyle.ui-panel .ui-panel-titlebar {
	background: #9a9ba3;
}

.myPanelStyle1.ui-panel .ui-panel-content {
	background: #c8c8bf;
	font-weight: Semibold;
}

.myPanelStyle1.ui-panel .ui-panel-titlebar {
	background: #9a9ba3;
}

.myPanelStyleTitle.ui-panel .ui-panel-titlebar .ui-panel-title {
	color: #ffffff;
	font-weight: Semibold;
	font-family: Segoe UI;
}

.myPanelStyleTitle2.ui-panel .ui-panel-titlebar,.ui-panel-title {
	background: #545454;
	color: #ffffff;
	font-weight: Semibold;
	font-family: Segoe UI;
	height: 16px;
}

.mystyle.ui-datatable .ui-datatable-header {
	background: #9a9ba3 !important;
	#ffffff-space: lighter !important
}

.mystyle.ui-datatable .ui-datatable-header {
	background: #9a9ba3 !important;
}

.mystyle.ui-datatable .ui-datatable-even {
	background: #ffffff;
	font-size: 14px;
}

.mystyle.ui-datatable .ui-datatable-odd {
	background: #ffffff;
	font-size: 14px;
}

.mystyle.ui-datatable .ui-datatable-odd.ui-state-default {
	background: #ffffff;
	font-size: 14px;
}

.mystyle.ui-datatable .ui-datatable-odd.ui-state-default {
	background: #ffffff;
	font-size: 14px;
}

.mystyle.ui-datatable .ui-datatable-odd.ui-state-hover {
	background: #C9CACF;
	font-size: 14px;
	border:none;
}


.mystyle.ui-datatable .ui-datatable-even.ui-state-hover {
	background: #C9CACF;
	font-size: 14px;
	border:none;
}

.mystyle.ui-datatable .ui-datatable-even.ui-state-highlight {
	background: #C9CACF;
	font-size: 14px;
}

.mystyle.ui-datatable .ui-datatable-odd.ui-state-highlight {
	background: #C9CACF;
	font-size: 14px;
}

/* End 111001 */
.mystyle.ui-datatable .ui-datatable-empty-message {
	color: #b94a48;
	font-weight: Semibold;
	font-family: Segoe UI;
}

.ui-datatable.mystyle th {
	background: 9a9ba3;
	font-family: Segoe UI;
	font-size: 14px;
}

.mystyle.ui-datatable .ui-expanded-row-content {
	background: #ffffff;
}

.mytabs.ui-tabs .ui-tabs-panel {
	background: #e9e9e9;
	margin-bottom: none !important;
}

.mytabs.ui-tabs .ui-tabs-nav {
	padding: 0px !important;
	border-bottom: 1px solid lightgrey;
}
.mytabs.ui-tabs{

padding: 0em !important;
}

.mytabs.ui-tabs .ui-tabs-nav li a{

background: #e9e9e9;
outline:none;

}

.mytabs.ui-tabs-nav {
	
	border-bottom: 1px solid grey;
}









.mytabs1.ui-tabs .ui-tabs-panel {
	background: #ffffff;
	margin-bottom: none !important;
	border: 1px solid #C8C8BF !important;
}

.mylefttabs .ui-tabs-nav {
	background: #C8C8BF;
	font-family: Segoe UI;
}


.menu.ui-menubar {
	background: #081C43;
	color: #ffc800;
}

.menu .ui-menuitem-text {
	color: #ffffff;
	font-size: 1.1em !important;
	font-family: Segoe UI;
	font-weight: Semibold;
}

.menu .ui-menuitem-text:Hover {
	color: #ffc800;
	font-size: 1.1em !important;
	font-family: Segoe UI;
	font-weight: Semibold;
}

.menu .ui-menu-list {
	background: #081C43 !important;
	color: #ffc800;
}

.menu .ui-menuitem-link {
	color: #ffffff;
}

.menu .ui-menuitem-link:Hover {
	color: ffc800 !important;
}

.welcomediv {
	background-color: #9a9ba3;
	height: 100px;
}

.lastlogindiv {
	background-color: #9a9ba3;
}

.screentitlediv {
	background-color: #9a9ba3;
	color: #ffffff;
}

.ui-panelgrid tr,.ui-panelgrid td {
	border: 0 !important;
	background: none !important;
}

.panelheader {
	margin-left: 1%;
	*margin-left: 2%;
}

.logingrid {
	border: 1px !important;
	height: 330px;
}

.ui-tabs .ui-tabs-panel {
	padding-top: .5px !important;
}

.ui-panel .ui-panel-titlebar-icon {
	float: left !important;
	margin-right: 10px;
	align: center !important;
}

.ui-panel .ui-panel-titlebar {
	height: 24px;
}

.forgotpanel .ui-panel .ui-panel-titlebar {
	height: 18px;
}


.ui-panel {
	padding: 1px;
}


.logoutBtn {
	background-image: url('../images/log_off.png') !important;
	background-position: 0 0;
}

.pdfdownload {
	background-image: url('../images/pdf.png') !important;
	background-position: 0 0 !important;
}

.logoutBtn .ui-button {
	background: #ffffff !important;
	border: none !important;
	padding: none;
	margin-bottom: -2px;
}

.pdfdownload .ui-button {
	background: #ffffff !important;
	border: none !important;
	padding: none;
	margin-bottom: -2px;
}

.logout.ui-button {
	background: #ffffff !important;
	border: none !important;
}

.headercolumn {
	width: 28%
}
/* RFS#125200 */
.headercolumnad {
	width: 44%
}

.ui-dialog-titlebar {
	background-color: #C9CACF;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.ui-messages-error {
	background: #ffffff !important;
}

.ui-messages-error-summary {
	font-family: Segoe UI;
	font-size: 1em;
	margin-left:0px;
}

.ui-messages-info {
	background: #ffffff !important;
}

.ui-messages-info-summary {
	font-family: Segoe UI;
	font-size: 1em;
	margin-left:0px;
}

.ui-paginator {
	font-family: Segoe UI;
	font-weight: Semibold;
	padding: 10px !important;
}

.ui-paginator {
	text-align: right !important;
}

.ui-paginator span {
	text-align: left !important;
}

.ui-picklist-list {
	font-family: Segoe UI;
	font-size: 14px;
}

.screentitle {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 14px;
	margin-left: 1%;
}

.screentitledate {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 10px;
	margin-left: 1%;
}

.columnlogin {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: gray;
}

.headertext {
	margin-right: 2px;
	margin-top: 3px;
	font-family: Segoe UI;
	font-size: 10px;
	font-weight: Semibold;
	color: black;
}

.headertext1 {
	margin-right: 4px;
	margin-left: 4px;
	font-family: Segoe UI;
	font-size: 10px;
	font-weight: Semibold;
	color: black;
	text-align: center;
}

.separator {
	margin-right: 2px;
	margin-top: 5px;
	font-family: Segoe UI;
	font-size: 20px;
}

.bodycontent {
	width: 99%;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0.1 px;
	border-style: solid;
	border-color: #e7e7e7;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	background: #ffffff;
}

.bodycondialog {
	width: 38%;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0.1 px;
	border-style: solid;
	border-color: #e7e7e7;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	margin-top: 7%;
	background: #ffffff;
}


.profile {
	Color: black;
	margin-right: 30%;
	font-weight: Semibold;
	font-size: 14px
}

.detailsheader {
	color: #ffffff;
}

.datatableheadertext {
	font-family: Segoe UI;
	font-size: 12px;
	margin-left: .5;
	color: #ffffff;
}

.taxformheader {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 13px;
	color: #ffffff;
	margin-left: 2%;
}

.copyright {
	font-size: 11px;
	margin-top: 10px;
	color: #C9CACF;
	font-family: Segoe UI;
}

/* .ui-carousel {
	border: none;
	width: 360px !important;
}

.ui-carousel-header {
	background-color: #9a9ba3;
	color: #ffffff;
	font-family: Segoe UI;
	font-size: 1.2em;
	font-weight: Semibold;
	width: 345px !important;
	padding-right: 0px !important;
}

.ui-carousel-dropdown {
	background-color: #ffffff !important;
	color: black;
	font-family: Segoe UI;
}

.ui-carousel-item {
	font-family: Segoe UI;
	font-weight: Semibold;
	width: 120px !important;
	color: black !important;
}
 */
.ui-picklist-button-add-all {
	display: none !important;
}

.ui-panel {
	border: none !important;
}

/* .ui-carousel .ui-carousel-dropdown {
    float: right;
    margin: 0px 10px;
    background-image: none;
    color: black !important;
}
 */


.ui-paginator-jtp-select {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #ffffff !important;
	color: black !important;
}

.ui-paginator-rpp-options {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #ffffff !important;
	color: black !important;
}

.headerdiv {
	background-color: #9a9ba3;
	height: 4px
}

.ui-datepicker-header {
	background: #9a9ba3 !important;
}

.logoutscr {
	width: 650px;
	border: 1px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	border-color: black;
}

.logoutmsg {
	height: 40px;
	padding: 2%;
	font-family: Segoe UI;
	font-size: 1.2 em;
	background-color: #00b7cc;
}

/* .ui-carousel-viewport {
	height: 80px !important;
}

.ui-carousel .ui-carousel-viewport ul {
	width: auto !important;
}
 */

.ui-chkbox-label {
	font-weight: Semibold !important;
}

.jqplot-cursor-tooltip {
	font-weight: Semibold !important;
}

/* .jqplot-highlighter-tooltip{

color: black !important;
background: lightblue !important;
left: 10% !important;
padding: 2px !important;

} */

.progress-indicator {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	text-align: center;
	/* IE filter */
	filter: Alpha(Opacity =         80);
	-moz-opacity: 0.5; /* Mozilla extension */
	-khtml-opacity: 0.5; /* Safari/Conqueror extension */
	z-index: 1000;
	background-color: #ffffff;
	display: none;
	background: #5c5c5c;
	opacity: .80;
}

.progress-indicator img {
	margin-top: 20%;
}

.mystyle.ui-datagrid .ui-datagrid-content-empty {
	text-align: center;
}

.mystyle.ui-datagrid .ui-datagrid-data {
	width: 100%;
}

.mystyle.ui-datagrid .ui-datagrid .ui-paginator {
	text-align: center;
}

.mystyle.ui-datagrid .ui-datagrid-column {
	padding: 3px;
}

.mystyle.ui-datagrid .ui-datagrid .ui-datagrid-header {
	border-bottom: 0px none;
}

.mystyle.ui-datagrid .ui-datagrid .ui-datagrid-footer {
	border-top: 0px none;
}

.mystyle.ui-datagrid .ui-datagrid .ui-paginator-top {
	border-bottom: 0px none;
}

.mystyle.ui-datagrid .ui-datagrid .ui-paginator-bottom {
	border-top: 0px none;
}

.ui-datagrid-no-border .ui-datagrid-content {
	border: none;
} /* For selectcheckboxmenu select all checkbox 110998 */
.ui-selectcheckboxmenu-header .ui-chkbox {
	visibility: hidden !important;
}

.cmdLink.ui-commandlink {
	color: blue !important;
	text-decoration: underline !important;
}

.cmdLink1.ui-commandlink {
	color: red !important;
	text-decoration: underline !important;
}

.cmdLink.ui-commandlink:VISITED {
	color: black !important;
	text-decoration: underline !important;
}

.cmdLink.ui-commandlink:HOVER {
	color: green !important;
	text-decoration: underline !important;
}

.logoutdiv {
	height: 40px;
	padding: 2%;
	font-family: Segoe UI;
	font-size: 1.2 em;
	background-color: #8DB6AA;
}
/* hardcode styles removing 120810*/
.loginimagewidth {
	float: left;
	padding-top: 7%;
	margin-left: 2%;
	width: 200px;
	height: 80px;
}

.loginlang {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 1.2em;
}

.textaligncenter {
	text-align: center;
}

.floatcenter {
	float: center;
}

.floatleft {
	float: left;
}

.displaynone {
	display: none;
}

.width4 {
	width: 4%;
}

.fundurl {
	float: left;
	text-decoration: underline;
}

.txtalgctrwid500px {
	text-align: center;
	width: 500px;
}

.disclaimer {
	font-weight: Semibold;
	font-size: 12px;
	color: #b94a48;
}

.divtag {
	margin-right: auto;
	margin-left: auto;
	width: 85%;
}

.fontweight {
	font-weight: Semibold;
}

.marginright {
	margin-right: 20px;
}

.txtalgctrwid250px {
	width: 250px;
	text-align: center;
}

.txtalgctrhgt20px {
	height: 20px;
	text-align: center;
}

.marginleft10 {
	margin-left: 10%;
}

.fontSemiboldcolorwhitetxtctr {
	font-weight: Semibold;
	color: #ffffff;
	text-align: center;
}

.nochart {
	margin-left: 43%;
	text-align: center;
	color: #b94a48;
	font-weight: Semibold;
}

.linechart {
	height: 500px;
	margin-top: 1.56%
}

.marginbottom {
	margin-bottom: 10px;
}

.backgroundcolor {
	background-color: #C8C8BF;
}

.marginleft {
	margin-left: 30px;
}

.marginleft85 {
	margin-left: 85%;
}

.marginbottomper {
	margin-bottom: 0.78%
}

.width150px {
	width: 150px;
}

.width100px {
	width: 100px;
}

.width70px {
	width: 70px;
}

.width650px {
	width: 650px;
}

.marginleft7per {
	margin-left: 7.8%;
}

.hgt30pxpaddtop25px {
	height: 30px;
	padding-top: 25px;
}

.fontwgtSemiboldcolred {
	font-weight: Semibold;
	color: red;
}

.marginleftandright {
	margin-right: 2%;
	margin-left: 5%;
}

.fontweightandsize {
	font-weight: Semibold;
	font-size: 12px;
}

.marginleftandwidth {
	margin-left: 20%;
	width: 85%;
}

.colorblue {
	color: blue;
}

.marginleft234per {
	margin-left: 2.34%;
}

.width80px {
	width: 80px;
}

.width30px {
	width: 30px;
}

.marginleft4.6 {
	margin-left: 4.6%;
}

.marginleft6.25 {
	margin-left: 6.25%;
}

.marginleft6.64 {
	margin-left: 6.64%;
}

.marginleft0.46 {
	margin-left: 0.46%;
}

.backgrndcollightgray {
	background-color: lightgray;
}

.marginleft5.85 {
	margin-left: 5.85%
}

.marginbottom07 {
	margin-bottom: 0.7%;
}

.marginleft15 {
	margin-left: 15.6%;
}

.textalignright {
	text-align: right;
}

.textalignleft {
	text-align: left;
}

.height30 {
	height: 30px;
}

.marginleftandrightauto {
	margin-right: auto;
	margin-left: auto;
}

.outputtext {
	font-weight: Semibold;
	width: 10%;
}

.width10per {
	width: 10%
}

.marginright10per {
	margin-right: 10%;
}

.marginleft89 {
	margin-left: 89%;
}

.marginleft1per {
	margin-left: 1%;
}

.bordersolid {
	border: 1px solid black;
}

.bordertopcolor {
	border-top-color: black;
}

.fontweightmarginleft {
	font-weight: Semibold;
	margin-left: 1%;
}

.fontweightmarginleft70 {
	font-weight: Semibold;
	margin-left: 70%
}

.fontfamily {
	font-family: Segoe UI;
}

.textalignmarginright {
	text-align: right;
	margin-right: 2%
}

.summarytotal {
	font-weight: Semibold;
	font-size: 14px;
	padding: 1% 1%;
}

.marginlefttextalign {
	margin-left: auto;
	text-align: center;
}

.widthheight {
	height: 16px;
	width: 16px;
	padding: 5px;
	border: 0;
}

.fontSemiboldcolorC8C8BF {
	font-weight: Semibold;
	background-color: #C8C8BF;
}

.marginleft40 {
	margin-left: 40%;
}

.width10px {
	width: 10px;
}

.width50px {
	width: 50px;
}

.width100per {
	width: 100%;
}

.margintop10px {
	margin-top: 10px;
}

.width140 {
	width: 140px;
}

.width20px {
	width: 20px;
}

.marginleft28px {
	margin-left: 28px;
}

.accattrdiv {
	height: 15px;
	float: left;
	margin-left: 1%;
	padding-top: 2px;
	width: 80%
}

.width90per {
	width: 90%;
}

.widthandheight {
	width: 400px;
	height: 500px
}

.backgroundcolorred {
	background-color: red;
}

.padding2per {
	padding: 2% 2%;
}

.minwidth {
	min-width: 210px;
}

.marginbottom2px {
	margin-bottom: 2px;
}

.paddingnone {
	padding: none;
}

.charttitle {
	margin-left: 300px;
	height: 300px;
	width: 500px;
}

.acccontdiv {
	font-weight: Semibold;
	margin-left: 10px;
	padding-bottom: 10px;
}

.padding2px {
	padding: 2px 2px;
}

.width10per {
	width: 10%;
}

.marginright8per {
	margin-right: 0.8%;
}

.invsumselectchattype {
	margin-bottom: 2px;
	margin-left: 0%;
}

.backgroundfontweight {
	background: #ffffff;
	padding: 2px 2px;
	font-weight: Semibold;
}

.starcolor {
	font-weight: Semibold;
	color: #b94a48;
	position: relative;
   /* right: -100%;*/
}

.fontfamilymarginleft {
	font-family: Segoe UI;
	margin-left: 85%;
}

.accsummchart {
	height: 300px;
	width: 800px;
}

.accsummpiechart {
	width: 330px;
	height: 320px;
}

.accsummivrpro {
	width: 600px;
	height: 700px;
}

.selectcharttype {
	margin-bottom: 2%;
	margin-left: 0%;
}

.marginleft70per {
	margin-left: 70%;
}

.accsumcndtotal {
	font-weight: Semibold;
	font-size: 014px;
	float: right;
}

.marginleft68per {
	margin-left: 68%;
}

.colorred {
	color: black;
	font-family: Segoe UI;
}

.stmtmarginleft90 {
	margin-left: 90%;
}

.widtb180px {
	width: 180px;
}

.width190px {
	width: 190px;
}

.height35px {
	height: 35px;
}

.marginleft50per {
	margin-left: 50%;
}

.width18px {
	width: 18px;
}

.width600px {
	width: 600px;
}

.stmtdiv {
	float: right;
	display: block;
}

.floatnone {
	float: none;
}

.width95per {
	width: 95%;
}

.width80per {
	width: 80%;
}

.width15per {
	width: 15%;
}

.trnsumm {
	color: #ffffff;
	font-size: 9pt;
	font-weight: Semibold;
}

.fontsize9pt {
	font-size: 9pt;
}

.fontsize18px {
	font-size: 18px;
}

.marginright1per {
	margin-right: 1%;
	font-weight: Semibold;
	float: right;
}

.width200px {
	width: 200px;
}

.marginleft60per {
	margin-left: 60%;
}

.marginleft68per {
	margin-left: 68%;
}

.paddingtop5per {
	padding-top: 5%;
}

.errorh1 {
	height: 40px;
	padding: 2%;
	background-color: #9a9ba3;
}

.separator {
	width: 1000px;
	margin: auto;
	color: gray;
}

.menuatrax {
	height: 30px;
	z-index: 5;
	position: relative;
}

.pagetemplate {
	width: 99%;
	height: 32px;
}

.pgecommandbutton {
	background: #ffffff;
	border-color: #ffffff;
	width: 0.1px
}

.fontsize10pt {
	font-size: 10pt;
}

.paddingleftandright {
	margin: 0.4%;
	padding-left: 10px;
	padding-right: 10px
}

.totopstyle {
	position: fixed;
	bottom: 30px;
	margin-left: 95%;
	transition: 1s;
	width: 20px;
	display: block;
}

.logindialog {
	width: 1000px;
	height: 700px;
}

.marginleft2per {
	margin-left: 2%;
}

.margintopandbottom {
	margin-top: 5px;
	margin-bottom: 3px;
}

.width90per {
	width: 90%;
}

.marginleft93per {
	margin-left: 93%;
}

.flagstyle {
	margin-right: 0.15%;
	margin-top: 0.6%;
}

.fundpricechart {
	width: 700px;
	height: 500px
}

.asatdatefundpr {
	font-family: Segoe UI;
	font-size: 12px;
	margin-left: .5;
	color: #ffffff
}

.width20per {
	width: 20%;
}

.fundlinechart {
	height: 300px;
	margin-top: 20px
}

.displayblock {
	display: block;
}

.marginleft5per {
	margin-left: 5%;
}

.textalignwidth100per {
	text-align: center;
	width: 100%;
	margin-right: 7%;
}

.admindiv {
	font-weight: Semibold;
	font-family: Segoe UI;
	font-size: 14px;
	color: red
}

.marginbottom1per {
	margin-bottom: 1%;
}

.width70per {
	width: 70%
}

.fontSemiboldfloatleft {
	font-weight: Semibold;
	float: left;
}

.floatlefttop1perfontSemibold {
	float: left;
	margin-top: 1%;
	font: Semibold;
}

.height300width500 {
	height: 300px !important;
	width: 500px !important;
}

.padding1per1per {
	padding: 1% 1%;
}

.txtctrwidthauto {
	text-align: center;
	width: auto;
}

.width140px {
	width: 140px;
}

.invsumnochart {
	margin-left: 520px;
	text-align: center;
	color: #b94a48;
	font-weight: Semibold
}

.width50per {
	width: 50%;
}

.marginright5per {
	margin-right: 5%;
}

.logindivtag {
	width: 724px;
	height: 30px;
	margin: auto;
}

.localcode {
	padding: 0px !important;
}

.marginauto {
	margin: auto;
}

.loginmenuatrax {
	float: right;
	height: 70px;
	width: 380px;
	margin-top: -5%;
	margin-bottom: -10%
}

.loginpanel {
	width: 340px;
}

.loginmenuitrax {
	font-weight: Semibold;
	font-style: Segoe UI;
	font-size: 1.3em;
}

.height85px {
	height: 85px;
}

.height80px {
	height: 80px;
}

.height90px {
	height: 90px;
}

.fundpricelist {
	width: 200px;
	margin-left: -1%;
	margin-top: -5%
}

.loginbutton {
	height: 90px;
	width: 425px;
	margin-top: 4.3%;
	margin-bottom: -4.4%
}

.loginpanelchart {
	width: 345px;
	margin-left: -0.5%;
}

.username {
	width: 302px;
	height: 25px;
}

.width400 {
	width: 400px;
}

.changepswd {
	float: right;
	padding: 0px;
}

.width500px {
	width: 500px;
}

.marginleft33per {
	margin-left: 33%;
}

.flagupdown {
	margin-right: 1%;
	margin-top: 1%;
}

.marginbottom3per {
	margin-bottom: -3%;
}

.validateuser {
	float: right;
	height: 30px;
	min-width: 70px;
}

.margintop0per {
	margin-top: 0%
}

.width425px {
	width: 425px;
}

.noaccesstyle {
	height: 40px;
	padding: 2%;
	font-family: Segoe UI;
	font-size: 1.2 em;
	background-color: #9a9ba3;
}

.textdecoration {
	text-decoration: underline;
}
/* checkbox label issue */
.ui-chkbox .ui-chkbox-label {
	float: right !important;
}

.ui-datatable thead th,.ui-datatable tbody td,.ui-datatable tfoot td {
	#ffffff-space: lighter !important;
}

.ui-tabs {
	padding: none !important;
	border: none !important;
}

.ui-tabs-panel {
	padding: 0px !important;
	border: none !important;
	margin: none !important;
}

.ui-tabs-nav {
	padding: none !important;
	
}

.ui-panel {
	padding: none !important;
}

.ui-tabs-panels {
	padding: none !important;
}

.ui-fieldset {
	border: none !important;
}

.ui-carousel-header-title {
	font-size: .7em;
}

.ui-selectcheckboxmenu-label {
	text-overflow: ellipsis;
	width: 200px;
	#ffffff-space: nowrap;
	overflow: hidden;
	font-weight: lighter;
	/* for good looks */
	padding: 10px;
}

.checkbox.ui-selectcheckboxmenu .ui-selectcheckboxmenu-panel {
	visibility: visible !important;
}

.ui-chkbox-box {
	background: #9a9ba3 !important;
}

.ui-selectcheckboxmenu-label {
	background: #ffffff !important;
}

.headertext2 {
	margin-right: 4px;
	margin-left: 4px;
	font-family: Segoe UI;
	font-size: 10px;
	font-weight: Semibold;
	color: grey;
	text-align: center;
}

.ui-chkbox-label {
	padding-left: 5px !important;
}

.ui-radiobutton {
	padding-left: 5px !important;
}

.fileupload-buttonbar {
	border-color: black !important;
	height: 20px;
	width: 600px;
}

.fileupload-content {
	border: none;
	width: 600px;
	height: auto;
}

.testingWidth {
	width: 1100px !important;
}

.marginleft4 {
	margin-left: -4%;
}

.Semiboldfont {
	font-weight: Semibold;
}

.footerdisclaimer {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.marginbottom20 {
	margin-bottom: 20px;
}

.userdetlabel {
	color: #9a9ba3;
	font-family: Segoe UI;
	font-size: 12px
}
.latestupdate li {
	border: 0px none;
}
.status.ui-dialog{
background: none !important;
border : none !important;
}

.ui-galleria-filmstrip-wrapper {
    display:none;
}

.ui-galleria {
	border: none;

}

.mybanner {
	width: 425px;
	height: 85px;
}

/* RFS135460  end*/

.ui-picklist .ui-state-highlight{
background: #C9CACF;
color: black;
}

.pagetemplate {
	width: 99%;
	height: 55px;
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0 px;
}

.pagetptcltimg {
	margin-left: 21px;
	margin-top: 9px;
	margin-bottom: 9px;
	height: 50px;
	/* width:200px; */
	
}

.pagetptprdimg {
	margin-left: 50px;
	margin-top: 9px;
	margin-bottom: 15px;
}

.forgotpassheader {
	margin-left: 40%;
	margin-top: 21px;
	margin-bottom: 15px;
}


.floatleft1 {
	float: left;
}

.floatright {
	float: right;
	margin-top : 0;
	margin-right : 50px;
	
}

.floatleft {
	float: left;
		margin : 5px 0 0 0  !important;
}

.floatnone {
	float: none;
		margin : 5px 0 0 0  !important;
}

.floatin {
	float: inherit;
		margin : 5px 0 0 0  !important;
}


.pagetpthead1 {
	font-family: Segoe UI;
	font-weight: Regular;
	color: #999999;
	margin-left: 140px;
}



.pagetpthead4 {
	margin-top: 9px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Segoe UI;
	font-size: 14px;
	font-weight: bold;
	color: ##333333;
	
}

.pagetptname3 {
	margin-top: 9px;
	margin-bottom: 9px;
}

.pagetptname4 {
	margin-left: 10px;
	margin-top: 9px;
	margin-right: 21px;
}

.headertext2 {
	margin-right: 4px;
	margin-left: 4px;
	font-family: Arial;
	font-size: 10px;
	font-weight: Semibold;
	color: grey;
	text-align: center;
}


.localcode1 {
	margin-top: 10px;
	font-family: Segoe UI;
	font-weight: 400;
	font-style: lighter;
	font-size: 14px;
	color: #ADADAD;
	text-align: left;
}



.lnt_logo_image
{
padding-right: 10px;
height:24px;
}


.myPanelStyleForgot.ui-panel .ui-panel-content {
	background: #ffffff;
	font-weight: Semibold;
	border: 1px solid #545454;
	
}

.myPanelStyleForgot.ui-panel .ui-panel-titlebar {
	background: #545454;
}



.btnBckg {
         background-image: url(../images/login_page/login_btn_u39.png); width:157px; height:37px; font-family:'Segoe UI'; font-weight:400; font-style:normal; font-size:18px; color:#FFFFFF;
 }


.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.btnBckg.ui-state-hover{

background-image: url(../images/login_page/login_btn_u39_mouseOver.png); width:157px; height:37px; font-family:'Segoe UI'; font-weight:400; font-style:normal; font-size:18px; color:#FFFFFF;

}


.btnBckg {
         background-image: url(../images/login_page/login_btn_u39.png); width:157px; height:37px; font-family:'Segoe UI'; font-weight:400; font-style:normal; font-size:18px; color:#FFFFFF;
 }




 

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.btnBckg.ui-state-hover{

background-image: url(../images/login_page/login_btn_u39_mouseOver.png); width:157px; height:37px; font-family:'Segoe UI'; font-weight:400; font-style:normal; font-size:18px; color:#FFFFFF;

}


.ui-commandlink.ui-widget.link{

font-family:'Segoe UI';
font-weight:400; 
font-style:normal;
font-size:14px;
color:#2373A4;
}


.ui-commandlink.ui-widget.link:hover{

font-family:'Segoe UI';
font-weight:400; 
font-style:normal;
font-size:14px;
color:#00b7cc;
}

 .searchstyle.ui-panel{

	
	background-color:white;
}


.imageicon
{

margin-left: .9em;

}


.loginDiv {
	
	border: solid 1px;
	margin: auto;
	width:30%; 
	min-width:300px;
	max-width: 380px;
	height:410px; 
	background-color:black; 
	opacity: 0.5; 
	position: fixed; 
	left: 35%;
	right: 35%;
	top:25%;
	bottom:25%;
	border-radius: 10px;
}

.loginDiv1 {
	
	width:28%;
	min-width:280px;
	max-width: 380px; 
	background: none; 
	position: fixed; 
	left: 36%;
	right: 36%; 
	top:26%;
	bottom:26%;
	margin: auto;
	height: 390px;
}

.loginlangbutton {

	height : 57px;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #2373A4;
    color: white !important;
    font-weight: bold;
    border-top-color: #2373A4;
}

.loginlabel {

	font-size: 20px;
    color: white;
    margin-left: 5%;

}

.logintext {
	
	width:90%; 
	max-width:300px; 
	color: black;  
	margin-left: 5%;
	padding-left : 0px;
	padding-right : 0px;

}


.loginLink {
	
	color: white !important;
	font-size:18px; 
	font-weight:bold;
	
}

.focused,.ui-state-focus {
   /*  background-color: deepskyblue !important; */
   	/* box-shadow: 0 0 10px #9ecaed;
  	border: 2px solid deepskyblue; */
  	outline-width: 2px !important;
    outline-style: solid !important;
    outline-color: deepskyblue !important;
    outline-offset: 1px !important;
 }
 
 .ui-messages-close .ui-icon-close{
    background-image: url(/Trax/javax.faces.resource/images/ui-icons_d19405_256x240.png.jsf?ln=primefaces-lnt);
}

.browser-not-sup.ui-panel .ui-panel-titlebar-icon {
	
	float: right !important;
}

.browser-not-sup .ui-panel-content.ui-widget-content {
	
	padding: 5px !important;
}

.ui-messages-error:FOCUS {
	
	outline-width: 2px !important;
    outline-style: solid !important;
    outline-color: deepskyblue !important;
    outline-offset: 1px !important;
}