#bgr_lslistings
{
 	border: 1px solid #DCDCDC;
 	width: 780px;
}
 
.bkList
{
	font-family: helvetica, verdana, tahoma, sans-serif;
	background-color: #B0C4DE;
	width:100%;
}

.bkList td
{
		font-family: helvetica, verdana, tahoma, sans-serif; /* width: 100%; */
}

/* style for row numbers for each item */

.bkItemField
{
	background-color: #ffffff;
}

/* Style for actions for a item (edit/delete) */
.bkListItemAction
{
	background-color: #ffffff;
	text-align: right;
}

.bkListItemAction a
{
	color: #00008B;
	text-decoration: underline;
}

.bkListItemAction a:hover
{
	color: #8B0000;
	text-decoration: none;
}
.bkAltRow .bkListItemNo
{
	background-color: #9AAAB8;
	color: White;
	width: 24px;
	text-align: right;
	border-left: 1px solid #E6E6FA;
	border-top: 1px solid #E6E6FA;
	border-bottom: 1px solid #778899;
	border-right: 1px solid #778899;
}

.bkAltRow .bkItemField
{
	background-color: #EBEBEB;
}

.bkAltRow .bkListItemAction
{
	background-color: #E6E6FA;
	text-align: right;
}


#bkRowHighLight .bkListItemNo
{
	background-color: #708090;
	color: White;
	width: 24px;
	text-align: right;
}

#bkRowHighLight .bkAltRow .bkListItemNo
{
	background-color: #708090;
	color: White;
	width: 24px;
}

#bkRowHighLight .bkItemField
{
	background-color: #ffffff;
}

#bkRowHighLight .bkAltRow .bkItemField
{
	background-color: #ffffff;
}

#bkRowHighLight .bkListItemAction
{
	background-color: #ECF9E7;
	text-align: right;
}

#bkRowHighLight .bkAltRow .bkListItemAction
{
	background-color: #B9D9DF;
	text-align: right;
}

/*    navig          */

.bkNavig
{
	font-family: helvetica, verdana, tahoma, sans-serif;
	font-size: 8pt;
    background-color: #D6D1C1;
    color: #262626;
	padding: 2 2 2 4;
}

.bkNavig a
{
	text-decoration: underline;
	color: White;
}

.bkNavig a:hover
{
	text-decoration: none;
	color: yellow;
}

.bkListAction
{
	background-color: #F5F5F5;
}

.bkListAction a
{
	color: #00008B;
	font-weight: bold;
}

.bkListAction a:hover
{
	color: red;
	text-decoration: none;
}


.bkActionLink
{
	font-weight:bold;
}

.bkActionLink a
{
	color:navy;
	font-weight:normal;
	text-decoration:underline;
}
.bkActionLink a:hover
{
	color: red;
	text-decoration:none;
}
