﻿body {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
}

#divMyPaymentPanel { 
    height:500px;
    width:1000px; 
    position:relative;     
    border-color: #cccccc;
    border-width: 1px 1px 1px 1px;	
}

#divMyPaymentPanel .hd {    
    height: auto;
    width: auto;
    border-color: #cccccc;
    border-width: 0px 0px 1px 0px;
	border-style:solid;
}

#divMyPaymentPanel .bd {
    height: calc(100% - 38px);
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}

#divMyPaymentPanel .bd .payment-option-holder { 
    float: left; 
    width: 25%; 
    position: relative;
}

#divMyPaymentPanel .bd .payment-option-holder ul { 
    position:relative; 
    padding:0px 5px; 
    margin:0px; 
    text-align:left;
}

#divMyPaymentPanel .bd .payment-option-holder ul li { 
    list-style:none; 
    float:left; 
    display:inline-block; 
    width:88%; 
    padding:0.6em 0.6em; 
    margin:0px 0px 5px -5px; 
    border:solid 1px #AAA; 
    cursor:pointer; 
    margin-left:0px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 1em;
}

#divMyPaymentPanel .bd .payment-option-holder ul li:hover, #divMyPaymentPanel .bd .payment-option-holder ul li.active { 
    background:#e2e2e2;
}

#divMyPaymentPanel .bd #paymentContent { 
    float:left;
    width:74%;
    height: 100%;
    position:relative; 
    border:solid 1px #EAEAEA;
    display: block;
    margin-top: 0em;
}

.bankLoading {
    background-position: center center;
    background-image: url('../../images/loading.gif');
    background-repeat: no-repeat;
}

.paymentLoading {
    background-position: center center;
    background-image: url('../../images/loading.gif');
    background-repeat: no-repeat;
}

#divPOBankTransfer {
    width: 28em;
    border-radius: 0;
    position: relative;
    left: -1px;
    padding: 2em;
    text-align: left;
}

.po-bank-transfer h2 {
    margin-top: 0;
    display: block;
    font-size: 1.5em;
    margin-bottom: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: black;
}

.po-bank-transfer label {
    display: block;
    margin-bottom: 1em;
    font-weight: normal;
}

.contentBankTransfer input[type=text], 
.contentBankTransfer input[type=email], 
.contentBankTransfer input[type=password],
.contentBankTransfer input[type=tel],
.contentBankTransfer input[type=number],
.contentBankTransfer input[type=file],
.contentBankTransfer .select,
.contentBankTransfer textarea {
	width: 95%;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 8px 8px 8px;
}

.po-bank-transfer .contentBankTransfer p {
	margin: 0px 0px 15px 0px;
}

.po-bank-transfer .contentBankTransfer #btnSubmitBankTransfer {
    background-color: #343434;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	border: 1px solid #343434;
	display: inline-block;
	color: #ffffff !important;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 12px;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	text-align: center;
}

.po-bank-transfer .contentBankTransfer #btnSubmitBankTransfer:hover {
    background-color:#000000;
	border:1px solid #000000;
	text-decoration:none;
}

.po-bank-transfer .contentBankTransfer #btnSubmitBankTransfer:active {
	position:relative;
	top:1px;
}

#divPOWithdrawal {
    width: 28em;
    border-radius: 0;
    position: relative;
    left: -1px;
    padding: 2em;
    text-align: left;
}

.contentWithdrawal {
    display: block;
    margin-top: 0em;
}

.po-withdrawal h2 {
    margin-top: 0;
    display: block;
    font-size: 1.5em;
    margin-bottom: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: black;
}

.po-withdrawal label {
    display: block;
    margin-bottom: 1em;
    font-weight: normal;
}

.contentWithdrawal input[type=text], 
.contentWithdrawal input[type=email], 
.contentWithdrawal input[type=password],
.contentWithdrawal input[type=tel],
.contentWithdrawal input[type=number],
.contentWithdrawal input[type=file],
.contentWithdrawal .select,
.contentWithdrawal textarea {
	width: 95%;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 8px 8px 8px;
}

