
/************************************************/
/* Для елементу до якого застосовується плагін */
/**********************************************/
.ui-feeddocument
{
	width: 100%;
}

.ui-feeddocument-header
{
	color: #196caf;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}


/*************************/
/* Для корінного списку */
/***********************/
.ui-feeddocument-table
{
	width: 100%;	
}

.ui-feeddocument-table span
{
	font-family: Tahoma;
	font-size: 12px;
}

.ui-feeddocument-tr
{
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align:top;
}

.ui-feeddocument-tr-alt
{
	background-color: #EBEBFF;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align:top;
}

.ui-feeddocument-tr-hover
{
	background-color: #c3c3f0;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border-bottom: solid 0px Green;	
	border-top: solid 0px Green;
	border-left: solid 0px Green;
	border-right: solid 0px Green;
}

.ui-feeddocument-td
{
	border-bottom: solid 0px Green;	
	border-top: solid 0px Green;
	border-left: solid 0px Green;
	vertical-align:middle;
}

.ui-feeddocument-td-date
{
	font-family: Tahoma;
	font-size: 7pt; 
    font-weight: bold;
	color: Gray;
	width: 25px;
	text-align: center;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 2px;
}

.ui-feeddocument-td-number
{
	font-family: Tahoma;
	font-size: 7pt;
	color: Black;
	width:25px;
	text-align:right;
	vertical-align: top;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 2px;
}

.ui-feeddocument-td-edit
{
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	width:1%;
	text-align:justify;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border-bottom: solid 1px Grey;	
	border-top: solid 1px Grey;
	border-left: solid 1px Grey;	
}

.ui-feeddocument-td-content
{
	font-family: Tahoma;
	font-size: 12px;
	
	font-weight:bold;	
	
	color: Black;
	width:100%;
	text-align:justify;
	vertical-align:top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
	
	border-right: solid 0px Green;
	

}

.ui-feeddocument-td-content-edit
{		
	border-right: solid 1px Grey;
}

.ui-feeddocument-td-content a
{
	font-family: Tahoma;	
	color: Blue;
	text-decoration: none;
	font-weight:bold;	
	vertical-align:top;
}

.ui-feeddocument-td-content a:hover
{	
	color: Blue;
	text-decoration: none;
}


.ui-feeddocument table td
{	
	border: none;
	
}




/*************************/
/* Для дочірного списку */
/***********************/
.ui-feeddocument-table-child
{
	width: 100%;
	padding-left: 10px;

}

.ui-feeddocument-tr-child
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.ui-feeddocument-tr-child-hover
{
	background-color: White;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ui-feeddocument-tr-alt-child
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.ui-feeddocument-td-child
{
	border-bottom: dotted 1px grey;
	border-top: dotted 1px grey;
	border-left: dotted 1px grey;
}

.ui-feeddocument-td-date-child
{
	font-family: Tahoma;
	font-size: 7pt; 
    font-weight: bold;
	color: Gray;
	width: 25px;
	text-align: center;
}

.ui-feeddocument-td-number-child
{
	font-family: Tahoma;
	font-size: 12px;
	color: Grey;
	width:10%;
	text-align:right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ui-feeddocument-td-edit-child
{
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	width:1%;
	text-align:justify;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.ui-feeddocument-td-content-child
{
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	width:75%;
	text-align:justify;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border-right: dotted 1px grey;
}

.ui-feeddocument-td-content-child a
{
	font-family: Tahoma;	
	color: Blue;
	text-decoration: none;
	font-weight:bold;	
}

.ui-feeddocument-td-content-child a:hover
{	
	color: Blue;
	text-decoration: none;
}

/*************************/
/* Кнопки */
/***********************/
.ui-feeddocument-button-add
{
	padding-left: 0px;	
	padding-right: 5px;	
	padding-top: 3px;	
	padding-bottom: 3px;
}

.ui-feeddocument-button-edit
{
	padding-left: 5px;	
	padding-right: 0px;	
	padding-top: 0px;	
	padding-bottom: 0px;	
}

.ui-feeddocument-button-deleted
{
	padding-left: 0px;	
	padding-right: 0px;	
	padding-top: 0px;	
	padding-bottom: 0px;	
}


/*************************/
/* Loader gif */
/***********************/
.ui-feeddocument-loading {  	
	background-repeat: no-repeat;  	
	position: fixed;  	
	width: 60px;  
	height: 60px; 	
	z-index: 9999994;
} 

.ui-feeddocument-window-disable   		
{
	position: fixed;  
	width: 100%;  
	height: 100%; 	
	z-index: 9999993;
} 