/* Page layout */

#xawizardheaderleft {
	position:fixed;	top:0px;	left:0px; 
	width:100px;	height:50px;
	background-color:white; color:black;
}

#xawizardheader {
	position:fixed;	top: 0px;	left:100px; 
	width:100%;	height:50px;
	background-color:white; color:black;
}

#xawizardheaderright {
	position:fixed;	top:0px;	right:0px; 
	width:150px;	height:50px;
	background-color:white; color:black;
}

#xawizardleft {
	position: fixed;  left: 0px;	top:50px;
	width:100px; height:100%;
	background-color:#9bc1f4;
}

#xawizardarea { 
	position:fixed; left:100px; top:50px; 
	width:100%; height:100%; 
	padding-left: 15px; padding-right: 15px;
	background-color:white; overflow:auto;
}


#xawizardright {
	position:fixed;right:0px;top:50px;
	width:120px; height:100%; padding-top:10px;
	background-color:#9bc1f4;
}

#xawizardfooter {
  position: fixed;  bottom: 0;  left: 0; padding-left:20px;
  width: 100%; height:75px;
  background-color: #e5f9b3;
}


/* --- Wizard Pages --- */

hr.xa_hr { background-color:silver; width:2px; }

body.xawizard { background-color:white; }
span.xasectiontitle {  font-size:10.0pt; color:black; font-weight:bold; }

span.xawizardstepmessage {   font-size:10.0pt; color:black; font-weight:bold; }
span.xawizardindicatortext {   font-size:8.0pt; color:black; }
div.xawizardindicator { height:5px; background-color:silver; width:120px; }
div.xawizardindicatorvalue { height:5px; background-color:#0080e2; width:120px; }
div.xawizardindicatortext { width:120px; }


A.xaregistrationnewentrylink {
  
  color:#0080e2;   font-size:11.0pt;
  text-decoration:none; }
  
A.xaregistrationnewentrylink:link {
  color:#0080e2;  font-size:11.0pt;
  text-decoration:none; }

A.xaregistrationnewentrylink:visited {
  color:#0080e2;  font-size:11.0pt;
  text-decoration:none; }

A.xaregistrationnewentrylink:hover {
  color:#0080e2;  font-size:11.0pt;
  text-decoration:underline; }


.blinking{
	animation:blinkingText 1.5s infinite;
}
@keyframes blinkingText{
	0%{		color: maroon;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: maroon;	}
}

