/* @override 
	http://home.kbell-it.dk:8080/mc/styles/amivox/pc.css
	http://m.amivox.com/mc/styles/amivox/pc.css
	http://home.kbell-it.dk/mc/styles/amivox/pc.css
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFF url(i/background.png) repeat-x;
	color: #666;
}

html > body {
	font-size: 12px;
	line-height: 1.5em;
}

a {
	color: #EB7F26;
	text-decoration: none;
}

a:hover {
	color: #666;
}

img {
	border: none;
}

input {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	text-indent: 4px;
	font-size: 12px;
}

textarea{
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	text-indent: 4px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*

	Layout

*/

/* Page */

/* 172 356 540 724 */

#page {
}

#wrapper {
	width: 724px;
	margin: 0 auto 2em auto;
    position: relative;
}

#wrapper h1 {
	font-size: 36px;
	letter-spacing: -0.05em;
	padding-top: 24px;
	border-bottom: 2px solid #999;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#content {
	width: 540px;
	padding-right: 12px;
	float: left;
}

#content2 {
	width: 700px;
	padding-right: 12px;
	float: left;
}

.pagedesc {
	padding: 12px 0;
	font-size: 18px;
}

#sidebar {
	width: 172px;
	float: left;
	padding-top: 12px;
}

/* Ads */

#nonpayer {
	float: left;
	width: 172px;
	padding-top: 12px;
	border-top: 2px solid #999;
	margin-top: 12px;
	text-align: center;
}

.nonpayer #wrapper {
	width: 908px;
}

.nonpayer #header .wrap {
	padding-right: 184px;
}

.nonpayer #header .credits {
	right: 184px;
}

.nonpayer #sidebar {
	margin-right: 12px;
}

/*

	Header

*/

#header {
	height: 36px;
	background: url(i/header-bg.png);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
}

#header .wrap {
	width: 724px;
	margin: 0 auto;
	position: relative;
}


#header .tabs {
	position: absolute;
	list-style: none;
	height: 35px;
	text-align: center;
	width: 324px;
	top: 0; left: 150px;
	border-left: 1px solid rgba(0,0,0,0.2);
	z-index: 50;
	display: none;
}

.p-dashboard #header .tabs {
	
	display: block;
}

#header .tabs li {
	width: 80px;
	float: left;
	margin-right: 1px;
}

#header .tabs li a {
	width: 80px;
	height: 36px;
	line-height: 36px;
	float: left;
	border-right: 1px solid rgba(0,0,0,0.2);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#header .tabs li a:hover,
.wi-phone #header .tabs li.call a,
.wi-sms #header .tabs li.sms a,
.wi-vm #header .tabs li.vm a,
.wi-group #header .tabs li.group a{
	background: #CCCCCC;
	border: none;
	color: #666;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
}

#header .user {
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}

#header .user li {
	float: left;
	list-style: none;
	padding: 0 0 0 12px;
}

#header .user li a {
	line-height: 36px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	color: #FFF;
	float: left;
}

#header .user li.help {
	border-left: 1px solid rgba(0,0,0,0.2);
	margin-left: 12px;
}

/* Offline */

#header-offl {
	width: 908px;
	margin: 0 auto;
        padding-top: 2em;
	position: relative;
	height: 60px;
	background: url(http://www.amivox.com/css/i/header-line.png) left bottom no-repeat;
}

#header-offl ul {
	position: absolute;
	top: 44px; right: 0;
	list-style: none;
}

#header-offl ul li {
	display: inline;
	font-size: 1.5em;
	padding-left: 0.5em;
	font-weight: bold;
}

.p-dashboard #header li.dashboard a,
.p-account #header li.account a,
.p-help #header li.help a,
.p-rates #header li.rates a {
	color: #CCC;
}

#header .credits {
	position: absolute;
	top: 0; right: 0;
	width: 172px;
	padding-top: 44px;
	text-align: right;
}

#header .credits .label {
	padding-right: 6px;
}

#header .credits a {
	font-size: 18px;
}

#header .credits a .curr {
	font-size: 12px;
}

/*

	Content

*/

/* Widgets */

#widgets {
	background: #CCC;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	border-bottom: 1px solid #BBB;
	padding-top: 12px;
}

#widgets .widget {
	display: none;
}

.wi-phone #wi-phone,
.wi-sms #wi-sms,
.wi-vm #wi-vm,
.wi-im #wi-im,
.wi-group #wi-group{
	display: block;
}

/* Toolbar */


#widgets .toolbar {
	padding: 0 12px;
	position: relative;
	width: 516px;
	height: 38px;
}

#widgets .toolbar form {
	display: block;
	padding-bottom: 1px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#widgets .toolbar input {
	width: 509px;
	padding-left: 6px;
	border: 1px solid #999;
	border-width: 1px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
}

#widgets .toolbar .callback {
	position: absolute;
	right: 24px;
	top: 0px;
	line-height: 36px;
	color: #999;
}

#widgets .toolbar .callback a {
	font-weight: bold;
}

/* Display */

