/* OUTERMOST SHELL IN SQLAJAX BROWSER WINDOW */
.xwindow 
{
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
	border:0;
	/* background-color: #fefefe; */
}
/* 770px-WIDE CENTERED TABLE INSIDE OF XWINDOW TO KEEP FORM CENTERED ON ALL RESOLUTIONS ABOVE 640x480 */
.xpage 
{
	width: 770px;
	background-color: #f3f5fa;
	/* background-color: #f3f5fa; */
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}

.xsnazzy
{
	font-size: xx-small;
	font-family: verdana;
	color: Green;
}

/* USE TD TAG FOR NOW TO CONTROL MAIN BODY TEXT */
.xcontent 
{
	background-color: White;
	font-size: xx-small;
	font-family: verdana;
}

body
{
	margin: 0, 0, 0, 0;
}

/* THE LOGO ROW IS THE FIRST CONTENT ROW */
.xlogocell {
	font-size: x-small;
	font-family: verdana;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.xjx_homelogo
{
	
}
/* MENU ROW (Change from "LT" to "DK" in file name below to make gradient light or dark blue*/
.xmenugradient 
{
	width: 100%;
	background-image: url("Images/gradient_ltBlue.jpg"); 
	height:30px;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: xx-small;
}

/* PAGE HEADER */
.xpageheader 
{
	text-align: right;
	vertical-align: top;
	font-size: xx-small;
	font-family: verdana;
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

span.hidden{
  display: none;
}

span.error{
  display: inline;
  color: black;
  background-color: red;  
}



