/*
	Default grid style
*/
.Grid
{
	border-bottom: 2px solid #57566F;
	background-color: #FFFFFF;
	cursor: pointer;
}


.GridHeader
{
	background-image: url(Images/Grid/grid_headerBg.gif);
	background-color: #8988A5;
	border-bottom: 1px solid #dcdcdc;
	height: 28px;
	padding-left: 3px;
	padding-right: 10px;
	cursor: default;
	color: #9fbb16;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}

.GridHeaderText
{
	color: #696969;
	font-family: tahoma;
	font-size: 10px;
}

.GridFooter
{
	cursor: default;
	padding: 8px;
	vertical-align: bottom;
}

.GridFooter a
{
	color: #696969;
	font-weight: bold;
	vertical-align: bottom;
}

.GridFooterText
{
	color: #555753;
	font-family: tahoma;
	font-size: 10px;
}

.HeadingRow
{
	background-color: #E9E9EB;
	background-image: url(Images/Grid/header_rowBg.gif);
}

.HeadingCell
{
	background-image: url(Images/Grid/header_bg.gif);
	background-color: #E9E9EB;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.LargeHeadingCell
{
	background-image: url(Images/Grid/large.gif);
	background-color: #E9E9EB;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.HeadingCellHover
{
	background-image: url(Images/Grid/header_hoverBg.gif);
	background-color: #F6F6F7;
}

.HeadingCellActive
{
	background-image: url(Images/Grid/header_activeBg.gif);
	background-color: #F6F6F7;
}

.HeadingRow td.FirstHeadingCell
{
	background-image: url(Images/Grid/header_bg.gif);
}

.HeadingCellText
{
	font-family: tahoma;
	font-size: 10px;
	color: #195bad;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-left: 2px;
	padding-bottom: 5px;
}

.DataRow
{
	background-color: #FFFFFF;
}

.DataCell
{
	cursor: default;
	padding: 3px;
	border-bottom: 1px solid #EAE9E1;
	font-family: tahoma;
	font-size: 10px;
}

.EditDataCell
{
	padding: 0px !important;
	background-color: #E2E2E2;
	border-width: 0px !important;
}

.EditDataField
{
	padding: 0px;
	padding-left: 1px;
	font-family: tahoma;
	font-size: 10px;
	height: 13px;
	width: 98% !important;
}

.DataRow td.FirstDataCell
{
	padding-left: 3px;
}

.Row
{
	background-color: #FFFFFF;
	cursor: default;
}

.Row td.DataCell
{
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #EAE9E1;
	font-family: tahoma;
	font-size: 10px;
}

.SortedDataCell
{
	background-color: #F5F5F5;
}


.Row td.LastDataCell
{
	background-color: #EFEFF4;
}

.SelectedRow
{
}

.SelectedRow td.DataCell
{
	cursor: default;
	background-color: #DDFECF;
	padding: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: tahoma;
	font-size: 10px;
	border-bottom: 1px solid #4B4B6F;
	border-top: 1px solid #4B4B6F;
}

.SelectedRow td.FirstDataCell
{
	background-color: #DDFECF;
	padding-left: 2px;
	padding-right: 3px;
}

.SelectedRow td.LastDataCell
{
	background-color: #DDFECF;
}

.SelectorCell
{
	background-color: #E2E2E2;
	border-bottom-width: 1px solid #FFFFFF;
	border-bottom-color: #B5B5B5;
}

.GroupHeading
{
	color: #706F91;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 2px solid #A5A4BD;
	padding-top: 10px;
	padding-bottom: 3px;
}

.GroupByCell
{
	cursor: pointer;
}

.GroupByText
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
}


.SliderPopup
{
	background-color: #FFF4D7;
	border: 1px solid #4B4B6F;
	border-top-color: #9495A2;
	font-size: 11px;
	font-family: tahoma;
	width: 150px;
	height: 30px;
}

.PagerText
{
	font-family: tahoma;
	font-size: 10px;
	color: #696969;
}

.PagerWhiteText
{
	font-family: tahoma;
	font-size: 10px;
	color: #9fbb16;
	padding-left: 10px;
	
	
}

.GridFooterWdg .PagerWhiteTextWdg
{
	font-family: tahoma;
	font-size: 12px;		
	
	background-position: 0 1px;
	vertical-align :middle;
	padding-left: 85px;
	padding-top : 1px;
	height: 15px;
}

.GridFooterWdg .GridWdgPager
{
	display: none;
}

.GridFooterWdg
{
	background-image: url(images/grid/blackice/grid_numbered_pager_label.png);
	background-repeat: no-repeat;
	background-position: 10px center;	
	cursor: default;
	padding: 8px;
	vertical-align: middle;
	margin-left : 10px;		
	height: 15px;	
}


.PagerHidden
{
	display: none;
}

.SearchBox
{
	font-family: tahoma;
	font-size: 11px;
	color: #555753;
	width: 90px;
}


.ScrollBar
{
	background-image: url(Images/Grid/scroller/scroller_bg.gif);
}

.ScrollGrip
{
	background-image: url(Images/Grid/scroller/scroll_gripBg.gif);
}

.ScrollPopup
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-bottom-width: 2px;
	height: 23px;
}

.invisible
{
	display: none;
}

/*
	Left navigation items grid styles
*/

.ItemRow
{
	background-color: #FFFFFF;
	font-family: tahoma, tahoma;
	color: #696969;
}

.ItemRow td.ItemRowCell
{
	border-bottom: 1px solid #EAE9E1;
	border-top: 1px solid #EAE9E1;
	border-right: 0px;
	padding: 4px 2px 4px 2px;
}

.SelectedItemRow
{
	background-color: #DDFECF;
	font-family: tahoma, tahoma;
	color: #696969;
}

.SelectedItemRow td.ItemRowCell
{
	border-bottom: 1px solid #4B4B6F;
	border-top: 1px solid #4B4B6F;
	padding: 4px 2px 4px 2px;
}

/* ------------------ BLACK ICE THEME -------------------- */

.BlackIceGridContainer
{
	padding-right: 5px;
}

.BlackIceWithPagingGridContainer
{
	padding-right: 13px;
}

.BlackIceGrid
{
	/*
	border: 1px solid #57566F;
	border-bottom: 2px solid #57566F;
	*/
	background-color: #FFFFFF;
	cursor: default;
}

.BlackIceGridData
{
	border: 0px;
	border-left: 5px solid black;
	/*
	height: 337px;
	*/
}

.BlackIceWithPagingGridData
{
	border: 0px;
	border-left: 5px solid black;
	border-right: 5px solid black;
	/*
	height: 337px;
	*/
}

.BlackIceGridPreHeader1
{
	height: 34px;
	width: 9px;
	background-image: url(Images/Grid/BlackIce/grid_preheader_left.png);
	background-repeat: no-repeat;
}

.BlackIceGridPreHeader2
{
	height: 34px;
	background-image: url(Images/Grid/BlackIce/grid_preheader_mid.png);
	background-repeat: repeat-x;
}

.BlackIceGridPreHeader3
{
	height: 34px;
	width: 9px;
	background-image: url(Images/Grid/BlackIce/grid_preheader_right.png);
	background-repeat: no-repeat;
}

.BlackIceGridPostFooter1
{
	height: 10px;
	width: 9px;
	background-image: url(Images/Grid/BlackIce/grid_postfooter_left.png);
	background-repeat: no-repeat;
}

.BlackIceGridPostFooter2
{
	height: 10px;
	background-image: url(Images/Grid/BlackIce/grid_postfooter_mid.png);
	background-repeat: repeat-x;
}

.BlackIceGridPostFooter3
{
	height: 10px;
	width: 9px;
	background-image: url(Images/Grid/BlackIce/grid_postfooter_right.png);
	background-repeat: no-repeat;
}

.BlackIceGridHeader
{
	border: 0px;
	border-left: 5px solid black;
	border-right: 5px solid black;
}

.BlackIceGridHeader DIV, .BlackIceGridHeader SPAN
{
	font-family: tahoma;
	font-size: 12px;
}

.BlackIceSearchBox
{
	font-family: tahoma;
	font-size: 11px;
	color: #555753;
	width: 90px;
	margin-right: 5px;
}

.BlackIceGridHeader .BlackIceGridPager
{
	display: none;
}

.BlackIceGridHeader .BlackIceWithPagingGridPager
{
	background-image: url(images/grid/blackice/grid_numbered_pager_label.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-left: 10px;
	padding-left: 85px;
}

.BlackIceGridFooter
{
	background-image: url(images/grid/blackice/grid_footer_bg.gif);
	cursor: default;
	padding: 5px;
	height: 40px;
	vertical-align: bottom;
	border: 0px;
	border-left: 5px solid black;
	border-right: 5px solid black;
}

.BlackIceGridFooter DIV, .BlackIceGridFooter SPAN
{
	font-family: tahoma;
	font-size: 11px;
}

.BlackIceHeadingRow
{
	background-color: #E9E9EB;
	background-image: url(images/grid/blackice/header_rowBg.gif);
}

.BlackIceHeadingCell
{
	background-image: url(images/grid/blackice/header_bg.gif);
	background-color: #E9E9EB;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*overflow: visible !important; IE layout issue fix*/
}

.BlackIceHeadingCell > DIV
{
	/*overflow: visible !important; IE layout issue fix*/
}

.BlackIceHeadingCellHover
{
	background-image: url(images/grid/blackice/header_hoverBg.gif);
	background-color: #F6F6F7;
}

.BlackIceHeadingCellActive
{
	background-image: url(images/grid/blackice/header_activeBg.gif);
	background-color: #F6F6F7;
}

.BlackIceHeadingRow td.FirstHeadingCell
{
	background-image: url(images/grid/blackice/header_bg.gif);
}

.BlackIceHeadingCellText
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 5px;
}

.BlackIceRow
{
	background-color: #FFFFFF;
	cursor: default;
}

.BlackIceRow input.BlackIceTextBoxInput, .BlackIceSelectedRow input.BlackIceTextBoxInput
{
  font-family: tahoma, verdana;
  font-size: 9px;
  color : #696969;
  padding: 1px;
  margin: 1px;
}

.BlackIceRow td.BlackIceDataCell
{
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #BFDBF5;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	/*IE layout issue fix
	overflow: visible !important;
	width: 100% !important;*/
}

.BlackIceRow td.BlackIceDataCell > DIV
{
	/*IE layout issue fix
	overflow: visible !important;
	width: 100% !important;*/
}

.BlackIceSortedDataCell
{
	background-color: #F5F5F5;
}


.BlackIceRow td.LastDataCell
{
	background-color: #EFEFF4;
}

.BlackIceSelectedRow
{
}

.BlackIceSelectedRow td.BlackIceDataCell
{
	/*
	background-image: url(images/grid/blackice/grid_selected_item_bg.gif);
	*/
	background-color: #DDFECF;
	padding: 2px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	border-bottom: 1px solid #BFDBF5;
	border-right: 0px;
	/*IE layout issue fix
	overflow: visible !important;
	width: 100% !important;*/
}

.BlackIceSelectedRow td.BlackIceDataCell > DIV
{
	/*IE layout issue fix
	overflow: visible !important;
	width: 100% !important;*/
}

.BlackIceSelectedRow td.FirstDataCell
{
	border-left: 1px solid #4B4B6F;
	border-right: 0px;
	padding-left: 2px;
	padding-right: 3px;
}

.BlackIceSelectedRow td.LastDataCell
{
	border-right: 1px solid #4B4B6F;
}

.BlackIceScrollBar
{
	background-image: url(Images/Grid/BlackIce/scroller/scroller_bg.gif);
}

.BlackIceScrollGrip
{
	background-image: url(Images/Grid/BlackIce/scroller/scroll_gripBg.gif);
}

.BlackIceGridLoadingFeedback
{
	border: 0px;
	background-image: url(Images/Grid/BlackIce/Loading.gif);
	width: 132px;
	height: 62px;
}
