/* DESIGN STYLES ***************************************************************/


/* ERROR STYLES ***************************************************************/
.BntCError
{
	border-right: #696969 1px solid;
	padding-right: 10px;
	border-top: #696969 1px solid;
	margin-top: 40px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: #696969 1px solid;
	width: 90%;
	padding-top: 5px;
	border-bottom: #696969 1px solid;
	background-color: #393939;
	font-family: Tahoma;
}
.BntCErrorHeader
{
	font-family: Tahoma,Verdana;
	font-weight: bold;
	font-size: 16px;
	border-bottom: #696969 1px solid;
	color:White;
}
.BntCErrorMessage
{
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 30px;
	font-family: Tahoma;
	text-align: center;
	color:White;
}
.BntCErrorTool
{
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	margin-left:2px;
	font-family: Tahoma;
}
A.BntCErrorTool
{
	background-color:#696969;
	color:White;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Tahoma;
	/*border-right: black 1px solid;
	border-bottom: black 1px solid;*/
}
A.BntCErrorTool:hover
{
	border-right: none;
	color: black;
	border-top-style: none;
	border-bottom: none;
	border-left-style: none;
	background-color: #424242;
}
.BntCErrorFooter
{
	border-bottom: #696969 1px solid;
	height: 10px;
}
.BntCErrorFooterNewGroup
{
	font-weight: bold;
	color:White;
	background-color: #696969;
}
.BntCErrorDetails
{
	border-top: #696969 1px solid;
	width: 100%;
}
.BntCErrorDetailsNewGroup
{
	font-weight: bold;
	margin-top: 2px;
	background-color: #f9edb3;
}
.BntCErrorDetailsParameter
{
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #393939;
	color:White;
}
.BntCErrorDetailsValue
{
width:100%;
vertical-align: top;
background-color: #393939;
color:White;
}