﻿/*Vova Melekh styles*/
.editor-title{
color:#434343;
font-size:20px;
font-weight:normal;
line-height:22px;
padding-bottom:22px;
}

.blockUI-message {
		background: url('../Content/Images/busy.gif') center left no-repeat;
		padding : 5px 5px 5px 20px;
		border: 3px solid blue;
		display: block;
		vertical-align: middle;
}


.custom-blockUI-message {
		background: url('/Images/loader.gif') center left no-repeat transparent;
		display: block;
		vertical-align: middle;
		width:50px;
		height:50px;
}		
	

.table-6-cells .tr .td-date-range {
float:left;
width:290px;
text-align:center;
}

.success
{
color:Green;
margin-bottom:10px;	
}

.error
{
color:Red;
margin-bottom:10px;	
}

.data-grid .data-grid-table .error-row td
{
background:#ffefef none repeat scroll 0 0 !important;	
}

.page-buttons
{
    margin-top:10px;    
}

.add-page-button{
	display:block;
	width:24px;
	height:24px;
	background:url('../images/unit-block/add-unit-button.png') 0 0 no-repeat;
}

.add-button-block a {
	font-size:11px;
	line-height:21px;
	color:#0090c6;
	float:right;
	margin-left:5px;
	}
.add-page-cont
{
    height: 20px;
    margin-top: 5px;    
}
	
.add-button-block
{
    float:left;
}

ul.page-info
{
    width:100%;
    overflow:hidden;
    padding-bottom:20px;
}

ul.page-info li
{
    list-style:none;
    float:left;    
    margin-right:20px;
    padding-bottom:10px;
}

ul.page-info li b
{
    padding-right:5px;
}

ul.page-info li.split
{
    clear:both;
}

.grid-button
{
    vertical-align:middle;    
}

.grid-button .form
{
    margin-bottom:0;
}

.margin-buttons
{
    margin-top:10px;
}

.rss-settings-link
{
    background: url("/Images/rss-icon.png") no-repeat scroll 0 0 transparent;
    display: block;
    font: bold 15px/32px Arial;
    height: 32px;
    padding-left: 40px;
}

/*Vova Melekh styles*/

/*Popup customization*/

.ui-dialog-titlebar
{
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #DEDEDE;
    color: #0090C6;
    height:20px !important;
}

.ui-dialog-title
{
    background: url("/Images/rss-icon-small.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    padding-left: 20px;
    font: bold 15px Arial;
}

#ui-dialog-title-redirectsCreation
{
    background: url("/Images/redirects-icon-small.png") no-repeat scroll 0 0 transparent !important;
}

#ui-dialog-title-unitsPopup
{
    background: url("/Images/ip-icon.png") no-repeat scroll 0 0 transparent !important;
}

.ui-dialog-titlebar-close span, .ui-dialog-titlebar-close ui-state-hover
{
    background: none !important;
    border:none !important;    
}

.ui-dialog-titlebar-close
{
    background: url("../images/unit-block/delete-unit-button.png") no-repeat scroll 0 0 transparent;
    height:25px !important;
    padding-right:5px !important;
}

.td-430
{
    width:430px;
    float:left;
}

/*Popup customization*/

.file-upload-width
{
    width:288px;
    position: relative;   
}

.file-upload-preview
{
    position: absolute;
    top: 0; 
    left: 300px;
    width:300px;  
}
.file-upload-preview .file-name  
{
    float: left; 
    font: bold 10px Tahoma; 
    padding: 7px 20px 0 20px;
 }
.file-upload-preview .prev-button  
{
    float: left;
}

/*Chart customization*/

.chart-area
{
    margin-left: 20px;
    margin-top: 10px; 
}

.chart-label
{
    padding-left:20px;
    font: bold 11px Tahoma, Geneva, sans-serif;
}
    
.chart-navi-links
{
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.chart-navi-links a
{
    text-decoration: none;
    margin-right: 10px;
}

/*Chart customization*/