.navbar {
	overflow: hidden;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 16px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: red;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

th, td { 
	padding: 5px; 
	text-align: left; }
table.MainTable { 
	height: 100%;
	width: 100%;
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	border: #f2f0f0; 
	border-width: 2; }
a {  
	text-decoration: none; }
p.Title { 
	color: blue ;
	font-family: Sans-serif; 
	font-size: 24; 
	font-weight: bold;
	text-align: center;}	
p.modulename { 
	color: black ;
	font-family: Sans-serif; 
	font-size: 20; 
	font-weight: bold;
	text-align: center;}	
p.Alert { 
	color: red ;
	font-family: Sans-serif; 
	font-size: 16; 
	font-weight: bold;}	
p.NowTime { 
	color: black ;
	font-family: Sans-serif; 
	font-size: 12; 
	font-weight: bold; 
	text-align: left;}	
p.Logout { 
	color: black ;
	font-family: Sans-serif; 
	font-size: 12; 
	font-weight: bold; 
	text-align: right;}	
body { 
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif; }
@media screen and (max-width: 600px) {   
	.topnav a:not(:first-child)
	{ 
		display: none;}
	.topnav a.icon {    
		float: right;    
		display: block;  }
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;}
	.topnav.responsive .icon {
		position: absolute; 
		right: 0; 
		top: 0; }
	.topnav.responsive a { 
		float: none; 
		display: block;  
		text-align: left; }
}
table.RecordList {
	font-family: Sans-serif; 
	font-size: 16;
	border: 1px solid #FFFFFF;
	text-align: center;
	border-collapse: collapse;
}
table.RecordList td, table.RecordList th {
	border: 1px solid #FFFFFF;
	padding: 6px 2px;
}
table.RecordList tbody td {
	font-size: 16px;
}
table.RecordList tr:nth-child(even) {
	background: #D0E4F5;
}
table.RecordList thead {
	background: #0B6FA4;
	border-bottom: 5px solid #FFFFFF;
}
table.RecordList thead th {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 2px solid #FFFFFF;
}
table.RecordList thead th:first-child {
	border-left: none;
}

table.RecordList tfoot {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background: #D0E4F5;
	border-top: 3px solid #444444;
}
table.RecordList tfoot td {
	font-size: 18px;
}
table.Form{
	background-color: #EEEEEE;
	border: 1px solid black;
	vertical-align: top;
	border-spacing: 0;
}
table.Form  tr:nth-child(even) {
	background-color: #D0D0D0;
	padding: 8px;
} 

table.Form th{
	text-align: center;
}
table.Form td{
	text-align: left;
	text-justify: auto;
  
}