#widgets .display {
	background: url(i/widget-glass.png) no-repeat;
}

#widgets .display .info {
	float: left;
	height: 46px;
	padding-left: 12px;
	text-shadow: #FFF 1px 1px 1px;
}

#widgets .display .info span {
    display: block;
    line-height: 48px;
    font-size: 24px;
}

#widgets .display .info span.callInitiated {
    display: none;
    padding-top: 0;
    line-height: 46px;
    font-size: 18px;
}

#widgets span.smsInitiated, #widgets span.vmInitiated, #widgets span.imInitiated {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 526px;
	text-align: center;
	line-height: 200px;
	font-size: 36px;
	color: #fff;
	background: #666;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

#widgets span.vmInitiated {
	height: 120px;
	line-height: 120px;
}

#widgets .display .actions {
	float: right;
	list-style: none;
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-top: 1px;
}

#widgets .display .actions li {
	float: left;
	list-style: none;
}

#widgets .display .actions li a {
	float: left;
	padding: 11px 12px 12px 30px;
	height: 22px;
	line-height: 24px;
	font-weight: bold;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(255,255,255,0.5);
}

#widgets .display .actions li.last a {
	border-right: none;
}

#widgets .display .actions a {
	text-shadow: #FFF 1px 1px 1px;
	cursor: pointer;
}

#widgets .display .actions .record a { background: url(i/icon-record.png) 12px 6px no-repeat; }
#wi-im .display .actions .record a { background: url(i/icon-record.png) 12px 1px no-repeat; }
#widgets .display .actions .done a { background: url(i/icon-done.png) 12px 6px no-repeat; }
#widgets .display .actions .reset a { background: url(i/icon-done.png) 12px 2px no-repeat; }
#widgets .display .actions .call a { background: url(i/icon-call.png) 10px 5px no-repeat; }
#widgets .display .actions .hangup { display: none; }
#widgets .display .actions .hangup a { background: url(i/icon-hangup.png) 10px 5px no-repeat; }

#widgets .display .actions .disable a {
	background-position: 12px -30px;
	color: #999;
	cursor: default;
}

#wi-phone .display .actions .disable a {
	background-position: 10px -31px;
}

#wi-im .display .actions .disable a {
	background-position: 12px -34px;
}

/* Controls */

#widgets .widget .controls {
	margin-top: 12px;
	position: relative;
	width: 514px;
}

#widgets .widget .controls .in {
	display: block;
	width: 430px;
	background: #000;
}

#widgets .widget .controls .in input {
	width: 429px;
	text-indent: 6px;
	outline: none;
	border: 1px solid #999;
	border-width: 1px 0 0 1px;
	height: 36px;
	font-size: 12px;
}

#widgets .widget .submit {
	position: absolute;
	right: 0; top: 1px;
	width: 72px;
}

#widgets .widget .submit input,
.p-login .pop p.submit input,
.button {
	border: 0;
	background: url(i/button-bg.png);
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	width: 72px;
	height: 36px;
	color: #FFF;
	line-height: 36px;
	text-shadow: #FFF 1px 1px 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}

#widgets .widget .controls input.disable {
	cursor: default;
	background: #999;
}

/* Messages */

#widgets .messages {
	background: #FFF;
	border: 1px solid #999;
	border-width: 1px 0px 0px 1px;
	position: relative;
	overflow: hidden;
	height: 200px;
    width: 513px;
}

#widgets .messages .item {
    width: 100%;
    overflow: hidden;
}

#widgets .messages .item.highlight {
    background-color: #ffa;
}

#widgets .messages .item .date {
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
	font-weight: bold;
}

#widgets .messages .item .meta {
	padding: 0 0 0 48px;
	height: 36px;
	line-height: 36px;
	position: relative;
	border: 1px solid #E5E5E5;
	border-width: 1px 0;
	margin-bottom: 12px;
	font-weight: bold;
}

#widgets .messages .item .meta span.time {
	float: right;
	padding-right: 12px;
}

#widgets .messages .item p {
	padding: 0 12px 12px 12px;
}


#widgets .messages .item .meta img {
	position: absolute;
	top: 0; left: 0;
}

#widgets .messages .scrollable {
	width: auto;
	height: 200px;
	overflow: auto;
	max-width: 527px;
}

#im-scroller h3 {
    text-align: center;
    line-height: 200px;
}

/* Slider */

#widgets .slider {
	position: absolute;
	top: 0; right: 0;
	width: 20px;
	height: 200px;
	border-left: 1px solid #E5E5E5;
	background: #FFF;
        display: none;
}

#widgets .ui-slider {
	height: 152px;
	width: 20px;
	position: absolute;
	right: 0; top: 48px;
	z-index: 9;
}

#widgets .ui-slider-handle {
	background: url(i/slider-handle.png);
	width: 20px;
	height: 48px;
	position: absolute !important;
	z-index: 10;
	outline: none;
}

/* Phone */


#widgets .phone .keypad {
	padding: 12px 12px 0 12px;
}

#widgets .phone .keypad ul {
	overflow: hidden;
	width: 516px;
}

