﻿

.DetailsViewTable
{
	width:100%;
	border-bottom:solid 1px #999999;
	background-color:#ffffff;	
}
.DetailsViewTable tr td
{
	padding:3px;
}


.DetailsViewTable .RowStyle
{
	width:100%;
}

.DetailsViewTable .AlternatingRowStyle
{
}
.DetailsViewTable .CommandRowStyle
{
	background-color:#E0E0E0;
}
.DetailsViewTable .ListHeaderStyle
{
	background-color:#FFCC66;
	height:20px;
}

.DetailsViewTable .HeaderStyle
{
	background-color:#E0E0E0;
	font-weight:bold;
	font-size:10pt;
}

.DetailsViewTable .FieldHeaderStyle
{
	background-color:#E0E0E0;
	width:120px;
}

.DetailsViewTable .PagerStyle
{
	background-color:#FFCC66;
	color:#333333;
}

.DetailsViewTable .FooterStyle
{
	background-color:#990000;
	 font-weight:bold;
	 color:#ffffff;
}

.filterByApprovedUser
{
	border-top:solid 1px #999;
	font-size:8pt;
	background-color:#FFCC66;
}

.RolesWrapper
{
	width:280px;
	margin:5px;
	padding:5px;
	border:1px dashed #666;
}

.identityCard
{
	border:1px solid #666;	
	font-size:9pt;
}
.identityCard .label
{
 font-weight:bold;
 
}
.identityCard tr td
{
	padding:4px;
}

.certdefaultaccount
{
	width:500px;	
	border:3px solid #d68c01;
}
.certdefaultaccount .headerstyle
{
	background-color:orange;
	border-width:0px;
	padding:4px;
	
}
.certdefaultaccount .selected
{
	background-color:Orange;
}
.certdefaultaccount .unselected
{
	background-color:#fbf0bc;	
}
.certdefaultaccount .rowstyle tr td
{
	padding:4px;
}

.certaccounts
{
	width:500px;
	border:1px solid #666;	
}
.certaccounts .selected
{
	background-color:Orange;
}
.certaccounts .unselected
{
	background-color:#e2e2e2;
}
.certaccounts .headerstyle
{
	background-color:#d6d5d6;
	padding:4px;
}

.certaccounts .rowstyle tr td
{
	padding:4px;
}
