/**
 * Styles for tables and grid view
 */
	/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 397px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.table, .with-head {
	margin-bottom: 1.667em;
	border: 1px solid #999999;
	}
	/*.table {
		border-collapse: separate;
	}*/
	.table:last-child,
	.with-head:last-child {
		margin-bottom: 0;
	}
	.table tr th {
		font-size:11px !important;
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(top,#cccccc,#a4a4a4);
	}
	
	/* IE class */
	.table.last-child,
	.with-head.last-child {
		margin-bottom: 0;
	}
	.no-margin .table,
	.content-columns .table,
	.with-head.no-margin,
	.content-columns .with-head {
		border: none;
	}
	.no-margin .table + .no-margin,
	.with-head.no-margin + .no-margin {
		margin-top: -1.667em;
		}
		.no-margin .table.last-child + .no-margin,
		.with-head.no-margin.last-child + .no-margin {
			margin-top: 0;
		}
	.content-columns .table:first-child,
	.content-columns .with-head:first-child {
		border: none;
	}
	/* IE class */
	.content-columns .table.first-child,
	.content-columns .with-head.first-child {
		border: none;
	}
	.content-columns .table,
	.content-columns .with-head {
		margin-bottom: 0;
	}
	
	
	.table1 thead th,
	.table1 thead td,
	.head {
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			#cccccc,
			#a4a4a4
		);
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		color: white;
		-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		border-top: 1px solid white;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #828282;
	}
	.table1 thead th,
	.table1 thead td,
	.head {
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			#cccccc,
			#a4a4a4
		);
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		color: white;
		-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		border-top: 1px solid white;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #828282;
	}
	
	
	.table1 thead th,
	.table1 thead td,
	.head {
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			#cccccc,
			#a4a4a4
		);
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		color: white;
		-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		border-top: 1px solid white;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #828282;
	}
	.table thead th,
	.table thead td,
	.head {
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			#cccccc,
			#a4a4a4
		);
		background: #0d5d90; /* Old browsers */
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); /* IE6-9 */
		color: white;
		-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
		border-top: 1px solid white;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #828282;
	}
	.table thead th,
	.table thead td {
		vertical-align: middle;
		text-align: left;
		padding: 0.5em 0.75em;
		}
		.table thead th.sorting, .table thead th.sorting_asc, .table thead th.sorting_desc,
		.table thead td.sorting, .table thead td.sorting_asc, .table thead td.sorting_desc {
			cursor: pointer;
		}
	.head {
		font-weight: bold;
		line-height: 1.5em;
		}
		.head > div {
			float: left;
			padding: 0.5em 2em 0.5em 0.75em;
			border-left: 1px solid #dddddd;
			border-right: 1px solid #999999;
			color: white;
			margin: -1px 0 0 0;
			-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
			-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
			text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
			}
			.head > div:first-child {
				margin-left: -1px;
			}
			/* IE class */
			.head > div.first-child {
				margin-left: -1px;
			}
			.head > div:last-of-type {
				border-right: none;
			}
			/* IE class */
			.head > div.last-of-type {
				border-right: none;
			}
	
	.head .button {
		float: right;
		margin: 0.25em 0.5em 0 0;
	}
	.head > div .button {
		float: left;
		margin: -0.167em 0.5em -0.333em 0;
		}
		.head > div .button:last-child {
			margin-right: 0;
		}
		/* IE class */
		.head > div .button.last-child {
			margin-right: 0;
		}
	/*.table th,*/ .table td{line-height:16px !important;height:10px;}
	.table tbody th,
	.table tbody td,
	.table tfoot th,
	.table tfoot td {
		vertical-align: top;
		text-align: left;
		padding: 0.3em .4em 0 0.4em;
		border: 1px solid #CECECE;
		
		}
		/*.table tbody th,
		.table tbody .th {	
			background: #0d5d90;
background: -moz-linear-gradient(top,  #0d5d90 0%, #2f93c5 97%, #2e8fc2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d90), color-stop(97%,#2f93c5), color-stop(100%,#2e8fc2)); 
background: -webkit-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); 
background: -o-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%);
background: -ms-linear-gradient(top,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); 
background: linear-gradient(to bottom,  #0d5d90 0%,#2f93c5 97%,#2e8fc2 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d90', endColorstr='#2e8fc2',GradientType=0 ); 
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(top,#cccccc,#a4a4a4;
		}*/