#widgets .phone .keypad li {
	width: 164px;
	float: left;
	list-style: none;
	background: url(i/nav-bg.png);
	margin-right: 12px;
	margin-bottom: 12px;
	height: 36px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
	font-size: 18px;
}

#widgets .phone .keypad li.rady {
	background: ;
}

#widgets .phone .keypad li a {
	display: block;
	text-align: center;
	line-height: 36px;
	height: 36px;
	color: #666;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
}

#widgets .phone .keypad li:hover {
	background: url(i/header-bg.png);
}

#widgets .phone .keypad li:hover a {
	color: #FFF;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}

#widgets .phone .keypad li.end {
	margin: 0;
}

#widgets .phone .keypad li.del a {
	background: url(i/keypad-icon-delete.png) no-repeat 132px 3px;
}

#widgets .phone .keypad li.call a {
	background: url(i/keypad-icon-call.png) no-repeat 11px 3px;
}


#widgets .phone .keypad li.del a:hover {
	background-position: 132px -27px;
}

#widgets .phone .keypad li.call a:hover,
#widgets .phone .keypad li.ready a {
	background-position: 11px -27px;
}

#widgets .phone .keypad li.ready {
	background-image: url(i/button-bg.png);
}

#widgets .phone .keypad li.ready a {
	color: #FFF;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);	
}



/* SMS */

#widgets #wi-sms {
	padding: 12px;
}

.wi-sms .callback {
	display: none;
}

/* Group */

#widgets #wi-group {
	padding: 12px;
}

.wi-group .callback {
	display: none;
}

/* IM */

#widgets #wi-im {
	padding: 6px 6px 2px 6px;
}

#wi-im .display {
	position: relative;
	margin-top: 6px;
	background: #FFF url(i/widget-glass-small.png) left top no-repeat;
	height: 36px;
	display: none;
}

#wi-im .display .info {
	font-size: 12px;
	height: 36px;
	padding: 0 0 0 12px;
}

#wi-im .display .info a {
	display: block;
	height: 36px;
	line-height: 40px;
}

#wi-im .display .info .time {
	font-weight: bold;
	background: url(i/icon-play.png) -2px 3px no-repeat;
	padding-left: 18px;
}

#wi-im .display .info .disable {
	color: #999;
	background-position: -2px -33px;
	cursor: default;
}

#wi-im .display .actions li a {
	height: 12px;
	line-height: 16px;
}

#widgets #wi-im .controls .in {
	width: 404px;
}

#widgets #wi-im .controls .in input {
	width: 404px;
}

#widgets #wi-im p.record {
	position: absolute;
	top: 0; right: 100px;
	right: 72px;
        top: 1px;
	border-left: 1px solid #CCC;
}

#widgets #wi-im p.record a {
	padding: 0 12px;
	height: 34px;
	line-height: 36px;
	display: block;
	border-left: 1px solid #F2F2F2;
}


#widgets #wi-im.im-vm .display {
	display: block;
}

#widgets #wi-im.im-vm .controls p.record a {
	background: url(i/widgets-b-down.png);
	color: #666;
	font-weight: bold;
	text-shadow: #FFF 1px 1px 1px;
}

#widgets #wi-im.im-tabs .tabs {
	display: block;
}

#widgets #wi-im .tabs {
	background: url(i/im-tabs-bg.png) repeat-x;
	position: relative;
	left: -6px;
	width: 540px;
	display: none;
}

#widgets #wi-im .tabs ul {
	list-style: none;
	padding-left: 6px;
}

#widgets #wi-im .tabs li {
	float: left;
	border: 1px solid #CCC;
	border-width: 0 1px;
	margin-right: 1px;
}

#widgets #wi-im .tabs li a {
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
}

#widgets #wi-im .tabs li.on a {
	background: #E5E5E5;
	border-left: 1px solid #F2F2F2;
	color: #666;
}

/* VM */

#widgets #wi-vm {
	padding: 12px;
}

#widgets #wi-vm .display {
	margin-bottom: 12px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#widgets #wi-vm .list {
	background: #FFF;
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
}

#widgets #wi-vm .list .play {
	background: url(i/icon-play.png) -3px -44px no-repeat;
	display: block;
	position: absolute;
	top: 8px; left: 12px;
	text-indent: -99em;
	width: 18px; height: 18px;
}

#widgets #wi-vm .list .row:hover .play,
#widgets #wi-vm .list li.selected .play {
	background-position: -3px -8px;
}

#widgets #wi-vm .list li.selected .select {
	color: #999;
	cursor: default;
}

#wi-vm .list span.time { width: 100px; position: relative; text-indent: 18px; }
#wi-vm .list span.date { width: 100px; }
#wi-vm .list span.status { width: 50px; }
#wi-vm .list span.length { width: 45px; text-align: right; }
#wi-vm .list span.actions { width: 82px; text-align: right; }

#wi-vm .list span.actions a {
	padding-left: 6px;
	font-weight: bold;
	text-shadow: #FFF 1px 1px 1px;
}

#wi-vm .slider {
	height: 120px;
}

