{ 
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Tahoma;
	font-size: small;
	color: #333;
}
img	{
	border: 0;
}

textarea {
	border: 1px solid #dcdcdc;
	padding: 2px;
}

input, select {
	border: 1px solid #dcdcdc;
	padding: 2px;
}

input.text100, select.text100 {
	border: 1px solid #dcdcdc;
	padding: 0px;
	width: 100px
}
input.text75p {
	border: 1px solid #dcdcdc;
	padding: 0px;
	width: 75%
}
input.text200, select.text200
{
	border: 1px solid #dcdcdc;
	padding: 0px;
	width: 200px;
}
input.text100p, select.text100p {
	border: 1px solid #dcdcdc;
	padding: 2px;
	width: 75%;
}
p.text100p{
	width: 75%;
	font-size: 9px;
	margin:0px;
}
.submit{
	background: transparent;
	border: 1px solid #666;
	padding: 0px;
	background-color:#35b1f1;
	color:white;
}
.date{
	width:80px;
	border: 1px solid #dcdcdc;
	padding: 0px;
}
.time{
	width:60px;
	border: 1px solid #dcdcdc;
	padding: 0px;
}
.date_time{
	width:120px;
	border: 1px solid #dcdcdc;
	padding: 0px;
}

.radio{
	border: 0px;
}

#wrapper{
	margin: 0pt auto;
	padding: 0pt;
	position: relative;
	text-align: left;
	width: 900px;
	background: url(../images/botbg.gif) bottom center no-repeat;
}
#top {
	clear: both;
	width: 900px;
}
#toptop {
    background: url(../images/lt.gif) no-repeat top left;
    padding: 0px;
    width: 100%;
    height: 20px;
}

#toptop div.right {
    background: url(../images/rt.gif) no-repeat top right;
    height: 20px;
    margin-left: 20px;
}

#topmid{
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding-left: 30px;
	padding-right: 30px;
	height: 60px;
}


#logo{
	float: left;
	width: 300px;
}


#usermenu{
	float: right;
	width: 500px;
}

#balance{
	height: 40px;
	float: left;
	background: url(../images/gray.gif) no-repeat top left;
}

#balance div.right {
    background: url(../images/grayright.gif) no-repeat top right;
    height: 40px;
    width: 10px;
    float: right;
}
#balance div.left {
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
    height: 40px;
    float: left;
}
#balance div.left strong{
	font-family: Times;
	font-size: large;
	font-weight: bold;
}
#balance font {
	padding-left: 10px;
}


#navbar{
	background-color:#FFFFFF;
}

#navbar ul{
	float:right;
	font-family:Lucida Grande,Verdana,Trebuchet MS,sans-serif;
	font-size:10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0px 10px;
}

#navbar ul li {
	background-color:#000000;
	color:#fff;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	height: 15px;
	padding:14px 10px 4px 10px;
	background:url(../images/menu_bg.png) repeat-x bottom;
}

#navbar li.current {
	background:url(../images/menu_bg_cur.png) no-repeat bottom left;
	border-left:0px solid #FFFFFF;
	padding:14px 0px 4px 10px;
	border-right:0px solid #FFFFFF;
}

#navbar li.current_right {
	background:url(../images/menu_right_cur.png) no-repeat bottom left;
	padding:14px 0px 4px 6px;
}

#navbar li.current_left {
	background: url(../images/menu_left_cur.png) no-repeat bottom left;
	padding:14px 0px 4px 10px;
}

#navbar ul li.left {
	background:url(../images/menu_left.png) no-repeat bottom left;
}
#navbar ul li.right {
	background: url(../images/menu_right.png) no-repeat bottom right;
}

#navbar a {
	color:#FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
#navbar a:hover {
	color:#35b1f1;
	text-decoration:none;
}
#navbar .current a {
	color:#fff;
	text-decoration:none;
}

#submenu{
	clear: both;
	width: 100%;
	font-size: 80%;
}

#submenu div
{
    background: url(../images/mml.gif) no-repeat top left;
    float: left;
    height: 20px;
    color: white;
}

#submenu div div
{
    background: url(../images/mmr.gif) no-repeat top right;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    height: 20px;
    float: left;
    display: block;
}

#submenu div div a
{
    color: white;
	text-decoration: underline;
}

#menu {
    clear: both;
    width: 900px;
}

#menu div.left {
    background: url(../images/ml.gif) no-repeat top left;
    padding: 0px;
    height: 50px;
    width: 100%;

}


#menu div.left div.mainmenu{
    padding: 0px;
    height: 50px;
    float: left;
    margin-left: 30px;
}

#menu div.left div.right {
    background: url(../images/mr.gif) no-repeat top right;
    height: 50px;
}

