.displayNone {
	display: none;
}
.centerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.closeButton {
	/*put in the upper right corner*/
	float:right;
	margin-top: -8px;
	margin-right: -10px;
	margin-bottom: -20px;
	font-size: 25px;
	color: black;
	cursor: pointer;
  transition: 0.2s;
}
.closeButton {
  background:none !important;
  border:none;
	outline: 0;
}
.closeButton:hover {
	color: #048;
}
.closeButton:focus {
	/*animation: effect_dylan 0.8s ease-out;*/
	transform: rotate(90deg);
	/*transform: scale(-1, 1);*/
	text-shadow: 1px 1px 2px rgba(0,30,80,.8);
}
@keyframes effect_dylan {
  50% {
		transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
.masBackdrop {
	background-color: #000;
	background-color: rgba(0,0,0, .30);
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.glyphicon {
  transition: 0.5s;
}
.buttonclass {
	cursor: pointer;
}
.buttonclass span {
	overflow: hidden;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}

.buttonclass span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonclass:hover span {
  padding-left: 5px;
  padding-right: 15px;
}

.buttonclass:hover span:after {
  opacity: 1;
  right: 0;
}

/* This works in Chrome and Firefox but not in Safari (no animation there).  For toggle, use:
showSummary ? $('#summaryBody').addClass('displayShowY') : $('#summaryBody').removeClass('displayShowY');
------------------ */
.displayHideY {
	max-height: 0;
	display: inline-block; /* block seems to add more spacing at the bottom for some reason, but I couldn't figure out how to remove it (margin or padding changes did nothing) */
	opacity: 0;
  transition: 0.4s ease-in-out;
}
.displayShowY {
	max-height: 200;
	opacity: 1;
}

.padtop5 {
	padding-top: 5px;
}
.bold {
	font-weight: bold;
}
.unbold {
	font-weight: normal;
}
.noticeArea {
	white-space:nowrap;
	position:fixed;
	left:0px;
	top:0px;
	cursor:default;
	z-index:101;
	box-shadow: -3px 3px 20px #bbb;
	border-radius: 10px; /* TOP-LEFT  TOP-RIGHT  BOTTOM-RIGHT  BOTTOM-LEFT */
	overflow: auto;
}
.workingBg { /* white box... */
	box-shadow: -3px 3px 20px #999;
	background-color: white;
	display:inline-block;
	padding:10px;
	border:1px solid #F0C36D;
}
.rowShow {}
.rowHide {
	/*display: none;*/
	/*color: #aaa;*/
	/*font-size: 10px;*/
	/*font-weight: lighter;*/
}
.highlightRow {
	background-color:#FFD969 !important;
	color:#444 !important;
}
.highlightRowOdd {
	background-color:#FD9 !important;
	color:#444 !important;
}
.highlightCell {
	font-weight: bold !important;
}
.handCursor {
	cursor: pointer;
}
#angularDiv, #dataDiv {
 overflow: auto;
}

.noWrap {
	white-space: nowrap;
}
.linktxt {
	font-size: 10px;
	font-weight: lighter;
	text-decoration: underline;
	cursor: pointer;
	/*color: #3366ff !important;*/
}
/*.tbleven:hover, .tblodd:hover {*/
.borderbottom, .borderbottom td {
  border-bottom: 1px solid #ccc !important;
}
.hoverRow:hover td {
	/*background-color:#fe8;*/
	color:#222;
	/*font-weight: bold;*/
}
#containerDiv {
  max-width: 1200px;
}
#containerDiv td {
  overflow: auto;
}
#dataDiv td {
  padding: 0 3px;
  /*white-space: nowrap !important;*/
}
#dataDiv td:first-child {
  background: #fff;
  color: #aaa;
  padding: 0 10px;
}
.balanceRow td {
  font-weight: bold;
}

.int-label {
	font-size:11px;
	color: #3366ff;
}
.ext-label {
	font-size:11px;
	color: #9933cc;
}
.total-label {
	font-size:11px;
	color: #888;
}

.message{
padding: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border: 1px solid #fbeed5;
border-radius: 4px;
width: 760px;
}

.success{
color: #468847;
background-color: #deefd7;
border-color: #d6e9c6;
}

.error{
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
}

.warning{
background-color: #f2eddf;
border-color: #ede7d3;
color: #ba9e49;
}

