html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

body { min-height: 378px; }
:focus { outline: 0; }

#header
{
	height: 32px;
	padding-top: 12px;
	background-repeat: repeat-x;
	overflow: hidden;
	width: auto;
	white-space: nowrap;
}

#header h1
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 155px;
}

#header span.min-width
{
	display: block;
	float: left;
	width: 90px;
}

h2 { margin: 8px 0 8px 0; }
p.secondary { margin-top: 8px; }

p.help
{
	position: relative;
	margin-top: -6px;
	margin-left: 16px;
	width: 310px;
	white-space: normal;
}

p.error
{
	position: relative;
	margin-top: -6px;
	margin-left: 16px;
	width: 310px;
	white-space: normal;
}

p.number-feedback { margin-left: 97px; }
p.number-feedback .validator { padding-top: 3px; }

div.selected-item
{
	position: relative;
	width: 100%;
	padding: 9px 0 9px 0;
	height: 18px;
}

#browser
{
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	min-height: 378px;
}

#stackLayout
{
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	min-height: 378px;
	white-space: nowrap;
}

.group_heading
{
	padding-top: 10px;
	margin-left: 16px;
	margin-bottom: 5px;
	margin-right: 9px;
	width: 310px;
	white-space: normal;
}

.page
{
	width: 100%;
	position: absolute;
	-webkit-transition: all .35s ease-in-out;
}

.page.current { -webkit-transform: translate(0px,0px); }
.page.left { -webkit-transform: translate(-320px,0px); }
.page.right { -webkit-transform: translate(320px,0px); }
fieldset { border: none; }
fieldset legend { margin-left: 10px; }

fieldset label
{
	width: 85px;
	display: block;
	height: auto;
	color: black;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
}

fieldset select,fieldset input
{
	margin-top: 3px;
	position: absolute;
	top: 8px;
	left: 110px;
	width: 175px;
	padding: 3px 2px 2px 2px;
}

fieldset select { top: 10px; }

fieldset input
{
	border-width: 0;
	-webkit-appearance: none;
}

fieldset label.validator
{
	left: 96px;
	position: relative;
	display: none;
	margin-top: 4px;
	padding: 3px 2px 2px 0;
}

fieldset label.success { display: block; }
fieldset label.error { display: block; }
fieldset label.warning { display: block; }
.panel-view .for-load,.panel-view .for-edit,.panel-view .for-delete,.panel-view .for-add { display: none; }
.panel-add .for-load,.panel-add .for-edit,.panel-add .for-delete,.panel-add .for-view { display: none; }
.panel-edit .for-load,.panel-edit .for-view,.panel-edit .for-delete,.panel-edit .for-add { display: none; }
.panel-load .for-edit,.panel-load .for-view,.panel-load .for-delete,.panel-load .for-add { display: none; }
.panel-delete .for-edit,.panel-delete .for-view,.panel-delete .for-load,.panel-delete .for-add { display: none; }
.panel-open .for-close { display: none; }
.panel-close .for-open { display: none; }
.panel-edit .for-view-add { display: none; }
.panel-delete .for-view-add { display: none; }
.panel-view .for-edit-delete { display: none; }
.panel-edit .for-view-delete { display: none; }
.panel-delete .for-view-edit { display: none; }

ul.list
{
	width: auto;
	padding: 0;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
	margin-right: 9px;
	overflow: hidden;
	-webkit-margin-top-collapse: separate;
	-webkit-margin-bottom-collapse: separate;
}

ul.list li
{
	list-style-type: none;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	width: auto;
}

ul.list li div
{
	position: relative;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 14px 29px 14px 48px;
	min-height: 15px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
	-webkit-margin-top-collapse: separate;
	-webkit-margin-bottom-collapse: separate;
}

ul.list li.first div
{
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}

ul.list li.last div
{
	-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
}

ul.list li div span.icon
{
	position: absolute;
	top: 7px;
	left: 9px;
}

ul.noicon li div { padding-left: 16px; }

.message
{
	position: relative;
	width: auto;
	margin: 5px 7px 0 7px;
	overflow: hidden;
	white-space: normal;
	border-width: 15px 20px 25px 20px;
	-webkit-dashboard-region: dashboard-region(control rectangle);
}

.message h3 { line-height: 24px; }

.message .primary
{
	margin-top: 10px;
	display: block;
	padding: 3px 0 5px 0;
	border-width: 5px 5px 5px 5px;
	-webkit-dashboard-region: dashboard-region(control rectangle);
}

.message a.secondary
{
	position: relative;
	width: 100px;
	padding: 9px;
	margin: 9px auto 4px auto;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	display: block;
	-webkit-margin-top-collapse: separate;
	-webkit-margin-bottom-collapse: separate;
	-webkit-border-top-right-radius: 6px 6px;
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-bottom-left-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 6px 6px;
}

