* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

.error {
	color: red;
}

body {
	background-color: #E9EEF5;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 60px;
	font-size: 12px;
}

a:link,a:visited {
	color: #005EBB;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #205D89;
	margin: 0px;
}

a:hover,a:active {
	text-decoration: underline;
}

#header {
	background: white;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header a {
	font-size: 13px;
	color: #585858;
	font-weight: bold;
}

#lang a, #lang a:link, #lang a:visited, #lang a:active, #lang a:hover, .top-nav-link a, .top-nav-link a:link, .top-nav-link a:hover, .top-nav-link a:visited, .top-nav-link a:active {
	font-size: 11px;
	font-weight: normal;
}

.tab-selected-left {
	background: url(/PaymentApp/images/tab-left.gif) top left no-repeat;	
}

.tab-selected-right {
	background: url(/PaymentApp/images/tab-right.gif) top right no-repeat;
	margin-right: 1px;
}

.tab-left {
	background: url(/PaymentApp/images/tab-left1.gif) top left no-repeat;
}

.tab-right {
	background: url(/PaymentApp/images/tab-right1.gif) top right no-repeat;
	margin-right: 1px;
}

.tab-link {
	padding: 5px 10px;
	display: block;
}

.tab-bar {
	border-bottom: 5px solid #5388C1;
}

#menu-bar {
	background-color: white;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	padding-top: 10px;
}

#menu-bar a:link,#menu-bar a:visited {
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menu-bar a:hover,#menu-bar a:active {
	text-decoration: underline;
}

.menu-links {
	border: 2px solid #D1D1D1;
}

#footer {
	background-color: #D1D1D1;
}

#main {
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

.top-nav-link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: red;
	text-decoration: none;
}

.login a:link,.login a:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.login a:hover,.login a:active {
	color: black;
	text-decoration: underline;
}

.button1-disabled {
	background: url(/PaymentApp/images/button_disabled_bg1.gif) repeat-x;
	border: 0px solid #446BA8;
	color: white;
	font-weight: bold;
	height: 24px;
	margin: 0px 5px;
}

/* ==== Buttons ==== */
.btn-s {
	background: url(../images/button_bg1.gif) repeat-x;
	border: 0px solid #446BA8;
	color: white;
	font-weight: bold;
	height: 24px;
	margin: 0px 5px;
	width: 88px;
	cursor:pointer;
}

.btn-l {
	background: url(../images/button_bg1.gif) repeat-x;
	border: 0px solid #446BA8;
	color: white;
	font-weight: bold;
	height: 24px;
	margin: 0px 5px;
	width: 150px;
	cursor:pointer;
}

/* ==== Section Headers ==== */
.h-bar {
	text-align: left;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #ABC0D8;
	font-weight: bold;
	color: white;
	size: 12px;
	display: block;
}

.margin-indent1 {
	margin-left: 20px;
}

div.white-space1 {
	margin-bottom: 15px;
}

div.separator {
	border-bottom: 1px solid #DCEDDF;
}

.label {
	color: #585858;
	font-weight: bold;
}

.input {
	background-color: #FFFFD2;
	border: 1px solid #7F9DB9;
	padding: 2px;
}

.input-readonly {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	padding: 2px;
}

.LeftColumn {
	text-align: left;
	vertical-align: top;
	width: 25%;
}

.CenterColumn {
	text-align: center;
	vertical-align: top;
	width: 25%;
}

.RightColumn {
	text-align: left;
	vertical-align: top;
	width: 75%;
	table-layout: fixed;
}

.row1 {
	background-color: white;
}

.row2 {
	background-color: #EBEBEB;
}

.ReportRowSum {
	background-color: #c0c8e2;
}

.data-tbl {
	border-collapse: collapse;
}

.data-tbl td {
	padding: 3px;
	vertical-align: top;
}

.col-div {
	margin-right: 30px;
}

.tbl-h {
	background-color: #205D89;
	color: #F9F9F9;
	padding: 3px;
	font-weight: bold;
	text-align: left;
}

.pointer {
	cursor: pointer;
}

.Button {
	cursor: pointer;
	height: 20px;
	padding: 0px;
	text-align: center;
}


.small { font-size: 10px; }

.medium { font-size: 12px; }

.large { font-size: 15px; }

.larger { font-size: 18px; }

.x_large { font-size: 22px; }

/* Font Weight/Style/Decoration */
.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
	font-style: normal;
}

.italic {
	font-style: italic;
}

/* Text Colors */
.white {
	color: white;
}

.black {
	color: #000000;
}

.gray {
	color: gray;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0052a4;
}

.positive {
	color: #339933;
}

.negative {
	color: #990000;
}

/* Alignment */
/* encouraging class used for table alignment since align attribute on <table> is deprecated  */
.center-by-margin {
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

/* Background Colors */ /* Used in dataTable Row as odd row class */
.fadedBlue { /* Deprecated, use .faded-blue-bg */
	background-color: #d1eefc;
}

/* Width */
.width-100px {
	width: 100px;
}

.min-width {
	width: 0%;
}

.max-width {
	width: 100%;
}

.width-33pc {
	width: 33%;
}

.width-50pc {
	width: 50%;
}

/* deprecated, use width-50pc */
.balanced-2-columns {
	width: 50%;
}

.nowrap {
	white-space: nowrap;
}

.inline {
	display: inline;
}

/* Borders used around tables, e.g. dataTable, panelGrid */
.black-border {
	border: 1px solid black;
}

.gray-border {
	border: 1px solid gray;
}

/* Background colors */
.white-bg {
	background-color: white;
}

.blue-bg {
	background-color: #3481c4;
}

.faded-blue-bg {
	background-color: #d1eefc;
}

.gray-bg {
	background-color: #DDDDDD;
}

/* Table attributes */
.fixed-table {
	table-layout: fixed;
}
.scrollable {
	overflow: scroll;
}

.scroll-auto {
	overflow: auto;
}

.details {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.table-header {
	background-color: #3481c4;
	color: white;
	padding: 3px;
	font-weight: bold;
}

/* For (*) display on required fields */
.required {
	color: #669599;
}

.clear { float:none; clear:both; height:0; }

.err {
	font-weight: bold;
	font-size: 11px;
	color: red;
}