/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_wrapper input {
	color: #444;
	border:1px solid grey
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {

	float: left;
}

.dataTables_filter {
	float:right;
  text-align: left;
}
.dataTables_filter input{
	border:1px solid #aaa;
	margin-right:3px;
}

.dataTables_info {
	float: left;
}

.dataTables_paginate {
	margin-top:10px;

	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 9px;
	width: 9px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('/images/arrow-l.png');
}

.paginate_enabled_previous {
	background-image: url('/images/arrow-l.png');
}

.paginate_disabled_next {
	background-image: url('/images/arrow-r.png');
}

.paginate_enabled_next {
	background-image: url('/images/arrow-r.png');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}
table.display thead {	background-image:url('/images/table-head.png');}
table.display thead th {
	padding: 3px;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	vertical-align:middle;
  color:#fff; 	
  
}


table.display tbody tr, table#example tbody tr td{
	border-bottom: 1px solid #fff;
}
table.display tfoot th {
	padding: 3px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #fff;
}
table.display thead th.obor {padding-right:60px}
table.display td {
	padding: 3px 10px 3px 3px;
}

table.display td.center {
	text-align: center;
}

table.display img {
  cursor: pointer;
	*cursor: hand;
}	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting

.sorting_asc {background-image: url('/images/arrow-sort-up.gif');
            background-repeat: no-repeat;
            background-position:center right; 
            background-color:transparent;}

.sorting_desc {background-image: url('/images/arrow-sort-down.gif');
            background-repeat: no-repeat;
            background-position:center right; 
            background-color:transparent;	
}

.sorting {	background-image: url('/images/arrow-sort-both.gif');
            background-repeat: no-repeat;
            background-position:center right; 
            background-color:transparent ; }
 */

tr.odd {	background-color: #fceaa2;}
tr.even {	background-color: #fceaa2;}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
	border:1px solid grey
}

tfoot input.search_init {
  color: #999;
  border:1px solid grey
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

tbody td.details {
	background-color: #eee;
	padding:10px;
}


.example_alt_pagination div.dataTables_info {
	
}

.paging_full_numbers {
  float:right;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
		padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #fceaa2;
}




/*MOJE */
#before_table {	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;}
select#type {margin-left:10px;margin-right:20px;}
select#line {margin-left:10px;margin-right:20px;}


