@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	font-family: Calibri, Arial, serif;
	font-size:14px;
	behavior: url("PIE.htc");
}

input,textarea,select
{
	outline:none;
	font-family: Calibri, Arial, serif;
	font-size:12px;
}

input[type="button"]
{
	display:inline-block;
}

a
{
	color:#018fc4;
	outline:none;
}

a:hover
{
	color:#ea5f1f;
}

.header
{
	width:100%;
	min-width:1000px;
	height:60px;
	background:url(img/top_bg.jpg) repeat-x;
	position:relative;
}

	.header_container
	{
		width:1000px;
		height:100%;
		margin:0 auto;
		position:relative;
	}
	
		.logo
		{
			width:200px;
			height:59px;
			background:url(img/logo.png) no-repeat;
			position:absolute;
			top:0px;
		}
		
		.support
		{
			position:absolute;
			top:12px;
			left:603px;
			color:#fff;
			font-size:16px;
		}
		
		.phone
		{
			position:absolute;
			top:12px;
			left:713px;
			color:#fff;
			font-size:16px;
		}
		
			.phone span
			{
				font-weight:bold;
			}
			
		.icq
		{
			position:absolute;
			top:16px;
			left:890px;
			color:#fff;
			font-size:12px;
		}

		.email
		{
			position:absolute;
			top:32px;
			left:721px;
			color:#fff;
			font-size:12px;
		}
		
		.email:hover
		{
			color:#fff;
			text-decoration:none
		}
		
		.skype
		{
			position:absolute;
			top:32px;
			left:890px;
			color:#fff;
			font-size:12px;
		}

.user-info
{
	width:100%;
	min-width:1000px;
	height:35px;
	border-bottom:1px solid #696969;
	position:relative;
}

	.ui-center
	{
		width:1000px;
		height:100%;
		margin:0 auto;
		position:relative;
		line-height:35px;
		overflow:hidden;
	}
	
		.you
		{
			color:#696969;
			float:left;
		}
		
			.you a
			{
				color:#009ad3;
				font-weight:bold;
			}
			
			.you a:hover
			{
				color:#018fc4;
			}
			
		.balance
		{
			float:left;
			left:170px;
			position:absolute;
			color:#696969;
		}
		
			.balance span
			{
				color:#000;
			}
			
			.balance a
			{
				color:#009ad3;
			}
			
			.balance a:hover
			{
				color:#018fc4;
			}
			
		.client_reserve
		{
			float:left;
			left:426px;
			position:absolute;
			color:#696969;
		}
	
	
			.client_reserve span
			{
				color:#000;
			}
		.client_balance
		{
			float:left;
			left:606px;
			position:absolute;
			color:#696969;
		}
	
	
			.client_balance span
			{
				color:#000;
			}	
		.prices
		{
			color:#009ad3;			
			float:left;
			position:absolute;
			left:860px;
		}
		
		.prices:hover
		{
			color:#018fc4;
		}
			
		.logoff
		{
			text-decoration:none;
			float:right;
			margin:8px 10px 0 0;
            background:url(img/bg-button.gif) repeat-x;
            display: block;
            padding: 0 14px;
            border-radius:10px;
            behavior: url("PIE.htc");
            border-right:1px solid #e0e0e0;
            border-left:1px solid #e0e0e0;
            height: 20px;
            line-height: 20px;
            color:#696969;
		}
		
		.logoff:hover
		{
			color:#ea5f1f;
            background: #fff;
            box-shadow: 0 1px 3px #e6e6e6;
            border-right:1px solid #ececec;
            border-left:1px solid #ececec;
			behavior: url("PIE.htc");
		}
		
