img{
border:0;
}
.updFldsDiv{
font-size:12px;
font-family:arial;
padding:20px;
background-color:#184979;
-webkit-box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.25);
box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.25);
-webkit-border-radius: 16px;  
-moz-border-radius: 16px; 
border-radius: 16px;
border:1px solid #F1C332;
}

.blink {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blink;
}
 
@keyframes blink {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.fontTitleReg{
font-size:18px;
color:#003e91;
background-color: #d9f5ff; 
}
.tdReport{
background-color: white; 
vertical-align: text-top;

}
.tdReportTitle{
background-color: #d9f5ff; 
font-size:14px;
font-weight:600;
vertical-align: text-top;
}
.tblReport{
	background-color: black; 
	font-family:arial;
	font-size:14px;
	text-decoration:none;
	width:750px;
	color:black;
}
.styled-select select {
   background: transparent;
   width: 200px;
   padding-right: 40px;
   padding-top: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
    
   -webkit-appearance: none;
   cursor:pointer;
   } 

.styled-select {
   overflow: hidden;
   height: 29px;
   } 

.styled-select1 {
   width: 112px;
     background: url('../general/library/sel1.jpg') no-repeat right #ddd;
   } 
.styled-select2 {
   width: 159px;
     background: url('../general/library/sel2.jpg') no-repeat right #ddd;
   } 
   .styled-select3 {
   width: 177px;
     background: url('../general/library/sel3.jpg') no-repeat right #ddd;
   } 
   .styled-input {
    font-size: 16px;
   width: 261px;
 height: 29px;
    background: url('../general/library/txt1.jpg') no-repeat right #ddd;
   } 
   
	   .box1 { 
		position: relative; 
		height: 0px; 
 		 
		background-repeat: no-repeat; 
		}
		#box-link1 { 
		position: absolute; 
		top: 0px; 
		left: 30px; 
		width: 150px; 
		height:40px; 
		background-color: transparent; 
		  }	
		#box-link2 { 
		position: absolute; 
		top: 0px; 
		left: 185px; 
		width: 120px; 
		height:40px; 
		background-color: transparent; 
		  }	
		#box-link3 { 
		position: absolute; 
		top: 0px; 
		left: 305px; 
		width: 100px; 
		height:40px; 
		background-color: transparent; 
		  }	
		#box-link4 { 
		position: absolute; 
		top: 0px; 
		left: 405px; 
		width: 160px; 
		height:40px; 
		background-color: transparent; 
		 }	
.fontTbl{
	font-family:arial;
	font-size:12;
	color:black;
	width:700px;
	}
	.linksLine
{
	font-family:arial;
	font-size:13;
	color:navy
}
.selectedCard
{
	font-family:arial;
	font-size:13;
	color:navy;
	font-weight:bold;
}
 .srcbox1 { 
		position: relative; 
		height: 0px; 
 		 
		background-repeat: no-repeat; 
		}
	#srclink1 { 
		position: absolute; 
		top: 0px; 
		right: 50px; 
		width: 85px; 
		height:40px; 
		background-color: transparent; 
		  }	
		#srclink2 { 
		position: absolute; 
		top: 0px; 
		right: 134px; 
		width: 78px; 
		height:40px; 
		background-color: transparent; 
		  }	
		#srclink3 { 
		position: absolute; 
		top: 0px; 
		right: 210px; 
		width: 90px; 
		height:40px; 
		background-color: transparent; 
		  }	
input[type=checkbox].haifa-checkbox {
	display:none;
}

