body,html {
	margin:0;
	padding:0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#header{
	height:100px;
	background-color: #086CA2;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}

#main {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	/* width:980px; */
	text-align:left;
}

#business{
	float: left;
	height: 24px;
	/*background-color: #777;
    opacity: 0.5;*/
	color: #BBB;
	font-size: 18px; 
	font-style:italic;
	text-decoration: none;
	margin-left: 20px;
}


#user{
	float: right;
	height: 24px;
	/*background-color: #777;
    opacity: 0.5;*/
	color: #BBB;
	font-size: 18px; 
	font-style:italic;
	text-decoration: none;
	margin-right: 20px;
}

#topMenu{
	margin-left:auto;
	margin-right:auto;
	position: relative;
	/* width:980px; */
	height: 64px;
}

#modules{
	float: left;
	/*background-color: #777;*/
}

#tools{
	float: right;
	margin-top: 30px;
    margin-right: 40px;
    /*padding-top: 0px;
	height: 32px;
	width: 300px;
	background-color: #777;
    opacity: 0.5;*/
    text-align: right;
}

#innerMenu{
	margin-left:auto;
	margin-right:auto;
    padding: 10px 40px 0px 40px;
    background-color: #EEE;
	position: relative;
	/* width:900px; */
	
}
	/*height: 64px;
	background-color: #777;
	opacity: 0.5;*/
}


#actions{
	float: right;
	/*background-color: #444;*/
}

#innerMain {
	padding: 20px 40px;
	min-height: 600px;
	/* width:900px; */
	background-color: #EEE;
	text-align:left;   
}

#content {
	min-height: 600px;
	/* width:900px; */
	text-align:left;
    margin-top: 0px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
    /* width:980px; */
	height:110px;
	background-color: #034569;
	padding-top:10px;
	font-weight:bold;
	color: #FFF;
}

#subFooter {
	float: left;
	font-size: 80%;
	text-align: LEFT;
    text-decoration: none;
}

#subFooter ul {list-style-type: none; }

#subFooter a {
	color: #FFF;
	text-decoration: none; 
}

#about {
	font-size: 80%;
	float: right;
	text-align: right;
	margin-right: 40px;
	color: #FFF;
}

#about ul {list-style-type: none; }
#about a {
	color: #FFF;
	text-decoration: none; 
}

.panel {
	display: none;
	width: 220px;
	padding: 20px;
	background-color: #333;
	color: #fff;
	box-shadow: inset 0 0 5px 5px #222;
}

input, select {
	border:solid;
	border-width:2px;
	border-color:#999;
	font-size: 16px;
	color:#666;
}

select {
	max-width: 220px;
}

select.bank {
	min-width: 522px;
}

input._new {color: #777; font-style:italic;padding-right:1px;}
input._left {text-align:left; }
input._right {text-align:right; }
/*input.rght {text-align:right; }*/

#login {margin-top: 0px;  height: 300px; width: 500px;}
#login .label {float:left; width:150px; }
#login #nav_l{height:48px; margin: 10px 0 40px 147px; }

#register {margin-top: 0px; display: none; height: 300px; width: 500px;}
#register .label {float:left; width:150px; }
#register #nav_l{height:48px; margin: 10px 0 40px 147px; }

#captcha {
	margin: 4px 0 0 150px;
	height: 40px;
	width: 100px;
	border:solid;
	border-width:2px;
	border-color:#999;
}

hr {
	height: 2px;
	color: #ed1d61;
	background: #b6a519;
	border: 0;
	margin: 12px 0 12px 0;
}

ul {list-style-type: none; }

.row {height: 20px; margin: 4px 0 4px 0; }
.row:after {clear:both; word-wrap:}
.heading {float:left; width:450px; }
.label {float:left; width:125px; }
.label150 {float:left; width:150px; }
.label180 {float:left; width:180px; }
.col {float:left; width:350px; }
.textrow {margin: 4px 0 4px 0; }

/*Styles to clear floating divs*/
.clear_both {clear: both;}

