@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Global settings  */
* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: middle;
}
body {
	color: #707070;
	font-family: helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Headings  */
h1 {
	color: #666666;
	font-size: 100%;	
	font-weight: bold;
	border-bottom: solid 1px #666666;
	padding-bottom: 0.2em;
	margin: 0.4em;
}
h2 {
	color: #333333;
	font-size: 100%;
	background-color: #BAD4E1;
	padding: 0.4em;
}
h3 {
	color: #FFFFFF;
	font-size: 90%;
	background-color: #00548A;
	padding: 0.4em;
}
h5 {
	color: #666666;
	font-size: 100%;	
	margin: 0.4em 0 0 0.4em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Lists */
ol,
ul {
	margin: 0 0 0.4em;
	list-style-position: inside;
}
ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 2em;
	padding: 0 0.4em 0.2em 0.2em;
}
	ul li ul {
		margin: 0 0 0 0.4em;
	}
ol li {
	list-style-position: outside;
	margin-left: 2em;
	padding: 0 0.4em 0.2em 0.2em;
}
	ol li ol {
		margin: 0 0 0 0.4em;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Paragraphs */
p,
.p { /* p tag formats differently on phones, rather use div class=p */
		margin: 0.2em 0.4em;
}
	.empty p,
	div.field p,
	div.field .p { 
			margin: 0;
	}
	p.small,
	.p.small a {
		white-space: nowrap;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Lines & borders */
.border_left {
	padding-left: 0.4em;
	border-left: solid 1px #666666;
}
hr {
	border-color: #E8E8E8;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Link attributes  */
a {
	color: #0070AA;
	text-decoration: none;
	cursor: pointer;
}
a:link, 
a:visited {
	color: #0070AA;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.link_small { /* Inline text link */
	font-size: 90%;
	margin: 0 0.4em 0.4em 0.4em;
	white-space: nowrap;
}
.smaller {
	font-size: 80%;
}
.small {
	font-size: 90%;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Text Colors */
.text_orange, 
.text_orange a:link, 
.text_orange a:visited,
a.text_orange {
	color: #D86B2D;
}
.text_orange a:hover {
	color: #CC0000;
}
.text_green, 
.text_green a:link, 
.text_green a:visited,
a.text_green  {
	color: #7AAE42;
}
.text_green a:hover {
	color: #CC0000;
}
.text_red, 
.text_red a:link, 
.text_red a:visited,
a.text_red    {
	color: #CC0000;
}
.text_red a:hover {
	color: #CC0000;
}
.text_white, 
.text_white a:link, 
.text_white a:visited, 
a.text_white {
	color: #FFFFFF;
}
.text_white a:hover {
	color: #EEEEEE;
}
.text_blue, 
.text_blue a:link, 
.text_blue a:visited,
a.text_blue   {
	color: #0070AA;
}
.text_blue a:hover {
	color: #003366;
}
.text_lightgray, 
.text_lightgray a:link, 
.text_lightgray a:visited, 
a.text_lightgray {
	color: #CCCCCC;
}
	.text_lightgray a:hover {
		color: #999999;
	}
.text_gray, 
.text_gray a:link, 
.text_gray a:visited, 
a.text_gray {
	color: #666666;
}
.text_gray a:hover {
	color: #333333;
}
.text_black, 
.text_black a:link, 
.text_black a:visited, 
a.text_black {
	color: #000000;
}
.text_data  { /* Text instead of input field like mobile: 082 000 0000 */
	color: #7AAE42;
	margin: 0 0.4em 0.4em;
	font-weight: bold;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Header */
#header {
	margin: 0.4em 0.4em 0em;
}
#header img {
	outline: none;
	width: 90%;
	max-width: 120px;
}
#header img:focus {
	outline: none;
}
#header a img {
	outline: none;
}
#login {
	color: #999999;
	margin: 0.4em 0.4em 0em;
}
#login a {
	white-space: nowrap;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Top Nav */
table#nav {
	font-size: 90%;
	font-weight: bold;
	border-top: 1px solid #1C3F95;
	border-bottom: 1px solid #000000;
	background: #1b3f94;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070AA', endColorstr='#1b3f94');
	background: -webkit-gradient(linear, left top, left bottom, from(#0070AA), to(#1b3f94));
	background: -moz-linear-gradient(top, #0070AA, #1b3f94);
	width: 100%;
	margin-top: 0.4em;
}
table#nav td {
	padding: 0.4em;
}
	table#nav td.left {
		text-align: left;
	}
	table#nav td.center {
		text-align: center;
	}
	table#nav td.right {
		text-align: right;
	}
