.image_error {
	color:red;
}
.succMsg {
	background:#E2F3DA;
	border: 1px solid #9ADF8F;
	color:#556652 !important;
	padding:8px 8px 8px 36px;
	text-align:left;
	margin:5px;
	margin-left: 0px;
	margin-top: 30px;
	width:505px !important;
}
.errMsg {
	background:#FFCECE;
	border: 1px solid #DF8F8F;
	color:#665252 !important;
	padding:8px 8px 8px 36px;
	text-align:left;
	margin:5px;
	margin-left: 0px;
	margin-top: 30px;
	width:505px !important;
}
.arrowleft {
	left: -86px;
	position: absolute;
	top: 119px;
	vertical-align: middle !important;
}
.arrowright {
	vertical-align: middle !important;
	right:-86px !important;
	position: absolute;
	top: 119px;
}
.mainTable {
	background:#ECF5DE;
	position:relative;
	display:block;
}
.mainSliderDiv {
}
.sliderUl {
}
.sliderimgLi {
	list-style-type:none !important;
	;
	list-style:none !important;
	padding:0px !important;
	margin-right:15px !important;
	position:relative
}
ul.sliderUl .sliderimgLi:last-child {
	margin-right:0px;
}
.sliderimgLi img {
	background: white !important;
	border: 1px solid #CCCCCC !important;
	padding: 5px !important;
	;
	margin:0px !important;
}
.sliderimgLi:hover img {
	border: 1px solid #ff0000 !important;
}
.hover_in {
	background: url(../images/plus.png) no-repeat center center rgba(255, 0, 0, 0.8 );
	position:absolute;
	left:5px;
	top:5px;
	width:228px;
	height:245px;
	display: none;
	transition:all ease 0.5s;
}
li.sliderimgLi:hover .hover_in {
display:inline-block
}
body p.gallery_li {
	width:227px !important;
	margin:0px !important
}
/*.nextimg{float: left;background: white url(../images/arrow.png) no-repeat;display: block;width: 30px;height: 30px;cursor: pointer;font-size: 1px;text-indent: -9999em;background-position: -30px -30px;clear:right;}*/

.previmg:hover, .nextimg:hover {
	background-position:0 -63px !important;
	transition: all 0.9s ease 0s;

	-moz-transition: all 0.9s ease 0s;

	-webkit-transition: all 0.9s ease 0s;

	-khtml-transition: all 0.9s ease 0s;

	-ms-transition: all 0.9s ease 0s;

	-o-transition: all 0.9s ease 0s;
}

.nextimg {
	background: url("../images/arrow-right.png") no-repeat scroll left top transparent !important;
	cursor: pointer !important;
	height: 63px !important;
	width: 63px !important;
	z-index: 100 !important;
}
/*.previmg{float: left;background: white url(../images/arrow.png) no-repeat;display: block;width: 30px;height: 30px;cursor: pointer;font-size: 1px;text-indent: -9999em;}*/

.previmg {
	background: url("../images/arrow-left.png") no-repeat scroll left top transparent !important;
	cursor: pointer !important;
	height: 63px !important;
	width: 63px !important;
	z-index: 100 !important;
}
.printCode {
	background: lightYellow none repeat scroll 0 0 !important;
	border: 1px inset orange !important;
	height: 36px !important;
	margin: 10px !important;
	overflow: auto !important;
	padding: 6px !important;
	text-align: left !important;
	color: black !important;
	width:auto !important;
}
#gridTbl {
	width: 100%;
}
.table {
	width:100%;
	margin-bottom:18px;
}
.table th, .table td {
	padding:8px;
	line-height:18px;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #E1E1E1
}
.table th {
	font-weight:bold;
}
.table thead th {
	vertical-align:bottom;
}
.table thead:first-child tr th, .table thead:first-child tr td {
	border-top:0;
}
.table tbody+tbody {
	border-top:2px solid #ddd;
}
.table-condensed th, .table-condensed td {
	padding:4px 5px;
	background-color: #ffffff;
}
.table-bordered {
	border:1px solid #ddd;
	border-collapse:separate;
*border-collapse:collapsed;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.table-bordered th+th, .table-bordered td+td, .table-bordered th+td, .table-bordered td+th {
	border-left:1px solid #E1E1E1;
	background-color: #ffffff;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top:0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color:#f9f9f9;
}
.table tbody tr:hover td, .table tbody tr:hover th {
	background-color:#f5f5f5;
}
.alignCenter {
	text-align: center;
}