.icon-16
{
	width: 16px;
	height: 16px;
	display: block;
	background-repeat: no-repeat;
}

.icon
{
	width: 29px;
	height: 29px;
	text-overflow: ellipsis;
	-webkit-dashboard-region: dashboard-region(control rectangle);
}

.arrow
{
	position: absolute;
	top: 15px;
	right: 10px;
	width: 8px;
	height: 13px;
}

.icon-question
{
	position: absolute;
	top: 4px;
	right: 9px;
	display: block;
}

.pressed { background-repeat: repeat-x; }

div.right
{
	top: 8px;
	right: 9px;
}

span.delete
{
	position: absolute;
	top: 9px;
	right: 9px;
}

div.button { position: absolute; }

div.button span,span.delete
{
	min-width: 30px;
	height: 21px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding: 8px 0 0 0;
	border-width: 0 5px 0 5px;
	-webkit-dashboard-region: dashboard-region(control rectangle);
}

.input-button
{
	display: block;
	border-width: 5px 3px 5px 3px;
	text-align: center;
	-webkit-appearance: none;
	-webkit-dashboard-region: dashboard-region(control rectangle);
	background: transparent;
}

.input-button-left
{
	float: left;
	margin-top: 9px;
	margin-left: 8px;
}

.input-button-right
{
	float: right;
	margin-top: 9px;
	margin-right: 8px;
}

div.button.back
{
	top: 9px;
	left: 4px;
	width: auto;
	height: 21px;
	padding: 7px 2px 0 0;
	border-width: 0 5px 0 13px;
}

span.leftmarginbutton
{
	float: left;
	margin-top: 10px;
	margin-left: 9px;
	margin-right: 9px;
}

span.width-zero { width: 0; }
.hidden { display: none!important; }

input.button-submit
{
	width: 100px;
	margin-left: 9px;
}

.input-button-primary
{
	position: relative;
	right: 0;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
	margin-right: 9px;
	display: block;
	padding: 7px 25px 8px 25px;
	border-width: 5px 5px 5px 5px;
	width: auto;
	text-align: center;
	-webkit-appearance: none;
	-webkit-dashboard-region: dashboard-region(control rectangle);
}

input.input-button-primary
{
	background: transparent;
	width: 303px;
}

span.true
{
	position: absolute;
	width: 13px;
	height: 13px;
	right: 10px;
	top: 15px;
}

span.nextvalue
{
	position: absolute;
	right: 29px;
}

span.dropdown
{
	position: absolute;
	right: 29px;
}

.loader-conatiner
{
	position: relative;
	width: auto;
	padding: 9px;
	margin: 9px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	padding-left: 36px;
	display: block;
	-webkit-margin-top-collapse: separate;
	-webkit-margin-bottom-collapse: separate;
	-webkit-border-top-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
}

.loader-conatiner .icon-16
{
	position: absolute;
	top: 9px;
	left: 12px;
}

body { font-family: Helvetica,Arial; }

h1
{
	font-family: Helvetica;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}

h2
{
	font-family: Helvetica;
	text-align: center;
}

p.secondary
{
	font-size: 12px;
	font-weight: normal;
}

p.secondary span
{
	font-size: 12px;
	font-weight: bold;
}

p.help
{
	font-size: 12px;
	font-weight: normal;
}

p.error
{
	font-size: 13px;
	font-weight: bold;
}

p span.numbertype
{
	font-size: 12px;
	font-weight: normal;
}

p span.area,p.number-feedback
{
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.dots
{
	font-size: 28px;
	margin-top: -6px;
	vertical-align: middle;
}

p span.number { vertical-align: top; }
.page { font-weight: bold; }

.group_heading
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12px;
}

.button,div.button span,span.delete
{
	font-family: Helvetica;
	font-size: 12px;
	text-align: center;
	text-overflow: ellipsis;
	font-weight: bold;
}

fieldset label
{
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
}

fieldset input
{
	font-weight: bold;
	font-size: 14px;
}

fieldset label.validator { font-weight: normal; }

ul.list li div
{
	text-decoration: none;
	font-size: 14px;
}

ul.list li a
{
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
}

div.selected-item
{
	text-align: center;
	text-shadow: #cad3df 0 1px 0;
}

legend { font-weight: normal; }

fieldset input
{
	font-weight: bold;
	font-size: 14px;
}

.message { text-align: center; }

.message p
{
	font-weight: normal;
	font-size: 14px;
}

.message a.secondary { text-decoration: none; }

.message .primary
{
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}

.input-button-primary
{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}