#wi-vm .ui-slider {
	height: 72px;
}

#widgets .list #vm-scroller {
    height: 200px;
}

#wi-vm .controls .group {
	padding: 12px 12px 6px 0;
}

#wi-vm .controls .group input {
	margin-right: 3px;
}

#wi-vm .controls .group .label {
	padding-right: 6px;
}

#wi-vm .controls .group label {
	padding-right: 6px;
	font-weight: bold;
}

#page #wi-vm div.email {
	padding-bottom: 0px;
	position: relative;
}

#page #wi-vm div.email span.in,
#page #wi-vm div.email span.in input {
	width: 519px;
}

#page #wi-vm div.email span.in input {
	text-indent: 40px;
	font-size: 12px;
}

#page #wi-vm div.email .group label {
	position: absolute;
	height: 24px;
	line-height: 24px;
	text-indent: 6px;
	padding: 0;
}

#wi-vm div.email .group {
	padding: 0;
}

.wi-vm .callback {
	display: none;
}

/* History */

#history {
	margin-top: 24px;
	border-top: 2px solid #999;
	min-height: 300px;
}

#history .header {
	position: relative;
	border-bottom: 1px solid #CCC;
}

#history .header .tabs {
	list-style: none;
}

#history .header .tabs li {
	display: inline;
	font-size: 18px;
	font-weight: bold;
}

#history .header .tabs li a {
	float: left;
	padding: 12px 0 12px 12px;
}

.t-history .tabs li.selected a {
	color: #666 !important;
}

#history .header .search {
	position: absolute;
	top: 12px; right: 12px;
}

#history .header .search a {
	font-weight: bold;
}

#history .header .search .filter {
	float: right;
}

#history .header .search .filter span span,
#history .header .search .filter a {
	padding-left: 6px;
	font-weight: bold;
}

#history .header .search .filter a.selected {
        color: #666;
}

#history .header .search .srch {
	float: right;
	padding-left: 24px;
}

#history .header .search .srch a {
	background: url(i/icon-search.png) no-repeat right center;
	padding-right: 18px;
}

#history .list ul li .inout { width: 15px; }
#history .list ul li .type { width: 15px; }
#history .list ul li .contact { width: 80px; }
#history .list ul li .content { width: 80px; color: #999; overflow: hidden; white-space: nowrap; }
#history .list ul li .time { width: 100px; text-align: right; }
#history .list ul li .status { width: 50px; text-align: right; }

#history table td {
	padding: 0 12px 0 12px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
}

#history table .inout { width: 15px; }
#history table .type { width: 15px; }
#history table .contact { width: 80px; }
#history table .from { width: 80px; }
#history table .from span { display: block; width: 80px; overflow: hidden; white-space: nowrap; }
#history table .to { width: 80px; }
#history table .to span { display: block; width: 80px; overflow: hidden; white-space: nowrap; }
#history table .contact a { display: block; width: 80px; overflow: hidden; white-space: nowrap; }
#history table .content span { display: block; width: 130px; color: #999; overflow: hidden; white-space: nowrap; }
#history table .time { width: 100px; text-align: right; }
#history table .status { width: 50px; text-align: right; display: none; }
#history table .cost { width: 50px; text-align: right; }
#history table .timeHidden { display: none; }

div#searchbar {
    height: 36px;
    border-bottom: 1px solid #ccc;
    background: url(i/search-bg.png);
    position: relative;
    display: none;
}

div#searchbar input {
	position: absolute;
	right: 0; top: 0;
	border: 0;
	background: url(i/search-box.png);
	width: 118px;
	height: 12px;
	padding: 12px 36px 12px 18px;
	display: block;
	outline: none;
        font-size: 10px;
}

div#searchbar a {
    position: absolute;
    width: 15px;
    height: 14px;
    background: url(i/delete.png);
    right: 18px;
    top: 11px;
}

/* Lists */

#content .list ul {
	list-style: none;
}

#content .list ul li {
	border-bottom: 1px solid #CCC;
}

#content .list ul li.first {
	border: none;
}

#content .list ul li .cell {
	float: left;
	padding: 0 12px 0 12px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
}

#content .list ul li:hover,
#content .list ul li.selected {
	background: url(i/list-hover.png);
}

#widgets .list {
	position: relative;
	overflow: hidden;
	height: 200px;
}

#widgets .list .scrollable {
	width: auto;
        overflow: auto;
	display: block;
}

#widgets .list ul li {
	border: 1px solid #E5E5E5;
	border-width: 1px 0 0 0;
}



/* Paging */

#content .paging {
	margin-top: 12px;
	width: 540px;
	overflow: hidden;
	display: none;	
}

#content .paging ul {
	list-style: none;
        float: left;
        margin-left: 15px;
}

#content .paging ul li {
	display: block;
        float: left;
	font-weight: bold;
        border: 0;
        margin-right: 6px;
        cursor: pointer;
}

#content .paging ul li:hover {
    background: none;
}

