/* CSS Document inlook.css*/
/* these styles are used only for lookup pages */
html { overflow-y:scroll; }
html, body{ 
font-family: arial,sans-serif;
font-size:15px;
}

caption {       
	border-width: 2px;                            
	border-style: solid;   
	padding: 5px;      
	font-weight: bold;   
}                               
form div.pair {           
	margin-top: 5px;         
	margin-bottom: 2px;      
}           
form fieldset {
	border-width: 1px;
	border-style: solid;
	border-color: #003366; /* navy */
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}
form fieldset legend {
color: #FFFFFF; 
	background-color: #4B6576; 
	font-size: 110%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}
form label {              
	font-weight: bold;       
	padding-top: 0;         
	padding-bottom: 0;       
	padding-left: 3px;       
	padding-right: 3px;      
	display: block;          
	float: left;             
	width: 20%;              
	text-align: right;       
}   
table {
	border-style: none;
	text-align:center;
}
table td {
	border-style: none;
}
table th {
	border-width: 1px;
	border-style: solid;
}
#dinlist {
	font-size: .9em;
}
#ii table {
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #003366; /* navy */
	margin-bottom: 20px;
}
#ii table td {
	border-width: 1px;
	border-style: solid;
	border-color: #003366; /* navy */
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
#ii table th {
	
	border-width: 1px;
	border-style: solid;
	border-color: #003366; /* navy */
	text-align: left;
}
.border {
	border-width: 3px;
	border-style: solid;
	border-color: #003366; /* navy */
	padding: 5px;
}
/* buttolink will fail css validation.  It needs to have a transparent background-color which causes an error in the validator. */                 
.buttolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: blue;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
}           
.err {                                    
	color: #ff0000; /* red */                                   
	background-color: inherit;                    
	width: 90%;                                  
	font-weight: bold;                            
	text-align: center;                    
}         
.hide {
	display: none;
}
.norm {                                        
	font-weight: normal;                          
}                                              
.pcap {
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}                       