/* list style */

.bkList, bkList td
{
	/* width: 100%; */
	width: 100%;
}

.bkListHead
{
	background-color: #F67F48;
	text-align: center;
	color: White;
}

.bkListHead a
{
	color : white;
	text-decoration: underline;
}

.bkListHead a:hover
{
	color: Blue;
	text-decoration: none;
}
/* style for row numbers for each item */
.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;
}

.bkItemField
{
	background-color: #F7F7F7;
}

/* Style for actions for a item (edit/delete) */
.bkListItemAction
{
	background-color: #F7F7F7;
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;

}

.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: #E0E0E0;
}

.bkAltRow .bkListItemAction
{
	background-color: #E0E0E0;
	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: #B9D9DF;
}

#bkRowHighLight .bkAltRow .bkItemField
{
	background-color: #B9D9DF;
}

#bkRowHighLight .bkListItemAction
{
	background-color: #B9D9DF;
	text-align: right;
}

#bkRowHighLight .bkAltRow .bkListItemAction
{
	background-color: #B9D9DF;
	text-align: right;
}

/*    navig          */

.bkNavig
{
	background-color: #D2D2D2;
	color: Navy;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	/*padding: 2 2 2 4; */
}

.bkNavig a
{
	text-decoration: underline;
	color: Navy;
}

.bkNavig a:hover
{
	text-decoration: none;
}

.bkListAction
{
	background-color: #F5F5F5;

}

.bkMultiActions
{

}

.bkMultiActions td
{
	font-size: 10pt;
}

.bkListAction a
{
	color: #00008B;
	font-size: 10pt;
}

.bkListAction a:hover
{
	color: red;
	text-decoration: none;
}

form.gridform
{
	margin: 0px;
}

/* bkParents */

.bkParents
{
	background-color: #E6E6FA;
	font: 10pt Bitstream Vera Sans, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	padding: 2 2 2 2;
}

.bkParents a
{
	text-decoration: underline;
	color: Navy;
}

.bkParents a:hover
{
	text-decoration: none;
}