#content .paging ul li input {
    display: block;
    border: 0;
    float: left;
    width: 50px;
    padding: 0;
    text-align: center;
    margin: 0;
    text-indent: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
}

#content .paging select {
    float: right;
    display: none;
}

#content .paging .disable {
	color: #666 ! important;
	cursor: hand;
}

#content .noresults {
	text-align: center;
	font-size: 18px;
	color: #999;
	padding: 48px;
	
}


/*

	Sidebar

*/

#sidebar .box {
	margin-bottom: 24px;
	border-bottom: 1px solid #CCC;
}

#sidebar .box h2 {
	padding: 12px 12px 12px 12px;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #999;
}

#sidebar .box .note {
	padding: 12px 12px 0px;
}

#sidebar .box .note p {
        margin-top: 6px;
	margin-bottom: 6px;
}

#sidebar .box .note p.actions {
	text-align: right;
}

#sidebar .nav ul {
	list-style: none;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

#sidebar .account ul {
	list-style: none;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

/* Credits */

#credits p {
	text-align: right;
	font-size: 18px;
	padding: 12px;
}

#credits p span.curr {
	font-size: 12px;
}


/* Contacts */

#contacts h2,
#credits h2 {
	position: relative;
}

#contacts h2 a,
#credits h2 a {
	font-size: 12px;
	position: absolute;
	right: 0;
}

#contacts ul {
	list-style: none;
}

#contacts ul li {
	padding: 0 12px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
	position: relative;
}

#contacts ul li.me a {
    display: block;
    float: left;
    font-weight: bold;
    width: 106px;
    overflow: hidden;
}


#contacts ul li a.buddy {
    display: block;
    float: left;
    width: 106px;
    overflow: hidden;
}

#contacts ul li a.buddy span {

}

#contacts ul li:hover {
	background: #F2F2F2;
}

#contacts ul li .actions {
	position: absolute;
	top: 8px; right: 12px;
}

#contacts ul li .actions li {
	display: inline;
	border:  none;
	padding: 0; margin: 0;
}

#contacts ul li .actions li a {
	float: left;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -99em;
}

#contacts ul li .actions li.call a { background: url(i/icon-call.png) 2px -44px no-repeat; }
#contacts ul li .actions li.more a { background: url(i/icon-more.png) 2px -44px no-repeat; }

#contacts ul li:hover .actions li a {
	background-position: 2px -8px;
}

#contacts p.actions {
	text-align: right;
	padding: 0 12px 0 0;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
}

#contactmore {
	display: none;
	position: absolute;
	top: 300px;
	left: 800px;
	background: url(i/contact-more-bottom.png) left bottom no-repeat;
	width: 89px;
	padding-bottom: 10px;
}

#contactmore .pop {
	background: url(i/contact-more-bg.png) no-repeat;
}

#contactmore ul {
	list-style: none;
}

#contactmore ul li {
	display: block;
	padding: 0px 6px 0 2px;
}

#contactmore li a {
	background: url(i/widgets-split.png) left bottom no-repeat;
	padding: 0 12px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

/* Show All contacts */

.allcontacts #content,
.allcontacts #sidebar {
	display: none;
}

#allcontacts {
	width: 724px;
	padding-right: 12px;
	float: left;
	display: none;
}

.allcontacts #allcontacts {
	display: block;
    position: relative;
}

#allcontacts .subnav {
	right: 12px;
}

#allcontacts a.addBuddy {
    float: right;
    clear: both;
    margin: 6px 0;
    font-weight: bold;
}

#buddylist {
    width: auto;
    overflow: hidden;
    clear: both;
}

#buddylist ul.list {
    width: auto;
    overflow: hidden;
}

#alphabet {
    display: block;
	border-bottom: 2px solid #CCC;
	overflow: hidden;
	padding-bottom: 12px;
}

#alphabet li {
    display: block;
    float: left;
    margin: 0 2px;
}

#alphabet li a.selected {
    color: #666;
}

#allcontacts h2 {
	padding-bottom: 12px;
	border-bottom: 1px solid #CCC;
}

#allcontacts h2 a {
	float: right;
	font-size: 12px;
}

#allcontacts ul {
	list-style: none;
}

#allcontacts ul li.item {
	width: 172px;
	float: left;
	padding: 12px 0 3px 0;
	margin-right: 12px;
	border-bottom: 1px solid #CCC;
	position: relative;
	height: 77px;
}

#allcontacts ul li.end {
	margin: 0;
}

#allcontacts ul li.item h3 {
	font-size: 12px;
        margin-bottom: 4px;
        width: 100%;
        overflow: hidden;
}

#allcontacts ul li.item h3 a {
    display: block;
    float: left;
    width: 172px;
    overflow: hidden;
    white-space: nowrap;
}

#allcontacts ul li.thumb {
	position: absolute;
	left: -2px;
    top: 0;
	width: 46px;
	height: 46px;
	overflow: hidden;
}

#allcontacts ul li.item .meta {
	padding-left: 46px;
	position: relative;
        min-height: 36px;
}

#allcontacts ul li.item .actions {
	width: 154px;
	overflow: hidden;
	position: absolute;
	bottom: 12px; right: 0;
}

