/* CSS Document */
.norm1{font-family:tahoma;font-size:11px;text-decoration:none;font-weight:none;color:#000000;}
.td{font-family:tahoma;font-size:11px;text-decoration:none;font-weight:none;color:#000000;}
.CName{font-family:tahoma;font-size:13px;font-weight:bold;	color:#FFAE00;text-decoration:none;}
.lbtm{font-family:tahoma;font-size:11px;font-weight:none;	color:#000000;text-decoration:none;}
.lbtmw{font-family:tahoma;font-size:11px;font-weight:none;	color:#ffffff;text-decoration:none;}
.lbtm2{font-family:tahoma;font-size:11px;font-weight:bold;	color:#000000;text-decoration:none;}
.lbtm2:hover{font-family:tahoma;font-size:11px;font-weight:bold;	color:#51b0b6;text-decoration:none;}
.Navigation{font-family:tahoma;font-size:13px;font-weight:bold;	color:#000000;text-decoration:none;}
.menu{font-family:tahoma;font-size:11px;font-weight:none;	color:#000000;text-decoration:none;}
.menu:hover{font-family:tahoma;font-size:11px;font-weight:none;	color:#013865;text-decoration:none;}
.managem{font-family:tahoma;font-size:11px;font-weight:none;	color:#000000;text-decoration:none;}
.managem:hover{font-family:tahoma;font-size:11px;font-weight:none;	color:#013865;text-decoration:none;}
.CPname{font-family: tahoma;font-size:11px;color:4D4C49;text-decoration:none;font-weight:bold;}
.mhead{font-family:tahoma;font-size:15px;text-decoration:none;font-weight:bold;color:#FFFFFF;}
.menuclr{font-family:tahoma;font-size:11px;text-decoration:none;font-weight:bold;color:#E8EEF3;}
.shead{font-family:tahoma;font-size:11px;text-decoration:none;font-weight:bold;color:#FFFFFF;}
.USER_Info{font-family:tahoma;font-size:11px;color:8A8A89;text-decoration:none;font-weight:none;}
.error{font-family:tahoma;font-size:11px;font-weight:none;	color:#FF0000;text-decoration:none;}
.txtflds{BORDER-WIDTH:1;BORDER-STYLE:SOLID;border-color:#000000;font-family:tahoma;font-size:10px;color:black;}
.txtfld{BORDER-WIDTH:1;BORDER-STYLE:SOLID;border-color:#000000;font-family:tahoma;font-size:10px;color:black;}
.txta{border-width:1;border-style:solid;font-size:12;}
.btn{BORDER-WIDTH:1;BORDER-STYLE:SOLID;border-color:#323232;background:#ffffff;font-family:verdana;font-size:10px;color:black;}
.btnred{BORDER-WIDTH:1;BORDER-STYLE:SOLID;border-color:#323232;background:#ff0000;font-family:verdana;font-size:10px;color:black;}
.txtdefault{font-family:tahoma;font-size:11px;height:20px;width: 150px;border-radius:5px; border:0; padding-left:5px;}

.txtnorm{font-family:tahoma;font-size:10px;height:18px;width: 70px;border-width:2;border-style:1;}
.txtnorm1{font-family:tahoma;font-size:10px;height:18px;width: 20px;border-width:2;border-style:1;}
.txtdromp_menu{font-family:tahoma;font-size:11px;height:20px;width: 150px;border-radius:5px; border:0; padding-left:5px;}
.txtnorm2{font-family:tahoma;font-size:11px;height:20px;width: 150px;border-radius:5px; border:0; padding-left:5px;}
.txtnews1{font-family:tahoma;font-size:11px;height:100px;width: 150px;border-radius:5px; border:0; padding-left:5px;}
.txtfilefield1{font-family:tahoma;font-size:11px;height:35px;width: 200px;border-width:1; padding:5px; color:#000000;}
.detail{font-family:tahoma;font-size:11px;height:125px;width: 600px;border-width:1;border-style:1;border-color:#ffffff;}
.detail2{font-family:tahoma;font-size:11px;height:125px;width: 125px;border-width:1;border-style:1;border-color:#ffffff;}
.txtfilefieldd{font-family:tahoma;font-size:11px;height:20px;width:35px;border-radius:5px; border:0; padding-left:5px; text-align:center;}
.txtdefault2{font-family:tahoma;font-size:11px; height:20px;width: 150px;border-radius:5px; border:0; padding-left:5px; text-align:center;}
.txtdefault3{font-family:tahoma;font-size:11px; height:20px;width: 50px;border-radius:5px; border:0; padding-left:5px; text-align:center;}

.txtaera{font-family:tahoma;font-size:11px;height:150px;width: 350px;border-radius:5px; border:0; padding-left:5px;}


.style5{font-family:tahoma;font-size:12px; color:#000000;text-decoration:none; font-weight:bold;}


.dd{font-family:tahoma;font-size:11px;height:20px;width: 50px;border-radius:5px; border:0; padding-left:5px;}
.yy{font-family:tahoma;font-size:11px;height:20px;width: 75px;border-radius:5px; border:0; padding-left:5px;}


.lbtm2q{font-family:tahoma;font-size:11px;font-weight:none;	color:#000000;text-decoration:none; background-color:#d3fcff;}
.lbtm2q:hover{background-color:#ffffff;}


.lbtm2qred{font-family:tahoma;font-size:11px;font-weight:none;	color:#000000;text-decoration:none; background-color:#ff0000;}
.lbtm2qred:hover{background-color:#ffffff;}



.imgg{ border-radius: 50%;}
/* ------------------ Tooltip ------------------- */
.tooltip {
position:relative; /* make span relative to anchor */
text-decoration:none; /* no underline */
cursor:pointer; /* make cursor point */
}
.tooltip span { /* main body of tooltip */
position:absolute; /* AP it */
bottom:66px; /* FADE IN/OUT BEGIN */
left:50%; /* CENTER TOOLTIP */
margin-left:-72px; /* CENTER TOOLTIP */
width:130px; /* tootip width */
opacity:0; /* HIDE TOOLTIP in modern browsers */
visibility:hidden; /* HIDE TOOLTIP in IE */
padding:10px 5px; /* padding */
color:#fff; /* text color */
font:bold 75%/1.5 Arial, Helvetica, sans-serif; /* font */
text-align:center; /* center text */
pointer-events:none; /* no unintended tooltip popup for modern browsers */
border-radius:6px; /* round corners */
text-shadow:1px 1px 2px rgba(0, 0, 0, 0.6); /* text shadow */
background:rgb(46,182,238); /* IE6/7/8 */
background:rgba(46,182,238,.8); /* modern browsers */
border:2px solid rgb(255,255,255); /* IE6/7/8 */
border:2px solid rgba(255,255,255,.8); /* modern browsers */
box-shadow:0px 2px 4px rgba(0,0,0,0.5); /* shadow */
-webkit-transition:all 0.3s ease-in-out; /* animate tooltip */
-moz-transition:all 0.3s ease-in-out; /* animate tooltip */
-o-transition:all 0.3s ease-in-out; /* animate tooltip */
-ms-transition:all 0.3s ease-in-out; /* animate tooltip */
transition:all 0.3s ease-in-out; /* animate tooltip */
}
.tooltip span.dif { /* different width tooltip */
width:190px; /* width */
margin-left:-102px; /* center it */
}
.tooltip span:before, .tooltip span:after { /* bottom triangle - the white border */
content:''; /* add html content */
position:absolute; /* AP bottom triangle */
bottom:-13px; /* position bottom triangle */
left:50%; /* center bottom triangle */
margin-left:-12px; /* center bottom triangle */
border-left:12px solid transparent; /* build bottom triangle */
border-right:12px solid transparent; /* build bottom triangle */
border-top:12px solid rgb(255,255,255); /* build bottom triangle IE6/7/8 */
border-top:12px solid rgba(255,255,255,.8); /* build bottom triangle modern browsers */
}
.tooltip span:after { /* top triangle - the blue background */
bottom:-10px; /* position top triangle */
margin-left:-10px; /* center top triangle */
border-width:10px; /* build top triangle */
border-top:10px solid rgb(46,182,238); /* build top triangle IE6/7/8 */
border-top:10px solid rgba(46,182,238,.8); /* build top triangle modern browsers */
}
.tooltip:hover span { /* reveal tooltip */
opacity:1; /* REVEAL TOOLTIP in modern browsers */
bottom:110px; /* FADE IN/OUT END */
visibility:visible; /* REVEAL TOOLTIP in IE */
}
.tooltip span:hover {
visibility:hidden; /* hide tooltip when moving from link to span in IE */
}
@media (min-device-width:320px) and (max-device-width:768px) {.tooltip span{display:none;}.tooltip:hover span{display:block;} } /* iPad & iPhone simulate :hover */





/* ------------------ Tooltip ------------------- */
.tooltip {
position:relative; /* make span relative to anchor */
text-decoration:none; /* no underline */
cursor:pointer; /* make cursor point */
}
.tooltip span { /* main body of tooltip */
position:absolute; /* AP it */
bottom:26px; /* FADE IN/OUT BEGIN */
left:50%; /* CENTER TOOLTIP */
margin-left:-80px; /* CENTER TOOLTIP */
width:160px; /* tootip width */
opacity:0; /* HIDE TOOLTIP in modern browsers */
visibility:hidden; /* HIDE TOOLTIP in IE */
padding:10px 5px; /* padding */
color:#fff; /* text color */
font:bold 100%/1.5 Arial, Helvetica, sans-serif; /* font */
text-align:left; /* center text */
pointer-events:none; /* no unintended tooltip popup for modern browsers */
border-radius:6px; /* round corners */
text-shadow:1px 1px 2px rgba(0, 0, 0, 0.6); /* text shadow */
background:rgb(46,182,238); /* IE6/7/8 */
background:rgba(46,182,238,.8); /* modern browsers */
border:2px solid rgb(255,255,255); /* IE6/7/8 */
border:2px solid rgba(255,255,255,.8); /* modern browsers */
box-shadow:0px 2px 4px rgba(0,0,0,0.5); /* shadow */
-webkit-transition:all 0.3s ease-in-out; /* animate tooltip */
-moz-transition:all 0.3s ease-in-out; /* animate tooltip */
-o-transition:all 0.3s ease-in-out; /* animate tooltip */
-ms-transition:all 0.3s ease-in-out; /* animate tooltip */
transition:all 0.3s ease-in-out; /* animate tooltip */
}
.tooltip span.dif { /* different width tooltip */
width:190px; /* width */
margin-left:-102px; /* center it */
}
.tooltip span:before, .tooltip span:after { /* bottom triangle - the white border */
content:''; /* add html content */
position:absolute; /* AP bottom triangle */
bottom:-13px; /* position bottom triangle */
left:50%; /* center bottom triangle */
margin-left:-12px; /* center bottom triangle */
border-left:12px solid transparent; /* build bottom triangle */
border-right:12px solid transparent; /* build bottom triangle */
border-top:12px solid rgb(255,255,255); /* build bottom triangle IE6/7/8 */
border-top:12px solid rgba(255,255,255,.8); /* build bottom triangle modern browsers */
}
.tooltip span:after { /* top triangle - the blue background */
bottom:-10px; /* position top triangle */
margin-left:-10px; /* center top triangle */
border-width:10px; /* build top triangle */
border-top:10px solid rgb(46,182,238); /* build top triangle IE6/7/8 */
border-top:10px solid rgba(46,182,238,.8); /* build top triangle modern browsers */
}
.tooltip:hover span { /* reveal tooltip */
opacity:1; /* REVEAL TOOLTIP in modern browsers */
bottom:20px; /* FADE IN/OUT END */
visibility:visible; /* REVEAL TOOLTIP in IE */
}
.tooltip span:hover {
visibility:hidden; /* hide tooltip when moving from link to span in IE */
}
@media (min-device-width:320px) and (max-device-width:768px) {.tooltip span{display:none;}.tooltip:hover span{display:block;} } /* iPad & iPhone simulate :hover */
