body {
	background-color: #FFF;
	margin: 0;
}

#webcall table {
	padding: 0; margin:0; border-collapse: collapse;
}

#webcall td {
	font-family: Arial, Tahoma;
	padding: 0; margin:0; border-collapse: collapse;
	color: #333;
	font-size: 16px;
}

#webcall form {
	padding: 0; margin:0; border-collapse: collapse;
}

#webcall a:link, #webcall a:visited {
	color: #03c;
}

#webcall a:hover {
	color: #006;
}

#webcall #transparent_cover {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-color: #EEE;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;

	z-index: 990;

}

#webcall #formContainer {

	position:absolute;
	padding: 0;
	margin:0;

	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;

	text-align: center;
	z-index: 1000;

}

#webcall #form{

	width: 550px;
	margin: 20 auto;
	padding: 10px 0;

	background-color: #FFF;
	border: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;

	text-align: center;

	overflow: auto;

}

#webcall #my_numbers{
	float: left;
	text-align: left;
	width: 190px;
	display: block;
}

#webcall #my_balance_amount {
	display: inline;
	font-weight: bold;
	font-size: 16px;
}

#webcall table.msg_board {
	width: 260px;
	height: 100px;
}

#webcall table.msg_board td{
	padding: 0 5px;
	overflow: auto;

	font-weight: normal;
	font-size: 14px;

	text-align: center;
	vertical-align: middle;
}

#webcall table.msg_board td.neutral{
	background-color: #FFFFCC;
	border: 1px solid #F1F197;
}

#webcall table.msg_board td.ok{
	background-color: #ebffe1;
	border: 1px solid #c0ffa1;
}

#webcall table.msg_board td.error{
	background-color: #ffece7;
	border: 1px solid #ffc7ba;
}

#webcall td.my_balance{
	font-size: 14px;
	color: #333;
	font-size: 12px;
	vertical-align:middle;
}

#webcall .my_balance_amount_green { color: #0C0; }
#webcall .my_balance_amount_yellow { color: #C60; }
#webcall .my_balance_amount_red { color: #C00; }

#webcall #recent_calls{
	float: right;
	text-align: right;
	overflow: visible;
	vertical-align:top;
	display: inline;
	width: 190px;
}

#webcall #recent_calls #recent_calls_content{
	overflow: auto;
	height: 100px;
	text-align: left;
}


#webcall #dialer {
	display: inline;
}

#webcall .ComboSelector {
	background-color: #EEE;
}

#webcall .hidden {
	display: none;
}

#webcall .visible {
	display: block;
}

#webcall .dummySelector {
	position:absolute;
	background-color: #EEE;
	border: 1px solid #CCC;
	overflow: visible;
	padding: 5px;
	margin: 0px;
}

#webcall .dummySelector table td{
	font-size: 12px;
	font-family: Tahoma;
}

#webcall input {
	font-size: 20px;
	font-family: Arial, Tahoma;
}

#webcall input.country_code, #webcall input.phone_number {
	padding-left: 3px;
	color: #333;
	background-color: #FAFAFA;
}

#webcall input.input_from {
	border: 2px solid #2A9417;
}

#webcall input.input_to {
	border: 2px solid #0033CC;
}

#webcall #wrapper_dialer .label_from {
	color: #2A9417;
}

#webcall #wrapper_dialer .label_to {
	color: #0033CC;
}

#webcall input.country_code {
	width:68px;
}

#webcall input.phone_number {
	width: 185px;
}

#webcall input.name_contact {
	width: 310px;
	border: 2px solid #9babbd;
	padding: 3px;
	color: #333;
	background-color: #FAFAFA;
}

#webcall input.name_contact_disabled {
	width: 310px;
	border: none;
	padding: 3px 0;
	color: #333;
	background-color: #FFF;
}

#webcall select.country_code_selector {
	width:235px;
	font-size: 14px;
	font-family: Arial, Tahoma;
	background-color: #FFF;
}

#webcall input.button {
	width:80px;
}

#webcall input.cl_button {
	width:90px;
	font-size: 16px;
}