.po-withdrawal .contentWithdrawal p {
	margin: 0px 0px 15px 0px;
}

.po-withdrawal .contentWithdrawal #btnSubmitWithdrawal {
    background-color: #343434;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	border: 1px solid #343434;
	display: inline-block;
	color: #ffffff !important;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 12px;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	text-align: center;
}

.po-withdrawal .contentWithdrawal #btnSubmitWithdrawal:hover {
    background-color:#000000;
	border:1px solid #000000;
	text-decoration:none;
}

.po-withdrawal .contentWithdrawal #btnSubmitWithdrawal:active {
	position:relative;
	top:1px;
}

#divPOSafeCharge {
    width: 28em;
    border-radius: 0;
    position: relative;
    left: -1px;
    padding: 2em;
    text-align: left;
}

.contentSafeCharge {
    display: block;
    margin-top: 0em;
}

.po-safe-charge h2 {
    margin-top: 0;
    display: block;
    font-size: 1.5em;
    margin-bottom: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: black;
}

.po-safe-charge label {
    display: block;
    margin-bottom: 1em;
    font-weight: normal;
}

.contentSafeCharge input[type=text], 
.contentSafeCharge input[type=email], 
.contentSafeCharge input[type=password],
.contentSafeCharge input[type=tel],
.contentSafeCharge input[type=number],
.contentSafeCharge input[type=file],
.contentSafeCharge .select,
.contentSafeCharge textarea {
	width: 95%;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 8px 8px 8px;
}

.po-safe-charge .contentSafeCharge p {
	margin: 0px 0px 15px 0px;
}

.po-safe-charge .contentSafeCharge #btnSubmitSafeCharge {
    background-color: #343434;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	border: 1px solid #343434;
	display: inline-block;
	color: #ffffff !important;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 12px;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	text-align: center;
}

.po-safe-charge .contentSafeCharge #btnSubmitSafeCharge:hover {
    background-color:#000000;
	border:1px solid #000000;
	text-decoration:none;
}

.po-safe-charge .contentSafeCharge #btnSubmitSafeCharge:active {
	position:relative;
	top:1px;
}

.payment-result-message
{
    padding: 20px;
}

#paymentContent iframe {
    height: 98%;
    width: 98%;
    border-color: #EAEAEA;
    border-style: none;
    border-width: 1px;
    padding: 3px;
}

.yui-resize {
    position: relative;
    zoom: 1;
    z-index: 0;
}

.yui-resize .yui-resize-handle {
    position: absolute;
    z-index: 1;
    font-size: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
    height: 1px;
    width: 1px;
}

.yui-resize .yui-resize-handle-r {
    width: 7px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: e-resize;
    zoom: 1;
    background-color: #F2F2F2;
}

.yui-resize .yui-resize-handle-r:hover {
    background-color: #7D98B8;
    zoom: 1;
}

.yui-resize-handle-inner-r {
    background: transparent url('../../images/layout_sprite.png') no-repeat 0 -5px;
    height: 16px;
    width: 7px;
    position: absolute;
    top: 45%;
}

.yui-resize .yui-resize-handle-b {
    width: 100%;
    height: 7px;
    bottom: 0;
    right: 0;
    cursor: s-resize;
    zoom: 1;
    background-color: #F2F2F2;
}

.yui-resize .yui-resize-handle-b:hover {
    background-color: #7D98B8;
    zoom: 1;
}

.yui-resize-handle-inner-b {
    background: transparent url('../../images/layout_sprite.png') no-repeat -20px 0;
    height: 7px;
    width: 16px;
    position: absolute;
    left: 50%;
}

.yui-resize .yui-resize-handle-br {
    height: 13px;
    width: 13px;
    bottom: 0;
    right: 0;
    cursor: se-resize;
    z-index: 2;
    zoom: 1;
    background-image: url('../../images/resize.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.yui-skin-sam .yui-resize-proxy {
    border: 1px dashed #426FD9;
}

.yui-resize-proxy {
    position: absolute;
    border: 1px dashed #000;
    visibility: hidden;
    z-index: 1000;
}