﻿#overlay
{
	background-color: #000;
	filter: alpha(opacity=70);
	float: left;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.gridHeader th 
{
	border-collapse:separate;
	border-left:1px solid #83bbd9; 
}
.Blue
{
	background-color: Black;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

DIV.texthover
{
	width: 100%;
	display: block;
	position: relative;
	text-align: center !important;
}

DIV.texthover .overlayer
{
	position: absolute;
	top: 45%;
	width: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: Gray;
	display: none;
}
DIV.texthover:hover .overlayer
{
	display: block;
}
.width100
{
	width: 100%;
}
.packagingRows
{
	border-spacing: 5px;
}
.gridHead
{
    border: #83bbd9 solid 1px;
}
.gridHeader a
{
	text-decoration: none;
}

.gridHead th 
{
	border-collapse:separate;
}
.width105
{
	width: 105px;
}
.greybtn
{
	background: url(../images/grey-btn.jpg) repeat-x;
	margin-top: 10px;
	color: #334959;
	height: 30px;
	padding: 3px 30px;
	margin-right: 10px;
	border: none !important;
	font-size: 14px;
	cursor: pointer;
}
.rightFloat
{
	float: right;
}
.select
{
	-webkit-appearance: none;
	background: url(../images/drop-down.png);
	background-position: right;
	background-repeat: no-repeat;
}
.addPopup
{
	position: absolute;
	z-index: 1034;
}
.uploadExcelDiv
{
	background-color: #fff;
	left: 50%;
	border: 1px solid #4f4f4f;
	margin-left: -250px;
	padding: 10px;
	position: absolute;
	top: 400px;
	width: 500px;
	z-index: 1000;
}
.popUpContainer
{
	width: 940px;
	margin: 0 auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.popUpContainer .header
{
	width: 96%;
	color: #FFF;
	font-size: 18px;
	background: url(../images/popUp-header.png) repeat-x left top;
	height: 16px;
	padding: 5px 20px 10px 20px;
	vertical-align: central;
	float: left;
}

.popUpContainer p
{
	margin-right: 10px !important;
	margin-top: 4px;
	float: left;
}
.popUpContainer a
{
	color: #01389A;
}
.popUpContainer .popuptable
{
	margin: 0 auto;
	border: #83bbd9 solid 1px;
	min-width: 90%;
}
.popUpContainer .popuptable td
{
	padding: 8px 5px;
}
.popUpContainer .popuptable th
{
	background: url(../images/table-header-bg.png) repeat-x;
	height: 10px;
	border-right: #83bbd9 solid 1px;
	padding: 5px 4px 5px 5px;
	border-bottom: #83bbd9 solid 1px;
}
a.closeBtn
{
	background: url(../../images/ico_close.png) no-repeat left top;
	height: 32px;
	float: right;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 33px;
	z-index: 1001;
}
.closeBtn
{
	background: url(../images/closeBtn.png) no-repeat left top;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: none !important;
	margin: 2px 0px 0px 0px;
}
.leftFloat
{
	float: left !important;
	width: 180px;
}
.conHolder
{
	margin: 20px 10px 20px 10px;
	float: left;
	width: 98%;
}
.headertext
{
	font-size: 16px;
	float: left;
	font-weight: normal;
	margin-left: 10px;
}
.datatable
{
	width: 100%;
	border-collapse: collapse;
}
.datatable td
{
	padding: 10px 5px;
	vertical-align: top;
}
.datatable th
{
	background: url(../images/table-header-bg.png) repeat-x;
	height: 30px;
	line-height: 30px;
	border-right: #83bbd9 solid 1px;
	padding: 0px 4px 0px 5px;
	/*border-bottom: #83bbd9 solid 1px;*/
	padding: 0px 4px 0px 4px;
	
}
.popupDataTable
{
	margin: 20px 0px;
}
.popupDataTable td
{
	padding: 5px 6px;
}
.popupDataTable lable
{
	float: right;
}

.width80
{
}
.width100
{
	width: 100%;
}
.tableScroll
{
	width: 100%;
	padding-bottom: 1px;
	border: #b7d9eb solid 1px;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.alternate
{
	background-color: #f9f8f8;
	border-bottom: #e4e4e4 solid 1px;
	border-top: #e4e4e4 solid 1px;
}
.bluebtn
{
	background: url(../images/blue-btn.jpg) repeat-x;
	color: #FFF;
	margin-right: 10px;
	font-size: 14px;
	cursor: pointer;
	border-left-style: none !important;
	border-left-color: inherit !important;
	border-left-width: medium;
	border-right-style: none !important;
	border-right-color: inherit !important;
	border-right-width: medium;
	border-top-style: none !important;
	border-top-color: inherit !important;
	border-top-width: medium;
	border-bottom-style: none !important;
	border-bottom-color: inherit !important;
	border-bottom-width: medium;
}
.bluebtnAttch
{
	background: url(../images/blue-btn.jpg) repeat-x;
	color: #FFF;
	height: 25px !important;
	margin-top: 10px;
	margin-right: 10px;
	padding: 1px 5px 0px 5px;
	border: none !important;
	font-size: 12px;
	cursor: pointer;
}

.greybtnDis
{
	background: url(../images/grey-btn.jpg) repeat-x;
	margin-top: 10px;
	color: #334959;
	height: 30px;
	padding: 3px 30px;
	margin-right: 10px;
	border: none !important;
	font-size: 14px;
	cursor: pointer;
	opacity: 0.5;
}
.greybtn
{
	background: url(../images/grey-btn.jpg) repeat-x;
	margin-top: 10px;
	color: #334959;
	height: 30px;
	padding: 3px 30px;
	margin-right: 10px;
	border: none !important;
	font-size: 14px;
	cursor: pointer;
}

.formTable input, select, textarea, text
{
	border: #c2c2c2 solid 1px;
	padding: 1px 3px 4px 3px;
	overflow: hidden;
	float: left;
	line-height: 20px;
}
.formTable
{
	/*margin: 20px 0px;*/
}
.formTable td
{
	padding: 5px 6px;
}
.formTable td lable
{
	float: right;
}
.width127
{
	width: 127px;
}
.width150
{
	width: 160px;
}
.width160
{
	width: 170px;
}
.mandatoryeeeee
{
	border-left-color: Orange;
	width: 150px;
}
.width100
{
	width: 100%;
}
.width99h
{
	width: 99.5%;
}
.width80
{
	width: 79%;
}
.width80p
{
	width: 80%;
	height: 100px;
}
.width90p
{
	width: 90%;
	height: 50px;
}
.width55
{
	width: 55%;
}

.disabled2
{
	background-color: #e0e0e0;
	border: #eaeaea solid 1px !important;
}
.valignTop
{
	vertical-align: top;
}

.DataColA
{
	width: 25%;
}
.DataColB
{
	width: 25%;
}
.DataColBu
{
	width: 35%;
}
.DataColC
{
	width: 20%;
}
.DataColD
{
	width: 30%;
}
.divder
{
	width: 100%;
	background: url(../images/div.png) repeat-x;
	height: 4px;
	float: left;
	margin: 5px 0 10px 0;
}
.Vdivder
{
	width: 2px;
}

.HeaderText
{
	
	color: #2766CC;
}

.clear
{
	clear: both;
}

.scrolls
{
	overflow: scroll;
}
.nopadding
{
	padding: 0px !important;
	border: 0px !important;
	background-color: transparent !important;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
}
.placeHolder
{
	overflow: hidden;
}
.marginTop20
{
	margin-top: 20px;
}
.marginTop16
{
	margin-top: 16px;
}
.marginTop10
{
	margin-top: 10px;
}
.marginTop30
{
	margin-top: 30px;
}
.marginTop3
{
	margin-top: 3px;
}
.marginLeft7
{
	margin-left: 7px;
}
.marginTop40
{
	margin-top: 40px;
}
.marginL20
{
	margin-left: 20px !important;
}
.marginL10
{
	margin-left: 10px;
}
.marginL5
{
	margin-left: 5px !important;
}
.marginB20
{
	margin-bottom: 20px !important;
}
.marginB30
{
	margin-bottom: 30px !important;
}
.marginB40
{
	margin-bottom: 40px !important;
}

.marginR10
{
	margin-right: 10px !important;
}

.marginL83
{
	margin-left: 115px !important;
	margin-left: 70px\9 !important;
}
.marginL450
{
	margin-left: 450px;
}
.marginL550
{
	margin-left: 550px;
}
.pagination input
{
	width: 25px;
	text-align: center;
	border: #c2c2c2 solid 1px;
}
.pagination label
{
	margin: 0 2px;
}
.pagination input.previous, .pagination input.next
{
	background: url(../images/prev.png) no-repeat left bottom;
	border: none;
	cursor: pointer;
	margin-right:2px;
}
.pagination input.next
{
	background: url(../images/next.png) no-repeat left bottom;
	border: none;
    margin-left:10px;
}
.pagination input.last
{
	background: url(../images/last.jpg) no-repeat left top;
	height: 15px;
	width: 15px;
	border: none;
}
.pagination input.first
{
	background: url(../images/First.jpg) no-repeat left top;
	border: none;
	height: 15px;
	width: 15px;
    margin-right:10px;
}
.blueButtons li.pagination
{
	background: none;
}
.pagination input.btn_previous, .pagination input.btn_next
{
	background: url(../images/btn_previous.png) no-repeat left top;
	border: none;
	cursor: pointer;
	height: 26px;
	margin: 0px;
	width: 59px;
}
.pagination input.btn_next
{
	background: url(../images/btn_next.png) no-repeat left top;
	border: none;
	width: 60px;
}