.button_back
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.loader-conatiner { font-weight: normal; }
body { -webkit-tap-highlight-color: rgba(0,0,0,0); }
h1 { color: #fff; }
h1 { text-shadow: rgba(0,0,0,0.6) 0 -1px 0; }
h2,legend { color: #576980; }
p.help,p.error { color: #576980; }
p span.area { color: #999; }
#header { border-bottom: 1px solid #323841; }
label a { color: #5e749b; }

div.selected-item
{
	color: #425566;
	background-color: #a3b1c4;
	border-bottom: 1px solid #6f829a;
}

.group_heading
{
	color: #5e749b;
	text-shadow: 0 1px 1px #fff;
}

fieldset input
{
	color: #5e749b;
	background-color: #fff;
	-webkit-appearance: none;
}

fieldset input.error,fieldset select.error
{
	background-color: #ffe5e4;
	border-color: #b52524;
}

fieldset input.warning,fieldset select.warning
{
	background-color: #ffffef;
	border-color: #f6a123;
}

fieldset label.validator.success { color: #6c3; }
fieldset label.validator.error { color: #b52524; }
fieldset label.validator.warning { color: #f6a123; }

ul.list li div
{
	color: #000;
	border-top-color: #fff;
	border-right-color: #afaeae;
	border-bottom-color: #afaeae;
	border-left-color: #afaeae;
	background-color: #fff;
}

ul.list li div.pressed
{
	color: #fff;
	border-top-color: #2184d5;
}

ul.list li.first div { border-top-color: #afaeae; }
.message { color: #fff; }
.message a { color: #fff; }

.message a.secondary
{
	color: #6f789b;
	background-color: #fff;
	border-color: #6f789b;
}

.button { color: #fff; }
.message .primary { color: #fff; }
div.button-back { color: #fff; }
.input-button-positive { color: #fff; }
.input-button-negative { color: #fff; }

.input-button-primary
{
	color: #fff;
	border-color: #6c3;
	text-shadow: 0 1px 1px #390;
}

span.nextvalue { color: #5e749b; }

.loader-conatiner
{
	color: #666;
	background-color: #fff;
	border-color: #afaeae;
}

body { background-image: url("https://mobile.rebtel.com/iphone/images/bg/body.png"); }
#header { background-image: url("https://mobile.rebtel.com/iphone/images/bg/header.png"); }

.icon-arrow
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -0px;
}

.icon-question
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -29px;
}

.icon-plus
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -58px;
}

.icon-minus
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -87px;
}

.icon-minus.rotate90
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -116px;
}

.icon-payment
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -145px;
}

.icon-method-1
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -174px;
}

.icon-method-2
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -203px;
}

.icon-method-3
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -232px;
}

.icon-method-5
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -261px;
}

.icon-general
{
	background-image: url('general.png');
}

.icon-collect
{
	background-image: url('collectcalls.png');
}

.icon-visibility
{
	background-image: url('paymentdetails.png');
}

.icon-phone
{
	background-image: url('phones.png');
}

.icon-notification
{
	background-image: url('notifications.png');
}

.arrow
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -435px;
}

.pressed .arrow
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -448px;
}

span.true
{
	background-image: url('https://mobile.rebtel.com/iphone/images/sprite.png');
	background-position: left -461px;
}

.panel-view span { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/navigation-neutral.png") 0 5 0 5 stretch stretch; }
.panel-edit span { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/navigation-primary.png") 0 5 0 5 stretch stretch; }
.panel-edit span { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/navigation-primary.png") 0 5 0 5 stretch stretch; }
.button .for-add { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/navigation-primary.png") 0 5 0 5 stretch stretch; }
.delete { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/navigation-negative.png") 0 5 0 5 stretch stretch; }
.button-back,div.button.back { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/navigation-back.png") 0 5 0 16 stretch stretch; }
.message { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/message/dialog.png") 15 20 25 20 stretch stretch; }
.message .primary { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/dialog-decline.png") 5 5 5 5 stretch stretch; }
.input-button-primary { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/confirm.png") 12 12 12 12 stretch stretch; }
.input-button-positive { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/navigation-positive.png") 5 5 5 5 stretch stretch; }
.input-button-negative { -webkit-border-image: url("https://mobile.rebtel.com/iphone/images/button/navigation-negative.png") 5 5 5 5 stretch stretch; }
.pressed { background-image: url("https://mobile.rebtel.com/iphone/images/bg/pressed-single.png"); }
.list-savedcard .pressed,.list-doublerow .pressed { background-image: url("https://mobile.rebtel.com/iphone/images/bg/pressed-double.png"); }
.icon-16-loader { background-image: url("https://mobile.rebtel.com/iphone/images/loader.gif"); }