.content
{
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
    padding: 0 4px;
}

	.left_menu
	{
		width:146px;
		height:100%;
		border-right:1px solid #696969;
		padding:32px 0 68px 0;
		float:left;
	}
	
		.left_menu_ul
		{
			list-style-type:none;
			padding:0;
			margin:0;
			width:133px;
			border-bottom:1px solid #696969;
			padding-bottom:26px;
		}
		
			.left_menu_ul a
			{
				margin-bottom:10px;
				display:block;
				color:#018fc4;
			}
			
			.left_menu_ul a:last-child
			{
				/*margin-bottom:26px;*/
			}
                .left_menu_ul a li
				{
                    display: inline;
                }
                
                .left_menu_ul .lselected:hover
				{
                    text-decoration: none;
                    color: #fff;
                }
                
                .lselected
				{
                    display:block;
                    background-color: #018fc4;
                    color: #fff;
                    padding: 1px 4px;
                    position:relative;
                    left:-4px;
                }
				
				.left_menu_ul a:hover
				{
					color:#ea5f1f;
				}
				
				.left_menu_ul a:hover li
				{
					color:#ea5f1f;
                			border-bottom:none;
                			text-decoration: none;
				}
				
				.alselected, .alselected:hover, .alselected:hover li, .alselected:hover li {
					color: #ffffff !important; 
					text-decoration: none;
				}
				
		.actsia
		{
			color:#018fc4;
			margin:20px 0 13px 0;
			display:inline-block;
		}
		
		.actsia:hover
		{
			color:#ea5f1f;
		}
		
		.ac_link
		{
			width:133px;
			font-size:12px;
			padding: 0 0 25px;
			border-bottom:1px solid #696969;
		}
		
			.ac_link a
			{
				color:#000;
			}
			
			.ac_link a:hover
			{
				color:#018fc4;
			}
			
		.date
		{
			padding:3px 8px 3px 5px;
			background-color:#aeaeae;
			display:inline-block;
			color:#fff;
			behavior: url("PIE.htc");
		}
		
		.ac_link a.newslink
		{
			color:#000; margin:6px 0 0; display:block;
		}
		
		.ac_link a.newslink:hover
		{
			color:#018fc4;
		}
		
		.left_menu .ac_link:last-child
		{
			border-bottom:none;
		}
		