#allcontacts ul li.item .actions li {
	display: block;
        float: right;
}

#allcontacts ul li.item .actions li a {
        display: block;
        float: left;
        width: 16px;
        height: 16px;
}

#allcontacts ul li.item .actions li.call a {
    background: url(i/icon-call.png) 2px -44px no-repeat;
}

#allcontacts ul li.item .actions li.call a:hover {
    background: url(i/icon-call.png) 2px -8px no-repeat;
}

#allcontacts ul li.item .actions li.more a {
    background: url(i/icon-more.png) 2px -44px no-repeat;
}

#allcontacts ul li.item .actions li.more a:hover {
    background: url(i/icon-more.png) 2px -8px no-repeat;
}

#allcontacts ul li.item .actions li a span {
    display: none;
}

/* Edit Contacts */

#editcontact {
	display: none;
}

#editcontact .pop ul {
	list-style: none;
	margin-bottom: 12px;
}

#editcontact .pop p {
	margin-bottom: 12px;
}

#editcontact .pop img {
	position: absolute;
	left: 12px; top: 12px;
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
}

#editcontact .pop li {
	cursor: pointer;
}

#editcontact .pop li.alias {
	font-weight: bold;
}

#editcontact .pop li .label {
	width: 48px;
	float: left;
}

#editcontact .pop .pres {
	font-weight: bold;
}

#editcontact .pop .info {
	color: #999;
}

#editcontact .pop .presence {
	background: url(i/widgets-split.png) left top no-repeat;
	padding: 12px 12px 1px 12px;
	margin: 0 12px;
}

/* Error */

#errormsg {
    color: #eb3a26;
}

#errormsg .pop .msg {
    color: #EB7F26;
	padding: 12px 24px 12px 24px;
}

#emailverify{
    color: #EB7F26;
}

.p-login #errormsg {
	padding-bottom: 12px;
}

/* Popups */

.popup {
	position: fixed;
	width: 0%;
	height: 0%;
	top: 45%; left: 50%;
	display: none;
}

.popup h3 {
	font-size: 12px;
	margin: 0 12px 0 12px;
	padding: 24px 12px 12px 12px;
	background: url(i/widgets-split.png) left bottom no-repeat;
}

.popup h3 a {
	float: right;
        width: 15px;
        height: 14px;
        background: url(i/delete.png) top left no-repeat;
}

.popup h3 a span {
    display: none;
}

.popup .pos {
	width: 288px;
	position: relative;
	left: -150px;
	top: -86px;
	padding-bottom: 20px;
	background: url(i/contact-pop-bottom.png) bottom left no-repeat;
}

.popup .pop {
	width: 288px;
	position: relative;
	background: url(i/contact-pop-bg.png) top left;
}

.popup .pop .wrap {
	padding: 12px 12px 0 10px;
	margin: 0 12px;
	position: relative;
}

.popup ul.meta li {
	position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 4px;
}

.popup ul.meta li label {
    float: left;
    width: 70px;
    font-weight: bold;
}

.popup ul.meta li.checkbox label {
    float: none;
    width: auto;
    margin-left: 4px;
}

.popup ul.meta li:hover a.edit {
	display: block;
}

.popup div.save {
	font-size: 12px;
	margin: 0 12px;
	padding: 12px;
	background: url(i/widgets-split.png) left top no-repeat;
        text-align: right;
}

.popup a.edit {
	display: none;
	background: url(i/icon-edit.png) no-repeat;
	position: absolute;
	right: 0px; top: 0px;
	text-indent: -99em;
	width: 12px; height: 12px;
}

.popup li.edit a.edit {
	width: auto;
	display: block;
	text-indent: 0;
	background: none;
}

.popup li.edit span.in {
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	display: block;
	width: 144px;
}

.popup li.edit span.in input {
	border: 1px solid #EFEFEF;
	border-width: 1px 0 0 1px;
	text-indent: 0;
	font-size: 12px;
	width: 144px;
	display: block;
}


/* Pages */

/* Help */

.p-help .helpitem{
    padding-top: 12px;
    padding-bottom: 12px;
}
.p-help .intro {
    padding-top: 12px;
    padding-bottom: 12px;
}

.p-help .intro p {
	padding-bottom: 12px;
	width: 120px;
	float: left;
	padding-right: 12px;
}

.p-help .intro p.end {
	padding: 0;
}

.p-help form {
	padding-top: 12px;
}

.p-help form h2 {
	padding: 12px 0;
	border-top: 1px solid #CCC;
}

.p-help form p.in {
	padding-bottom: 12px;
}

.p-help form p.in input {
	font-size: 12px;
}

.p-help form p.in label {
	width: 172px;
	float: left;
}

.p-help form p.in label span {
	display: block;
	color: #999;
}

.p-help form p.submit input {
	float: right;
}

.p-help .contactus {
	position: absolute;
	top: 0; right: 0;
	width: 172px;
	text-align: right;
        font-size: 18px;
}
.p-help .contactus a {
	font-size: 18px;
}