table#nav a, 
table#nav a:visited {
	color: #FFFFFF;
}
table#nav a:hover {
	color: #D8D8D8;
	text-decoration: none;
}
table#nav a#current {
	color: #FFFFFF;
	background: #00AEEF;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	border: solid 1px #FFFFFF;
	padding: 0.2em 0.4em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Secondary Nav */
table#nav_sec {
	color: #999999;
	font-size: 90%;
	line-height: 90%;
	border-top: solid 1px #E8E8E8;
	border-bottom: solid 1px #C0C0C0;
	background: #D8D8D8;
}
table#nav_sec td {
	padding: 0.4em;
}
	table#nav_sec td.left {
		text-align: left;
	}
	table#nav_sec td.center {
		text-align: center;
	}
	table#nav_sec td.right {
		text-align: right;
	}
	table#nav_sec td.line {
		border-right: solid 1px #C0C0C0;
	}
table#nav_sec a#current {
	font-weight: bold;
	background: #FFFFFF;
	display: inline-block;
	padding: 0.2em 0.4em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Message boxes */
#green_info {
	color: #333333;
	border-bottom: solid 1px #43A312;
	padding: 0.4em 0.4em 0.4em 25px;
	background: #C8EF87 url(../images/messageStatus.png) no-repeat 5px center;
}
#red_error {
	color: #333333;
	border-bottom: solid 1px #CC0000;
	padding: 0.4em 0.4em 0.4em 25px;
	background: #FFBABA url(../images/messageError.png) no-repeat 5px center;
}
#blue_status {
	color: #333333;
	border-bottom: solid 1px #006699;
	padding: 0.4em 0.4em 0.4em 25px;
	background: #D3E4F5 url(../images/messageInfo.png) no-repeat 5px center;
}
#orange_warning {
	color: #333333;
	border-bottom: solid 1px #FF6600;
	padding: 0.4em 0.4em 0.4em 25px;
	background: #FFFFCC url(../images/messageWarning.png) no-repeat 5px center;
}
#white_instruction {
	color: #333333;
	border-bottom: solid 1px #333333;
	padding: 0.4em 0.4em 0.4em 25px;
	background: #FFFFFF url(../images/messageInfo.png) no-repeat 5px center;
}
#error_bg {
	color: #FFFFFF;
	border-bottom: solid 1px #333333;
	padding: 0.4em;
	background: #1B3F94;
}
#error_bg img {
	width: 80%;
	max-width: 200px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Header */
h3 img {
	vertical-align: middle;
	margin-left: 10px;
	width: 60px;
	height: 30px;
}
h2 img {
	vertical-align: bottom;
	margin-right: 5px;
	width: 13px;
	height: 16px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Inline error & static messages */
.static {
	color: #999999;
	font-style: italic;
	font-size: 90%;
	line-height: 90%;
	margin: 0;
}
.error {
	color: #CC0000;
	font-size: 90%;
	line-height: 90%;
	margin: 0 0 0.2em 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Form elements  */
div.field {
	margin: 0.4em 0.4em 0em;
}
div.btn_field {
	margin: 0.4em 0.4em 0em;
}
.empty {
	margin: 0.4em 0.4em 0em;
}
label {
	color: #666666;
	display: block;
	margin: 0em 0.4em 0.2em 0em;
}
input, 
textarea, 
select {
	vertical-align: middle;
	border: 1px solid #00AEEF;
	padding: 0.3em;
	margin: 0 0 0.2em 0;
}
	input[type="text"],
	input[type="password"] {
		width: 140px;
	}
	input[type="submit"],
	input[type="button"] {
		text-transform: uppercase;
		width: auto;
	}
	input#ukash_voucher,
	input#deposit {
		width: 126px;
	}
	input#cvvnumber {
		width: 50px;
	}
	input#mobile_code {
		width: 20px;
	}
	input#mobile {
		width: 104px;
	}
	input.half {
		width: 70px;
	}
	input.third {
		width: 45px;
	}