.mi{
	background: url(../images/mi.gif) no-repeat bottom left;
	margin-top: 20px;
	height: 26px;
	width: 90px;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	float: left;
}
.mi a {
	padding-top: 3px;
	text-decoration: none;
	color: #333;
	display: block;
}

.mis{
	background: url(../images/mis.gif) no-repeat bottom left;
	height: 26px;
	margin-top: 20px;
	width: 100px;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	float: left;
}
.mis a {
	padding-top: 3px;
	text-decoration: underline;
	color: #35b1f1;
	display: block;
}

#content{
    width: 900px;
    float: left;
}
#main{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
    min-height: 200px;
    min-width: 600px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

}
#main a {
	color: #008CD2;
}
#main fieldset {
	border: 0px;
}
#main legend
{
	color: #555;
	margin: 0px 0px 20px 0px;
}

#bottom {
	clear: both;
	width: 900px;
}
#bottom div.left {
    background: url(../images/lb.gif) no-repeat top left;
    padding: 0px;
    width: 100%;
    height: 20px;
}

#bottom div.left div.right {
    background: url(../images/rb.gif) no-repeat top right;
    height: 20px;
    margin-left: 20px;
}

.main_table .grey {
	background-color: #F2F2F2;
}

h2 {
	color: #35b1f1;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3{
	color: #35b1f1;
	font-size: large;
	margin-top: 0px;
	margin-bottom: 20px;
	clear:both;
}
h4{
	padding: 3px 0px;
	font-size: small;
	margin-bottom: 5px;	
	background: url(../images/hr_bg.gif) no-repeat left bottom;
}
.padd10{
	padding: 10px;
}

.error{
	color: #F00;
	font-weight: bold;
}

#log_res {
	border: 1px solid #dcdcdc;
	height: 200px;
	overflow: auto;
}

#log_res.ajax-loading {
	padding: 0px;
	background: url(../images/ajax-loader.gif) no-repeat center;
}
.paddl40 {
	padding-left: 40px;
}

.main_table{
	margin-bottom:20px;
	font-size:100%;
	width:100%;
}

.main_table thead tr td {
	background-color: #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding: 5px;
	text-align:right;
	height:20px;
	color:#000;
	cursor:pointer;
}

.main_table tr td {
	padding: 5px;
	border-bottom:1px solid #ccc;
	text-align:right;
}

.main_table tr td.first{
	text-align:left;
	width:50%;
	border-left:1px solid #ccc;
}
.main_table tr td.last{
	text-align:right;
	border-right:1px solid #ccc;
}

.form_table tr{
	height: 30px;
}

/* Таблица тикетов (Не менять!) Колобков */
.tickets_table {
	margin-bottom: 20px;
	font-size: 100%;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
}
.tickets_table th {
	background-color: #f6f6f6;
	padding: 5px;
	text-align: left;
	height: 20px;
	color: #000;
	font-weight: normal;
}
.tickets_table td{
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #ccc;
}

.tickets_table .highlight {
	background-color: #D2FACC;
}

.even {
	background-color: #fafafa;
}

.odd {
	background-color: #fff;
}

.submit_form td {
	padding: 5px;
}


.submit_form input {
	width: 400px;
}

.submit_form select {
	width: 407px;
}

.submit_form textarea {
	width: 400px;
	height: 150px;
}

.submit_form .submit {
	width: 150px;
}

.submit_form .checkbox {
	width: 20px;
	padding: 0px;
}

#custom_menu {
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
	background-color:#f6f6f6;
	margin-bottom: 20px;
}

#custom_menu a {
	margin: 0 5px;
	color: #333;
	text-decoration: none;
}

#custom_menu .current {
	color: #35b1f1;
	text-decoration: underline;
}