.p-help .contactus a .curr {
	font-size: 12px;
}

/* Rates */

.p-rates h1 {
	padding-bottom: 24px;
}

.p-rates .intro {
	padding-bottom: 12px;
}

.p-rates .intro p {
	padding-bottom: 12px;
	width: 172px;
	float: left;
	padding-right: 12px;
}

.p-rates .intro p.end {
	padding: 0;
}

.p-rates form {
	width: 172px;
	float: left;
	border-top: 1px solid #CCC;
	padding-top: 12px;
	margin-right: 12px;
}

.p-rates form p.in {
	padding-bottom: 12px;
}

.p-rates form label {
	display: block;
	font-weight: bold;
}

.p-rates form select {
        font-size: 12px;
}

.p-rates form option {
        font-size: 12px;
}

.p-rates .table {
	width: 356px;
	float: left;
	border-top: 1px solid #CCC;
	padding-top: 12px;
}

.p-rates .table table {
	font-size: 18px;
	font-weight: bold;
	width: 356px;
	border-top: 1px solid #F2F2F2;
	margin-bottom: 12px;
}

.p-rates .table table th {
	font-size: 12px;
	vertical-align: text-bottom;
}

.p-rates .table table td,
.p-rates .table table th {
	border-bottom: 1px solid #F2F2F2;
	padding: 12px;
}

.p-rates .table table td,
.p-rates .table thead th {
	border-left: 1px solid #F2F2F2;
}

.p-rates .table thead th.empty {
	border-width: 0 0 1px 0;
}

.p-rates .table h2 {
	padding-bottom: 12px;
}

.p-rates .table h2 span {
	font-weight: normal;
	display: block;
}

.p-rates .table thead th,
.p-rates .table tbody td {
	text-align: right;
}

.p-rates .table tbody th {
	text-align: left;
}


.p-rates .table tbody td span {
	font-size: 12px;
	display: block;
	font-weight: normal;
	color: #999;
}

.p-rates .table p {
	color: #999;
}

#ratesmore {
	display: none;
	position: absolute;
	top: 300px;
	left: 800px;
	background: url(i/contact-more-bottom.png) left bottom no-repeat;
	width: 89px;
	padding-bottom: 10px;
}

#ratesmore .pop {
	background: url(i/contact-more-bg.png) no-repeat;
}

#ratesmore ul {
	list-style: none;
}

#ratesmore ul li {
	display: block;
	padding: 0px 6px 0 2px;
}

#ratesmore li a {
	background: url(i/widgets-split.png) left bottom no-repeat;
	padding: 0 12px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}


/* Account */

.p-account form {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px #ccc solid;
	width: auto;
	overflow: hidden;
}

.p-account .details h1 {
	margin: 0 !important;
}

.p-account .details .item form {
	display: none;
}

.p-account .details .item h2 a {
	display: block;
}

.p-account .details .open {
	padding-bottom: 0px !important;
}

.p-account .details .open h2 a {
	color: #666;
}

.p-account .details .open form {
	border: none;
}

.p-account .details .item {
	border-bottom: 2px solid #CCC;
	padding: 24px 0;
	position: relative;
}

.p-account .details .item .button {
	position: absolute;
	right: 0;
	height: 36px;
	line-height: 36px;
	width: 96px;
	bottom: 24px;
}

.p-account form h2 {
	padding-bottom: 12px;
	font-size: 18px;
}

.p-account form input {
	text-indent: 0;
}

.p-account form div.formItem {
	padding-bottom: 12px;
	overflow: hidden;
}

.p-account form div.formItem .in {
	float: left;
	width: 600px;
}

.p-account form div.formItem input {
	height: 34px;
	line-height: 34px;
	padding: 0;
	border: 1px solid #CCC;
	padding: 0 6px;
	width: 	178px;
}

.callback form div.formItem {
	float: left;
}

.p-account form div.formItem input {
	font-size: 12px;
}

.p-account form div.formItem select {
	width: 140px;
}

.p-account form div.formItem label {
	width: 184px;
	float: left;
	line-height: 36px;
	font-size: 18px;
}

.p-account form div.formItem .in select {
	margin: 8px 0;
}

.p-account form div.formItem ul {
	display: block;
	color: #999;
        float:left;
        list-style: none;
}

.p-account form div.submit {
	width: auto;
	overflow: hidden;
	padding-bottom: 12px;
	clear: both;
}

.p-account form div.submit input {
	text-indent: 0;
	float: none !important;
}

.p-account div.ContactUs form {
	border: 0;
}

.p-account div.ContactUs textarea {
    width: 300px;
    height: 120px;
}

.p-account div.uploadPicture .profileimage {
	position: absolute;
	right: 120px;
	bottom: 24px;
	border: 1px solid #CCC;
}

.p-account div.uploadPicture .in input {
	border: none;
}

.p-account div.uploadPicture .in {
	height: auto !important;
}

.p-account div.uploadPicture .in input,
.p-account div.uploadPicture .in textarea {
	margin-top: 8px;
}

