﻿.logo {
    float: left;
    margin-top: 35px;
}
.lobby .wrap{
    width: 500px;
    height: 470px;
    margin: auto;
}
.poweredByKliknPay {
    float: right;
    margin-top: 66px;
}
.topHeader .optionsInternal {
    float: right;
    margin-top: 10px;
    margin-right: 0px;
}
.languagesInternal
{
	float: right;
	margin-top: 10px;
    width: 140px;
	text-align:right;
}
.languagesInternal a {
    font-size: 12px;
}
.CalTitle
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family:verdana,arial,helvetica,sans serif;
	background-color: silver;
}
.CalDayHeader
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family:verdana,arial,helvetica,sans serif;
	background-color: silver;
}
.CalDay
{
	font-size: 10px;
	color: black;
	font-family:verdana,arial,helvetica,sans serif;
	background-color: silver;
}
.CalValidPaymentDay
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family:verdana,arial,helvetica,sans serif;
	background-color: white;
}
.CalSelectedDay
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family:verdana,arial,helvetica,sans serif;
	background-color: #ffcc66;
}
A.lnkCalIcon
{
	position:relative;
	left:5px; 
	top:1px; 
	/* z-index:40; */
	height:14px;
	width:14px;
}
#divKlikCal 
{
	BORDER-RIGHT: #3278a6 1px solid; 
	BORDER-TOP: #3278a6 1px solid;
	BORDER-LEFT: #3278a6 1px solid;
	BORDER-BOTTOM: #3278a6 1px solid;
	position:absolute;
	width:250;
	visibility:hidden;
	BACKGROUND-COLOR:#dcdcdc;
	border-collapse:collapse;
}
#divKlikCal table 
{
	margin:0px;
}
#divKlikCal table tbody tr:last-child td:first-child
{
	border-radius:0px
}
#divKlikCal table tbody tr:last-child td:last-child
{
	border-radius:0px
}
#divKlikCal table thead th
{
	padding: 0px;
}
#divKlikCal table tbody td
{
	padding: 6px;
}
#divKlikCal table td:first-child
{
	border-left:none;
}
#divKlikCal table td:last-child
{
	border-left:none;
}
.CalButton
{
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}
.CalHeader
{
	font-weight: bold;
	BACKGROUND-COLOR: #3278a6;	
	font-size: 11px;
	color: white;
	font-family:verdana,arial,helvetica,sans serif;
}
.CalWeek
{
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	font-size: 10px;
	COLOR: black;
	font-family:verdana,arial,helvetica,sans serif;
	text-align: center;
}
.CalDay
{
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	FONT-WEIGHT: 600;
	font-size: 10px;
	COLOR: #3fa3cc;
	font-family:verdana,arial,helvetica,sans serif;
	text-align: center;
	cursor: hand;
}
.CalDaySelected
{
	BORDER-RIGHT: red 1px solid; 
	BORDER-TOP: red 1px solid;
	BORDER-LEFT: red 1px solid;
	BORDER-BOTTOM: red 1px solid;
	FONT-WEIGHT: 600;
	font-size: 10px;
	COLOR: #3fa3cc;
	font-family:verdana,arial,helvetica,sans serif;
	text-align: center;
	cursor: hand;
}
.CalDayHighlight
{
	BORDER-RIGHT: red 1px solid; 
	BORDER-TOP: red 1px solid;
	BORDER-LEFT: red 1px solid;
	BORDER-BOTTOM: red 1px solid;
	FONT-WEIGHT: 600;
	font-size: 10px;
	COLOR: #3fa3cc;
	font-family:verdana,arial,helvetica,sans serif;
	text-align: center;
	cursor: hand;
	BACKGROUND-COLOR: white;
}
.CalDayDisabled
{
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #808080;
	font-family:verdana,arial,helvetica,sans serif;
}
.btnSubmit:focus, #btnAccountInfoBack:focus, #btnAccountInfoSubmit:focus, #btnPaymentConfirm:focus, #btnCancelSchOneTimePmt:focus, #btnContinueSchOneTimePmt:focus, #btnCancelSetupRecurPmt:focus, #btnContinueSetupRecurPmt:focus, #btnCancelAddBnkAcct:focus, #btnContinueAddBnkAcct:focus {
	outline: -webkit-focus-ring-color auto 1px !important;
	color: white !important;
}
.btnradio:focus {
	/*box-shadow: 0 0 2px 2px #3278a6 !important;*/
	color: white !important;
	outline: -webkit-focus-ring-color auto 1px !important;
}
.textboxlabel:focus {
	/*box-shadow: 0 0 2px 2px #3278a6 !important;*/
	/*border-color: #3278a6 !important;*/
	outline: -webkit-focus-ring-color auto 1px !important;
}

input[type="checkbox"]:focus {
	outline: -webkit-focus-ring-color auto 1px !important;
	/*box-shadow: 0 0 1px 1px #3278a6;*/
}