.footer
{
	height:105px;
	width:100%;
	min-width:1000px;
	border-top:1px solid #696969;
}

	.footer-center
	{
		width:1000px;
		height:100%;
		margin:0 auto;
		position:relative;
	}
	
		.copyright
		{
			height:31px;
			background:url(images/logo_assistent_bottom.jpg) no-repeat;
			color:#afafaf;
			padding:0 0 0 43px;
			position:absolute;
			top:31px;
			line-height:31px;
		}
		
	.content2
	{
		float:left;
		height:100%;
		width:826px;
		position:relative;
		border-left:1px solid #696969;
		padding-left:25px;
		padding-bottom:50px;
		left:-1px;
	}
	
		.green_msg
		{
			margin:3px 0 0;
			background-color:#d8eff6;
		}
		
			.green_msg span
			{
				padding:5px 0 5px 20px;
				display:inline-block;
			}
			
				.green_msg span a
				{
					color:#009ad3;
				}
				
				.green_msg span a:hover
				{
				    color:#018fc4;
				}
			
		.red_msg
		{
			margin:3px 0 0;
			background-color:#ffdcd7;
		}
		
			.red_msg span
			{
				padding:5px 0 5px 20px;
				display:inline-block;
			}
			
				.red_msg span a
				{
					color:#009ad3;
				}
				
				.red_msg span a:hover
				{
				    color:#018fc4;
				}
				
		.menu
		{
			height:44px;
			width:100%;
			margin-top:26px;
			background:url(img/bg-menu.jpg) repeat-x;
		}
		
			.menu .menu2
			{
				margin:0;
				padding:0;
				list-style-type:none;
			}
			
				.menu .menu2 li
				{
					float:left;
					line-height:44px;
					position:relative;
				}
				
					.menu .menu2 .link
					{
						text-transform:uppercase;
						font-size:18px;
						font-weight:bold;
						color:#696969;
						text-decoration:none;
						display:block;
						padding:0 15px 0 15px;
					}
					
					#menu-1 .link {
						
						padding: 0 20px;
						
					}
					
					.menu .menu2 a:hover
					{
						color:#ea5f1f;
					}
					
				.popup_menu
				{
					position:absolute;
					padding:5px 0;
					margin:0;
					list-style-type:none;
					display:none;
					top:44px;
					background-color:#E6F9EF;
					z-index:1;
					white-space:nowrap;
					border-radius: 0 0 5px 5px;
				}
				
					.popup_menu li
					{
						float:left;
						margin-left:20px;
						display:inline;
						position:absolute;
						top:0;
					}
					
					.popup_menu li span
					{
						display:inline-block;
						padding:2px 8px;
						line-height:18px;
						color: #EA5F1F;
						text-decoration:underline;
						cursor:pointer;
					}
					
					.menu .menu2 .popup_menu li span:hover
					{
						background-color:#018fc4;
						height:18px;
						line-height:18px;
						text-decoration:none;
						color:#fff;
					}
					
					.menu .menu2 .popup_menu li .hover
					{
						background-color:#018fc4;
						height:18px;
						line-height:18px;
						text-decoration:none;
						color:#fff;
					}
				
				.footer_menu
				{
					float:right;
				}
				
					.footer_menu ul
					{
						padding:0 35px 0 0;
						margin:31px 0 0;
						list-style-type:none;
						line-height:30px;
					}
					
					.footer_menu ul li
					{
						float:left;
					}
					
					.footer_menu ul li a
					{
						margin:0 0 0 23px;
						color:#000;
					}
					
					.footer_menu ul li a:hover
					{
						color:#018fc4;
					}
					
		.buttons
		{
			margin:60px 0 0;
			position:relative;
		}
					
		.update
		{
			width:29px;
			height:30px;
			background:url(img/update.jpg) no-repeat;
			border:none;
			cursor:pointer;
            float:left;
		}
		
		.update:hover
		{
			background:url(img/update_hover.jpg) no-repeat;
		}
		
		.add_client
		{
			background:url(img/add_client.gif) no-repeat;
			width:186px;
			height:30px;
			line-height:30px;
			border:none;
			margin:0 0 0 26px;
			cursor:pointer;
            font-size:17px;
            font-family: Calibri, Arial, serif;
            color:#696969;
            padding-left:5px;
            float:left;
			text-align:center;
		}
		
		.add_client:hover
		{
			background:url(img/add_client_hover.gif) no-repeat;
            color:#ea5f1f;
		}
		
		.actions_container
		{
			display:inline-block;
			position:relative;
			margin:0 0 0 43px;
		}
		
		.actions_container ul
		{
			margin:0;
			padding:11px 0 9px 0;
			list-style-type:none;
			background-color:#fff;
			/*border-bottom:1px solid #cdcdcd;*/
			position:absolute;
			top:30px;
			left:0;
			width:252px;
			z-index:1;
        		box-shadow: 0 2px 2px rgb(204,204,204);
    		        border-radius: 4px;
        		border-right:1px solid #e8e8e8;
        		border-left:1px solid #e8e8e8;
			behavior: url("PIE.htc");
		}
		
			.actions_container ul li
			{
				margin:0 0 8px 38px;
				color:#ea5f1f;
			}
			
			.actions_container ul li:last-child
			{
				margin-bottom:0;
			}
		
		.actions
		{
			background:url(img/actions.gif) no-repeat;
			width:252px;
			height:30px;
			border:none;
			cursor:pointer;
        		font-family: Calibri, Arial, serif;
        		font-size:17px;
        		color:#696969;
			text-align:center;
			line-height:30px;
		}
		
		.search
		{
			height:24px;
			border:2px solid #d2d2d2;
			border-radius:5px;
        		behavior: url("PIE.htc");
			position:absolute;
			top:0;
			left:561px;
			width:208px;
			padding:0 24px 0 7px;
			color:#d2d2d2;
			font-size:12px;
            line-height: 24px;
		}
		
		.clear
		{
			width:14px;
			height:14px;
			background:url(img/clear.png) no-repeat;
			position:absolute;
			top:8px;
			left:783px;
			cursor:pointer;
			display:none;
			z-index:2;
		}
		
		.search_btn
		{
			position:absolute;
			top:7px;
			left:811px;
			border:none;
			width:14px;
			height:18px;
			background:url(img/search_btn.png) no-repeat;
			cursor:pointer;
		}
		
		.pages
		{
			margin:31px 0 0;
            padding-left:24px;
			position:relative;
			width:100%;
			height:25px;
            background-color:#f9f9f9;
		}
		
			.pages ul
			{
				margin:4px 0 0;
				padding:0;
				list-style-type:none;
                float:left;
			    font-size:12px;
			}
			
				.pages ul li
				{
					float:left;
					margin-left:6px;
				}
				
		.pages span
		{
			float:left;
			color:#808080;
			font-size:12px;
            margin-top:4px;
		}
		
			.pages ul li a
			{
				color:#009ad3;
			}
			
			.pages ul li a:hover
			{
				color:#018fc4;
			}
			
			.pages ul li.active a
			{
				color:#696969;
				text-decoration:none;
			}

		.positions
		{
			position:absolute;
			left:284px;
		}
		
		.positions_on_the_page
		{
			position:absolute;
			left:572px;
		}
		
		.positions_input
		{
			position:absolute;
			left:688px;
			top:2px;
			border:none;
			font-size:12px;
			color:#696969;
			border:2px solid #d0d0d0;
			border-radius:4px;
			height:14px;
			width:53px;
			text-align:center;
			behavior: url("PIE.htc");
		}
		
		.vivesti
		{
			position:absolute;
			left:753px;
		}
		
		.vivesti a
		{
			color:#009ad3;
		}
		
		.vivesti a:hover
		{
			color:#018fc4;
		}
		
		.filter
		{
			margin:23px 0 0 24px;
			font-size:12px;
			color:#808080;
			position:relative;
		}
		
		.all
		{
			padding:0 17px 0 0;
			display:inline-block;
			color:#018fc4;
			cursor:pointer;
			background:url(img/all.png) right no-repeat;
			margin:0 0 0 10px;
			position:relative;
		}
		
		.all span
		{
			border-bottom:1px dotted #018fc4;
		}
		
		.all span:hover
		{
			border-bottom:none;
		}
		
			.all ul
			{
				position:absolute;
				left:-7px;
				top:14px;
				background-color:#fff;
				list-style-type:none;
				margin:0;
				padding:10px 7px;
				border:1px solid #d2d2d2;
				z-index:1;
			}
			
			.all ul li
			{
				white-space:nowrap;
				margin-bottom:4px;
				font-size:12px;
			}
			
			.all ul li a
			{
				text-decoration:none;
			}
			
			.all ul li:last-child
			{
				margin-bottom:0;
			}
		
		.type
		{
			display:inline-block;
			position:absolute;
			left:265px;
			top:0;
		}
		
		.usluga
		{
			display:inline-block;
			position:absolute;
			left:415px;
			top:0;
		}
		
		.filtrovat
		{
			position:absolute;
			left:580px;
			top:0;
		}
		
			.filtrovat a
			{
				color:#696969;
				text-decoration:none;
                		height:20px;
                		background:url(img/bg-button.gif) repeat-x;
                		display: block;
                		padding: 0 14px;
                		border-radius:10px;
                		behavior: url("PIE.htc");
                		border-right:1px solid #e0e0e0;
            			border-left:1px solid #e0e0e0;
				line-height:20px;
				position:relative;
				top:-2px;
			}
			
			.filtrovat a:hover
			{
				color:#ea5f1f;
                		background: #fff;
                		box-shadow: 0 1px 3px #e6e6e6;
                		border-right:1px solid #ececec;
                		border-left:1px solid #ececec;
			}
			
		.reset_filter
		{
			position:absolute;
			left:696px;
			top:0;
		}
		
			.reset_filter a
			{
				color:#000;
				text-decoration:none;
                		display: block;
                		border-bottom:1px dotted #000;
                		line-height:12px;
                		position:relative;
                		top:1px;
			}
            
            .reset_filter a:hover
            {
           	   /* color:#000;*/
            	   border-bottom:1px dotted #fff;
            }
			
		.tb_header
		{
			height:29px;
			background:url(img/bg-list.jpg) repeat-x;
			color:#fff;
		}
		
		.list
		{
			margin:10px 0 0;
			font-size:12px;
		}
		
		.list table
		{
			border:none;
		}
		
		.list table tr
		{
			border:none;
		}
		
		.list table tr th
		{
			border:none;
			cursor:pointer;
			font-size:14px;
			text-align:center;
            padding:0 10px;
		}
		
		.list table tr td
		{
			height:29px;
			border-bottom:1px solid #ea5f1f;
			text-align:left;
		}
		
		.list table tr th span
		{
			border-bottom:1px dotted #fff;
			display:inline-block;
			height:15px;
		}
        
        .list table tr th:hover span
        {
            border-bottom: 1px solid transparent;
        }
		
		.list table tr th:hover
		{
            /*background: url(img/arrow.jpg) 7px 0 #0082b3 no-repeat;*/
            background-color:#0082b3;
		}
		
		.login
		{
			color:#009ad3;
			font-size:12px;
			padding:2px 5px;
            text-decoration:underline;
		}
		
		.login:hover
		{
			text-decoration:none;
            color: #009ad3;
		}
        
        .login2
		{
			color:#fff;
			font-size:12px;
			padding:2px 5px;
            text-decoration:underline;
            background-color:#009ad3;
		}
        
        .login2:hover
		{
			text-decoration:none;
            color:#fff;
		}
		
		.active_el
		{
			color:#009ad3;
			text-decoration:none;
			border-bottom:1px dotted #009ad3;
			height:13px;
			display:inline-block;
		}
		
		.active_el:hover
		{
			color:#009ad3;
			border-bottom:none;
			height:14px;
		}
		
		.block_el
		{
			color:#d50303;
			text-decoration:none;
			border-bottom:1px dotted #d50303;
			height:13px;
			display:inline-block;
		}
		
		.block_el:hover
		{
			color:#d50303;
			border-bottom:none;
			height:14px;
		}
		
		.balance_el
		{
			color:#2e95e0;
		}
		
		.balance_el:hover
		{
			color:#2e95e0;
			text-decoration:none;
		}
		
		.dogovor
		{
			color:#000;
		}
		
		.dogovor:hover
		{
			text-decoration:none;
			color:#000;
		}
		
		.test
		{
			color:#aeaeae;
		}
		
		.test:hover
		{
			text-decoration:none;
			color:#aeaeae;
		}
		
		.registration
		{
			color:#0ccb69;
		}
		
		.registration:hover
		{
			color:#0ccb69;
			text-decoration:none;
		}
		
		.moderation
		{
			color:#d50303;
		}
		
		.moderation:hover
		{
			color:#d50303;
			text-decoration:none;
		}
		
		.tarifi
		{
			background:url(img/tarifi.gif) no-repeat;
			border:none;
			width:9px;
			height:11px;
			cursor:pointer;
		}
		
		.tarifi:hover
		{
			background:url(img/tarifi_hover.gif) no-repeat;
		}
		
		.exit
		{
			background:url(img/exit.jpg) no-repeat;
			border:none;
			width:13px;
			height:12px;
			cursor:pointer;
		}
		
		.exit:hover
		{
			background:url(img/exit_hover.jpg) no-repeat;
		}
		
		.checkbox
		{
			background:url(img/checkbox/checkbox.png) no-repeat;
			width:14px;
			height:14px;
			cursor:pointer;
			background-position:0 1px;
		}
		
		.checkbox.checked
		{
			background-position:0 0;
			background:url(img/checkbox/checkbox_checked.png) no-repeat;
		}
		
		.list table tr .header_checkbox span
		{
			border-bottom:none;
		}
        
        .list table tr .header_checkbox
        {
            width:30px;
            padding:3px 1px 0;
        }
        
        .list table tr .header_checkbox:hover
        {
            background-image: none;
        }
		
		.sms_rassilka
		{
			margin:54px 0 0;
			font-size:16px;
			color:#525252;
		}
		
		.nastroiki
		{
			margin:28px 0 0;
			position:relative;
			height:30px;
		}
		
			.nastroiki .r_title
			{
				font-size:12px;
				color:#808080;
				position:absolute;
				left:0;
				top:10px;
				z-index:5000;
			}
			
			.nastroiki .by_credit
			{
				position:absolute;
				top:0;
				left:168px;
			}
			
			.nastroiki .add_new
			{
				position:absolute;
				top:8px;
				left:350px;
			}
			
				.nastroiki .add_new a
				{
					color:#009ad3;
					font-size:12px;
				}
			
            .selectbox
            {
                border:2px solid #d5d5d5;
                border-radius:4px;
                position:relative;
		behavior: url("PIE.htc");
            }            
                                    
			.selectbox .select
			{
				height:22px;
				padding:0 28px 0 7px;
				font-size:12px;
				width:124px;                                 
				background:url(img/selectbox/open.jpg) right #fff no-repeat;
				cursor:pointer;
            			position: absolute;
            			left:0; 
            			top:0;                                               
				z-index:1;
            			line-height: 22px;
				behavior: url("PIE.htc");
			}
			
			.selectbox.disabled .select
			{
				background:url(img/selectbox/disabled.jpg) right no-repeat;
				border:2px solid #fff;
			}
			
			.selectbox .dropdown
			{
				width:162px;
				position:relative;
				left:-2px;
				top:25px;
				border-radius:0 0 5px 5px;
            			overflow:hidden;
				behavior: url("PIE.htc");
			}
			
			.selectbox .dropdown ul
			{
				padding:14px 10px 10px;
                margin:0;
				color:#696969;
				font-size:12px;
                background-color:#fff;
				border-top:none;
				border-radius:0 0 5px 5px;
                display: block;
                border:1px solid #d2d2d2;
				border-top:none;
				behavior: url("PIE.htc");
			}
			
			.selectbox .dropdown ul li
			{
				margin-top:4px;
				border:none;
				overflow:hidden;
				cursor:pointer;
			}
			
			.selectbox .dropdown ul li:first-child
			{
				margin-top:0;
			}
			
			.selectbox .dropdown ul li:hover
			{
				color:#018fc4;
			}
			
			.poluchateli
			{
				position:relative;
				margin:25px 0 65px;
				/*height:231px;*/
				/*overflow:hidden;*/
				font-size:12px;
			}
			
			.poluchateli .p_title
			{
				color:#808080;
				position:absolute;
				left:0;
				top:0;
			}
			
			.poluchateli .group
			{
				color:#525252;
				position:absolute;
				top:0;
				left:197px;
			}
			
			.poluchateli .abonent
			{
				color:#525252;
				position:absolute;
				top:0;
				left:338px;
			}
			
			.poluchateli .ga
			{
				position:relative;
				top:18px;
				left:168px;
				width:382px;
				/*height:180px;*/
				border-radius:5px;
            			behavior: url("PIE.htc");
				background:#f9f9f9 no-repeat;
				overflow:hidden;
				border: 2px solid #cdcdcd;
			}
			
			.left
			{
				width:150px;
				overflow:hidden;
				position:relative;
				float:left;
			}
			
			.razdelitel
			{
				position:absolute;
				top:19px;
				left:327px;
				width:1px;
				height:100%;
				background-color:#cdcdcd;
				z-index:1;
			}
			
			.right
			{
				overflow:auto;
				position:relative;
				float:left;
				left:5px;
				height:100%;
				width:220px;
			}
			
			.left_con
			{
				margin:10px 0 7px 10px;
				overflow:hidden;
			}
			
				.left_con .underline
				{
					border-bottom:1px dotted #000;
					cursor:pointer;
				}
				
				.left_con .underline:hover
				{
					border-bottom:1px dotted #fff;
				}
				
				.left_con table tr td
				{
					vertical-align:top;
					padding:2px 2px 4px 2px;
				}
				
				.left_con table tr:hover
				{
					background-color:#e6f9ef;
				}
				
			.abonents
			{
				position:absolute;
				bottom:-40px;
				left:170px;
				color:#808080;
			}
			
				.abonents span
				{
					color:#ea5f1f;
					font-weight:bold;
				}
				
			.phones
			{
				border:2px solid #d2d2d2;
				border-radius:7px;
            			behavior: url("PIE.htc");
				resize:none;
				padding:7px 5px;
				width:149px;
				height:53px;
				overflow:auto;
			}
			
			#template_w .selectbox .select
			{
				width:345px;
			}

			#template_w .selectbox .dropdown 
			{
				width:383px;
			}
			
			.selectbox_270 .selectbox .select
			{
				width:270px;
				overflow:hidden;
			}

			.selectbox_270 .selectbox .dropdown 
			{
				width:310px;
				overflow:hidden;
			}
			
			.selectbox_95 .selectbox .select
			{
				width:95px;
				overflow:hidden;
			}

			.selectbox_95 .selectbox .dropdown 
			{
				width:135px;
				overflow:hidden;
			}
			
			.selectbox_65h200 .selectbox .select
			{
				width:65px;
				overflow:hidden;
			}

			.selectbox_65h200 .selectbox .dropdown 
			{
				width:105px;
				overflow:hidden;
				height: 200px !important;
			}
			
			.selectbox_20 .selectbox .select,
			#cron_hour_selectbox .selectbox .select,
			#cron_min_selectbox .selectbox .select ,
			#to_cron_hour_selectbox .selectbox .select,
			#to_cron_min_selectbox .selectbox .select 
			{
				width:20px;
			}
			
			.selectbox_20 .selectbox .dropdown,
			#cron_hour_selectbox .selectbox .dropdown,
			#to_cron_hour_selectbox .selectbox .dropdown, 
			#cron_min_selectbox .selectbox .dropdown,
			#to_cron_min_selectbox .selectbox .dropdown
			{
				width: 59px;
				height: 200px !important;
				border-bottom: 1px solid #cdcdcd;
			}
			
			#s_after_before_selectbox .selectbox .select
			{
				width:40px;
			}
			
			#s_after_before_selectbox .selectbox .dropdown
			{
				width:77px;
			}
			
			#entry_newsdesk_function_div .selectbox .select,
			#entry_newsdesk_type_show_div .selectbox .select {
				width:265px;
			}
			
			#entry_newsdesk_function_div .selectbox .dropdown,
			#entry_newsdesk_type_show_div .selectbox .dropdown {
				width:300px;
			}
			
			.dp
			{
				position:absolute;
				top:10px;
				left:344px;
				font-size:12px;
				color:#525252;
				width:210px;
			}
			
			.dp span
			{
				color:#009ad3;
				border-bottom:1px dotted #009ad3;
				cursor:pointer;
			}
			
			.dp span:hover
			{
				border-bottom:1px dotted #fff;
			}
			
			.ostalos
			{
				background: #f7f7f7;
				border-radius: 0 0 5px 5px;
				color: #696969;
				font-size: 12px;
				height: 20px;
				line-height: 20px;
				padding-right: 10px;
				position: absolute;
				right: 3px;
				text-align: right;
				top: 126px;
				width: 370px;
			}
			
				.ostalos span
				{
					color:#ea5f1f;
				}
				
			.radio
			{
				width:13px;
				height:13px;
				background:url(img/radio/radio.png) no-repeat;
			}
			
			.radio.checked
			{
				background:url(img/radio/radio_active.png) no-repeat;
			}
			
			/*Фон слайдера*/