.p-account div.uploadPicture .in textarea {
	border: 1px solid #CCC;
	font-size: 12px;
	width: 396px;
	height: 70px;
}

.p-account .buywrap,
.p-account .transferwrap {
	border-top: 1px solid #CCC;
	margin-top: 12px;
}



.p-account .buywrap .col {
	width: 392px;
	float: left;
	padding: 24px;
	position: relative;
	margin-top: 24px;
	background: #FFF;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.24);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}

.p-account .buywrap .col form {
	height: 160px;
	padding: 0px;
	border: none;
}

.p-account .buywrap .col h2 {
	position: relative;
	font-weight: normal;
}

.p-account .buywrap .col h2 img {
	float: right;
    margin-left: 24px;
}

.p-account .buywrap #paypal {
	margin-right: 24px;
}

.p-account .buywrap #checkout .content .amount, .p-account .buywrap #borgun .content .amount, .p-account #paypal .content .amount{
	position: absolute;
	bottom: 24px; left: 24px;
}

.p-account .buywrap .col .buy {
	position: absolute;
	bottom: 24px; right: 24px;
	height: 36px;
	line-height: 36px;
	width: 96px;
    border-bottom: none;
}

.p-account .vouch {
	padding-top: 12px;
	clear: both;
	padding-bottom: 24px;
}

.p-account .vouch .in input.voucher {
	width: 240px;
}

.p-account .vouch .button {
	width: 100px;
	background: #999;
	border: none;
	margin-left: 24px;
}

.p-account .vouch .formItem {
	padding-top: 12px;
}

.p-account .vouch h2 {
	padding-bottom: 0;
}

.p-account .button {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
}

.p-account .transferwrap .button {
	position: absolute;
	right: 0;
	bottom: 24px;
	height: 36px;
	line-height: 36px;
	width: 96px;
}

.p-account .checkbox .in input {
	width: auto;
	height: auto;
}

/* Login */

.p-login #header {
	display: none;
}

.p-login h3 {
	font-size: 24px;
	padding: 0; margin: 0;
	padding-bottom: 12px;
	background: url(i/logo2.png) no-repeat 250px -9px;
	border-bottom: 2px solid #CCC;
	margin-bottom: 12px;
	letter-spacing: -0.06em;
}

.p-login .popup {
	display: block;
}

.p-login .popup .pop,
.p-login .popup .pos {
	background: none;
	padding: 0;
	margin: 0;
	width: 350px;
}

.p-login .popup form fieldset {
	border: 0;
}

.p-login .popup legend {
	padding-bottom: 12px;
	color: #999;
	display: block;
	width: auto;
	margin: 0;
}

.p-login .popup label {
	font-weight: bold;
	position: absolute;
	line-height: 36px;
	text-indent: 12px;
	text-align: right;
	width: 338px;
	display: block;
	z-index: 1;
}

.p-login .popup label span {
	font-weight: normal;
}

.p-login .popup p.in {
	position: relative;
	background: #FFF;
	height: 38px;
}

.p-login .popup p.in input {
	width: 348px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-indent: 12px;
	font-size: 12px;
	background: none;
	position: absolute;
	z-index: 2;
	outline: none;
}

.p-login .popup p.submit {
	float: right;
}

.p-login .popup p.submit a {
	padding-right: 12px;
	font-weight: bold;
}

.p-login p.in {
	margin-bottom: 12px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border-bottom: 1px solid #FFF;
}

div#usageList {
    display: none;
}

div#historyList table thead, div#usageList table thead {
    display: none !important;
}

div#message {
	margin: 12px 12px 0 12px;
	padding: 12px;
    display: none;
    background: #eb3a26;
    color: #FFF;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	overflow: hidden;
}

div#message a {
	color: #FFF;
	font-weight: bold;
	float: right;
	text-transform: capitalize;
}

div#message h1 {
    font-size: 1em;
    margin-bottom: 12px;
}

#history.loader {
    background: url(i/ajax-loader.gif) center center no-repeat;
}

div#usageList table tr.SMS td.from {
    color: #ccc;
}

div#usageList table tr.TBal td.from {
    color: #ccc;
}

div#usageList table tr.Shout td.from {
    color: #ccc;
}

div.filter.select.history a.cost {
    display: none;
}

div.filter.select.usage a.type, div.filter.select.usage a.status {
    display: none;
}

div.highlight{
    background-color: yellow;
}

div#flash {
    position: absolute;
    top: -3000px;
    left: 50%;
    margin-left: -447px;
    width: 527px;
    height: 200px;
    z-index: 100;
}

/* Sub pages nav */

.subnav {
	position: absolute;
	top: 24px; right: 0;
	list-style: none;
}

.subnav li {
	display: inline;
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.055em;
}

/* messages */

.amimsg {
	position: fixed;
	width: 200px;
	background: rgba(50,50,50,0.6);
	color: #FFF;
	text-align: center;
	padding: 12px;
	top: 50%;
	left: 50%;
	margin-right: -112px;
	margin-top: -50px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 3px solid #FFF;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
}

.amimsg h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

