/* CSS Document */
/*  Pagination styles */
#loading {
 	width: 200px;
 	height: 60px;
 	background-color: #f5f5f5;
 	color: red;
 	position: absolute;
 	left: 50%;
	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

 div.dimmer 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;

	background-image:url(../images/gray.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/gray.png');
}


div.dimming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #ffffff;
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	
	border-style: solid;
	border-color: #999999;
	border-width: 1px;

}

table.floatingHeader
{
	background-color: #ff9900;
	color:#ffffff;
}

.highlighted{background-color: #990000;color: #ffffff;}
.normal{background-color: #f5f5f5;color: #000000;}

/*main pagination style*/
a {
font-size: 10px;
}
a:link, a:visited, a:active {
color:#ffffff;
text-decoration:none;
}

a img {
border:0pt none;
}
.precordsck
{
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.precords
{
  font-family: verdana;
  font-size: 11;
  font-weight: normal;
  text-decoration: none;
/*  color:#000000;*/
  border-right: 1px solid #999999;
  border-bottom: 1px solid #cccccc;

  
}
.precordsHead
{
  font-family: verdana;
  font-size: 10;
  font-weight: bold;
  text-decoration: none;
  color:#000000;
  border-right: 1px solid #999999; 
  text-align: center;
}

.formBtn
{
  cursor: pointer;
  border: outset 1px #ccc;
  background: #999;
  color: #ffffff;
  font-size: 9;
  font-weight: bold;
  padding: 1px 2px;
  background:url(../images/menubar_bg.png) repeat-x left top;
  width: 60px;
}
.formBtn:hover {color: #000000;}
.error
{
font-family: verdana;
font-size: 12;
font-weight:bold;
color: #ff0000;
text-align: center;
}