.slider {
width:250px;
height:5px;
border-top:1px solid #bfbfbf;
position:relative;
margin:0;
padding:0 10px;
}

/*Стиль кнопки слайдера*/
.ui-slider-handle {
width:26px;
height:18px;
position:absolute;
top:-7px;
z-index:200;
background:url(img/slider/button.png) no-repeat;
color:#000;
text-decoration:none;
text-align:center;
}

.ui-slider-handle:hover
{
	color:#000;
}

/*Элемент div результата, в котором выводится значение слайдера*/
#slider-result {
font-size:50px;
height:200px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
width:250px;
text-align:center;
text-shadow:0 1px 1px #000;
font-weight:700;
padding:20px 0;
}

/*Полоска заполнителя слайдера*/
.ui-widget-header {
height:5px;
left:0;
top:0;
position:absolute;
border-top:1px solid #0a7e42;
background-color:#018FC4;
background-image:none;

}

.calendar
{
	position:absolute;
	width:269px;
	top:-250px;
	right:-130px;
	display:none;
}

.calendar_button
{
	background:url(img/calendar.png) no-repeat;
}

.calendar_button:hover
{
	background:url(img/calendar_hover.png) no-repeat;
}

.pl
{
	margin:20px 0 0;
	padding:19px 0;
	border-top:1px solid #ea5f1f;
}

	.pl label
	{
		position:relative;
		top:-2px;
		font-size:12px;
		margin-left:5px;
		color:#808080;
	}
	
