/*
 *  File:         demo_table_jui.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.
 */


/*
 * jQuery UI specific styling
 */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { /*border: 1px solid #d3d3d3*/border:none;border-bottom:1px solid #B1B1B1;border-top:1px solid #fff; background: #EEF7FB url(/smarty/ixitask_cika_images/headerbar.png) 0 -2px repeat-x; font-weight: normal; color: #555555; text-align:left;}
.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;float:left;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;background:none;border:none;
}

.paging_full_numbers {
	width:auto !important;
}

.dataTables_wrapper .ui-toolbar {
	padding:0;background:url(/smarty/ixitask_cika_images/header-images-999370.png)repeat-x 0 -20px;color:#000;border-bottom:0px solid #DCE4E9;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
}

table.display thead th {
	padding: 3px 0px 3px 5px;
	cursor: normal;
	* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 0px;
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



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

.dataTables_wrapper {
	position: relative;
	clear: both;border-top:1px solid #E2EDEF;padding:0;margin:0;
}

.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 {
	margin:0 30px 0 0;
	float: left;padding:0;
}

.dataTables_filter {
	width: 35%;
	float: right;padding-top:1px;
	text-align: right;
}

.dataTables_filter input{border:1px solid #DBDBDB;width:290px;}

.dataTables_info {
	float: left;
	margin:0 170px 0 0;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;padding:0;
	border-collapse: collapse;border-bottom:0px solid #F7FAFB;
}

table.display tfoot tr {border:none;border-top:0px solid #B1B1B1;font-weight:bold;background:#F8F8F8;}

table.display tfoot td {
	padding: 4px 3px 4px 3px;
	font-weight: bold;border-collapse: collapse;
}

table.display tr.heading2 td {
	border-bottom: 0px solid #aaa;
}

table.display td {
	padding:0 2px 0 2px;border-bottom:0px dashed #EBF1F5;margin:0;/*border-collapse: collapse;*/border:1px solid #EEEEEE;
}

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

table.display tr:hover {
	background-color:#EAFFEA;
}




tr.odd {
	background-color: #FBFBFF;border:0px dashed #D0D3D9;
}

tr.even {
	background-color: white;border:0px dashed #D0D3D9;
}











#datagrid textarea{resize: none;border:none;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;word-wrap:break-word;text-wrap:unrestricted;width:300px;}
#datagrid textarea:focus{background:#F9F8D9;}
#datagrid input{border:none;height:21px;margin:0;padding:1px 5px 1px 5px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;width:140px;}
#datagrid input:focus{background:#F9F8D9;height:21px;margin:0;}
#datagrid select{border:none;height:22px;margin:0;width:367px;padding:3px 0 0 0;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
#datagrid select:focus{background:#F9F8D9;}
.deletejuline{padding:0;background:url(/smarty/ixitask_cika_images/icons-bbd2be.png)no-repeat -237px -48px;border:none;width:18px;height:17px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;overflow:hidden;}
.deletejuline:hover{background-position:-217px -48px;cursor:pointer;}