/* Magellan Grid StyleSheet */
body
{
}
.GridAlternateBackground
{
	background-color: White;
}
.GridBorder
{
	border: solid #7F9DB9 1px;
}
.GridBorderTop
{    
	border-top: solid #7F9DB9 1px;
}
.GridBorderBottom
{    
	border-bottom: solid #7F9DB9 1px;
}
.GridBorderLeft
{    
  	border-left: solid #7F9DB9 1px;
}
.GridBorderRight
{    
    border-right: solid #7F9DB9 1px;
}
.GridFooterCell
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
}
.GridHeaderCell
{
	color: 3E3E3E;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
}
.GridHeaderSingleRow
{
	background-color: #EAEAEA;
	border-bottom: solid #7F9DB9 1px;
}
.GridHeaderSingleRow .GridHeaderCell Label
{
	position: relative;
	top: 2px !important;
}
.GridHeaderDoubleRow
{
	background-color: #EAEAEA;
	border-bottom: solid #7F9DB9 1px;
}
.GridStaticLinkText
{
    COLOR: #003399;
    TEXT-DECORATION: underline
}
.GridDynamicLinkText
{
	color: #003399;
}
.GridCellSelected
{
	background-color: #316AC5;
	color: White;
}
.GridRowSelected
{
	background-color: #316AC5;
	color: White;
}
.GridSubHeaderRow
{
	background-color: #EAEAEA;
	color: 3E3E3E;
	font-weight: bold;
}
.GridTextBoxCellSelected
{
	background-color: White;
	color: Black;
}
.GridVirtualBorderBottom
{
	border-bottom: dashed #7F9DB9 1px;
}


/* Hybrid Grid StyleSheet */
body
{
}
.GridAlternateBackground
{
	background-color: #E9E9E9;
}
.GridBorder
{
	border: solid #A5A5A5 1px;
}
.GridBorderTop
{
	border-top: solid #A5A5A5 1px;
}
.GridBorderBottom
{
	border-bottom: solid #A5A5A5 1px;
}
.GridBorderLeft
{
  	border-left: solid #A5A5A5 1px;
}
.GridBorderRight
{
    border-right: solid #A5A5A5 1px;
}
.GridFooterCell
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
}
.GridHeaderCell
{
	color: White;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
}
.GridHeaderSingleRow
{
	background-color: #666666;
	border-bottom: solid #A5A5A5 1px;
}
.GridHeaderDoubleRow
{
	background-color: #666666;
	border-bottom: solid #A5A5A5 1px;
}
.GridStaticLinkText
{
    COLOR: #3F449B;
    TEXT-DECORATION: underline
}
.GridDynamicLinkText
{
	color: #3F449B;
}
.GridCellSelected
{
	background-color: #FFFFA9;
	color: Black;
}
.GridRowSelected
{
	background-color: #FFFFA9;
}
.GridSubHeaderRow
{
	background-color: #EBEBEB;
	color: Black;
	font-weight: bold;
}
.GridTextBoxCellSelected
{
	background-color: White;
	color: Black;
}
.GridVirtualBorderBottom
{
	border-bottom: dashed #A5A5A5 1px;
}

/* Overview page nudge fixes Hybrid ONLY */

#CwcGridCompanyDetails__ctl1__ctl0__ctl0
{
	display:none;
}
#CwcGridCompanyDetails__ctl1__ctl1__ctl0
{
	display:none;
}
#CwcGridCompanyDetails__ctl1__ctl2__ctl0
{
	display:none;
}

#CwcGridEarnings__ctl1__ctl0__ctl0
{
	display:none;
}
#CwcGridEarnings__ctl1__ctl1__ctl0
{
	display:none;
}
#CwcGridEarnings__ctl1__ctl2__ctl0
{
	display:none;
}

#EmployeeOverview #CwcGridTaxes__ctl1__ctl0__ctl0
{
	display:none;
}
#EmployeeOverview #CwcGridTaxes__ctl1__ctl1__ctl0
{
	display:none;
}
#EmployeeOverview #CwcGridTaxes__ctl1__ctl2__ctl0
{
	display:none;
}
#EmployeeOverview #CwcGridTaxes__ctl1__ctl3__ctl0
{
	display:none;
}


