﻿/* top of the page box
/*
#idletimeout { background:#FFFFFF; 
               border:3px solid #4371b0;
               color:red;
               font-family:arial, sans-serif; 
               text-align:center; 
               font-size:12px; 
               padding:10px; 
               position:relative; 
               top:0px; 
               left:0px; 
               right:0px;
               width:500px;
               z-index:100000; 
               display:none; }

*/
/* panel in the middle of the browser */ 
#idletimeout { background:#FFFFFF; 
               border:3px solid #4371b0;
               color:#EA0000;
               font-family:arial, sans-serif; 
               text-align:center; 
               font-size:12px; 
               padding:10px; 
               position:absolute; 
               top:40%; 
               left:10%; 
               right:10%; 
               z-index:100000; 
               display:none; 
               
               }

/*allgn image for message*/
#idletimeout image 
			   {
               vertical-align:bottom;
               }               

/*number of seconds that is displayed to span*/
#idletimeout span { font-weight:bold }


/* link that is used to revive the session*/
#idletimeout a { font-weight:bold }
#idletimeout a:link {
	color:#27413E;
	text-decoration:none;
}
#idletimeout a:visited {
	color:#27413E;
	text-decoration:none;
}
#idletimeout a:hover {
	text-decoration:underline;
}
#idletimeout a:active {
	color:#27413E;
	text-decoration:none;
}