.open_tickets {
	background-image: url('../images/note.png');
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.close_tickets {
	background-image: url('../images/note_delete.png');
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.new_ticket {
	background-image: url('../images/note_add.png');
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.search_sms {
	background-image: url('../images/zoom.png');
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.ticket {
}
.ticket .ticket_header {
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
	background-color:#f6f6f6;
	height: 20px;
}

.ticket .ticket_header div {
	float: left;
	width: 50%;
}

.ticket .ticket_header .ticket_date {
	text-align: right;
}

.ticket .ticket_body {
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color:#fff;
	clear: left;
}

.ticket .ticket_footer {
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
	background-color:#f6f6f6;
}

.documents {
	margin: 10px 0 0px 0;
}

.ticket_comment {
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
}

.ticket_comment .ticket_comment_header {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ccc;
	height: 20px;
}

.ticket_comment .ticket_comment_header div {
	float: left;
	width: 50%;
}

.ticket_comment .ticket_comment_header .comment_date {
	text-align: right;
}

.ticket_comment .ticket_comment_body {
	padding: 5px 10px 5px 10px;
	clear: left;
}

/* end of tickets */

.open_pays {
	background-image: url('../images/money.png');
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.close_pays {
	background-image: url('../images/money_delete.png');
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.new_pays {
	background-image: url('../images/money_add.png');
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}


.tr0	{padding:3px;	border-bottom:1px solid #eee;border-right:1px solid #eee;}
.tr1	{background-color:#f3f3f3;padding:3px;	border-bottom:1px solid #fff;border-right:1px solid #fff;}

.notify_table{
	/*margin-bottom:20px;*/
	font-size:100%;
	width:100%

}

.notify_table th {
	background-color: #f6f6f6;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding: 5px;
	text-align:left;
	height:20px;
	color:#000;
	font-weight: normal;
}

.notify_table tr td {
	padding: 5px;
	border-bottom:1px solid #ccc;
	text-align:left;
}
.notify_table tr td.new {
	font-weight: bold;
}

.notify_table tr td.first , .notify_table tr th.first{
	text-align:left;
	border-left:1px solid #ccc;
}

.notify_table tr td.last , .notify_table tr th.last{
	text-align:right;
	border-right:1px solid #ccc;
}

.table_tariff {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.table_tariff th {
	background-color: #f6f6f6;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding: 3px 3px;
	font-weight: normal;
}
.table_tariff td {
	border-bottom:1px solid #ccc;
	padding: 3px 2px;
}
#about h3 {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
#about ul {
	padding: 0px 0px 0px 20px;
}
#about ul li {
	list-style-type: square;
}
#num_select .check{
	margin: 0px 0px 0px 0px;
	border: 0px;
}
#num_select .radio{
	margin: 0px 0px 0px 20px;
	border: 0px;
}
#prefixes {
}
.blacklist {
	background-image: url('../images/phone_delete.png');
	background-repeat: no-repeat;
	padding: 2px 0 0 20px;
}

.badwords {
	background-image: url('../images/badwords.png');
	background-repeat: no-repeat;
	padding: 2px 0 0 20px;
}


/*API*/

.method-definition{
	padding: 0px 10px;
}

.short-description{
	font-size: 13px;
	margin: 2px 0px;
}
.tags li{
	margin: 0px 0px 0px 30px;
	list-style-type: square;
}
.parameters li{
	margin: 0px 0px 0px 30px;
	list-style-type: square;
}
.method-signature{
	margin: 0px 0px 0px 30px;
}

.method-title{
	font-size: 14px;
	font-weight: bold;
}

.oddrow{
	background-color: #fafafa;
	border: 1px #ccc solid;
	margin: 5px 0px;
	padding: 5px;
}

.evenrow{
	border: 1px #ccc solid;
	margin: 5px 0px;
	padding: 5px;
}

.method-summary{
	border: 1px #ccc solid;
	margin: 5px 0px;
	padding: 10px 0px;
	background-color: #fafafa;
}
.num_tables {
}
.num_tables td {
	border-bottom:1px #fafafa solid;
}
.num_tables th {
	vertical-align: top;
	text-align: center;
}
.num_tables .left {
	width: 80%;
}
div.ajaxStatus {
    width: auto;
    text-align: right;
    position: absolute;
    visibility: hidden;
    background-color:#35b1f1;
    color:white;
    font-weight: bold;
    padding:4px;
}
div.red_div {
	padding:10px;
	border:1px red solid;
}

/*
Styling
*/

.banner {
        background-color:#F6F6F6;
        border: 1px #ccc solid;
        padding:10px 40px 10px 10px;
        margin:10px;
        text-align: center;
      }

.information, .notImportant {
  color: #6b6d6b;
}

.notImportant {
 font-style:italic;
}

.mask {
	z-index:7;
	display:none;
	position:absolute;
	top:0;
	left:0;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	background-color:#888;
	color:white;
	padding-top:355px;
	font-size:16px;
}


#mask_text {
	padding:20px;
	border:1px solid white;
}

.notify {
  /* background-color:#f00; */
  font-weight:bold;
  color: #f00;
  padding: 2px;
}
#notification-index {
    background: url(../images/notify/index.png) no-repeat;
    padding-left: 20px;
}
#notification-aggregated {
    background: url(../images/notify/aggregated.png) no-repeat;
    padding-left: 20px;
}
#notification-setting {
    background: url(../images/notify/setting.png) no-repeat;
    padding-left: 20px;
}
#notification-aggregated-table thead tr td {
	text-align: left;
}
#notification-setting-add-form label {
	width: auto;
	display: inline;
	float: none;
}
#notification-setting-add-form table td {
	padding-bottom: 4px;
}
#rss-link {
	display:inline;
	position:absolute;
	right:30px;
}
#notification-setting-add-form .error, #notification-setting-error {
	color: #31B2F7;
}