#webcall input.place_call {
	width: 110px;
	height: 31px;
	font-size: 20px;
}

#webcall .btn_dropdown {
	cursor: pointer;
	padding:0;
	width: 18px;
	height: 18px;

	display: block;

	background: url(../../img/dd.gif) no-repeat center;
	border-left:2px solid #FFF;
	border-top:2px solid #FFF;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color: #DDD;
}

#webcall table.title {
	margin-top: 10px;
	width: 730px;
}

#webcall table.title td{
	vertical-align: bottom;
}

#webcall table.title td span.h1{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

#webcall table.title td span.h1 a{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}

#webcall table.title td span.description{
	font-size: 18px;
	color: #333;
	display: inline;
}

#webcall table.title td span.description2{
	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;
	color: #666;
	display: block;
}

#webcall table.title td a{
	font-size: 12px;
}

#webcall #wrapper_top {
	
}
#webcall #wrapper_dialer {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 730px;
	border-top: 2px solid #c3cdd9;
	border-bottom: 1px solid #EEE;
}

#webcall #wrapper_middle {
	overflow:visible;
	width:730px;
	margin: 10px 0;
}

#webcall table.wrapper_cl {
	width: 730px;
	border: 1px solid #DDD;
	background-color: #F6F6F6;
	margin: 10px 0;
}

#webcall table.wrapper_cl td {
	padding: 0px;
}

#webcall table.wrapper_cl td.title {
	padding: 10px 5px 5px 5px;

	font-family: Arial, Tahoma;
	font-size: 20px;
	color: #666;
}

#webcall table.cl_list {
	cursor: default;
	background-color: #FAFAFA;
	border: none;
}

#webcall table.cl_list tr.cl_row {
	background-color: #FFF;
}

#webcall table.cl_list tr.cl_row_h{
	background-color: #EEE;
	border-bottom: 1px solid #333;
}

#webcall table.cl_list td.header{
	padding: 5px 0 5px 3px;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#webcall table.cl_list td{
	font-family: Arial, Tahoma;
	font-size: 16px;
	padding: 5px;
	margin-left:0;
 	border: 1px solid #DDD; 
	white-space: nowrap;
	overflow: hidden;
}

#webcall table.cl_list td.name{
	padding-left: 3px;
	border-right:none;
}

#webcall table.cl_list td a{
	text-decoration: none;
	display: block;
}

#webcall table.cl_list td a.add_number{
	color: #CCC;
	text-align: center;
	font-size:12px;
}

#webcall table.cl_list td a.add_number:hover{
	color: #006;
}

#webcall table.cl_list td.editdelete{
	border-left:none;
	padding: 0 4px;
}

#webcall table.cl_list td.editdelete a{
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	display: inline;
	white-space: nowrap;
	padding: 0;
	color: #999;
}

#webcall table.cl_list td.editdelete a:hover{
	color: #006;
}


#webcall .contact_list {
	overflow:auto;
	height: auto;
}


/* Form table responsible for dialer skeleton and form skeleton */

#webcall table.form{
	/* border: 1px solid blue;*/
}

#webcall table.form td{
	padding: 3px;
	font-family: Arial, Tahoma;
	cursor: default;
/*  	border: 1px solid red;  */
}

#webcall table.form td.nopad { padding: 0; }
#webcall table.form td.nobottompad { padding-bottom: 0; }
#webcall table.form td.notoppad { padding-top: 0; }

#webcall table.form tr.nopad td { padding: 0; }
#webcall table.form tr.nobottompad td{ padding-bottom: 0; }
#webcall table.form tr.notoppad td{ padding-top: 0; }


#webcall table.form td.dropdown, table.form tr.dropdown td{
	padding: 0 3px;
}

#webcall table.form tr.cl_row_h td{
	background-color: #EEE;
	border-bottom: 1px solid #333
}


#webcall table.form td.caption_top_small {
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	vertical-align: bottom;
}

#webcall table.form td.caption_bottom_small {
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	vertical-align: top;
	padding-top: 0;
}

