﻿
.selectedRow
{
  background-color: #C3D9FF;
}

.afCheckedScrollListDiv
{
	 border: None;
	 margin:2px 2px 2px 2px;
	 background-color:#FFFFFF;
}
.afCheckedScrollList 
{
	font-family:Verdana,Arial;
	background-color: #FFFFFF;
	padding:0px 0px 0px 0px;    
	border:none;
	
}	


.afCheckedScrollList TD
{
	padding-left: 0px;
	padding-right:  0px;
	border:none;
	
}	



.afCheckedScrollListRow
{
  background-color: #FFFFFF;
  color:black;
  padding: 3px 3px 3px 3px;
  margin: 0px 3px 0px 3px;
  height:20px;
  text-align:left;
  font-size:11px;
  cursor: pointer;
}

.afCheckedScrollListRowHover
{
  background-color: #C3D9FF;
  color:black;
  padding: 3px 3px 3px 3px;
  margin: 0px 3px 0px 3px;
  height:20px;
  text-align:left;
  font-size:11px;
  cursor: pointer;
}

.afCheckedScrollListRowSelected
{
  background-color: #619AC9;
  color:black;
  padding: 3px 3px 3px 3px;
  margin: 0px 3px 0px 3px;
  height:20px;
  text-align:left;
  font-size:11px;
  cursor: pointer;
}

.afCheckedScrollListRow TD {padding:0px 3px 0px 3px; }
.afCheckedScrollListRowHover TD {padding:0px 3px 0px 3px; }
.afCheckedScrollListRowSelected TD {padding:0px 3px 0px 3px; }


/* Data Maint List Grid Styles */
.afDataMaintList 
{
	padding:0px 2px 0px 2px;
	border:solid 1px #959595;
}

.afDataMaintListHeader
{
	background-color:#959595;
	color:#FFFFFF; 
}
.afDataMaintListHeader TH
{
    font-size:10px;
    height:15px;
}
.afDataMaintListHeader a:link { font-weight: bold; color: #FFFFFF; text-decoration: none}
.afDataMaintListHeader a:active { font-weight: bold; color: #FFFFFF; text-decoration: none}
.afDataMaintListHeader a:visited {font-weight: bold; color: #FFFFFF; text-decoration: none}
.afDataMaintListHeader a:hover { font-weight: bold; color: #634173; text-decoration: underline}

.afDataMaintListPager
{
	 background-color:#959595;
	 text-align:right;
}

.afDataMaintListRow
{
  background-color: #FFFFFF;
  color:black;
  padding:0px 5px 0px 5px;
  margin: 1px 1px 1px 1px;
  height:20px;
  text-align:left;
  font-size:10px;
  /* cursor: pointer; */
}
.afDataMaintListRow TD {padding:0px 5px 0px 5px; }

.afDataMaintListRowAlt
{
  background-color: #FFFFFF;
  color:black;
  margin: 1px 1px 1px 1px;
  padding:0px 5px 0px 5px;
  height:20px;
  text-align:left;
  font-size:10px;
  /* cursor: pointer; */
}
.afDataMaintListRowAlt TD {padding:0px 5px 0px 5px; }

.afDataMaintListRowHover
{
  background-color: #DEDEDE;
  color:black;
  margin: 1px 1px 1px 1px;
  height:20px;
  text-align:left;
  font-size:10px;
  /* cursor: pointer; */
}

.afDataMaintListRowHover TD {padding:0 5 0 5; }

.afDataMaintListRowSel
{
  background-color: #DEDEDE;
  color:black;
  margin: 1px 1px 1px 1px;
  height:20px;
  text-align:left;
  font-size:10px;
  /* cursor: pointer; */
}
.afDataMaintListRowSel TD {padding:0 5 0 5; }

.afDataMaintListRow a:link { font-weight: normal; color: #000000; text-decoration: none}
.afDataMaintListRow a:active { font-weight: normal; color: #000000; text-decoration: none}
.afDataMaintListRow a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afDataMaintListRow a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afDataMaintListRowAlt a:link { font-weight: normal; color: #000000; text-decoration: none}
.afDataMaintListRowAlt a:active { font-weight: normal; color: #000000; text-decoration: none}
.afDataMaintListRowAlt a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afDataMaintListRowAlt a:hover { font-weight: normal; color: #666666; text-decoration: underline}

