@charset "utf-8";
/* EyePass Descap Styles */

.tooltip
{
	background-color:#e1ecff;
	width:98%;border:1px solid #CCCCCC;padding:5px;
	font-size:12px;font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	
}

  .submitLink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
   margin:0px;
   padding:0px;
   width:70px;
   font-size:12px;
  }

#validator {font-size:10px;}
.valid {color:#006600;}
.invalid {color:#990000;}
.warn {color:#CC9900;}

#eyepassform table {border:1px solid #ccc; background:#fff;width:100%;}
#eyepassform th {font-weight:bold;padding:2px;background-color:#6795c9;color:#fff;border-top:1px solid #000;border-bottom:1px solid #000;}
#eyepassform td {border:1px solid #ddd;padding:2px;background-color:#fff;} 
#eyepassform .spacer {background:#999;padding:0px;margin:0px;line-height:2px;}
#eyepassform hr {margin:0;text-align:center;color:#999;width:450px;}
#eyepassform .subHeader {background-color:#eee;color:#000;font-weight:bold;} 

/* the container for displaying the probe image */
#EyePassImg {margin:1px 0px 0px 0px;border:1px solid #ccc;width:336px; height:350px;border:1px solid #ccc;}

/* the container for displaying the probe "body" image */
#EyePassProbeBody {position:absolute;z-index:1;}

/* the container for displaying the dynamically generated row of contacts on top of body */
#EyePassContactNums {border:none;position:relative;z-index:2;width:100%;top:20px;text-align:center;font-size:10px;color:red;font-family:"Courier New", Courier, monospace;}
#EyePassContactNums table {border:none;width:146px;padding:0px;margin-right:auto;margin-left:auto;}
#EyePassContactNums td {border-bottom:none;border-top:none;border-left:none;border-right:none;padding:0px;margin:0px;width:11px;text-align:center;}
/* the container for displaying the dynamically drawn signal configuration these divs are output by the CFC due to dynamic z index */
#EyePassDraw {position:absolute;margin-top:14px;}

/* the container for displaying errors and warnings */
#EyePassMessages {margin:5px 0px 5px 0px;padding:3px;clear:both;background-color:#ffffcc;border:1px solid #ccc;font-size:10px;}
#EyePassMessages ol {margin-left:20px;}