#webcall table.form td.caption_left {
	font-size: 14px;
	font-family: Arial, Tahoma;
	font-weight: normal;
	vertical-align: middle;
}

#webcall table.form td.hint_country{
	height: 35px;

	vertical-align: middle;
	text-align:right;

	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;

	color: #080;

	padding:0;
	padding-right: 3px;

}

#webcall table.form td.hint_cname {
	height: 35px;

	vertical-align: middle;
	text-align:left;

	font-family: Arial, Tahoma;
	font-size: 14px;

	overflow: hidden;

	padding:0;
	padding-left: 3px;

}

#webcall table.form td.hint_rate {
	height: 35px;

	vertical-align: middle;
	text-align:center;

	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;

	overflow: hidden;

	padding-right: 4px;
	padding: 0;

	color: #080;
}

#webcall table.form td.header{
	font-family: Arial, Tahoma;
	font-size: 20px;
	text-decoration: none;
	color: #666;

	padding: 10px 0 5px 0;

	/* border-bottom: 1px solid #c3cdd9; */
}

#webcall table.form td.header2{
	font-family: Arial, Tahoma;
	font-size: 16px;
	text-decoration: none;
	color: #666;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EEE;
}

#webcall a.dialing_instructions{
	display: block;
	margin-top: 3px;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
}

#webcall table.form td.number {
	font-family: Arial, Tahoma;
	font-size: 20px;
}

#webcall table.form td.err_message {
	text-align: center;
	padding: 10px 0;
	color: #900;
}

#webcall table.form td.dialing_instructions {
	text-align: left;
	font-family: Arial, Tahoma;
	font-size: 13px;
}

#webcall table.form td.header span.small{
	font-size: 16px;
}

#webcall table.form td.home_icon{
	background: url(../../img/num_home.gif) no-repeat center;
	width: 15px;
}

#webcall table.form td.work_icon {
	background: url(../../img/num_work.gif) no-repeat center;
	width: 15px;
}
#webcall table.form td.mobile_icon{
	background: url(../../img/num_mobile.gif) no-repeat center;
	width: 15px;
}
#webcall table.form td.none_icon {
	width: 15px;
}

#webcall table.form td.my_number_caption{
	color: red;

}

#webcall table.form td.my_number_number{
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

#webcall table.form td.message{
	text-align: center;
	padding: 20px;
}

#webcall table.form td.buttons{
	padding-top: 20px;
	text-align: center
}

#webcall table.form input.button{
	width:90px;
	font-size: 16px;
}

#webcall table.footermenu {
	margin-top: 20px;
	width: 730px;
}

#webcall table.footermenu td{
	font-size: 12px;
}

#webcall a.refill {
	font-size: 16px;
	color: #00f;
}

#webcall input.refill {
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	background-color: #9af16f;
}

#webcall #bookmark {
	margin-bottom: 3px;
	display: inline;
}

#webcall #bookmark a {
	font-family: sans-serif, Arial, Tahoma;
	font-size: 10px;
	font-weight: normal;
}

#webcall #pl_submenu td{
	color: #999;
	padding: 2px;
}

#webcall #pl_submenu td a.pl_submenu{
	font-family: tahoma, arial;
	font-size: 14px;
}

#webcall #saveNumberIDContact {
	font-size: 14px;
	font-weight: normal;
	width: 200px;
}

#webcall a.small {
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#webcall a.nodecoration {
	text-decoration: none;
}

#webcall a.sign {
	display: block;
	margin-bottom: 5px;
}

#webcall div.signin_big a.sign{
	font-size: 24px;
	margin-bottom: 15px;
}

#webcall input.my_account {
	font-family: Arial, Tahoma;
	font-size: 12px;
	background-image: url("/my-account/img/bgmyaccbtn.gif");
	color: #FFF;
	padding: 2px;
	border: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	width: 100px;
	cursor: pointer;
}

#webcall input.my_account:hover {
	text-decoration: underline;
}

#webcall div.information {
	margin-top: 15px;
	text-align: left;
	width: 730px;
	background-color: #FFFFCC;
	border: 1px solid #F1F197;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
