/*=======================================================*/
/*                      BLUE THEME                       */ 
/*=======================================================*/
.igGrid  {
	background-color: white;
	border: 1px solid #A9B9CD;
	border-bottom: 0px solid silver;
	border-collapse: collapse;
	color:#07465D;
	empty-cells: show;
}

.igGridHeader {
	background-color: #CC0066;
	border-bottom: 1px solid #C1C1C1;
	background-image:url(webgrid/igwg_gridheader.gif);
	background-position:center;
	color : #052684;
	font-weight: bold;
	padding: 5 10 5 10;	
	white-space: nowrap;
}
.igGridFooter {
	border-bottom: 1px solid #C1C1C1;
	white-space: nowrap;
}
.igGridColumn {
	border-bottom: 1px solid silver;
	padding: 5 10 5 10;
	white-space: nowrap;
}
.igGridColumnCaret {
	background-color: red;
	width: 2px;
}
.igGridColumnHeader {
    background-color: #e6e6e6;
	border-bottom: 1px solid #C1C1C1;
	padding: 5 10 5 10;	
	font-weight: bold;
	text-align: left;
	color : #052684;
	white-space: nowrap;
}
.igGridColumnHeader A {
	color : #052684;
	text-decoration:none;
	
}

.igGridColumnHeader A:hover {
	color : #052684;
	text-decoration:underline;
	
}



.igGridColumnFooter {
	border-bottom: 1px solid #C1C1C1;
	white-space: nowrap;
}
.igGridRow {
}
.igGridRowAlternate {
	background-color: #fafafa;
	
}
.igGridRowHover {
	/*background-color: #f1f1f1;*/
	background-image:url(webgrid/igwg_rowhover.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.igGridRowSelected {
	background-color: #316AC5;
	color: white;
}
.igGridRowExpanded {
	padding: 0px 0px 0px 32px;
}





