* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: normal;
	color: #000;
	background-color: #0f0f14;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.nocollapse {
	border-collapse: separate;
}
img {
	border: none;
}
img.img_lang {
	border: 1px solid #00aff0;
}
td.voip_select {
	border: 5px solid #00aff0;
}
td.voip_noselect {
	border: 5px solid #fff;
}
tr.voip-apps-select td {
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
	border-collapse: collapse;
	cursor: pointer;
}
a:link, a:visited, a:hover, a:active {
	color: #0083b3;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header-top {
	padding: 10px 10px 6px 10px;
	background-color: #0f0f14;
	background: #0f0f14 url(../images/header-top.gif) repeat-x 0 100%;
	clear: both;
}
#footer-top {
	height: 25px;
	background-color: #fff;
	background: #fff url(../images/content-bg-bottom.gif) repeat-x 0 0;
	clear: both;
}
#footer {
	padding: 5px;
	height: 50px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	background-color: #0f0f14;
	background: #0f0f14 url(../images/footer-top.gif) repeat-x 0 0;
	clear: both;
}
#blue-line {
	width: 100%;
	height: 3px;
	background-color: #00aff0;
}
#blue-line-footer {
	width: 100%;
	height: 5px;
	background-color: #00aff0;
	border-bottom: 2px solid #000;
}
#header {
	width: 100%;
	height: 37px;
	background-color: #000;
}
#header tr {
	background-color: #000;
	background: #0f0f14 url(../images/header_menu.gif) repeat-x 0 0;
}
#header tr td{
	padding-left: 10px;
}
#menu-top {
	height: 37px;
}
#menu-top tr td{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}
#menu-top tr td.over {
	background: transparent url(../images/menu-top-on.gif) repeat-x 0 50%;
	text-decoration: underline;
}
#menu-top tr td.over a {
	text-decoration: underline;
}
#menu-top tr td a{
	color: #fff;
}
#global-table td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.profile-menu {
	width: 200px;
}
table.profile-menu td.padding {
	padding: 0px;
	width: 5px;
	border-bottom: none;
}
table.profile-menu td.b-left {
	padding: 0px;
	width: 5px;
	height: 10px;
	background: #353a45 url(../images/black-b-left.gif) no-repeat 0 100%;
	border-bottom: none;
}
table.profile-menu td.b-center {
	padding: 0px;
	height: 10px;
	background-color: #353a45;
	border-bottom: none;
}
table.profile-menu td.b-right {
	padding: 0px;
	width: 5px;
	height: 10px;
	background: #353a45 url(../images/black-b-right.gif) no-repeat 0 100%;
	border-bottom: none;
}
table.profile-menu th {
	height: 37px;
	padding-left: 10px;
	padding-right: 5px;
	background: #0f0f14 url(../images/header_menu.gif) repeat-x 0 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border: 0;
	color: #fff;
}
table.profile-menu td {
	padding-left: 5px;
	padding-right: 5px;
	height: 33px;
	color: #fff;
	text-align: left;
	font-size: 1.1em;
	background-color: #353a45;
	border-bottom: 1px solid #878787;
}
table.profile-menu td.over {
	background: transparent url(../images/menu-top-on.gif) repeat-x 0 50%;
	background-color: #0f0f14;
	font-size: 1.2em;
	cursor: pointer;
}
table.buy-select td {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 1.2em;
}
table.select-voucher th {
	padding: 5px;
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: normal;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}
table.select-voucher td {
	padding: 5px;
	vertical-align: middle;
	font-size: 1.2em;
	border-bottom: 1px solid #D2D2D2;
}
table.select-voucher tr.even th, table.select-voucher tr.even td {
	background-color: #F2F2F2;
}
div.content {
	padding: 15px;
	text-align: center;
	vertical-align: top;
	background-color: #fff;
	background: #fff url(../images/content-bg.gif) repeat-x 0 0;
}
.button, .button-on {
	padding: 5px;
	width: 100px;
	height: 26px;
	color: #fff;
	font-weight: bold;
	background: #00aff0 url(../images/button.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
}
.button-on {
	text-decoration: underline;
	background: #00aff0 url(../images/button-on.png) no-repeat 0 0;
}
.button-big, .button-big-on {
	padding: 5px;
	width: 200px;
	height: 26px;
	color: #fff;
	font-weight: bold;
	background: #00aff0 url(../images/button-big.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
}
.button-big-on {
	text-decoration: underline;
	background: #00aff0 url(../images/button-big-on.png) no-repeat 0 0;
}
.button-black, .button-black-on {
	padding: 5px;
	width: 150px;
	height: 26px;
	color: #fff;
	font-weight: bold;
	background: #000 url(../images/button-black.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
}
.button-black-on {
	text-decoration: underline;
	background: #000 url(../images/button-black-on.png) no-repeat 0 0;
}
.input, .input-on {
	margin: 3px 0px 3px 0px;
	padding: 3px 5px 5px 5px;
	height:16px;
	background: #eff8fd url(../images/input.gif) repeat-x 0 0;
	border:1px solid #99defd;
}
.input-on {
	background: #eff8fd url(../images/input-on.gif) repeat-x 0 0;
	border:1px solid #00aff0;
}
.select {
	background-color: #eff8fd;
	border:1px solid #99defd;
}
h2.title-blue {
	padding: 6px 0px 4px 15px;
	height: 25px;
	width: 185px;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	background: #01aff0 url(../images/title-blue.gif) repeat-x 0 0;
	border-top: 1px solid #01a0db;
	border-bottom: 1px solid #01a0db;
}
h2.title-blue-faq {
	padding: 6px 0px 4px 15px;
	height: 25px;
	width: 450px;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	background: #01aff0 url(../images/title-blue.gif) repeat-x 0 0;
	border-top: 1px solid #01a0db;
	border-bottom: 1px solid #01a0db;
}
div.body-white {
	padding: 15px;
	text-align: left;
	background: #fff url(../images/content-bg.gif) repeat-x 0 0;
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
}
div.body-gray {
	padding: 15px;
	text-align: left;
	background: #ebebeb url(../images/body-gray-top.gif) repeat-x 0 0;
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
}
div.body-gray-faq {
	width: 433px;
	padding: 15px;
	text-align: left;
	background: #ebebeb url(../images/body-gray-top.gif) repeat-x 0 0;
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
}
div.body-gray-bottom {
	width: 200px;
	height: 5px;
	background: #fff url(../images/body-gray-bottom.gif) no-repeat 0 0;
}
div.body-gray-bottom-faq {
	width: 465px;
	height: 5px;
	background: #fff url(../images/body-gray-bottom-faq.gif) no-repeat 0 0;
}
div.summary-bottom {
	width: 525px;
	height: 5px;
	background: #fff url(../images/summary-bottom.gif) no-repeat 0 0;
}
div.spravki-bottom {
	width: 715px;
	height: 5px;
	background: #ebebeb url(../images/spravki-bottom.gif) no-repeat 0 0;
}
div.left {
	padding: 5px;
	text-align: left;
}
label {
	margin: 5px 0px 5px 0px;
}
#global-table td table tr.voip-apps td {
	text-align: center;
	vertical-align: bottom;
}
p.title {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	color: #0484D9;
	border-bottom: 1px solid #00aff0;
	font-size: 1.2em;
	font-weight: bold;
}
p.error, div.error {
	padding: 5px 0px 0px 5px;
	height: 55px;
	font-size: 1.5em;
	background-color: #ffe7e7;
	border-top: 1px solid #fe8989;
	border-bottom: 1px solid #fe8989;
}
p.info, div.info {
	padding: 5px 0px 0px 5px;
	height: 55px;
	font-size: 1.5em;
	text-align: left;
	background-color: #e9fad0;
	border-top: 1px solid #aee756;
	border-bottom: 1px solid #aee756;
}
p.balans {
	padding: 5px;
	text-align: right;
	color: #fff;
	font-size: 1.2em;
}
p.m2m-title {
	padding: 5px;
	text-align: right;
	color: #fff;
	font-size: 1.6em;
	font-style: italic;
}
p.faq {
	margin-bottom: 5px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #A5A5A5;
	font-weight: bold;
}
p.contact {
	padding: 5px;
}
table.summary {
	width: 100%;
	font-size: 1.1em;
}
table.summary tr td{
	border-bottom: 1px solid #D2D2D2;
}
table.summary td {
	padding: 5px;
	vertical-align: top;
}
table.summary tr.even td {
	background-color: #E1E1E1;
}
table.spravki {
	width: 100%;
}
table.spravki td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	border-right: 1px solid #a7a7a7;
	text-align: left;
}
table.spravki td.no-border {
	border-right: none;
	text-align: right;
}
table.transactions tr th {
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff url(../images/table_th.gif) repeat-x 0 0;
	font-weight: bold;
	border: 0;
	color: #fff;
	text-align: left;
	white-space: nowrap;
}
table.transactions tr.big th {
	height: 37px;
	background: #0f0f14 url(../images/header_menu.gif) repeat-x 0 0;
}
table.transactions tr td {
	padding: 5px;
	text-align: left;
	font-size: .8em;
	vertical-align: middle;
	border-bottom: 1px solid #D2D2D2;
}
table.transactions tr.even {
	background-color: #E1E1E1;
}
table.transactions tr td.right, table.transactions tr.even td.right {
	text-align: right;
}
table.bottom-gray {
	width: 100%;
}
table.bottom-gray td.left {
	width: 5px;
	height: 5px;
	background: url(../images/gray-b-left.gif) no-repeat 0 0;
}
table.bottom-gray td.middle {
	height: 5px;
	background: url(../images/gray-b-middle.gif) repeat-x 0 0;
	font-size: 0.1em;
}
table.bottom-gray td.right {
	width: 5px;
	height: 5px;
	background: url(../images/gray-b-right.gif) no-repeat 0 0;
}
table.bottom-white {
	width: 100%;
}
table.bottom-white td.left {
	width: 5px;
	height: 5px;
	background: #fff url(../images/white-b-left.gif) no-repeat 0 0;
}
table.bottom-white td.middle {
	height: 5px;
	background: url(../images/white-b-middle.gif) repeat-x 0 0;
	font-size: 0.1em;
}
table.bottom-white td.right {
	width: 5px;
	height: 5px;
	background: #fff url(../images/white-b-right.gif) no-repeat 0 0;
}
table.table td {
	padding-left: 5px;
}
span.info { font-style: italic; font-size: 0.8em; color: #D2D2D2 }



div.footer {
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	width: 750px;
	clear: both;
	background-color: #fff;
}
p.call {
	margin: 0 0 4px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #8dc919;
	font-weight: bold;
}

div.wrapper {
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 750px;
	clear: both;
	overflow: hidden;
	background: #fff url(../images/div_wrapper.gif) repeat-x 0 0;
}

div.system-menu {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 28px;
	background: #fff url(../images/div_user.gif) repeat-x 0 50%;
}

div.system-menu ul a:link, div.system-menu ul a:visited, div.system-menu ul a:hover, div.system-menu ul a:active {
	color: #000;
}
div.system-menu ul {
	padding-right: 10px;
	float: right;
	position: relative;
	top: -12px;
}
div.system-menu ul li {
	padding: 0 1px 0 4px;
	list-style-type: none;
	display: inline;
	border-left: 1px solid #469600;
}
div.system-menu ul li.first {
	border: 0;
}

p.user-info {
	padding-top: 6px;
	padding-left: 10px;
	font-weight: bold;
	color: #8dc919;
}

p.user-info span {
	font-weight: normal;
	color: #000;
}

h2.section-info  {
	background: transparent url(../images/h2_sectioninfo.gif) no-repeat 0 0;
	width: 234px;
}
h2.section-title  {
	background: transparent url(../images/h2_sectiontitle.gif) no-repeat 0 0;
	width: 486px;
}
h2.section-title-large  {
	width: 646px;
	background: transparent url(../images/h2_sectiontitle_large.gif) no-repeat 0 0;
}
h2.section-title-full  {
	width: 740px;
	background: transparent url(../images/h2_sectiontitle_full.gif) no-repeat 0 0;
}
div.section {
	margin: 0 0 15px 0;
	padding: 3px 15px 0px 15px;
	width: 466px;
	height: 234px;
	background: #f8f8f8 url(../images/div_section.gif) repeat-y 0 0;
	position: relative;
	clear: both;
}
div.hr {
	margin-top: -23px;
	width: 496px;
	height: 15px;
	background: transparent url(../images/div_hr.gif) no-repeat 0 100%;
}
div.hr-info {
	margin-top: -8px;
	width: 244px;
	height: 15px;
	background: transparent url(../images/div_hr_info.gif) no-repeat 0 100%;
}

div.section-info {
	margin: 0;
	padding: 3px 15px 0px 15px;
	width: 244px;
	height: 234px;
	background: url(../images/div_section_info.gif) repeat-y 0 0;
	position: relative;
	vertical-align: bottom;
}
div.orderinfo {
	margin: 10px 30px 100px 0px;
	padding: 10px 15px 15px 15px;
	background-color: #ffffe5;
	background: #ffffe5 url(../images/ul_downloadlist.gif) repeat-x 0 100%;
	border-top: 1px solid #dcdcdc;
}
h3.attention {
	margin: 0 0 5px 0;
	width: auto;
	height: auto;
	color: #f00;
	font-size: 1em;
	text-transform: uppercase;
	background: none;
}
span.prefix {
	color: #ff0;
}
p.button {
	margin: 0 0 0 0;
	text-align: right;
}
fieldset.login {
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	background: #f8f8f8 url(../images/fieldset_login.jpg) no-repeat 50% 100%;
	width: 100%;
	height: 172px;
	float: right;
	border: 0px;
}
fieldset.login p {
	margin: 0 0 5px 0;
	padding: 0px;
	font-weight: bold;
	color: #fff;
	clear: both;
}
fieldset.login label {
	margin: 2px 5px 0 0;
	display: block;
	width: 310px;
	float: left;
	text-align: right;
}
fieldset.login input.txt, fieldset.login select {
	width: 110px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.section-large {
	margin: 0;
	padding: 10px 0px 0px 10px;
	width: 646px;
	background: #f8f8f8 url(../images/div_section_large.gif) repeat-y 0 0;
	text-align: left;
}

div.hr-large {
	margin-left: -10px;
	width: 656px;
	height: 15px;
	background: transparent url(../images/div_hr_large.gif) no-repeat 0 100%;
}

div.section-full {
	margin: 0;
	padding: 10px 10px 15px 10px;
	width: 730px;
	background: #f8f8f8 url(../images/div_section_full.gif) repeat-y 0 0;
	text-align: left;
}

div.hr-full {
	margin-top: -15px;
	width: 750px;
	height: 15px;
	background: transparent url(../images/div_hr_full.gif) no-repeat 0 100%;
	clear: both;
}

p.saldo {
	margin-top: -23px;
	margin-left: 250px;
	text-align: left;
	color: #f00;
	font-size: 2em;
}

p.saldo-full {
	margin-top: -40px;
	padding-top: 10px;
	padding-bottom: 17px;
	margin-right: 10px;
	text-align: right;
	color: #000;
	font-size: 1em;
}
table.data-view {
	margin: 0 0 10px 0;
	width: 100%;
}

table.data-view-calls {
	margin: 0 0 10px 0;
	width: 100%;
}

tr.data-title th {
	height: 27px;
	padding-left: 5px;
	padding-bottom: 4px;
	background: transparent url(../images/table_sms_th.gif) repeat-x 0 0;
	font-weight: bold;
	border: 0;
	white-space: nowrap;
}

tr.data-title-calls th {
	height: 36px;
	padding-left: 5px;
	padding-bottom: 4px;
	background: transparent url(../images/table_taxes_th.gif) repeat-x 0 0;
	font-size: .8em;
	font-weight: bold;
	border: 0;
	white-space: nowrap;
	vertical-align: middle;
}

table.data-view-calls td {
	padding: 5px;
	text-align: left;
	font-size: .8em;
	vertical-align: middle;
	border-bottom: 1px solid #dcdcdc;
	background-color: #f8f8f8
}

table.data-view td {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #dcdcdc;
	background-color: #f8f8f8
}

table.data-view tr.even td {
	background-color: #f1f1f1;
}

table.data-view-calls tr:hover td {
	background-color: #f1f1f1;
}

table.data-view tr:hover td {
	background-color: #ffffff;
}

table.data-view th.money, table.data-view td.money, table.data-view-calls th.money, table.data-view-calls td.money {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

p.bills {
	padding: 0 0px 5px 5px;
	color: #1bb002;
	text-transform: uppercase;
	font-weight: bold;
}

span.status {
	color: #1bb002;
	text-transform: uppercase;
	font-weight: bold;
}
span.status-red {
	color: #dd0039;
	text-transform: uppercase;
	font-weight: bold;
}

a.grn:link, a.grn:visited, a.grn:active, a.grn:hover{
	color: #8dc919;
}

table.prices td {
	border: 1px solid #8dc919;
	padding: 5px;
}

tr.prices td {
	border: 1px solid #8dc919;
	background: #eeeeee;
	padding: 5px;
	font-weight: bold;
	white-space: nowrap;
}

div.calls-search {
	margin-bottom: 10px;
	background: transparent url(../images/div_calls_search.gif) no-repeat 0 0;
    width: 730px;
	height: 37px;
}

table.calls-search, table.calls-search td {
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 0px;
	vertical-align: middle;
}

img, input {
	vertical-align: middle;
}
/********************************************/
#loading {
	display: block;  
	z-index: 2000;
/*	background-color:white;  
	background-image: url('../imgs/loading2.gif');
	background-position: center;
	background-repeat: no-repeat;*/
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
/*	opacity:0.7;
	filter:alpha(opacity=70) */ 
}
/* from facebook */
.generic_dialog_popup { top:150px; height:0; overflow:visible; position:relative; }
table.pop_dialog_table { border-collapse:collapse; direction:ltr; margin:auto; table-layout:fixed; width:auto; }
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright { height:10px; overflow:hidden; padding:0 !important; width:10px !important; }
td.pop_topleft { background:transparent url(../imgs/facebook-pop-dialog-sprite.png) no-repeat scroll 0 0; }
td.pop_topright { background:transparent url(../imgs/facebook-pop-dialog-sprite.png) no-repeat scroll 0 -10px; }
td.pop_bottomleft { background:transparent url(../imgs/facebook-pop-dialog-sprite.png) no-repeat scroll 0 -20px; }
td.pop_bottomright { background:transparent url(../imgs/facebook-pop-dialog-sprite.png) no-repeat scroll 0 -30px; }
td.pop_top, td.pop_bottom { background:transparent url(../imgs/facebook-pop-dialog-sprite.png) repeat-x scroll 0 -40px; }
td.pop_side { background:transparent url(../imgs/facebook-pop-dialog-sprite.png) repeat-y scroll -10px 0; }
td.pop_content { background-color:white; direction:ltr; padding:0; }
td.pop_content .dialog_content { 
	border-color:#555555; border-style:solid; border-width:1px;	
	background-image: url('../imgs/loading2.gif');
	background-position: center -170px;
	background-repeat: no-repeat;
	width: 160px;
	height: 40px;
 }
/********************************************/