.th_text {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#808080;
	text-align: right;
	padding-right: 5px;
}
.bodytext {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#808080;
}
.bodytext1 {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#FF0000;
}
.bodytext2 {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#191919;
}
.grey1 {
	color:#666;
}
.grey9 {
	color:#999;
}
.mgt5{
	margin-top:5px;
}
.txtItalic {
	font-style: italic;
}
.txtleft {
	text-align:left;
}
.txtright {
	text-align:right;
}
.txtcenter {
	text-align:center;
}
.txttop {
	vertical-align: top;
}
.txtbottom {
	vertical-align: bottom;
}
.txt10{
	font-size:10px !important;
}
.txt13{
	font-size:13px;
}
.txt14{
	font-size:14px;
}
.txt15{
	font-size:15px;
}
.txt18{
	font-size:18px;
}
.bordertop{
	border-top:1px solid #000;
}
.bgpink{
	background-color:#fcdeff
}
.black {
	color: #000;
}
.green {
	color: #05ac36;
}
.red {
	color: #ff0000;
}
.dkRed {
	color: #800;
}
.ltGrey, .ltGrey td {
	color: #ccc !important;
}
.bold {
	font-weight: bold
}
.dkGrey, .dkGrey li, .dkGrey b {
	color: #444;
}
.dkGrey div {
	color: #888;
}
.grey, .grey td {
	color: #aaa !important;
}
.internal_transaction{
  color: #3366ff !important;
}
.external_transaction{
  color: #9933cc !important;
}
.reddark {
	color: #ff0000;
}
.redfade {
	color: #FF194F;
}
.bluedark {
	color: #3600d2;
}
.bluefade {
	color: #008EDD;
}
.orange {
	color: #ff8d00;
}
.errorTxt {
	color: #800 !important;
	padding-top: 5px;
}
.loadupHide {
	display: none;
}
.tbl_month{
	width:96%;
	color:#000;
	background-color:#EEEEEE;
	border-collapse: collapse;

}
.borleftint{
	border-left:1px solid #7f7f7f;

}
.borrightint{
	border-right:1px solid #7f7f7f;
}
.bortop{
	border-top:1px solid #000;
}
.borright{
	border-right:1px solid #000;
}
.borleft{
	border-left:1px solid #000;
}
.borbottom{
	border-bottom:1px solid #000;
}
a {font-family:Arial, sans-serif;
font-size:12px;
color:#808080;
text-decoration:underline;
}
img {
 border:none;
}

table {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#666666;
}
.tbleven {
	cursor: default;
	background-color:white;
}
.tblodd {
	cursor: default;
	background-color:#EEE;
}
.rowodd {
	color:#666666;
	background-color:#EEEEEE;
}
.roweven {
	color:#666666;
}
.subrowodd {
	color:#808080;
	background-color:#EEDFCF;
}
.rowwhite{
	color:#000000;
	background-color: #ffffff;
}
.roweven_int {
	color:#05ac36;
}
.roweven_ext {
	color:#ff0000;
}
.subroweven {
	color:#80808E;
	background-color:#E0FAFF;
}
.rowselected {
	color:#FFFFFF;
	background-color:#3C9A4E;
}

.rowdisabled {
	color:#FFFFFF;
	background-color:#C91E0E;
}

.intdeb{
	visibility:collapse;
}
.highligh {
color:#FFD209;
}
.bodytextmargin {font-family:Arial, sans-serif;
font-size:12px;
color:#808080;
padding-bottom:3px;
padding-left:2px;
}

.inputclass {font-family:Arial, sans-serif;
border:1px #808080 solid;
font-size:12px;
color:#303030;
}

.buttonclass {font-family:Arial, sans-serif;
border:1px #808080 solid;
font-size:12px;
color:#FFFFFF;
background-color:#808080;
margin-top:5px;
padding:3px;
padding-left:8px;
padding-right:8px;
text-decoration:none;
}

.editbox {
	background: #FFFFFF;
	height: 20px;
        width: 180px;
	border: 1px solid #808080;
}

.editbox2 {
	background: #FFFFFF;
	border: 1px solid #808080;
        height: 150px;
        width: 180px;
}
.editbox3 {
	background: #FFFFFF;
	border: 1px solid #808080;
        height: 70px;
        width: 180px;
}
.editbox4 {
	background: #FFFFFF;
	border: 1px solid #808080;
        height: 20px;
        width: 150px;
}
#myaccountnumber{
max-width:300px;
}

#sslannouncement{
	border: 1px dotted #a00;
	position: relative;
	width: 780px;
	margin: 0 auto;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#808080;
	padding-right: 10px;
	padding-left: 10px;
}

td.spacer{
	height: 10px;
}

dt{
	font: 14pt #ff0000;
	text-decoration: underline;
	padding: 10px;
	font-weight: bold;
	padding-top: 10px;
}

dd{
	padding-bottom: 25px;
}

.whitebg, .bgwhite {
    background-color: #ffffff;
}

#summary_table {
  margin: 0 auto;
}
#summary_table td {
  padding: 0 3px;
}

.helpbutton{
    background:none!important;
    color:inherit;
    border:none;
    padding:0!important;
    font: inherit;
    /*border is optional*/
    border-bottom:1px solid #444;
    cursor: pointer;
}

#versionnumber{
    margin: auto;
    width: 100px;
    padding: 10px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#808080;
	text-align: center;
}

#development{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#808080;
	text-align: center;
}

.rules_block {
	color:#ccc;
	padding-left: 10px;
	white-space: nowrap;
}
.rules_title {
	padding-bottom: 5px;
	font-size-adjust: +1;
	font-weight: bold;
	text-decoration: underline;
}

.loadupHide, .loadupHideInline {
	display: none;
}

.masBackdrop {
	background-color: #000;
	background-color: rgba(0,0,0, .30);
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.noticeArea {
	white-space:nowrap;
	position:absolute;
	left:0px;
	top:0px;
	cursor:default;
	z-index:101;
	box-shadow: -3px 3px 20px #bbb;
}
.workingBg { /* white box... */
	box-shadow: -3px 3px 20px #bbb;
	background-color: white;
}
.loadingBg, .workingBg { /* ...with a darker yellow-ish border */
	display:inline-block;
	padding:10px;
	border:1px solid #F0C36D;
}
.centerTxt {
	text-align: center;
}
.btnClosePos {
	text-align: right;
	font-size: 20px;
	margin: -10px -3px -10px 0;
}

.btnClose {
	.hoverLtGray;
	cursor: pointer;
}