input[type=radio] {
	border: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
select {
	width: auto;
	margin-right: 0;
}
input:focus, 
textarea:focus, 
select:focus {
	background-color: #EEEEEE;
}
div.after_input {
	display: inline-block;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Buttons */
button {
	vertical-align: middle;
}
.btn_orange {
	background-color: #FF9900;
	outline: none;
	border: 1px solid #666666;
	width: auto;
	margin: 0;
	padding: 0.6em 0.8em;
}
.btn_orange:hover {
	background-color: #FF6600;
}
.btn_orange:active {
	background-color: #00AEEF;
}
.btn_green {
	background-color: #97CA32;
	border: 1px solid #666666;
	width: auto;
	margin: 0;
	padding: 0.6em 0.8em;
}
.btn_green:hover {
	background-color: #669900;
}
.btn_green:active {
	background-color: #00AEEF;
}
.link {
	background: transparent;
	color: #0070AA;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: visible;
	cursor: pointer;
	text-transform: capitalize !important;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 90%;
}
.link:hover {
	text-decoration: underline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Order details table  */
table#order {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
	table#order.success {
		border-color: #43A312;
	}
	table#order.fail {
		border-color: #CC0000;
	}
table#order th {
	color: #404040;
	background-color: #E8E8E8;
	padding: 0.4em;
	border-bottom: 1px solid #808080;
	text-align: left;
}
table#order td {
	padding: 0.4em;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
}
	table#order td.merc_amount {
		border-left: 1px solid #D8D8D8;
	}
table#order .last {
	padding: 0.4em;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Label and value table  */
table#value_pair {
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Table for balance amounts */
table#layout_04E {
	background: #F0F0F0;
	border: solid 1px #D8D8D8;
	width: auto;
	margin: 0.4em;
}
table#layout_04E td,
table#layout_04E th {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #D8D8D8;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
	padding: 0.2em 0.4em;
}
table#layout_04E th {
	background: #E8E8E8;
}
table#layout_04E td:last-child,
table#layout_04E th:last-child {
	border-right: none;
}
table#layout_04E td:first-child,
table#layout_04E th:first-child {
	border-left: none;
}
table#layout_04E tr:last-child td {
	border-bottom: none;
}
table#layout_04E .icon_column {
	position: relative;
}
table#layout_04E tr.slide_trigger {
	cursor: pointer;	
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Custom margins  */
.margin {
	margin: 0.4em !important;
}
.margin_top {
	margin-top: 0.4em !important;
}
.margin_top_left {
	margin-left: 0.4em !important;
	margin-top: 0.4em !important;
}
.margin_left {
	margin-left: 0.4em !important;
}
.margin_left_bottom {
	margin-left: 0.4em !important;
	margin-bottom: 0.4em !important;
}
.margin_bottom {
	margin-bottom: 0.4em !important;
}
.margin_top_left_bottom {
	margin: 0.4em 0 0.4em 0.4em !important;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Utilities  */
.hide {
	display: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ Footer  */
#footer {
	font-size: 90%;
	color: #C8C8C8;
	background-color: #F8F8F8;
	margin-top: 0.4em;
}
#footer .links {
	padding: 0.6em;
	margin: 0;
}
.access {
	text-decoration: underline;
	font-weight: bold;
}
#footer .copy {
	background-color: #FFFFFF;
	border-top: solid 1px #E8E8E8;
	padding: 0.6em;
	margin: 0;
}