.cc {text-align: left; }
.ctr {text-align: center; }
.lft {text-align: left; }

 .amt1 {
     width:94px; text-align:right; border: solid 2px #999; padding: 2px; font-weight: bold;
 }
  .amt2 {
     width:96px; text-align:right; color:red; font-weight: bold;
 }

#toolbar{float:right; height:30px; margin:2px 0 0 0; }
#toolbar:after {clear:both; }
#add_toolbar{float:right; margin: 2px 4px 0px; }
/*End menu and tool bar styles*/

/*Scrollable table*/
table.mt {border-width: 1px;border-spacing:0px ;border-style: solid;border-color: #cfcfcf;border-collapse: collapse;background-color: transparent;text-align:left;}
table.mt th {border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;white-space: nowrap; background-color: #afafaf; text-align:center;}
table.mt td {border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;vertical-align:middle;white-space:nowrap;}
table.mt td.ralign {text-align:right;}
table.mt td.calign {text-align:center;}
table.mt td.lalign {text-align:left;}
table.mt td a{color: #000; text-decoration:none; }
table.mt td a:hover{text-decoration: none; }
/*End scrollable table styles*/

/* Use to set different color for alternating rows */
tr.normalRow { background-color: #FFF;}
tr.alternateRow { background-color: #C3D8E5;}
tr.highlightAlt {background-color: #A5CCE2;}
tr.highlightNorm {background-color: #A5CCE2;}
/*End alternate row table styles*/


/*Questions and answers table on results page table*/
table.qt {border-width: 1px;border-spacing:0px ;border-style: solid;border-color: #cfcfcf;border-collapse: collapse;background-color: transparent;text-align:left;}
table.qt th {border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;white-space: nowrap; background-color: #afafaf;}
table.qt thead.ctr {text-align:center;}
table.qt td {border-width: 1px;padding: 1px;border-style: solid;border-color: #cfcfcf;vertical-align:middle;}

/*End scrollable table styles*/


/*Module menu*/

ul.modules{float:left; width:100%; margin:1em 0 0 0; }
ul.modules li{float:left; padding:0 4px 0 0; }
ul.modules li.current a{background:#034569; color:#FFF; }

ul.modules a:link,
ul.modules a:visited,
ul.modules a:active,
ul.modules a:hover{padding:1em 1em; display:block; background:#666; background-color: #086CA2; color:#FFF; height:1em; font-weight:bold; text-decoration:none; }

ul.modules a:hover{background:#64AAD0; }

ul.modules li.active a:link,
ul.modules li.active a:visited,
ul.modules li.active a:active,
ul.modules li.active a:hover{background:#696; color:#fff; }

/*Main menu*/
ul.menu{float:left;	margin: 0 0 0px -40px; }
ul.menu li{float:left; padding:0 4px 0 0; }        
ul.menu li.current a{background:#034569; color:#FFF; }

ul.menu a:link,
ul.menu a:visited,
ul.menu a:active,
ul.menu a:hover{padding:0.5em .5em; display:block; background:#64AAD0; color:#FFF; font-weight:bold; text-decoration:none; }

ul.menu a:hover{background-color:#034569; }

ul.menu li.active a:link,
ul.menu li.active a:visited,
ul.menu li.active a:active,
ul.menu li.active a:hover{background:#666; color:#fff; }

/*Action menu*/
ul.actions {float:right; margin: 0 0px 0px 0px; }
ul.actions li {float:left; padding:0 4px 0 0; }        
ul.actions li.current a {background:#034569; color:#FFF; }

ul.actions a:link,
ul.actions a:visited,
ul.actions a:active,
ul.actions a:hover {padding:0.5em .5em; display:block; background:#FFF; color:#64AAD0; font-weight:bold; text-decoration:none; }

ul.actions a:hover {background-color:#034569; color: #FFF; }

ul.actions li.active a:link,
ul.actions li.active a:visited,
ul.actions li.active a:active,
ul.actions li.active a:hover {background:#666; color:#fff; }

/*Main menu*/
ul.login{margin-left: 114px; }
ul.login li{float:left; padding:0 4px 0 0; }        
ul.login li.current a{background:#034569; color:#FFF; }

ul.login a:link,
ul.login a:visited,
ul.login a:active,
ul.login a:hover{padding:0.5em .5em; display:block; background:#64AAD0; color:#FFF; font-weight:bold; text-decoration:none; }

ul.login a:hover{background-color:#034569; }

ul.login li.active a:link,
ul.login li.active a:visited,
ul.login li.active a:active,
ul.login li.active a:hover{background:#666; color:#fff; }

.unallocated{float:right; color: red; }

/*Calender styles*/
#cal_header {font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; font-weight:bold; width:870px; height:20px; text-align:center; padding:4px 0 4px 0; }
#t1 {border-top-style:solid; border-top-width:1px; border-left-style:solid; border-left-width:1px; width:861px; height:638px; }
#t2 {border-top-style:solid; border-top-width:1px; border-left-style:solid; border-left-width:1px; width:861px; height:761px; }
.b1 {border-right-style:solid; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px; float:left; height:10px; width:110px; font-family: Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight:bold; overflow:hidden; padding:6px; background-color:#439ED5; color: #FFF; text-align:center; }
.c1 {border-right-style:solid; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px; float:left; height:110px; width:110px; font-family: Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight:bold; overflow:hidden; padding:6px; background-color:#fff; }
.d1{border-right-style:solid; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px; float:left; height:110px; width:110px; font-family: Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight:bold; overflow:hidden; padding:6px; background-color:#D5DDE2; overflow-y:auto; }
#today{border-right-style:solid; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px; float:left; height:110px; width:110px; font-family: Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight:bold; overflow:hidden; padding:6px; background-color:#199BFF; overflow-y:auto; }    
.d1 a {text-decoration:none; }
.d1 a:hover {text-decoration:underline; }
.e1{border-right-style:solid; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px; float:left; height:110px; width:110px; font-family: Arial, Helvetica, Sans-Serif; font-size: 10px; font-weight:bold; overflow:hidden; padding:6px; background-color:#A5CCE2; }

/*sliding panels*/
.panel {
	display: none;
	width: 420px;
	padding: 20px;
	background-color: #333;
	color: #fff;
	box-shadow: inset 0 0 5px 5px #222;
}

#reports a {
	color:#666;
	//font-family: Tahoma, Arial, Helvetica, sans-serif;
	//font-size: 16px;
	text-decoration: none;
 }
 
/* Begin breadcrumb navigation styles */
.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 16px Helvetica, Arial, Sans-Serif;
	margin: 0 0 0 -40px;
}

.breadcrumb li { 
	float: left; 
}

.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 4px 0 4px 55px;
	background: brown;                   /* fallback color */
	background: hsla(201,85%,35%,1); 
	position: relative; 
	display: block;
	float: left;
}

.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(201,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb li:first-child a {padding-left: 10px; }
.breadcrumb li:nth-child(2) a       { background:        hsla(201,85%,45%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(201,85%,45%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(201,85%,55%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(201,85%,55%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(201,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(201,85%,65%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(201,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(201,85%,75%,1); }
.breadcrumb li:last-child a {
	background: white !important;
	color: black;
	pointer-events: none;
	cursor: default;
}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: hsla(201,85%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(201,85%,25%,1) !important; }
        

        /*- Menu Tabs 3--------------------------- */
#tabs {float:left; width:100%; font-size:93%; line-height:normal; border-bottom:solid; border-bottom-color:#086CA2; border-bottom-width:2px; margin-bottom:5px; }
#tabs ul {margin:0; padding:0px 10px 0 0px; list-style:none; }
#tabs li { display:inline; margin:0; padding:0;  }
#tabs a {float:left; padding:0 0 0 4px; text-decoration:none; width:24px;}
#tabs a span {float:left; display:block;  margin-bottom: 3px;padding:5px 6px 4px 6px; color:#086CA2; }
#tabs a:hover span {color:#FFF; background-color: #034569; }
/*End tab styles*/

.message { margin-top: 20px; padding: 10px; border: solid #999 2px; min-height: 300px; width: 864px; overflow:auto; background-color: #FFF; }

.bankrec001 {float: left; width: 120px; text-align: right; }