@import url("navigation.css");
@import url("content.css");
@import url("error.css");
@import url("myVoipways.css");
@import url("mootools.css");
@import url("leftNavigation.css");
@import url("table.css");
@import url("contacts.css");
@import url("news.css");
@import url("tooltip.css");
@import url("register.css");
@import url("recharge.css");
@import url("smsPhonebook.css");

html {
	overflow: -moz-scrollbars-vertical; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:15px;
	margin-bottom:19px;
}


select {
	color: #61A1D1;
	font-weight: bolder;
}

option {
	height: 16px;
	padding-right: 10px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
	color: #61A1D1;
}

li {
	margin: -2px;
}

input[type=checkbox] {
	border: 0;
}
input[type=radio] {
	border: 0;
}


button.button {
	text-align: left;
	text-indent: 5px;
	font-size: 11px;
	border: 1px solid #818181;
	height: 20px;
	background: #DCDCDC url(../img/final/button.png) no-repeat right center;
	padding: 0px 25px 2px 0px;
	* padding: 0px 10px 2px 0px;
}

button.button:hover { 
	color: #61A1D1;
	cursor: pointer;
}

.readonly {
	border: 0;
	background: transparent;
	width: 60%;
}

.textCounter {
	border: 0px;
	background: transparent;
}

.checkbox {
	vertical-align: middle;
	margin: auto;
	border: 0;
}
.deleteIMG {
	vertical-align: middle;
	margin: auto;
	border: 0;
	cursor: pointer;
}

#centerHeader, #centerMainNavi, #centerContent, #centerFooter, #centerLanguage {
	z-index: 10;
	margin: auto;
	position: relative;
	width: 1000px;
	clear: both;
}

#centerHeader {
	height: 65px;
}
#centerLanguage {
	/*height: 20px;*/
	* margin-bottom: -2px;
}
.centerLanguageIMG {
	bottom: -4px;
	* bottom: 0px;
	position: relative;
}

#centerBanner {
	z-index: 0;
	top: -5px;
	margin: auto auto;
	position: relative;
	width: 1000px;
}

.clear {
	clear: both;
}

.loginLeft {
	width: 370px;
	height: 45px;
	color: #FFFFFF;
	background: #BFBFBF;
	padding: 8px;
	-moz-border-radius: 5px;
	float: left;
}

.loginRight {
	border: 0;
	width: 468px;
	height: 60px;
	float: right;
	padding: 2px;
	margin-bottom: 5px;
	background: #BFBFBF;
}

.input {
	margin-left: 15px;
	width: 100px;
}

ul.login {
	float: left;
	width: 230px;
}

li.login {
	margin: 5px;
	list-style-type: none;
}

label.login {
	text-align: right;
	float: left;
	width: 100px;
}

#leftNavigation {
	margin: 10px 0 0 10px;
	width: 200px;
	float: left;
	clear: both;
}

#contentValue {
	padding: 15px;
	min-height: 500px;
	width: 720px;
	margin: 10px 10px 0 0;
	float: right;
	border: 1px solid #61A1D1;
	background: transparent url(../img/final/content/content_box1.jpg) top center no-repeat;
}

* html #contentValue {
	height: 470px;
}

tbody {
	cursor: pointer;
}

.turnover {
	width: 300px;
}
.turnover a {
	color: #61A1D1;
	padding: 5px;
	margin: 7px;
	text-align: center;
}
.turnover a:hover {
	font-weight: bold;
}
.turnover a.active {
	font-weight: bold;
	color: #000000;
}
.loader {
	position: relative;
	top: 50px;
	left: 190px;
}
.loader2 {
	position: relative;
	margin-top: 200px;
	margin-left: 350px;
}

li.list {
	text-align: center;
	background: #DCDCDC url(../img/final/button.png) no-repeat center center;
	padding: 3px 5px 2px 4px;
	* padding: 3px 2px 2px 5px;
	margin: 0px;
	* margin: 1px;
	border: 1px solid #818181;
	display: inline;
}
.otherCallerId {
	border: 1px solid #A5ACB2;
	width: 164px;
	height: 16px;
	font-weight: bold;
	color: #61A1D1;
}
.tonumber {
	width: 164px;
}

.italic {
	font-style: italic;
}
.ssl {
	position: relative;
	left: 45px;
	top: 5px;
}