﻿/* Error Stylesheet */

.ErrorContainer
{
	display: none;
	min-height: 50px;
	margin-bottom: 10px;
}

.ErrorHeader 
{
	background-color: #E7B0B0;
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #000000;
	
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.ErrorHeader span 
{
	vertical-align: middle;
}

.ErrorDetail 
{
	background-color: #F6D6D6;
	font: 12px Arial,Helvetica,sans-serif;
	color: #000000;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;	
}

.ErrorDetail ul
{
	list-style-type:disc;
	font: 12px Arial,Helvetica,sans-serif;	
	padding-left: 36px;
}

.ErrorFlag
{
	background-image:url('/images/error-small.png');
	background-repeat: no-repeat;
   	
	margin-left: 4px;
	text-decoration: none;

	display: inline-block;
	width: 14px;
	height: 14px;
}

.ErrorIcon
{
	background-image:url('/images/error.png');
	background-repeat: no-repeat;
   	
	display: inline-block;
	width: 24px;
	height: 24px;	
}

#ErrorTechnicalInfoButton {
	text-decoration: underline;
}
#ErrorCloseButton, #ErrorTechnicalInfoButton:hover {
	cursor: pointer;
}
#ErrorTechnicalInfo {
	max-height: 400px;
	margin-right: 20px;
}
#ErrorTechnicalInfo iframe {
	display: none;
	background-color:#FFFFFF;
	width:100%;
	height: 400px;
}

.InfoButton
{
	background-image:url('../images/info-small.png');
	background-repeat: no-repeat;
   	
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
	vertical-align: text-bottom !important;
	
	display: inline-block;
	width: 14px;
	height: 14px;
}