`		.table tbody td {
			/*background: #f2f2f2;*/
			text-align:justify;
		}
		.table tfoot th,
		.table tfoot td {
			border-top: 1px solid #FF9900;
			background: #999999 url(../images/old-browsers-bg/tfoot-bg.png) repeat-x top;
			-o-background-size: 100% 100%;
			-moz-background-size: 100% 100%;
			-webkit-background-size: 100% 100%;
			background-size: 100% 100%;
			background: -moz-linear-gradient(
				top,
				#333333,
				#999999
			);
			background: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#333333),
				to(#999999)
			);
			color: white;
		}
		.table tbody th:first-child,
		.table tbody .th:first-child,
		.table tbody td:first-child,
		.table tfoot th:first-child,
		.table tfoot td:first-child {
			border-left: none;
		}
		/* IE class */
		.table tbody th.first-child,
		.table tbody .th.first-child,
		.table tbody td.first-child,
		.table tfoot th.first-child,
		.table tfoot td.first-child {
			border-left: none;
		}
		.table tbody tr:nth-child(even) th,
		.table tbody tr:nth-child(even) .th {
			background: #d9d9d9;
		}
		/* IE class */
		.table tbody tr.even th,
		.table tbody tr.even .th {
			background: #d9d9d9;
		}
		.table tbody tr:nth-child(even) td {
			background: #e6e6e6;
		}
		/* IE class */
		.table tbody tr.even td {
			background: #e6e6e6;
		}
		.table tbody tr:hover th,
		.table tbody tr:hover .th,
		.table tbody tr:hover td {
			background: #d1e5ef;
		}
	
	.table .black-cell,
	.head .black-cell {
		background: #242424 url(../images/old-browsers-bg/black-cell-bg.png) repeat-x top;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			#4c4c4c,
			#242424
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#4c4c4c),
			to(#242424)
		);
		border-top-color: #7f7f7f;
		border-left: none;
		border-right-color: #191919;
		min-width: 1.333em;
		padding: 0.5em 0.583em;
		}
		/* IE class */
		.ie7 .head .black-cell {
			height: 1.5em;
			position: relative;
			z-index: 89;
		}
		.head .black-cell.with-gap {
			border-right-color: white;
			margin-right: 0.25em
			}
			.head .black-cell.with-gap + .black-cell {
				border-left: 1px solid #999999;
			}
		.table .black-cell span,
		.head .black-cell span {
			display: block;
			height: 2.5em;
			background-repeat: no-repeat;
			background-position: center;
			margin: -0.5em -0.75em;
			}
			/* IE class */
			.ie7 .head .black-cell span {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				height: auto;
				padding: 0;
			}
			.table .black-cell span.loading, .with-head .black-cell span.loading { background-image: url(../images/table-loader.gif); }
			.table .black-cell span.error, .with-head .black-cell span.error { background-image: url(../images/icons/fugue/cross-circle.png); }
			.table .black-cell span.success, .with-head .black-cell span.success { background-image: url(../images/icons/fugue/tick-circle-blue.png); }
			
			.head > div.black-cell:last-of-type {
				border-right: 1px solid white;
			}
			/* IE class */
			.head > div.black-cell.last-of-type {
				border-right: 1px solid white;
			}
	
	.table-actions a img {
		margin: -2px 0;
	}
	
/************ Sort arrows ************/
.column-sort {
	display: block;
	float: left;
	width: 14px;
	margin: -0.583em 0.5em -0.583em -0.75em;
	border-right: 1px solid #dddddd;
	}
	.head .column-sort {
		margin: -0.5em 0.5em -0.5em -0.75em;
	}
	.sorting_disabled .column-sort {
		display: none;
	}
	.column-sort .sort-up,
	.column-sort .sort-down {
		display: block;
		width: 13px;
		height: 14px;
		background: url(../images/table-sort-arrows.png) no-repeat;
		border-right: 1px solid #999999;
	}
	.column-sort .sort-up {
		background-position: 0 1px;
		border-bottom: 1px solid #828282;
	}
	.column-sort .sort-down {
		background-position: 0 bottom;
		border-top: 1px solid white;
	}
	.column-sort .sort-up:hover { background-position: -15px 1px; }
	.column-sort .sort-down:hover { background-position: -15px bottom; }
	.column-sort .sort-up:active, .column-sort .sort-up.active, .sorting_asc .column-sort .sort-up { background-position: -30px 1px; }
	.column-sort .sort-down:active, .column-sort .sort-down.active, .sorting_desc .column-sort .sort-down { background-position: -30px bottom; }
/************ Cell styles ************/
.table-check-cell {
	width: 1em;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.head:after,
ul.grid:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.head,
ul.grid {
	display: inline-block;
}
* html .head,
* html ul.grid {
	height: 1%;
}
.head,
ul.grid {
	display: block;
}