/* $Id$

Colours:

#006dba /* link
#23608B /* header
#63aadd /* hilite-outline
#b2d1ff /* hilite-background
red /* attention
#eeeeff /* background
white /* foreground
#dddddd /* faint border
#cccccc /* medium border

Form element background: #fcfcfc;
Button text: #666;

GENERAL
*/

body {
    background: #eeeeff /* background */;
    color: #333;
    font-size: 16px;
    font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
}

h2.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

/* Header */
#header
{
    width: 970px;
	height: 100px;
    margin: 0 auto;
}

#logo
{
	height: 100px;
	width: 750px;
	float: left;
}

.whoami
{
	float: left;
	font-size: 12px;
}

.whoami-list
{
	list-style-type: none;
	padding-left: 0px;
}

.logout a
{
	display: block;
    background: url(../images/skin/logout.png) center left no-repeat;
    padding-left: 25px;
}

.bankname
{
	color: #23608B /* header */;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/* Content */

#content {
    width: 970px;
    margin: 0 auto;
    padding: 10px;
}

.tabBody {
	background-color: white /* foreground */;
}

a:link, a:visited, a:hover {
    color: #006dba /* link */;
    text-decoration: none;
}

img {
    border:medium none;
}

h1 {
    color: #23608B /* header */;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 20px 0 12px 4px;
}

h2
{
    color: #23608B /* header */;
    font-weight: normal;
    font-size: 16px;
}

hr {
    border: none;
    border-top: 2px dotted #cccccc /* medium border */;
}

ul {
    padding-left: 15px;
}

input, select, textarea
{
    background-color: #fcfcfc;
    border: 1px solid #cccccc /* medium border */;
    font-family: sans-serif;
    font-size: 16px;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
    padding: 2px 2px 2px 0;
}
textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #63aadd /* hilite-outline */;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/*
	Footer
 */
.footer
{
	font-size: 12px;
	width: 970px;
	margin: 0 auto;
	padding: 20px;
}

/*
	Login Page
 */
#login
{
	background-color: #eeeeff /* background */;
	margin: 15px 0px;
	padding: 0px;
	text-align: center;
	display: none;
}

#login .inner
{
	width: 300px;
	margin: 0px auto;
	text-align: left;
	padding: 20px 40px;
	border-top: 1px dashed #499ede;
	border-bottom: 1px dashed #499ede;
	background-color: white /* foreground */;
}

#login .inner .fheader
{
	padding: 6px 0px 12px 0;
	font-size: 16px;
	font-weight: bold;
}

#login .inner .cssform p
{
	clear: left;
	margin: 0;
	padding: 6px 0px;
	padding-left: 125px;
	height: 1%;
}

#login .inner .cssform label
{
	font-weight: bold;
	float: left;
	margin-left: -125px;
	width: 120px;
}

#login .inner .text_
{
	width: 160px;
	margin: 0;
}

#login .inner .chk
{
	height: 12px;
}

#login .inner .cssform input[type='submit']:hover
{
	background-color: #b2d1ff /* hilite-background */;
}

#login .inner .login_message
{
	color: red /* attention */;
}

#no-cookies
{
	margin-top: 15px;
	padding: 0px;
	text-align: center;
}

/* NAVIGATION MENU */

.nav
{
	margin-top: 5px;
	padding-top: 5px;
	height: 26px;

	border: 1px solid #cccccc /* medium border */;
	border-style: none none solid none;
}

.nav2
{
	margin-top: 0;
	padding-top: 5px;
	height: 26px;
}

.navspacer
{
	display: none;
}

.menuButton
{
	font-size: 16px;
	padding: 3px 5px 7px 5px;
	margin-right: 5px;
	height: 16px;

	float: left;

	color: #333;
	background-color: white;
}

.nav-active
{
	font-weight: bold;
	border: 1px solid #cccccc /* medium border */;
	border-style: solid solid none solid;
}