.app
{
	height:90px;
	position:relative;
}

.logoff
		{
			text-decoration:none;
			float:right;
			margin:8px 10px 0 0;
            background:url(img/bg-button.gif) repeat-x;
            display: block;
            padding: 0 14px;
            border-radius:10px;
            behavior: url("PIE.htc");
            border-right:1px solid #e0e0e0;
            border-left:1px solid #e0e0e0;
            height: 20px;
            line-height: 20px;
            color:#696969;
		}
		
		.logoff:hover
		{
			color:#ea5f1f;
            background: #fff;
            box-shadow: 0 1px 3px #e6e6e6;
            border-right:1px solid #ececec;
            border-left:1px solid #ececec;
			behavior: url("PIE.htc");
		}

	.tx
	{
		position:absolute;
		left:172px;
		top:27px;
		cursor:pointer;
		font-family: Calibri, Arial, serif;
		font-size:14px;
		
		text-decoration:none;
        background:url(img/bg-button.gif) repeat-x;
        display: block;
        padding: 0 35px;
        border-radius:10px;
        behavior: url("PIE.htc");
        border-right:1px solid #e0e0e0;
        border-left:1px solid #e0e0e0;
        height: 20px;
        line-height: 20px;
        color:#696969;		
	}
	
	
		.tx:hover
		{
			color:#ea5f1f;
            background: #fff;
            box-shadow: 0 1px 3px #e6e6e6;
            border-right:1px solid #ececec;
            border-left:1px solid #ececec;
			behavior: url("PIE.htc");
		}
		
	.apply
	{
		position:absolute;
		left:172px;
		top:60px;
		padding-top:4px;
		width:252px;
		height:31px;
		border:none;
		background-color:transparent;
		font-size:17px;
		color:#696969;
		font-family: Calibri, Arial, serif;
		background:url(img/apply.gif) no-repeat;
		cursor:pointer;
		text-decoration:none;
		text-align:center;
	}
	
	.apply:hover
	{
		background:url(img/apply_hover.gif) no-repeat;
        color:#ea5f1f;
	}
	
	.cencel
	{
		position:absolute;
		font-size:14px;
		font-family: Calibri, Arial, serif;
		border-bottom:1px dotted #000;
		line-height:13px;
		text-decoration:none;
		color:#000;
		left:455px;
		top:69px;
	}
	
	.cencel:hover
	{
		color:#000;
		border-bottom:1px dotted #fff;
	}
	
	.hint
	{
		position:relative;
		display:inline-block;
		z-index:40000;
	}
	
		.hint_con
		{
			color:#000;
			position:absolute;
			left:15px;
			top:-30px;
			white-space:nowrap;
			font-size:12px;
			color:#636363;
			padding:7px 8px;
			background-color:#fff;
			border:1px solid #bfc2c4;
			display:none;
			z-index:40000;
		}
		
		