.agent_div {
    padding:10px;
    padding-left:13px;
}
a.selected {
  font-weight: bold;
  text-decoration:none;
}

span.prefix {
  background-color: #ccc;
}

.box {
	width: 300px;
	border: 9px solid #EFEBEF;
	padding: 14px;
}
.box label {
	float: none;
	display: inline;
}
.box h4 {
	margin: 0;
	background: none;
	padding: 2px;
}
.change-tp {
	position: absolute;
	background: white;
	top: -100px;
	left: 145px;
}

.border {
    padding:10px;
    border-bottom: #000 2px solid;    
}

a {
  color:#79B1D5;
  text-decoration: none;  
}
a:hover {
  border-bottom:1px dashed red;
  color:#000;
}

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
    cursor:help;
    background-color:#35B1F1;
    color:#FFFFFF;
    font-size:1.3em;
    font-weight:bold;
    margin-left:5px;
    padding:1px 2px;
    text-decoration:none;
}

.a1ascript {
   color:#35B1F1;
   font-weight:bold;
}

.error {
    background:#FBE3E4 none repeat scroll 0 0;
    border-color:#FBC2C4;
    color:#8A1F11;
}
.error, .notice, .success {
    border:2px solid #DDDDDD;
    margin-bottom:1em;
    padding:0.8em;
}

.success {
    background: #CAFC97 none repeat scroll 0 0;
    border-color:#ADE277;
    color:#8A1F11;
}

/* Стили для таблицы */
table.tablesorter {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #B1DB87;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(tablesorter-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#E0F4D7;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(tablesorter-asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(tablesorter-desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #83C948;
}
/* Стили для таблицы */
input.date {
   width: 70px;
}

.bad {
   color: #F00;
}

/* css for layout */

@CHARSET "UTF-8";
body {
    color:#333333;
}
.container {
	margin: 10px auto;
}
.top-left-corner {
	background: transparent url(../img/lt.gif) no-repeat scroll left top;
}
.top-right-corner {
    background: transparent url(../img/rt.gif) no-repeat scroll right top;
}
.bottom-left-corner {
    background: transparent url(../img/lb.gif) no-repeat scroll left top;
}
.bottom-right-corner {
    background: transparent url(../img/rb.gif) no-repeat scroll right top;
}
.default-line {
	height: 14px;
}
h1 {
	font-size: 2em;
}
p {
	padding-bottom: 5px;
}
.corner-line {
    height: 20px;
}
.blue, h1, h2, h3, h4, a {
	color: #35B1F1;
}
a:hover {
    color: #35B1FF;
}
.left-border {
	background: transparent url(../img/vl.png) repeat-y 0 0;
}
.right-border {
    background: transparent url(../img/vl.png) repeat-y 100% 0;
}
.center {
	text-align: center;
}
#header {
	position: relative;
	height: 45px;
}
#menu {
	position: absolute;
    top: 65px;
    left: 40px;
}
#menu div {
	background: transparent url(../img/mi.gif) no-repeat scroll left bottom;
    border-right: 1px solid #DCDCDC;
    height: 22px;
    padding: 3px 10px 0 13px;
    float: left;
}
#menu div a, #menu div a:hover {
	color: #333333;
	text-decoration: none;
}
#info {
	background: transparent url(../img/ip.gif) no-repeat scroll left bottom;
	height: 21px;
	padding: 1px 0 0 10px;
	border-top: 1px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	font-size: 0.9em;
}
#buttons {
	height: 18px;
	overflow: hidden;
}
#buttons, #buttons a {
	color: #fff;
}
#buttons div {
	background: transparent url(../img/buttonl.gif) no-repeat left top;
	font-size: 0.9em;
	float: left;
}
#buttons div div {
	padding: 1px 15px;
	background: transparent url(../img/buttonr.gif) no-repeat right top;
}
p+p {
	text-indent: 0;
}
textarea { 
	height: 150px;
}
a.selected {
	font-weight:bold;
	text-decoration:none;
}
.information {
	font-size: 0.8em;
	font-style: italic;
	color:gray;
}
span.text100p {
	font-size:9px;
	margin:0;
	width:75%;
	color:#AAA;
}

a.no_decoration:hover{
  border-bottom:0px;
}



.info {padding:.8em;margin-bottom:1em;border:2px solid #35B1F1;}
.info {color:#514721;border-color:#35B1F1;}
.info a {color:#514721;}

a.system_link {
  color:#35B1F1;
  font-family:"Courier New";
  font-size:15px;
  text-decoration:underline;
}

a.system_link:hover {  
  text-decoration:none;
}
