/*------------- ASP Grid header style--------------*/
.aspGrid
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	border: 0px solid #D4D0C8;
	border-color: #E6E6E6;
}
.aspGridItemStyle
{
	padding-left: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #E6E6E6;
	border-left: 0px solid #D4D0C8;
}
.aspGridItem
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	height: 25;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.aspGridAltItem
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	height: 25;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.MarginHead
{
	padding-left: 10pt;
	border-color: #5A6B7D;
}



.aspGridHeader
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: bold;
	height: 25;
	color: White;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: #E6E6E6 1px solid;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #5A6B7D;
	border-color: #E6E6E6;
}
/* ------------- End --------------------------*/







.CompArtGrid
{
	background-color: #FFFFFF;
	cursor: pointer;
}




.HeadingCell
{
	background-color: #5A6B7D;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
}

.HeadingCellText
{
	color: #ffffff;
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
}

.Row
{
	background-color: #FFFFFF;
	cursor: default;
}

.Row td.DataCell
{
	/* border-right: 1px solid #E6E6E6;    border-bottom: 1px solid #E6E6E6;    font-family: verdana;    font-size: 10px;    cursor: default;*/
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
}

.AlternatingRow
{
	cursor: default;
}

.AlternatingRow td.DataCell
{
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
}
.SelectedRow td.DataCell
{
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: #eeefff;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
}

.SelectorCell
{
	background-color: #eeeeee;
	border: 1px solid #FFFFFF;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
}

.GridFooter
{
	cursor: default;
	padding: 5px;
	vertical-align: bottom;
}

.GridFooterText
{
	color: #000000;
	font-family: Cambria;
	font-size: 10pt;
}

.CellText
{
	font-family: Cambria;
	font-size: 10pt;
}


.SliderPopup
{
	background-color: #FFF4D7;
	border: 1px solid #4B4B6F;
	border-top-color: #9495A2;
	border-left-color: #9495A2;
	width: 288px;
	height: 68px;
}

.GridSearch
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.7px;
	height: 18px;
	background-color: #eeeeee;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px 2px 4px 0px;
	margin: 10px 0px 0px 0px;
}

.GridHeaderText
{
	color: Black;
	font-family: Cambria;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 2px 2px 0px;
	margin: 0px 2px 10px 0px;
}

.GridGreyFooter a
{
	color: Black;
	font-weight: bold;
}

.PagerText
{
	font-family: Cambria;
	font-size: 10pt;
}

.EditDataField
{
	padding-left: 10px;
	font-family: Cambria;
	font-size: 10pt;
	height: 20px;
	width: 98% !important;
}

.EditDataCell
{
	padding: 0px !important;
	background-color: #E2E2E2;
	border-width: 0px !important;
}
.Grid
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid #31485E;
}

.GridItem
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: #ffffff;
	padding-left: 10px;
}

.GridAltItem
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: #eeeeee; /*padding-left:10px;*/
}

.DataListItem
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	padding-left: 5px;
}

.DataListAltItem
{
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	background-color: #eeeeee;
}

.RedRow
{
	background-color: #FFFFFF;
	cursor: default;
}

.RedRow td.DataCell
{
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: red;
}

.GreenRow
{
	background-color: #FFFFFF;
	cursor: default;
}

.GreenRow td.DataCell
{
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Cambria, Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	letter-spacing: 0.7px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
	color: green;
}

