﻿body
{
}
/*Error CSS */
.DatabaseError
{
	border-style: solid;
	border-width: 20px 2px 2px 2px;
	border-color: #ebd8da;
	z-index: 200;
	background: #fff;
	background-position: left top;
	font-size: 10px;
	display: block;
	vertical-align: top;
	text-align: left;
	background: #FFFFFF url(images/error_bg.jpg) no-repeat right bottom;
	width: 425px;
	height: 160px;
	font-family: verdana;
	position: absolute;
	top: 200px;
	left: 400px;
	box-shadow: 5px 5px 5px #ebd8da;
}
.DatabaseError fieldset
{
	border-style: none;
	border-width: 0px;
	display: block;
	position: relative;
	top: -20px;
	font-family: verdana;
	font-size: 15px;
	color: #A2535A;
	font-weight: bold;
}
.DatabaseError span
{
	padding: 20px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
	text-transform: capitalize;
}
.DatabaseError #btnclose
{
	border: 1px solid #A2535A;
	display: block;
	position: relative;
	top: 100px;
	text-align: center;
	left: 160px;
	border-radius: 8px 8px 8px 8px;
	background-color: #ebd8da;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 5px 5px 5px #ebd8da;
}
.DatabaseError + div
{
	background-image: url('../images/bg.png');
	filter: alpha(opacity=60);
	opacity: 0.60;
	overflow: hidden;
	height: 500px;
	visibility: hidden;
}
.ApplicationError
{
	border-style: solid;
	border-width: 20px 2px 2px 2px;
	border-color: #FFED97;
	z-index: 200;
	background: #fff;
	background-position: left top;
	font-size: 10px;
	display: block;
	vertical-align: top;
	text-align: left;
	background: #FFFFFF url(images/warning_bg.jpg) no-repeat right bottom;
	width: 425px;
	height: 160px;
	font-family: verdana;
	position: absolute;
	top: 200px;
	left: 400px;
	box-shadow: 5px 5px 5px #FFF8D2;
}
.ApplicationError fieldset
{
	border-style: none;
	border-width: 0px;
	display: block;
	position: relative;
	top: -20px;
	font-family: verdana;
	font-size: 15px;
	color: #5B4B00;
	font-weight: bold;
}
.ApplicationError span
{
	padding: 20px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
	text-transform: capitalize;
}
.ApplicationError #btnclose
{
	border: 1px solid #FFD715;
	display: block;
	position: relative;
	top: 100px;
	text-align: center;
	left: 160px;
	border-radius: 8px 8px 8px 8px;
	background-color: #FFED97;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 5px 5px 5px #FFED97;
}

.ApplicationError #btnPrint
{
	display: none;
}

.ApplicationError + div
{
	background-image: url('../images/bg.png');
	filter: alpha(opacity=60);
	opacity: 0.60;
	overflow: hidden;
	height: 500px;
	visibility: hidden;
}

.Message
{
	border-style: solid;
	border-width: 20px 2px 2px 2px;
	border-color: #d1dce2;
	z-index: 200;
	background: #fff;
	background-position: left top;
	font-size: 10px;
	display: block;
	vertical-align: top;
	text-align: left;
	background: #FFFFFF url(images/prompt_bg.jpg) no-repeat right bottom;
	width: 425px;
	height: 160px;
	font-family: verdana;
	position: absolute;
	top: 200px;
	left: 400px;
	box-shadow: 5px 5px 5px #99B1BF;
}
.Message fieldset
{
	border-style: none;
	border-width: 0px;
	display: block;
	position: relative;
	top: -20px;
	font-family: verdana;
	font-size: 15px;
	color: #5E8193;
	font-weight: bold;
}
.Message span
{
	padding: 20px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
	text-transform: capitalize;
}
.Message #btnclose
{
	border: 1px solid #7B9BAC;
	display: block;
	position: relative;
	top: 100px;
	text-align: center;
	left: 160px;
	border-radius: 8px 8px 8px 8px;
	background-color: #d1dce2;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 5px 5px 5px #d1dce2;
}
.Message + div
{
	background-image: url('../images/bg.png');
	filter: alpha(opacity=60);
	opacity: 0.60;
	overflow: hidden;
	height: 500px;
	visibility: hidden;
}
.Success
{
	border-style: solid;
	border-width: 20px 2px 2px 2px;
	border-color: #cfe3d7;
	z-index: 200;
	background: #fff;
	background-position: left top;
	font-size: 10px;
	display: block;
	vertical-align: top;
	text-align: left;
	background: #FFFFFF url(images/success_bg.jpg) no-repeat right bottom;
	width: 425px;
	height: 160px;
	font-family: verdana;
	position: absolute;
	top: 200px;
	left: 400px;
	box-shadow: 5px 5px 5px #8BBC9E;
}
.Success fieldset
{
	border-style: none;
	border-width: 0px;
	display: block;
	position: relative;
	top: -20px;
	font-family: verdana;
	font-size: 15px;
	color: #56946F;
	font-weight: bold;
}
.Success span
{
	padding: 20px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
	text-transform: capitalize;
}
.Success #btnclose
{
	border: 1px solid #8BBC9E;
	display: block;
	position: relative;
	top: 100px;
	text-align: center;
	left: 160px;
	border-radius: 8px 8px 8px 8px;
	background-color: #cfe3d7;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 5px 5px 5px #cfe3d7;
}

.Success #btnPrint
{
	border: 1px solid #8BBC9E;
	display: block;
	position: relative;
	top: 76px;
	text-align: right;
	left: 225px;
	border-radius: 8px 8px 8px 8px;
	background-color: #cfe3d7;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 5px 5px 5px #cfe3d7;
}

.Success + div
{
	background-image: url('../images/bg.png');
	filter: alpha(opacity=60);
	opacity: 0.60;
	overflow: hidden;
	height: 500px;
	visibility: hidden;
}
.EmptyError
{
	display: block;
	width: 89%;
}
.EmptyError fieldset
{
	display: none;
}
.EmptyError #btnclose
{
	display: none;
	position: relative;
	top: 190px;
	text-align: right;
}

.EmptyError #btnPrint
{
	display: none;
}
.Error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #CC0000;
	width: 89%;
}

#tbPrint td,th
{
	padding-left: 10px;
}

