/******** The following styles are SPECIFIC FOR VAT APP *************/
.selbtn {
	border-bottom: 1px solid #F3F6F6;
	border-top: 1px solid #F3F6F6;
	border-left: 1px solid #F3F6F6;
	border-right: 1px solid #F3F6F6;
	font-size: 11px;
	background-color: #F3F6F6;
	color: #777777;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	width: 300px;
	height: 30px;
}

.selbtnOver {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size: 11px;
	background-color: #dddddd;
	color: #f56e2a;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	width: 300px;
	height: 30px;
}

.vertmenuhdrOther {
	background-color: #89a760;
	font-size: 11px;
	font-weight: bold;
	color: #F5F1DE;
	width: 100%;
	vertical-align: middle;
	height: 27px;
	border-bottom: 1px solid #b7b7b7;
}

.vertmenuhdrOthersel {
	background-color: #89a760;
	font-size: 11px;
	font-weight: bold;
	color: #F5F1DE;
	width: 100%;
	vertical-align: middle;
	height: 27px;
	border-bottom: 1px solid #b7b7b7;
	cursor: pointer;
}

.vermenutdlnkOther {
	background-color: #d8e3ba;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	height: 25px;
	border-bottom: 1px solid #b7b7b7;
}

.divdot {
	border: 1px dotted #000000;
	width: 60%;
	text-align: center;
}

.field {
	border: 1px solid #D0D0D0;
	font-size: 10px;
	text-transform: uppercase;
}

.fieldError {
	border: 2px solid #ff0000;
	font-size: 10px;
	text-transform: uppercase;
}

.fError {
	color: red;
	font-size: 9px;
}

.popupNote {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffc;
	padding: 10px;
	border: 1px solid #000;
	z-index: 1;
	visibility: hidden;
	font: bold 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #000;
}

.navbtn {
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	font-size: 10px;
	background-color: #d6e8ed;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	width: 127px;
}

.navbtnOver {
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	font-size: 10px;
	background-color: #23a7b6;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	width: 127px;
}

/* When a row contains a deleted entry, on declarationsList */
.tblRowDeleted {
	color: #888888;
	font-style: italic;
	text-decoration: line-through;
}

.error {
	font-weight: bold;
	color: red;
	font-size: 12px;
	display: none;
}

.alignTop {
	vertical-align: top !important;
}

.paravoloButton {
	border: 1px solid #7786A1;
	-webkit-box-shadow: #B4B5B5 2px 2px 2px;
	-moz-box-shadow: #B4B5B5 2px 2px 2px;
	box-shadow: #B4B5B5 2px 2px 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	display: inline-block;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #23A7B6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23A7B6),
		to(#1C8894));
	background-image: -webkit-linear-gradient(top, #23A7B6, #1C8894);
	background-image: -moz-linear-gradient(top, #23A7B6, #1C8894);
	background-image: -ms-linear-gradient(top, #23A7B6, #1C8894);
	background-image: -o-linear-gradient(top, #23A7B6, #1C8894);
	background-image: linear-gradient(to bottom, #23A7B6, #1C8894);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#23A7B6, endColorstr=#1C8894);
}

.paravoloButton:hover {
	border: 1px solid #8A8D9C;
	background-color: #1b808b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b808b),
		to(#146169));
	background-image: -webkit-linear-gradient(top, #1b808b, #146169);
	background-image: -moz-linear-gradient(top, #1b808b, #146169);
	background-image: -ms-linear-gradient(top, #1b808b, #146169);
	background-image: -o-linear-gradient(top, #1b808b, #146169);
	background-image: linear-gradient(to bottom, #1b808b, #146169);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#1b808b, endColorstr=#146169);
	cursor: pointer;
}