.GridHeader {
	display: none;
}
.Header {
	width: 100%;
	}

.Header th { 
	font-family: ariali, verdana, sans-serif; 
	font-size: 120%; 
        font-weight: bold; 
        text-align: left;
	padding: 2px 2px 2px 0px;
	background-color: #105CAA;
	background-repeat: repeat-x;
	color: #FFFFFF;
	width: 100%;
	white-space: nowrap;
	}

.HeaderLeft { 
	background-color: #105CAA;
	background-repeat: repeat-x;
	}

.HeaderRight { 
	background-color: #105CAA;
	background-repeat: repeat-x;
	}
.HeaderButton {
	background-image: url(/images/headerbg.gif);	
}
.HeaderButton img{
	width: 17px;
}

.HeaderLeft img{
	width: 14px;
	}

.HeaderRight img{
	width: 10px;
	}

.GridHeader table {margin:0;}
.GridHeader td, tr {padding:0;}
/* Grid */
table.scroll {
	table-layout: fixed;
	/*border-right: 1px solid #D4D0C8;*/
	margin-bottom:0;
	font-family: arial; font-size: 10pt; font-weight: normal; text-align: left;
}
table.scroll tbody tr {
	background-color: #ffffff; 
}

table.scroll tbody tr.alt {
	background-color: #FFFFFF;
}

table.scroll tr.over td{
	background-color: #105CAA;
        color: #FFFFFF;
}

table.scroll tr.over a {
        color: #FFFFFF;
}
	
	table.scroll tr.selected td {
}

	table.scroll tbody td  {
	padding: 2px 2px 2px 2px;
	text-align: left;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8; 
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: wrap;
	height : 51px;
}
	
	table.scroll thead th  {
	padding: 2px;
/*	border-bottom: 1px solid #CBC7B8;  */
/*	border-left: 1px solid #D4D0C8;  */
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
/*	border: 2px 0 2px 0 solid #E2ECF8; */
  	border-top: 0px solid #D4D0C8;    
  	border-bottom: 2px solid #D4D0C8;    
  	border-left: 1px solid #D4D0C8;    
  	border-right: 0px solid #D4D0C8;    
	height : 18px;
}
	
	table.scroll th div {
	overflow: hidden;
/*	white-space: nowrap;*/
	word-wrap: break-word;
	height : 19px;
}
	table.scroll th span {
	cursor: e-resize;
/*	border-right: 1px solid #D6D2C2;  */
	width: 10px;
	float: right;
	display: block;
/*	margin: -2px -1px -1px 0px; */
        margin: 0px;
	height: 17px;
	overflow: hidden;
	white-space: nowrap;
}

/* End Grid */

/* Pager */
div.scroll {
	vertical-align: top;
	height: 23px;
	white-space: nowrap;
	text-align: center;
	border-width: 1px 0 2px 0;
	border-style: solid;
	border-color: #105CAA;
}
div.scroll span {
	vertical-align : top; 	
}
.selbox {
	font-size: x-small;
	vertical-align : top;
}
input.selbox{
	font-size: x-small;
	vertical-align : top;
}
.pgbuttons {
	margin-top :2px;
}
.nav-table-left {
	padding:1px;
	float: left;
/*	position:absolute;*/
}
.nav-table-right {
	padding:1px;
	float: right;
}

table.navtable {margin-bottom:0; width: auto;}
table.navtable tr{
	background-image: url(/images/grid-blue-ft.gif);	
}

table.navtable td.nav-button {
	border: 1px solid #E2ECF8;
	white-space: nowrap;
}

table.navtable td.nav-hover {
	border: 1px solid #83B4D8;
}

table.tbutton tr td{
	border : none;
	padding:0px;
}

img.jsHover { /*not used */
	border: 1px solid #99CCFF;
}
/* End Pager */

/* loading div */
div.loading {
	text-align: center;
	font-weight: bold;
	display: none;
	background-image: url(/images/loading.gif);
        width: 16px;
        height: 16px;
        left: 35px;
}

div.loadingui {
	display:none;
	z-index:6000;
	opacity:0.1;
	-moz-opacity: 0.1;
	filter: alpha(opacity=10);
	background-color:#000;
	position:absolute;
}
/* end loading div */
div.userdata {
	margin-top: 0px;
	background-color : #EAF9F9;
	height : 20px;
	overflow: hidden;	
}

