body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	color: black;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formWithMargin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.monospace {
	font-family: "Courier New", Courier, monospace;
}


.navigationFormNotLoggedInPage {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

span.staticDarkLink, .staticDarkLink:LINK, .staticDarkLink:VISITED {
	color: #7D7B7B;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #F67401;
}

.staticDarkLink:HOVER {
	color: #F67401;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #7D7B7B;
}

.noTextDecoration {
	text-decoration: none;
}

.darkLink, .darkLink:LINK, .darkLink:VISITED {
	color: #7D7B7B;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #f67401;
}

.darkLink:HOVER {
	color: #F67401;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #7D7B7B;
}

.darkLinkContainer a {
	color: #7D7B7B;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #F67401;
}

.darkLinkContainer a:hover {
	color: #F67401;
	border-bottom: 1px dotted #7D7B7B;
}

.darkLinkDisabled, .darkLinkDisabled:LINK, .darkLinkDisabled:VISITED {
	color: black;
	text-decoration: line-through;
}

.darkLinkDisabled:HOVER {
	color: #084081;
	text-decoration: underline;
}

.strongDarkLink {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.lightDarkLink {
	color: black;
	text-decoration: none;
}

.strongDarkLink A:LINK {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.strongDarkLink A:VISITED {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.strongDarkLink A:HOVER {
	font-weight: bold;
	color: #084081;
	text-decoration: underline;
}

.lightDarkLink A:LINK {
	color: black;
	text-decoration: none;
}

.lightDarkLink A:VISITED {
	color: black;
	text-decoration: none;
}

.lightDarkLink A:HOVER {
	color: #084081;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.underline A:LINK {
	text-decoration: underline;
}

.underline A:VISITED {
	text-decoration: underline;
}

.leftColumn {
	text-align: left;
}

.centeredColumn {
	text-align: center;
}

.rightColumn {
	text-align: right;
}

.fullHeight {
	height: 100%;
}

.message {
	background-color: white;
}

.darkLargeText {
	color: #336699;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.violetLargeText {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5E657F
}

.dateLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #30285A;
}

.bodyBorderTable {
	border: 1px solid #336699;
}

.inputLabel {
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.input {
	font-size: 11px;
	font-weight: normal;
	background-color: #F8EEDE;
	border: 1px solid black;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}

.inputDisabled {
	font-size: 11px;
	font-weight: normal;
	background-color: #808080;
	border: 1px solid black;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}

.inputRadio {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.inputFileUpload {
	font-size: 11px;
	font-weight: normal;
	background-color: #F8EEDE;
	border: 1px solid black;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}

.inputButtonSmall {
	font-size: 11px;
	font-weight: normal;
	background-color: white;
	border: 1px solid black;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}

.halfWidthColumn {
	width: 50%;
}

.oneThirdWidthColumn  {
	width: 33%;
}

.fourtyPercentWidthColumn {
	width: 40%;
}

.fifteenPercentWidthColumn {
	width: 15%;
}

.seventyPercentWidthColumn {
	width: 40%;
}

.organizerEventReminderEditLabelColumn {
	text-align: right;
	width: 35%;
}

.organizerEventReminderEditInputColumn {
	text-align: left;
	width: 45%;
}

.organizerEventReminderEditAdditionalInputColumn {
	text-align: left;
	width: 20%;
}

.topAlignedRow {
	vertical-align: top;
}

.middleAlignedRow {
	vertical-align: middle;
}

.bottomAlignedRow {
	vertical-align: bottom;
}

.leftPaddedColumn {
	padding-left: 10px;
}

.bulletedListBulletColumn {
	text-align: center;
	vertical-align: middle;
}

.bulletedListTextColumn {
	color: #D2A473;
}

.bulletedListTextColumn A:LINK {
	color: #D2A473;
}

.bulletedListTextColumn A:VISITED {
	color: #D2A473;
}

.bulletedListTextColumn A:HOVER {
	color: #084081;
}

.pageBackground {
	background-color: #F8F8F8;
}

.basicTableBackground {
	background-color: #F8EEDE;
}

.basicTable {
	background-color: #F8EEDE;
	margin: 5px 0px;
}

.basicTableHeading {
	background-color: #D2A473;
	text-align: left;
	padding: 2px;
}

.basicTableTitleText {
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.basicTableSmallTitleText {
	font-weight: bold;
	color: white;
}

.basicTableRow {
	background-color: white;
	vertical-align: top;
}

.basicFooterWithButtons {
	text-align: center;
	padding: 3px;
}

.basicTableFooter {
	text-align: center;
	padding: 0px 0px 5px 0px;
}

.pageTableHeading {
	background-color: #D2A473;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.pageTableWhitespace {
	background-color: white;
}

.nowrap {
	white-space: nowrap;
}

.errorStyle {
	font-style: italic;
	color: red;
}

.warnStyle {
	color: red;
}

.inputFieldValidationError {
	font-style: italic;
	color: red;
}

.confirmationInfoMessage {
	font-style: italic;
	color: blue;
}

.simpleInfoMessage {
	font-style: normal;
	color: #3A3939;
}

.failedLoginError {
	color: red;
}

.applicationExceptionError {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.paymentLoginError {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.basicDivider {
	background-color: #D2A473;margin-top: 10px; margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.detailViewLabelColumn {
	text-align: right;
}

.detailViewUrlValue {
	color: #084081;
}

.detailViewUrlValue A:LINK {
	color: #084081;
	text-decoration: none;
}

.detailViewUrlValue A:VISITED {
	color: #084081;
	text-decoration: none;
}

.detailViewUrlValue A:HOVER {
	color: #084081;
	text-decoration: underline;
}

.strongLabel {
	font-weight: bold;
}

.strongValue {
	font-weight: bold;
}

.popup {
	background-color: white;
	color: black;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 5px;
	z-index: 90;
}

.popup table {
	font-size: 10px;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

.strongBlue {
	color: #084081;
	font-weight: bold;
}

.strongOrange {
	color: #F99E44;
	font-weight: bold;
}

.leftLogo {
	background-color: #002D6C;
	text-align: right;
}

.centerLogo {
	background-color: #7EB7FD;
	text-align: center;
	width: 758px;
}

.rightLogo {
	background-color: #7EB7FD;
	text-align: left;
}

.listPortletHeaderText {
	font-size: 10px;
	font-weight: normal;
	color: #212020;
	border-bottom: 1px dotted #f67401;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
}

.listPortletHeaderTextLeftAlign {
	font-size: 10px;
	font-weight: normal;
	color: #212020;
	border-bottom: 1px dotted #f67401;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
}

.listPortletHeader td {
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(/image/headerTable/mspace_lport_table_header_bck.gif);
	text-align: center;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	height: 16px;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	border-style: none;
}

.listPortletHeader{
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(/image/headerTable/mspace_lport_table_header_bck.gif);
	text-align: center;
	border-right: 1px solid #EFEFEF;
	height: 16px;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	border-style: none;
}
.listPortletHeaderLeftAlign td {
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(/image/headerTable/mspace_lport_table_header_bck.gif);
	text-align: left;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	height: 16px;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	border-style: none;
}

.listPortletHeaderLeftAlign{
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(/image/headerTable/mspace_lport_table_header_bck.gif);
	text-align: left;
	border-right: 1px solid #EFEFEF;
	height: 16px;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	border-style: none;
}
tr.listPortletEven {
	background-color:#F9F9F9;
	height: 18px;
}

tr.listPortletOdd {
	height: 18px;
}

tr.listPortletEvenNoHeightLimit {
	background-color:#F9F9F9;
}

tr.listPortletOddNoHeightLimit {
}

.standardInputWithBackgroundWidth {
	width: 134px;
}

.standardInputWithBackground {
	width: 134px;
	height: 20px;
	line-height: 16px;
	font-size: 11px;
	margin: 0px;
	background-image: url(/image/control/input/inputBackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px none white;
	color: #666666;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.demoMode {
	font-size: 12px;
	font-weight: normal;
	color: #3A3939;
}

.ebgLogoDivStyle {
	position: relative; 
	left: 0; 
	top: 0; 
	width: 510px; 
	height: 147px;
}

.logoDivStyle {
	width: 228px; 
	height: 68px; 
	position: absolute; 
	top: 50px; 
	left: 540px; 
	visibility: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

.homePageQuickLink a {
	text-decoration: none;
	border-bottom: 1px dotted #F67401;
	color: #002D6C;
	font-size: 12px;
}

.homePageQuickLink a:hover {
	color: #F68001;
	border-bottom: 1px dotted #002D6C;
}

.loginFormBackground {
	height: 143px;
	width: 256px;
	background-image: url(/image/home/login/backgroundLogin.jpg);
}

.partners a {
	font-size: 14px;
	font-weight: bold;
	color: #f67401;
	text-decoration: none;
}

.partners td {
	vertical-align: top;
	width: 33%;
	padding: 5px;
}

.partners th {
	margin: 15px 0px 5px 0px;
	padding: 10px 0px 10px 16px;
	font-size: 17px;
	font-weight: bold;
	color: #002d6c;
	text-align: left;
	width: auto;
}

.partners img {
	padding-right: 3px;
}

.partnersNewMerchant {
	color: #7D7B7B;
	font-weight: bold;
}

.partnersNewMerchant a {
	color: #7D7B7B;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #7D7B7B;
}

.partnersNewMerchant a:hover {
	color: #F67401;
}

td.merchantCheckListStatusColumn {
	width: 20px;
	text-align: center;
}

table.financeReportCheckboxColumn {
	margin-left: 20px;
	display: none;
}

.financeReportCheckboxColumn td {
	width: 25%;
}

a.financeReportMerchantCategory {
	font-size: 13px;
	font-weight: bold;
	color: #E36F28;
	text-decoration: none;
}

a.financeReportMerchantCategory:hover {
	color: #4D4D4D;
}

table.financeReportTitle {
	margin-top: 20px;
}

label.financeReportTitle {
	font-size: 13px;
	font-weight: bold;
	color: #E36F28;
}

.merchantTemplateFeesTable input {
	width: 60px;
}

.merchantTemplateFeesTable input.nameInput {
	width: 220px;
}

.bankTransferConfig td.amountColumn {
	width: 120px;
}

span.paymentCompletedConfirmation {
	font-size: 11px;
	font-weight: bold;
	color: black;
	display: block;
	margin-bottom: 20px;
}