.nav-inactive
{
	background-color: #b2d1ff /* hilite-background */;
}

.menuButton a.customerinfo
{
	background: url(../images/skin/house.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.home
{
	background: url(../images/skin/house.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.staff
{
	background: url(../images/skin/staff.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.customer
{
	background: url(../images/skin/customers.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.report
{
	background: url(../images/skin/report.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.account
{
	background: url(../images/skin/account.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.sysAdmin
{
	background: url(../images/skin/sysadmin.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.basic
{
	background: url(../images/skin/basic.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.email
{
	background: url(../images/skin/email.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.list
{
	background: url(../images/skin/database_table.png) center left no-repeat;
	padding-left: 25px;
}

.menuButton a.create
{
	background: url(../images/skin/database_add.png) center left no-repeat;
	padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.req_star {
    color:#FF0000;
    font-size:16px;
    padding:0 5px;
}

.message {
    font-size: 16px;
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #63aadd /* hilite-outline */;
    color: #23608B /* header */;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    font-size: 16px;
    background: #fff3f3;
    border: 1px solid red /* attention */;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red /* attention */;
}
td.errors input {
    border: 1px solid red /* attention */;
}

/* TABLES */

table {
    width: 100%
}
tr {
    border: 0;
}

td, th 
{
	padding: 0;
	vertical-align: top;
}

th {
	background: url("../images/skin/shadow.jpg") repeat-x scroll left bottom #FFFFFF;
    color: #23608B /* header */;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd
{
    background: #f7f7f7;
}

.even
{
    background: #fff;
}

.late
{
	color: red /* attention */;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #dddddd /* faint border */;
	padding: 5px;
}
.list tr:hover {
    /* background: #b2d1ff /* hilite-background *//*; */
}

.list a {
	padding: 0 3px;
}

.list a:hover {
	/* text-decoration: underline; */
	background-color: #b2d1ff /* hilite-background */ !important;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #cccccc /* medium border */;
    border-top: 0;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid;
    border-color: #ccc #aaa #aaa #ccc;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons a:hover {
    background: #b2d1ff /* hilite-background */;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog {
    border: 1px solid #cccccc /* medium border */;
    padding: 5px;
}

.dialog h1 {
    padding-top: 0;
}

.dialogComponent {
   /* width: 50%;*/
   /* float: left;*/
}

.dialog table td {
    vertical-align: top;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

.number {
    text-align: right;
}

.helptext {
    font-size: 12px;
}

/* ACTION BUTTONS */

.buttons .button {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #cccccc /* medium border */;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    padding: 3px;
}

td.actionButtons a.view {
    background: url(../images/skin/view.png) center right no-repeat;
    color: #006dba /* link */;
    padding-right: 25px;
}

.buttons a.journal
{
	background: transparent url(../images/skin/journal.png) 5px 50% no-repeat;
	padding-left: 28px;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    /*font-weight: bold;*/
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.edit
{
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.email
{
    background: transparent url(../images/skin/email.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.search
{
    background: transparent url(../images/skin/search.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.title {
	font-size: 16px;
    line-height: 12px;
    text-align: left;
    color: #23608B /* header */;
    /*font-weight: bold;*/
}

table.search {
	padding-top: 16px
}
table.headerWithSearch {
}
table.headerWithSearch td {
	vertical-align: top;
}
table.headerWithSearch table td {
	vertical-align: middle;
}

/* Reports */

table.reportChoices {
	width: auto;
}
table.reportChoices th, .reportChoices td {
  border-bottom: 1px solid #dddddd /* faint border */;
  vertical-align: middle; /* top alignment is a bit painful */
}
table.reportChoices .label
{
	/* In modern browsers, use "display: inline-block;" instead of float and padding */
	float: left;
	padding-top: 5px;
	width: 60px;
}
table.reportChoices a:hover {
	background-color: transparent !important;
}
table.reportChoices input {
	border: none;
}
table.reportChoices .reportType {
	padding-top: 5px;
}
