/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	background: white; /* Old browsers */
	text-align: justify;
	font: 10pt Arial, Helvetica, sans-serif;
	color: black;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 2px 3px 2px 3px;
	margin: 2px;
	background-color: #F9F9F9;
	/*background-color: transparent;*/
	border: 1px solid silver;
	font: 10pt Arial, Helvetica, sans-serif;
	max-width: 100%;
}

.sidebar input[type="text"],
.sidebar input[type="password"] {
	padding: 2px 2px;
	width: 130px;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 5px;
	background: transparent;
	border: none;
	width: auto;
}

input[type="text"],
input[type="password"] {
	width: 200px;
}

input[type="text"].hasDatepicker {
	width: 167px;
}

input:focus {
	background-color: white;
	border: 1px solid black;
}

input.search {
	width: 100%;
	margin: 2px 0px;
	padding: 2px 0px;
	filter: alpha(opacity=60); /* IE */
	opacity: 0.6;
}

input.search:focus {
	filter: alpha(opacity=90); /* IE */
	opacity: 0.9;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	text-decoration: none;
	color: #519276;
}

h1 {
	font-size: 2.2em;
}

.bordered h1:first-child,
div.t-beaneditor h1:first-child,
dl.t-beandisplay h1:first-child
 {
  display: inline-block;
  position: absolute;
  top: -10px;
  background-color: white;
  border: 1px dashed gray;
  padding: 1px 3px 2px 3px;
  font-size: 100%;
  z-index: 100;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p,
ol,
ul {
	margin-bottom: 2em;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #1692B8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6A7973;
}

a.button,
 .tGrid thead tr a.button {
  display: inline-block;
  padding: 2px 3px 2px 3px;
  margin: 2px;
  background-color: #F9F9F9;
  /*background-color: transparent;*/
  border: 1px solid silver;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #626262;
}

a.button:hover {
	text-decoration: none;
	color: #6A7973;
	border: 1px solid black;
}

a:focus,
div.menu a:hover { /*border: 1px dashed gray;*/
	background: #F8F8F8; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%,
		rgba(255, 255, 255, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
		255, 255, 0.3) ), color-stop(100%, rgba(255, 255, 255, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%,
		rgba(255, 255, 255, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%,
		rgba(255, 255, 255, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%,
		rgba(255, 255, 255, 1) 100% ); /* IE10+ */
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%,
		rgba(255, 255, 255, 1) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#4dffffff',
		endColorstr='#ffffffff', GradientType=1 ); /* IE6-9 */
	color: #2A4D40;
}

label {
	color: #626262;
	font-weight: bold;
	/*margin-top: 2px;*/
}

td,
th {
	text-align: left;
	padding: 2px 6px 2px 6px;
}

th {
	vertical-align: bottom;
}

*[wtitle]:hover::before {
	display: inline-block;
	position: absolute;
	border: 1px solid silver;
	background-color: #FFFFCC;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px 2px;
	content: attr(wtitle);
}

*[wtitlebuttom]:hover::before {
	display: inline-block;
	position: absolute;
	border: 1px solid silver;
	background-color: #FFFFCC;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px 2px;
	content: attr(wtitle);
	vertical-align: bottom;
}

*[watitle]:focus::after {
	display: block;
	position: absolute;
	border: 1px solid silver;
	background-color: #FFFFCC;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 2px;
	content: attr(watitle);
}

*[watitle]:hover::after {
	display: block;
	position: absolute;
	border: 1px solid silver;
	background-color: #FFFFCC;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 2px;
	content: attr(watitle);
}

span.info {
	display: block;
	float: right;
	font-weight: normal;
	margin-left: 15px;
}

div.tjq-error-popup {
	position: absolute;
	margin-top: -10px;
	float: left;
	border: 1px solid red;
	padding: 2px 5px;
	z-index: 100;
	background: #FFFF99;
}

div.tjq-error-popup:hover {
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

/* Header */
div.header {
	display: none;
}

div.logo h1,
div.logo p {
	float: left;
	text-transform: lowercase;
}

div.logo h1 {
	padding: 0px 0 0 40px;
}

div.logo p {
	margin: 0;
	padding: 14px 0 0 4px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.logo a {
	text-decoration: none;
	color: #D0C7A6;
}

.specialBackground,
div.pagefooter,
.ui-widget-header {
	padding: 5px;
	background: #3e4242; /* Old browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#3e4242', endColorstr='#519276', GradientType=0 ); /* IE6-8 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYwNjY2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFmMjAyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTkyNzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3e4242 0%, #606662 50%, #1f2021 51%, #519276
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e4242),
		color-stop(50%, #606662), color-stop(51%, #1f2021),
		color-stop(100%, #519276) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e4242 0%, #606662 50%, #1f2021 51%,
		#519276 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e4242 0%, #606662 50%, #1f2021 51%, #519276
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e4242 0%, #606662 50%, #1f2021 51%, #519276
		100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e4242 0%, #606662 50%, #1f2021 51%, #519276
		100%); /* W3C */
	text-align: center;
	color: silver;
}

div.currentUsr {
	float: right;
	color: silver;
	padding: 5px;
}

div.currentUsr a {
	display: inline-block;
	padding: 0px 3px 0px 3px;
	margin: 0px;
}

/* Page */
div.page {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

/* Content */
div.content {
	padding: 5px 15px 5px 15px;
}

div.leftContent {
	float: left;
	height: 100%;
	background-color: #FFFF00;
}

div.mainContent {
	background-color: #00FFFF;
}

/* Sidebar */
div.sidebar {
	display: none;
}

div.sidebar hr {
	display: none;
}

div.sidebar.printHeader {
	display: block;
	margin: 15px;
}

div.sidebar .t-tree-container {
	display: none;
}

div.sidebar .context {
	display: block;
  overflow: auto;
  height: 100%;
}

/* Categories */
div.sidebar div.categories li {
	background: url(images/img12.gif) no-repeat left center;
}

/* Calendar */
div.calendar_wrap {
	padding: 0 30px 40px 30px;
}

div.calendar table {
	width: 100%;
	text-align: center;
}

div.calendar thead {
	background: #F1F1F1;
}

div.calendar tbody td {
	border: 1px solid #F1F1F1;
}

div.calendar #prev {
	text-align: left;
}

div.calendar #next {
	text-align: right;
}

div.calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

div.calendar #today {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */
div.pagefooter {
	display: none;
}

.tGrid {
	/*height: 100%;
	width: 100%;*/
	background-color: #DDD;
}

.fullsize {
	width: 100%;
}

.tGrid td {
	margin: 0px;
}

.tGrid thead tr {
	background-color: #519276;
	color: white;
}

.tGrid thead tr a {
	color: white;
}

.tGrid tbody {
	overflow: auto;
}

.tGrid tbody tr:nth-child(odd) {
	background-color: #eee;
}

.tGrid tbody tr:nth-child(even) {
	background-color: #fff;
}

.tGrid tbody tr:hover,
div.t-beaneditor-row:hover,
div.t-beaneditor-subrow:hover,
div.t-beandisplay-vrow:hover,
dl.t-beandisplay>dd:hover,
dl.t-beandisplay>dt:hover + dd
 {
	background-color: #D3EBE0;
}

div.t-data-grid-pager span.current {
	background-color: #519276;
}

div.t-beaneditor,
dl.t-beandisplay
 {
	background: none;
  font: 10pt Arial, Helvetica, sans-serif;
}

div.t-beaneditor-row {
	padding: 0px 0px 0px 2px;
}

div.t-beaneditor-subrow {
	padding: 0px 0px 0px 2px;
	margin-left: 100px;
	border-left: 1px dashed #519276;
}

div.t-beaneditor-row label,
div.t-beaneditor-subrow label
 {
	width: auto;
	display: inline-block;
	float: none;
	text-align: left;
	color: #626262;
	font-weight: bold;
	vertical-align: baseline;
	margin-left: 5px;
}
div.t-beaneditor-row label:first-of-type,
div.t-beaneditor-subrow label:first-of-type
 {
	width: 150px;
	margin-left: 0px;
}

.highLabelWidth div.t-beaneditor-row label:first-of-type {
	width: 320px;
}

.split-row div.t-beaneditor-row label,
.split-row div.t-beaneditor-subrow label
 {
	width: auto;
	text-align: left;
}

dl.t-beandisplay>dt {
	width: auto;
	display: block;
	color: #626262;
	font-weight: bold;
	text-align: left;
}

div.t-beandisplay-vrow label {
	display: block;
}
div.t-beandisplay-vrow label::after {
  content: ": ";
}

div.t-beaneditor-row label.required::after,
div.t-beaneditor-subrow label.required::after
 {
  content: "*: ";
}

div.t-beaneditor-row label.left,
div.t-beaneditor-subrow label.left,
dl.t-beandisplay>dt.left
 {
	width: auto;
	text-align: left;
}

dl.t-beandisplay>dd {
	margin: 0px;
}

div.t-beaneditor-row>input[type=radio]+label,
div.t-beaneditor-row>input[type=checkbox]+label,
div.t-beaneditor-subrow>input[type=radio]+label,
div.t-beaneditor-subrow>input[type=checkbox]+label
	{
	display: inline-block;
	font-weight: normal;
	text-align: left;
	/* Firefox */
	width: -moz-calc(100% -   184px);
	/* WebKit */
	width: -webkit-calc(100% -   184px);
	/* Opera */
	width: -o-calc(100% -   184px);
	/* Standard */
	width: calc(100% -   184px);
}

div.t-beaneditor-row>input[type=radio]+label::after,
div.t-beaneditor-row>input[type=checkbox]+label::after,
div.t-beaneditor-subrow>input[type=radio]+label::after,
div.t-beaneditor-subrow>input[type=checkbox]+label::after
	{
	content: "";
}

div.t-beaneditor-row>input[type=submit]:first-child,
div.t-beaneditor-subrow>input[type=submit]:first-child {
	margin-left: 155px;
}

div.t-beaneditor-row>:first-child+input[type=radio],
div.t-beaneditor-row>:first-child+input[type=checkbox],
div.t-beaneditor-subrow>:first-child+input[type=radio],
div.t-beaneditor-subrow>:first-child+input[type=checkbox]
	{
	margin-left: 8px;
}

div.t-beaneditor-row>input[type="radio"],
div.t-beaneditor-row>input[type="checkbox"],
div.t-beaneditor-subrow>input[type="radio"],
div.t-beaneditor-subrow>input[type="checkbox"]
	{
	margin-left: 161px;
}

div.t-beaneditor-row :first-child+div.t-checklist-row,
div.t-beaneditor-subrow :first-child+div.t-checklist-row {
	position: relative;
	left: -153px;
	display: inline-block;
	/* Firefox */
	width: -moz-calc(100% -   155px);
	/* WebKit */
	width: -webkit-calc(100% -   155px);
	/* Opera */
	width: -o-calc(100% -   155px);
	/* Standard */
	width: calc(100% -   155px);
}

div.split-row,
dl.t-beandisplay
 {
	border-collapse: collapse;
}

div.split-row div.t-beaneditor-row,
div.split-row div.t-beaneditor-subrow {
	width: 300px;
	overflow: hidden;
	display: inline-block;
	border-top: 1px dashed #519276;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 1px solid #eee;
}

div.split-row div.t-beaneditor-row.nosplit,
div.split-row div.t-beaneditor-subrow.nosplit
 {
	width: auto;
	display: block;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

div.t-beaneditor-row>span,
div.t-beaneditor-subrow>span {
	display: inline-block;
	vertical-align: baseline;
}

div.t-beandisplay-vrow>span {
	display: block;
	padding-left: 10px;
}

div.t-beaneditor-row:hover>div.t-data-grid,
div.t-beaneditor-subrow:hover>div.t-data-grid {
  background: white;
}

div.t-checklist-row {
	padding: 0px;
}

div.t-checklist-row label {
	padding-left: 0px;
}

div.t-tree-container>ul {
	margin: 0px !important;
	background-image: none !important;
}

div.t-tree-container>ul>li {
	padding: 0px !important;
	background-image: none !important;
}

div.t-tree-container>ul>li.t-last {
	padding: 0px !important;
	background-image: none !important;
}

.rounded-corners,
div.tjq-error-popup,
div.t-beaneditor,
dl.t-beandisplay,
.bordered h1:first-child,
div.t-beaneditor h1:first-child,
.tabpanel .tabframe {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.bordered,
div.t-beaneditor,
dl.t-beandisplay,
.tabpanel .tabhead,
.tabpanel .tabframe {
	border: 1px solid #519276;
	padding: 15px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	position: relative;
}

.bordered:first-of-type,
div.t-beaneditor:first-of-type,
dl.t-beandisplay:first-of-type
 {
  margin-top: 5px;
}

.line-delimited,
div.t-beaneditor-row,
dl.t-beandisplay>dd,
div.t-beaneditor>div>div.t-beaneditor-row,
div.t-beaneditor-subrow,
div.t-beaneditor>div>div.t-beaneditor-subrow,
div.t-beandisplay-vrow,
table.dim tr:nth-child(2n+3) td {
	border-top: 1px dashed #519276;
}

.line-delimited:first-of-type,
div.t-beaneditor-row:first-of-type,
div.t-beaneditor-subrow:first-of-type,
div.t-beandisplay-vrow:first-of-type,
dl.t-beandisplay>dd:first-of-type,
dl.t-beandisplay>dt:first-of-type
 {
	border-top: none;
}

.dim {
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #DDD;
}

table.dim>tbody>tr:nth-child(2n+3) td {
	border-top: none;
}

.dim>tbody>tr {
	height: 30px;
}

.dim .rating,
.dimlist {
	width: 190px;
}

.dim input[type=radio],
.dimdest input[type=checkbox] {
	margin: 0px;
}

table.dim>tbody>tr:nth-child(4n+1),
table.dim>tbody>tr:nth-child(4n+2) {
	background-color: #EEE;
	border: 1px solid white;
}

table.dim>tbody>tr:nth-child(4n+3),
table.dim>tbody>tr:nth-child(4n+4) {
	background-color: white;
	border: 1px solid #EEE;
}

table.dim>tbody>tr:nth-child(2n+1) td {
	font-weight: bold;
}

.dimlist {
	background: #2d8900; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkODkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZWIwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmOWIyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjODAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #2d8900 0%, #ffeb01 33%, #ff9b28 66%, #c80000
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2d8900),
		color-stop(33%, #ffeb01), color-stop(66%, #ff9b28),
		color-stop(100%, #c80000) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #2d8900 0%, #ffeb01 33%, #ff9b28 66%,
		#c80000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #2d8900 0%, #ffeb01 33%, #ff9b28 66%, #c80000
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #2d8900 0%, #ffeb01 33%, #ff9b28 66%, #c80000
		100%); /* IE10+ */
	background: linear-gradient(to right, #2d8900 0%, #ffeb01 33%, #ff9b28 66%, #c80000
		100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#2d8900',
		endColorstr='#c80000', GradientType=1 ); /* IE6-8 */
	border-spacing: 0px;
}

table.dim .dimlist tr {
	background: none;
}

.dimtitle {
	width: 100%;
	border-spacing: 0px;
}

.dimtitle tr {
	height: auto;
}

.dimtitle td {
	text-align: center;
	padding: 0px;
}

.tabrow {
	display: table-row;
	vertical-align: middle;
	height: 28px;
	border: 1px solid gray;
}

.tabhead {
	display: table-row;
	vertical-align: bottom;
}

.tabcell {
	float: left;
	display: table-cell;
	vertical-align: middle;
	height: 28px;
}

.leftbox,
.rightbox {
	padding: 3px 6px 3px 6px;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}

.dimnotsel {
	text-align: right;
}

.dimval0,
.dimval1,
.dimval2,
.dimval3,
.dimval4,
.dimval5,
.dimval6,
.dimval7 {
	display: inline-block;
	width: 40px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.dimval0 {
	background-color: silver;
}
.dimval1 {
	background-color: #2D8900;
	color: white;
}
.dimval2 {
	background-color: #B2C701;
}
.dimval3 {
	background-color: #FAE901;
}
.dimval4 {
	background-color: #FFC514;
}
.dimval5 {
	background-color: #FF9F26;
}
.dimval6 {
	background-color: #E85917;
  color: white;
}
.dimval7 {
	background-color: #C90200;
  color: white;
}
.hoverPointer:hover {
	cursor: pointer;
}
.selectedMenu {
	background-color: #EEE;
}

.stateGreen,
.stateYellow,
.stateRed,
.stateBlue {
	display: inline-block;
	border: 1px solid silver;
	background-color: yellow;
	padding: 0px 2px 0px 2px;
	margin-right: 2px;
	color: #626262;
}

.stateGreen {
	background-color: #CCFFBB;
}
.stateYellow {
	background-color: #FFFFAA;
}
.stateRed {
	background-color: #FFCCBB;
}
.stateBlue {
	background-color: #BBCCFF;
}
.caseId,
 .id {
	width: 65px;
}
.inclusion {
	width: 95px;
}
.creation {
	width: 75px;
}
.defaultValue {
  color: #519276;
}
.gridinfo {
    float: right;
    border: 2px solid #FD0;
    padding: 2px 4px;
    background: #FFA;
}