

body {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	margin: 0.5em;
	background-color: white;
	text-align: center;
}

input {
	behavior: url("/jntax/skins/normal/input.htc" );
}

input.text {
	/*background-color: white;
	border-top: #6699CC 1PX solid;
	border-bottom: #6699CC 1PX solid;
	border-left: #6699CC 1PX solid;
	border-right: #6699CC 1PX solid;
	color: #000000;
	FONT-SIZE: 9pt;*/
}

input.readOnly {
	border-width: 0px;
	background-color: #DDDDDD;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: decimal;
	list-style-position: outside
}

select {
	/*background-color: #FFFFFF;
	border-top: #6699CC 1PX solid;
	border-bottom: #6699CC 1PX solid;
	border-left: #6699CC 1PX solid;
	border-right: #6699CC 1PX solid;
	color: #000000;
	FONT-SIZE: 9pt;
	border-width: 1px;*/
}

textarea.readOnly {
	background: #E7E7E8;
	border-width: 2px;
}

table {
	border-collapse: collapse;
	text-align: left;
	
}

td {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	text-align: left;
	word-break: keep-all;
	word-wrap: normal;
}

th {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	background-color: #BDCAD3;
	height: 1.5em;
	word-break: keep-all;
	word-wrap: normal;
}

table.border {
	width: 90%;
	border-width: 0px;
}

table.free {
	border-collapse: collapse;
	border: 1px solid #2D72AB;
}

table.free td {
	border-width: 1px;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

table.free th {
	border-width: 1px;
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: white;
}

table.grid {
	/*border-collapse: separate;
	behavior: url("/jntax/skins/normal/grid.htc" );*/
	border: 1px solid #2D72AB;
}

table.grid tr {
	behavior: url("/jntax/skins/normal/grid_tr.htc" );

}

table.grid td {
	padding: 0.2em 0.5em 0.2em 0.5em ;
	height: 1.2em;
	border: 1px solid #2D72AB;
}

table.grid th {
	border: 1px solid #2D72AB;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: center;
	background-color: #BDCAD3;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside
}

.button {
	background: #F1F1F1 url(images/rest-gray-1px.png) center repeat-x;
	padding: 1px 5px 1px 5px;
	border: 1px solid #a5bece;
}

.buttonHover {
	background: #F1F1F1 url(images/hover-blue-1px.png) center repeat-x;
	padding: 1px 5px 1px 5px;
	border: 1px solid #a5bece;
}

a {
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

hr {
	color: #006699;
}

form {
	height: auto;
}

.textHidden{
	display:none;
}
