/*
 *  File:         table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     February 18, 2010 by Shawn Sommer
 *  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
 */

body{
	margin: 0px auto 0px auto;
	padding:0px;
}

#notesTable {
	background-color:#FCFCFC;
	border:1px solid #CCCCCC;
	margin:10px auto 0;
	padding:10px 10px 30px;
	width:680px;
}

.dataTables_wrapper {
	position: relative;
	/*min-height: 302px;*/
	clear: both;
	/*height: 302px;*/
	zoom: 1; /* Feeling sorry for IE */
}

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

.dataTables_length {
	margin-top:3px;
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 59%;
	float: right;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
}

.dataTables_info {
	width: 85%;
	float: left;
	text-align:left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

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

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#allNotesTable{
	width:100% !important;
	clear:both;
	margin:5px 0 0 0;
	padding:0;
	
}
#allNotesTable td{
/*	text-align:center;*/
}
#allNotesTable tbody{
	font-size:14px;
}

table.display .row_selected {
	background-color: #4EC74C;
}
table.display tr {
	cursor:pointer;
}

#dt_example {
	/*font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	color: #000000;
	/*background-color: #fff;*/
}


#dt_example #container {
	width: 700px;
	margin: 0px auto;
	padding: 0;
}


#dt_example #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_example #demo {
	margin: 0px auto 0 auto;
}

#dt_example .demo_jui {
	margin: 0px auto 0 auto;
}

#dt_example .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}

#dt_example .spacer {
	height: 20px;
	clear: both;
}

#dt_example .clear {
	clear: both;
}

#dt_example pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

#dt_example h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#dt_example h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}

#dt_example a {
	color: #0063DC;
	text-decoration: none;
}

#dt_example a:hover {
	text-decoration: underline;
}

#dt_example ul {
	color: #B0BED9;
}

.css_right {
	float: right;
}

.css_left {
	float: left;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Notes table display
 */
table.display4 {
	margin: 3px auto;
	width: 100%;
	clear: both;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
}

table.display4 thead th {
	padding: 3px 18px 3px 10px;
	/*border-bottom: 1px solid #CCCCCC;*/
	font-weight: bold;
	/*cursor: pointer;
	* cursor: hand;*/
}

table.display4 tfoot th {
	padding: 3px 10px;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
}

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

table.display4 td {
	/*padding: 3px 3px;*/
	vertical-align:top;
}

table.display4 td.center {
	text-align: center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#f0f0f0;	
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	/*width:20px;*/
	cursor:pointer;
	* cursor: hand;
}

/*table.display4 td.center img {
	text-align: center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}*/

table.display4 td.hidden {
	display:none;
	width: 0px;
}





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

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}



tr.odd {
	background-color: #F9F9F9;
	/*cursor: pointer;
	* cursor: hand;*/
}

tr.even {
	background-color: #F4F3EF;
	/*cursor: pointer;
	* cursor: hand;*/
}

table.display3 tr.odd, table.display3 tr.even {
	cursor: pointer;
	* cursor: hand;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 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;
}

tfoot input.search_init {
	color: #999;
}

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

td.details {
	background-color: #cccccc;
	border: 2px solid #A19B9E;
}

td.detailsNote {
	background-color: #ffffff;
	border: 2px solid #A19B9E;
	text-align:center;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	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: #99B3FF;
}

table.display4 tr.even.row_selected td.highlight {
	background-color: #82ac00;
}

table.display4 tr.odd.row_selected td.highlight {
	background-color: #82ac00;
}


table.display4 td.highlight{
	padding: 3px 0px 3px 8px;
	border-right:1px solid #CCCCCC;
}

thead tr.tableHeader th#headerCell1{
	background-color:#f0f0f0;	
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	color:#000000;
	font-weight:normal;
	cursor:pointer;
	*cursor: pointer;
}
thead tr.tableHeader th#headerCell2{
	background-color:#f0f0f0;	
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	
	color:#000000;
	font-weight:normal;
	cursor:pointer;
	*cursor: pointer;
	
}
thead tr.tableHeader th#headerCell3{
	background-color:#f0f0f0;	
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	color:#000000;
	font-weight:normal;
	cursor:pointer;
	*cursor: pointer;
}



#selFilter{
	margin:0px 0px 5px 0px;
}

#btnNoteDelete{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:5px;
	margin-right:15px;
	background-color:#f0f0f0;
	border:1px solid #cccccc;
}

#btnNoteCancel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:5px;
	margin-left:15px;
	background-color:#f0f0f0;
	border:1px solid #cccccc;
}
#noteBtnWrapper{
	padding:30px;
}
#noteConfirm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	padding-top:30px;
}
#deleteFont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #900;
}
#notesTable fieldset{
	border:solid 1px #cccccc;
	margin: 0 0 30px;
}
#addNoteWrapper{
	padding:5px;
	text-align:center;
	margin-top:0px;
}
#btnAddNote{
	padding:5px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	vertical-align:middle;
	background-color:#f0f0f0;
	border:1px solid #cccccc;
}
#txtNote{
	padding:5px;
	vertical-align:middle;
	border:1px solid #cccccc;
}