﻿body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#333;
	text-align: center;
}

h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:26px;
	color:#083772;
	letter-spacing:-1px;
	font-weight:normal;
    text-align:center;
}

h2 {
	font-size: 18px;
	line-height:18px;
	color:#083772;
	margin-bottom:15px;
	font-weight:normal;
    text-align:center;
}

p {
	margin:8px 20px;
	line-height:18px;
}

.warning {
	color: red;
	font-weight: bolder;
}

th {
	text-align: center;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#444444;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	align-self: center;
}

table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}

table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
}

table.gridtable tr:nth-child(odd) {
	background-color: #FFFFFF;
}

table.gridtable tr:nth-child(even) {
	background-color: #EDF3FE;
}

table.gridtable .di-changed {
	background-color: #FFFF00;
}

table.gridtable caption {
	font-size:14px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.conn-en {
	display:inherit;
}

.conn-dis {
	display:inherit;
}

.td-val{
	display:inherit;
}