html, body { height:100%; margin: 0px 0px 0px 0px;}

.contentTable {
	height: 100%;	
	width: 100%; 
	margin: 0px 0px 0px 0px;
}

.contentTable tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contentTable tr td {
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.menuContainerTable tr {
	max-height: 1px;
	line-height: 0px;
	letter-spacing: 0px;
	font-size: 0px;
}

table.menuContainerTable td {
	height: 1px;
	vertical-align: middle;
	max-height: 1px;
	line-height: 0px;
	letter-spacing: 0px;	
}

/* ********************** */
table.menuTable tr {
	line-height: 0px;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
}

table.menuTable td {
	line-height: 0px;
	letter-spacing: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 0px 0px 0px;
}

/* ********************** */

p.menu01 {
color: #000066;
text-align: justify;
margin-right: 15px;
margin-left: 15px;
font-style: normal;
font-weight: normal;
font-size: 7pt;
font-family: tahoma, sans-serif;
}

input.inputButton {
	border: solid 1px black;
	padding-left: 20px;
	padding-right: 20px;
}

input.inputText {
	border: solid 1px black;
	padding-left: 10px;	
	padding-right: 10px;
	font-weight: bold;
}

span.text07 {
color: #000000;
text-align: justify;
font-style: normal;
font-weight: normal;
font-size: 7pt;
font-family: tahoma, sans-serif;
}

span {
color: #000000;
text-align: justify;
font-style: normal;
font-weight: normal;
font-size: 10pt;
font-family: tahoma, sans-serif;
}

td {
color: #000000;
font-style: normal;
font-weight: normal;
font-size: 10pt;
font-family: tahoma, sans-serif;
}

#loginForm {
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
}

#loginForm .inputButton {
	font-size: 11px;
	width: 75px;
	height: 16px;
	padding: 0 0 0 0;
}

#loginForm .inputText {
	width: 75px;
	border: solid 1px gray;
	height: 18px;
	font-size: 11px;
	margin-bottom: 2px;
}

/* Database table */
table.dbTable {
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	background-color: #99CCCC;
}

table.dbTable2 {
	background-color: #CCFFFF;
}

table.dbTable tr {
	cursor: pointer;
}

table.dbTable  td{
	border-right: solid 1px gray;
	padding-left: 15px;
	padding-right: 5px;
	border-bottom: solid 1px black;
}

table.dbTable  th{
	border-right: solid 1px gray;
	background-color: lightyellow;
	border-bottom: solid 1px black;
}
/* End Database table */

.inputStyle {
	border: solid 1px black;
	background-color: lightblue;
}

input.styleTbDate {
	width: 75px;
}

.lockDiv {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
	z-index: 98;
}

.popupDiv{	
	text-align: center;
	border: solid 5px gray;
	width: 500px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: absolute;
	top: 35%;
	background-color: white;
	z-index: 99;
}