body 
	{font-family: Verdana, Sans-Serif;font-size: 16px; background-color: #ffffff;
	width:1000px;}

label
	{float:left;width:120px;padding-top:2px;font-size:16px;}
nav	{float:left;clear:left;}

input
	{width:200px;font-size: 16px;margin-bottom:10px;background:#f9f9f9; border: Solid 0px #9A9A9A;}

table
	{background:#ffffff;width:100%;}

th, td	
	{text-align:left;}

th	{background-color:#000000;color:#ffffff;font-size:14px;}


tr:hover 
	{background-color: #c6ecff;}
tr.trn	{
	background-color:#fcfcfc;
	color: #000;
	cursor:pointer;
	}
tr.trn:nth-child(even)
	{
	background-color:#f0f3ff;
	}
tr.trn:hover {
	background-color: #e2e2e2;
	color: #ff0000;
}
input:disabled {
  background: gainsboro;
  color:#ffffff;
}
fieldset { padding-left:9px;padding-top:10px; padding-bottom:20px; padding-right:10px; border: 2px #cccccc solid; background:#ffffff; width:1195px;}
 input[type="text"],
 input[type="date"],
 input[type="submit"],
 select {
   border: Solid 1px #9A9A9A;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 16px;
   transition: box-shadow 0.3s;
   width:300px;
  }