﻿.detailView
{
	color: #333333;
	text-align: left;
}

.detailViewHeader
{
	background-color: #666;
	font-weight: bold;
	color: #fff;
}

.detailViewFieldHeader
{
	background-color:#f3f3ec;
	font-weight: bold;
	vertical-align: top;
	width: 135px;
	border-bottom-color: #e3deb8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.detailViewFieldValue
{
	border-bottom-color: #e3deb8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.detailViewFieldValueBottom
{
	border-bottom-color: #e3deb8;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.detailViewBottonRow
{
	background-color:#f3f3ec;
	font-weight: bold;
	vertical-align: top;
	width: 135px;
	border-bottom-style: none;
}

.detailViewRow 
{
	/*background-color: #f3f3ec;*/
}

.detailViewEditRow
{
	/*background-color: #f3f3ec;*/
}

.detailViewEmptyDataRow
{
}

.detailViewInsertRow
{
}

.detailViewInsertRowItem
{
	padding-left: 0px;
	/*padding: 0px;
	margin: 0px;*/
}

.detailViewInsertRowHidden
{
	display: none;
}

.detailViewAlternatingRow
{
	/*color: #f3f3ec;
	background-color: White;*/
}

.detailViewFooter
{
	background-color: #666;
	font-weight: bold;
	color: White;
}

.detailViewCommandRow
{
	background-color: #f3f3ec;
	font-weight: bold;
}

.detailViewPager
{
	background-color: #666;
	color: White;
	text-align: center;
}

.productLines
{
	padding: 0px; 
	margin: 0px; 
	border-width: 0px; 
	border-style: none;
}

.productLines td
{
	padding: 0px; 
	margin: 0px; 
}

.authCodeConfirm
{
	display: block;
	height: auto;
	margin: 0 0 5px;
	padding: 4px;
	position: relative;
	background: #FFE45C;
	border: 1px solid #FED22F;
	color: #363636;
}