input[type=checkbox].haifa-checkbox + label.haifa-label {
	
	height:21px; 
	display:inline-block;
	line-height:21px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:21px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].haifa-checkbox:checked + label.haifa-label {
	background-position: 0 -21px;
}
label.haifa-label {
	background-image:url('../general/library/haifa_checkbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.srcRes{
font-family:arial;
	font-size:14px;
}
.srcRes1{
color:#2E5A97;
}
.srcRes2{
color:#3C3A3B;
}
.srcRes3{
color:#2A60A6;
}
.bottomLines{
font-family:arial;
	font-size:12px;
	color:#555555;
	font-weight:500;

	}
.loginBtn{
	width:80px;
	height:30px;
	font-family:arial;
	font-size:16px;
	color:white;
	background-color: hsl(201, 100%, 30%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09A1E0", endColorstr="#027FB5");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#09A1E0), to(#027FB5));
	background-image: -moz-linear-gradient(top, #09A1E0, #027FB5);
	background-image: -ms-linear-gradient(top, #09A1E0, #027FB5);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09A1E0), color-stop(100%, #027FB5));
	background-image: -webkit-linear-gradient(top, #09A1E0, #027FB5);
	background-image: -o-linear-gradient(top, #09A1E0, #027FB5);
	background-image: linear-gradient(#09A1E0, #027FB5);
	border-color: #07CDEA #07CDEA  #0285BB #0285BB;
	box-shadow: -2px 2px 20px #888888;
	cursor:pointer;
	padding-top:6px;
  	}
	
	.inputLIPge{
	text-decoration:none;
	font-family:arial;
	color:white;
	font-size:16px;
	height: 24px;
	BORDER: 1px solid;
	padding-top:2px;
	}
	.inputLBlueLIPge{
	width: 80px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30B7EE", endColorstr="#0876A9");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#30B7EE), to(#0876A9));
	background-image: -moz-linear-gradient(top, #30B7EE, #0876A9);
	background-image: -ms-linear-gradient(top, #30B7EE, #0876A9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30B7EE), color-stop(100%, #0876A9));
	background-image: -webkit-linear-gradient(top, #30B7EE, #0876A9);
	background-image: -o-linear-gradient(top, #30B7EE, #0876A9);
	background-image: linear-gradient(#30B7EE, #0876A9);
	border-color: #2DB6EA #0E89C5  #0977AA #0A8ECC;
	}
	.inputBlueLIPge{
	width: 140px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065188", endColorstr="#003A68");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#065188), to(#003A68));
	background-image: -moz-linear-gradient(top, #065188, #003A68);
	background-image: -ms-linear-gradient(top, #065188, #003A68);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #065188), color-stop(100%, #003A68));
	background-image: -webkit-linear-gradient(top, #065188, #003A68);
	background-image: -o-linear-gradient(top, #065188, #003A68);
	background-image: linear-gradient(#065188, #003A68);
	border-color: #206BA4 #004476  #003968 #00426F;
	}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    black;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    black;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    black;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    black;
}
.inputGray{
	font-family:arial;
	font-size:16px;
	height: 20px;
	width: 132px;	
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D5D6D8", endColorstr="#F5F6F8");
  /** (Ziv) Close From here for focus  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#D5D6D8), to(#F5F6F8));
  background-image: -moz-linear-gradient(top, #D5D6D8, #F5F6F8);
  background-image: -ms-linear-gradient(top, #D5D6D8, #F5F6F8);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D5D6D8), color-stop(100%, #F5F6F8));  
  background-image: -webkit-linear-gradient(top, #D5D6D8, #F5F6F8);
  background-image: -o-linear-gradient(top, #D5D6D8, #F5F6F8);
  background-image: linear-gradient(#D5D6D8, #F5F6F8);
  */
	}
	

	
.inputBlue{
font-family:arial;
	font-size:16px;
	color:white;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#2E3192;
	}
.inputBlueM{
font-family:arial;
	font-size:16px;
	color:gray;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#84B1EE;
	}
.inputBlueL{
font-family:arial;
	font-size:16px;
	color:gray;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#C8DCF8;
	}
	
	
	
.inputPaleBlue{
font-family:arial;
	font-size:16px;
	color:white;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#29AAE3;
	}
.inputPaleBlueM{
font-family:arial;
	font-size:16px;
	color:gray;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#B0E0F6;
	}
.inputPaleBlueL{
font-family:arial;
	font-size:16px;
	color:gray;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#D9F0FB;
	}
	
.inputTurquoiseBlue{
font-family:arial;
	font-size:16px;
	color:white;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#01A89E;
	}
.inputTurquoiseBlueM{
font-family:arial;
	font-size:16px;
	color:gray;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#A8FEF9;
	}
.inputTurquoiseBlueL{
font-family:arial;
	font-size:16px;
	color:gray;
	font-weight:500;
	BORDER: gray 1px solid;
	height: 22px;
	width: 124px;
	background-color:#DBFFFD;
	}
.grayBg{
font-family:arial;
	font-size:14px;
	font-style:italic;
	color:black;
	font-weight:500;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='white',endColorStr='#CEC9CF'); 
	background-image: -moz-linear-gradient(center top -90deg, white, #CEC9CF);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#CEC9CF)); 
	background-image: -o-linear-gradient(white,#CEC9CF); 
	background-image: -ms-linear-gradient(white,#CEC9CF); 
	}
.grayBgClss{
font-family:arial;
	font-size:14px;
	color:#143e93;
	font-weight:bold;
	}
	.grayBgClss1{
font-family:arial;
	font-size:16px;
	 font-weight:700;
	color:#143e93;
	 
	}
.inputb {
	BORDER: gray 1px solid;
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:100px;
}
.inputc {
	BORDER: gray 1px solid;
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:190px;
}
.boxtextarea{
	border:1px solid #000000;
	width:241px;
	height:90px;
	background-color:White;
	font-size:13px;
	color:#000000;
	}
.boxtext{
	border:1px solid #000000;
	width:241px;
	height:20px;
	background-color:White;
	font-size:13px;
	color:#000000;
	}
.headertitle{
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	}
.inputBig {
	BORDER: gray 1px solid;
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:400px;
}
.titleReport{
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:black
	}
.buttonPageNumReport{
	font-family:arial;
	font-size:16px;
	color:black;
	font-weight:500;
	BORDER: #AAAAEE 1px solid;
	height: 25px;
	width: 25px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	}
.buttonPageNumSelReport{
	font-family:arial;
	font-size:16px;
	color:white;
	font-weight:500;
	BORDER: #AAAAEE 1px solid;
	height: 25px;
	width: 25px;
	background-color:#1A63BA;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	}
.buttonPageNumHrefReport{
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	}
.buttonPageNumHrefSelReport{
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	color:white;
	font-weight:600;
	}
.selLogin{
	background-image: url('../imagesGATE/upd.jpg');
	background-repeat: no-repeat;
	background-position:0 0;
	height: 28px;
	width: 28px;
}
.selLogin:hover,.selLogin:focus,.selLogin:active{
background-position:0 0;
}
.buttonfontUpdate{
	background-image: url('../imagesGATE/upd.jpg');
	font-family:arial;
	font-size:14px;
	color:black;
	font-weight:500;
	BORDER: gray 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	text-align:right;
		vertical-align:middle;
	}
.buttonfontLoan{
	background-image: url('../imagesGATE/B5_155.gif');
	font-family:arial;
	font-size:14px;
	color:black;
	font-weight:700;
	BORDER: white 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 160px;
	vertical-align:middle;
	}
.buttonfontLoan1{
	background-image: url('../imagesGATE/B5_071.gif');
	font-family:arial;
	font-size:14px;
	color:black;
	font-weight:700;
	BORDER: white 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 185px;
	vertical-align:middle;
	}
.buttonfontLoan2{
	background-image: url('../imagesGATE/B5_323.gif');
	font-family:arial;
	font-size:14px;
	color:black;
	font-weight:700;
	BORDER: white 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	vertical-align:middle;
	}
.buttonfontLoan3{
	background-image: url('../imagesGATE/B5_208.gif');
	font-family:arial;
	font-size:14px;
	color:black;
	font-weight:700;
	BORDER: white 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 240px;
	vertical-align:middle;
	}
.buttonfontCreate{
	background-image: url('../imagesGATE/ins.jpg');
	font-family:arial;
	font-size:14px;
	color:black;
	font-weight:500;
	BORDER: gray 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	text-align:right;
		vertical-align:middle;
	}
.buttonfontReportSearch{
	background-image: url('../imagesGATE/B5_089.gif');
	font-family:arial;
	font-size:16px;
	color:black;
	font-weight:700;
	BORDER: white 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	vertical-align:middle;
	}
.buttonfontReportPrint{
	background-image: url('../imagesGATE/B5_203.gif');
	font-family:arial;
	font-size:16px;
	color:black;
	font-weight:700;
	BORDER: white 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	vertical-align:middle;
	}
	
.buttonfontReportDelete{
	background-image: url('../imagesGATE/B5_033.gif');
	font-family:arial;
	font-size:16px;
	color:black;
	font-weight:700;
	BORDER: white 2px solid;
	background-repeat: no-repeat;
	height: 30px;
	width: 230px;
	vertical-align:middle;
	}
.buttonfontReportExcel{
	background-image: url('../imagesGATE/B5_217.gif');
	font-family:arial;
	font-size:16px;
	color:black;
	font-weight:700;
	BORDER: white 2px solid;
	background-repeat: no-repeat;
	height: 32px;
	width: 200px;
	vertical-align:middle;
	}
.tblsfontReport{
font-family:arial;
	font-size:14px;
	font-style:italic;
	color:black;
	font-weight:500;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='White',endColorStr='#4584E4'); 
	background-image: -moz-linear-gradient(center top -90deg, White, #4584E4);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(White), to(#4584E4)); 
	background-image: -o-linear-gradient(White,#4584E4); 
	background-image: -ms-linear-gradient(White,#4584E4); 
	}
.fontReport{
font-family:arial;
	font-size:14px;
	font-style:italic;
	color:black;
	font-weight:500;
	}
.bodyColor3{
	font-family:arial;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#C8D1F2',endColorStr='#E1E4EF'); 
 	background-image: -moz-linear-gradient(center top -90deg, #C8D1F2, #E1E4EF);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C8D1F2), to(#E1E4EF)); 
	background-image: -o-linear-gradient(#C8D1F2,#E1E4EF);
	background-image: -ms-linear-gradient(#C8D1F2,#E1E4EF);
	font-size:14px;
	color:#363590;
	border:1px solid #353590;

	}
.bodyColor{
	font-family:arial;
	font-size:14px;
	color:#000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#C8D1F2',endColorStr='#E1E4EF'); 
 	background-image: -moz-linear-gradient(center top -90deg, #C8D1F2, #E1E4EF);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C8D1F2), to(#E1E4EF)); 
	background-image: -o-linear-gradient(#C8D1F2,#E1E4EF);
	background-image:  -ms-linear-gradient(#C8D1F2,#E1E4EF);
	}
.bodyColor1{
	font-family:arial;
	font-size:14px;
	color:#000000;
	background-color:#EAE9E4;

	}
.bodyColor22{
	font-family:arial;
	font-size:14px;
	color:black;
	background-color:black;

	}
.inputs {
	BORDER: gray 1px solid;
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:50px;
}
.inputDate {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:100px;
	
}

.inputDays {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:40px;
	
}
.legendFont {
	BORDER: gray 1px solid;
	FONT-SIZE: 16px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:500px;
	font-weight:bold;
}
.machinestblsfont{
	font-family:arial;
	font-size:14px;
	color:#000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#C0C0FF',endColorStr='#9295FE'); 
	background-image: -moz-linear-gradient(center top -90deg, #C0C0FF, #9295FE);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C0C0FF), to(#9295FE)); 
	background-image: -o-linear-gradient(#C0C0FF,#9295FE);
	background-image: -ms-linear-gradient(#C0C0FF,#9295FE);
	}
.regularFontS{
	font-family:arial;
	font-size:10px;
	color:#000000;
font-weight:normal;
	}
.remarkFontS{
	font-family:arial;
	font-size:11px;
	color:red;
font-weight:normal;
font-style:italic;
	}
	.remarkFontB{
	font-family:arial;
	font-size:14px;
	color:red;
font-weight:normal;
font-style:italic;
	}
.regularFont{
	font-family:arial;
	font-size:12px;
	color:#000000;
font-weight:normal;
	}
.regularFontBL{
	font-family:arial;
	font-size:12px;
	color:#363590;
font-weight:normal;
	}
.regularBFontBL{
	font-family:arial;
	font-size:14px;
	color:#363590;
font-weight:bold;

	}
.regularBFont{
	font-family:arial;
	font-size:14px;
	color:#000000;
font-weight:normal;
	}

.regularBigFont1{
	font-family:arial;
	font-size:16px;
	color:#000000;
font-weight:normal;
	}
.regularFont1{
	font-family:arial;
	font-size:13px;
	color:#ffffff;
font-weight:bold;
	}
.regularBigFont{
	font-family:arial;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	}
	
.fonttitle{
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background-color:#4D7CA7;
	}
	.fonttitle1{
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	color:#ffffff
	}
.tblsfont{
	font-family:arial;
	font-size:14px;
	color:#000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#B4D5FF',endColorStr='#88C0FE'); 
	background-image: -moz-linear-gradient(center top -90deg, #B4D5FF, #88C0FE);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B4D5FF), to(#88C0FE)); 
	background-image: -o-linear-gradient(#B4D5FF,#88C0FE);
	background-image: -ms-linear-gradient(#B4D5FF,#88C0FE);
	}
.fonttitle2{
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background-color:#34A234;
	}
.tblsfont2{
	font-family:arial;
	font-size:14px;
	color:#000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#C4D97C',endColorStr='#DEEAAC'); 
	background-image: -moz-linear-gradient(center top -90deg, #C4D97C, #DEEAAC);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C4D97C), to(#DEEAAC)); 
	background-image: -o-linear-gradient(#C4D97C,#DEEAAC);
	background-image: -ms-linear-gradient(#C4D97C,#DEEAAC);
	}
.fonttitle3{
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background-color:#D1B267;
	}
.tblsfont3{
	font-family:arial;
	font-size:14px;
	color:#000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#E3CB8B',endColorStr='#F5E9CB'); 
	background-image: -moz-linear-gradient(center top -90deg, #E3CB8B, #F5E9CB);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E3CB8B), to(#F5E9CB));
	background-image: -o-linear-gradient(#E3CB8B,#F5E9CB); 
	background-image: -ms-linear-gradient(#E3CB8B,#F5E9CB); 
	}

.tblsfont1{
	font-family:arial;
	font-size:14px;
	color:#000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#B0A6C9',endColorStr='#E5E1EF'); 
	background-image: -moz-linear-gradient(center top -90deg, #B0A6C9, #E5E1EF);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0A6C9), to(#E5E1EF)); 
	background-image: -o-linear-gradient(#B0A6C9,#E5E1EF); 
	background-image: -ms-linear-gradient(#B0A6C9,#E5E1EF); 
	}
.tblsfontUp{
font-family:arial;
	font-size:22px;
	font-style:italic;
	color:#ffffff;
	font-weight:bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#C0C0FF',endColorStr='#9295FE'); 
	background-image: -moz-linear-gradient(center top -90deg, #C0C0FF, #9295FE);    
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C0C0FF), to(#9295FE)); 
	background-image: -o-linear-gradient(#C0C0FF,#9295FE); 
	background-image: -ms-linear-gradient(#C0C0FF,#9295FE); 
	}
.reportTd1{
	font-family:arial;
	font-size:14px;
	color:#FFFFFF;
	background-color:#134D99;
	cursor:pointer;
	}
.reportTd2{
	font-family:arial;
	font-size:14px;
	color:#FFFFFF;
	background-color:#134D99;
	}
.reportTrOrder{
	background-color:#99CCFF;
	font-family:arial;
	font-size:14px;
	color:#000000;	
}
.reportTrOrderRow{
	background-color:#FFCC99;
	font-family:arial;
	font-size:14px;
	color:#000000;		
}
.reportTrCredit{
	background-color:#FFFF99;
	font-family:arial;
	font-size:14px;
	color:#000000;		
}
.respRegFont{
 font-weight:bold;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
}
.respinput {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:200px;
	
}
.respinput1 {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:200px;
	height:100px;
	
}
.resp2RegFont{
 font-weight:bold;
	font-family:arial;
	font-size:14px;
	color:navy;
}
.resp2NumsRegFont{
 font-weight:bold;
	font-family:arial;
	font-size:18px;
	color:gray;
}
.resp2ResFont{
	font-family:arial;
	font-size:14px;
	color:gray;
}
.respCntntFont{
	font-family:arial;
	font-size:12px;
	color:navy;
}
.respEditDelFont{
	font-family:arial;
	font-size:12px;
	color:red;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	
}

.tabSelFont {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:100px;
	font-weight:bold;
	BORDER-TOP: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-right: gray 1px solid;
	cursor: pointer;
}
.tabUnSelFont {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	width:100px;
	font-weight:bold;
	BORDER: gray 1px solid;
	cursor: pointer;
}
.tabLastFont {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	 
	font-weight:bold;
	BORDER: gray 1px solid;
}
.tblDefFont {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	BORDER-BOTTOM: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-right: gray 1px solid;
}
.tblDefFont1 {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	
}
.SelectStyle{
	font-family:arial;
	font-size:12px;
	color:black;
	background-color:white;
	border-color:black;
	border-left: Black;
	width:230px;
	}
.tblRegFont {
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY:  Arial;
	BORDER: gray 1px solid;
}
.topMenuHdr
{
font-family:Arial;
font-size:10pt;
font-weight:bold;
color:#ffffff;
width:124px;
background-color:#FF9A00;
}

.advancedtextdetails{
	font-family:arial;
	font-size:12px;
	color:black;
 
	}
.advancedbigwindow{
	font-family:arial;
	font-size:-1;
	color:black;
	background-color:white;
	width:363px;
	}
.SelectFildTypeWindow{
	font-family:arial;
	font-size:12px;
	color:black;
	background-color:white;
	width:160px;
	}
 
.advancedtextwindow{
	font-family:arial;
	font-size:12px;
	color:black;
	background-color:white;
	border:1px solid #7F9DB9;
	width:170px;
	}
 
.advancedtextwindowsml{
	font-family:arial;
	font-size:12px;
	color:black;
	background-color:white;
	border:1px solid #7F9DB9;
	width:115px;
	}
.SelectCatWindow{
	font-family:arial;
	font-size:12px;
	color:black;
	background-color:white;
	width:117px;
	}
 
.SelectCatWindow1{
	font-family:arial;
	font-size:12px;
	color:black;
	background-color:white;
	border-color:black;
	border-left: Black;
	width:140px;
	}
.advancedsmallwindow{
	font-family:arial;
	font-size:-1;
	color:black;
	background-color:white;
	width:135px;
	}
 
.smlariel
{
	font-family:arial;
	font-size:11px;
	color:black;
}

.fontsearch{
	font-family:arial;
	font-size:16px;
	color:navy
	}
.fontresult{
	font-family:arial;
	font-size:13px;
	color:navy
	}
.fontresultLink{
	font-family:arial;
	font-size:13px;
	}
.but2 {
	border:1px solid #767BBD;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #767BBD;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #ffffff
}
.formelemnt{
	border:1px solid #4282E4;
	
	width:200px;
	height:20px;
	font-family:arial;
	font-size:15px;
}
.GetItemgeneraltbl
{
	 
	font-family :arial;
	color: #000000;
	font-size : 16px;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #00ffff;
	border: 1px solid #000000;
}
.PopuCardStyle a
{
	FONT-FAMILY:Arial;
	color:#003F87;
	font-size:11pt;
}
.PopuCardStyle1
{
	FONT-FAMILY:Arial;
	color:#003F87;
	font-size:11pt;
}
#PopuCard_1 {
position: absolute;
display:none;
z-index:100;

}
.fontinrmal{
	font-family:arial;
	font-size:14px;
	color:#000000
	}
.formelemnt1{
	border:1px solid #4282E4;
}
.formelemntsml{
	border:1px solid #4282E4;
	width:60px;
	height:20px;
}
.generalTbl
{
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	width:650px;
	BACKGROUND-COLOR:#CD6601;
	 
}
.font1rpt{
	font-family:arial;
	font-size:14px;
	color:blue;
	font-style:italic;
	font-weight:500;
	}
.font2rpt{
	font-family:arial;
	font-size:14px;
	color:green;
	font-style:italic;
	font-weight:500;
	}
.font3rpt{
	font-family:arial;
	font-size:14px;
	color:fuchsia;
	font-style:italic;
	font-weight:500;
	}
.fontimage{
	font-family:arial;
	font-size:12px;
	}
.nonPrintble
{
	font-family:arial;
	font-size:15px;
	 
}
.printTbl
{
	font-family:arial;
	font-size:15px;
	width:800px;
	 
}

.Searchgeneraltbl
{

	font-family :arial;
	color: #000000;
	font-size : 14px;
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #000000;
}

.fastsearchdiv
{
	display:none;
	z-index:100;
	position :absolute;
}
.MoveToReport2
{
	cursor:pointer;
	text-decoration:underline;
}
.genfont
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #767BBD;
	FONT-FAMILY: Arial;
}
.fonttxtNo{
	font-family:arial;
	font-size:12px;
	color:red;
	text-decoration:none;
	}
.fonttxtYes{
	font-family:arial;
	font-size:12px;
	color:green;
	text-decoration:none;
	}
.fontimage1{
	font-family:arial;
	font-size:12px;
	color:#000080;
	text-decoration:none;
	}
.fonttitle1{
	font-family:arial;
	font-size:14px;
	color:white;
	text-decoration:none;
	}
.fonttitle22{
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background-color:#9287B1;
	}
.topMenuHdr1
	{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#ffffff;
	}
	
.but 
{
	BORDER-RIGHT: #003E91 2px solid;
	BORDER-TOP: #003E91 2px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	BORDER-LEFT: #003E91 2px solid;
	COLOR: #ffffff;
	BORDER-BOTTOM:#003E91 2px solid;
	FONT-FAMILY:  Arial;
	BACKGROUND-COLOR: #2D7CE4;
	LETTER-SPACING:0.1px
}
.but1 
{
		BORDER-RIGHT: #003E91 2px solid;
		BORDER-TOP: #003E91 2px solid;
		FONT-WEIGHT: bold;
		FONT-SIZE: 14px;
		BORDER-LEFT: #003E91 2px solid;
		COLOR: #ffffff;
		BORDER-BOTTOM:#003E91 2px solid;
		FONT-FAMILY:  Arial;
		BACKGROUND-COLOR: #003E71;
		LETTER-SPACING:0.1px
	}
			
.but2 
{
		BORDER-RIGHT: #003E91 2px solid;
		BORDER-TOP: #003E91 2px solid;
		FONT-WEIGHT: bold;
		FONT-SIZE: 14px;
		BORDER-LEFT: #003E91 2px solid;
		COLOR: #ffffff;
		BORDER-BOTTOM:#003E91 2px solid;
		FONT-FAMILY:  Arial;
		BACKGROUND-COLOR: #2D7CE8;
		LETTER-SPACING:0.1px
	}
.text 
{
	BORDER-RIGHT: #003E91 2px solid;
	BORDER-TOP: #003E91 2px solid;
	BORDER-LEFT: #003E91 2px solid;
	BORDER-BOTTOM: #003E91 2px solid;
	BACKGROUND-COLOR: #ffffff;
	FONT-SIZE: 16px;
    FONT-WEIGHT: normal;
	FONT-FAMILY: Arial;
}
.fontinrmal2{
	font-family:tahoma;
	font-size:70%;
	color:$LocationStripColor;
	}

