html ,body{
}
@media screen and (min-width: 330px) and (max-width: 400px) {
#p_sub{
white-space: nowrap;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
.opaque{
opacity:0.2
}
#u36-1{
//background
width: 100%; height: 50px; left: 0px; top: 0px;visibility: inherit; font-size: 10px;
}
select{
border-radius: 12px;
border: 1px solid #AAAAAA;
}
#u37-1{
//dateLabel
width: 53px; height: 18px; left: 300px;; top: 30px;visibility: inherit; font-size: 11px;
}
#u38-1{
width: 50px; height: 25px; left:306px; top: 1px;visibility: inherit; font-size: 12px;
}
#u39-1{
width: 168px; height: 24px; left: 29px; top: 4px;visibility: inherit; font-size: 13px;font-weight:bold;
}
#u40-1{
width: 104px; height: 20px; left: 40px; top: 25px;visibility: inherit; font-size: 12px;
}
#u41-1{
width: 23px; height: 25px; left: 9px; top: 12px;visibility: inherit; font-size: 12px;
}
#u42-1{
width: 71px;
height: 18px;
left: 49px;
top: 30px;
visibility: inherit; font-size: 11px;
}
#u43-1{
width: 33px; height: 18px;
left: 103px; top: 29px;visibility: inherit; font-size: 10px;
}
#u44-1{
width: 53px;
height: 18px;
left:309px;
top: 29px;
visibility: hidden;
font-size: 11px;
}
#u45-1{
width: 37px;
height: 18px;
left: 239px;
top: 29px;
visibility: inherit; font-size: 11px;
}
#u46-1{
width:80px;
height: 18px;
left: 145px;
top: 29px;
visibility: inherit; font-size: 11px;
}
/* so the window resize fires within a frame in IE7 */
html, body {
height: 100%;
}
a {
color: inherit;
}
p {
margin: 0px;
text-rendering: optimizeLegibility;
font-feature-settings: "kern" 1;
-webkit-font-feature-settings: "kern";
-moz-font-feature-settings: "kern";
-moz-font-feature-settings: "kern=1";
font-kerning: normal;
}
iframe {
background: #FFFFFF;
}
/* to match IE with C, FF */
input {
padding: 1px 0px 1px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
textarea {
margin: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
div.intcases {
font-family: arial;
font-size: 12px;
text-align:left;
border:1px solid #AAA;
background:#FFF none repeat scroll 0% 0%;
z-index:9999;
visibility:hidden;
position:absolute;
padding: 0px;
border-radius: 3px;
white-space: nowrap;
}
div.intcaselink {
cursor: pointer;
padding: 3px 8px 3px 8px;
margin: 5px;
background:#EEE none repeat scroll 0% 0%;
border:1px solid #AAA;
border-radius: 3px;
}
div.refpageimage {
position: absolute;
left: 0px;
top: 0px;
font-size: 0px;
width: 16px;
height: 16px;
cursor: pointer;
background-image: url(images/newwindow.gif);
background-repeat: no-repeat;
}
div.annnoteimage {
position: absolute;
left: 0px;
top: 0px;
font-size: 0px;
/*width: 16px;
height: 12px;*/
cursor: help;
/*background-image: url(images/note.gif);*/
/*background-repeat: no-repeat;*/
width: 13px;
height: 12px;
padding-top: 1px;
text-align: center;
background-color: #138CDD;
-moz-box-shadow: 1px 1px 3px #aaa;
-webkit-box-shadow: 1px 1px 3px #aaa;
box-shadow: 1px 1px 3px #aaa;
}
div.annnoteline {
display: inline-block;
width: 9px;
height: 1px;
border-bottom: 1px solid white;
margin-top: 1px;
}
div.annnotelabel {
position: absolute;
left: 0px;
top: 0px;
font-family: Helvetica,Arial;
font-size: 10px;
/*border: 1px solid rgb(166,221,242);*/
cursor: help;
/*background:rgb(0,157,217) none repeat scroll 0% 0%;*/
padding: 1px 3px 1px 3px;
white-space: nowrap;
color: white;
background-color: #138CDD;
-moz-box-shadow: 1px 1px 3px #aaa;
-webkit-box-shadow: 1px 1px 3px #aaa;
box-shadow: 1px 1px 3px #aaa;
}
.annotation {
font-size: 12px;
padding-left: 2px;
margin-bottom: 5px;
}
.annotationName {
/*font-size: 13px;
font-weight: bold;
margin-bottom: 3px;
white-space: nowrap;*/
font-family: 'Trebuchet MS';
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
white-space: nowrap;
}
.annotationValue {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #4a4a4a;
line-height: 21px;
margin-bottom: 20px;
}
.noteLink {
text-decoration: inherit;
color: inherit;
}
.noteLink:hover {
background-color: white;
}
/* this is a fix for the issue where dialogs jump around and takes the text-align from the body */
.dialogFix {
position:absolute;
text-align:left;
border: 1px solid #8f949a;
}
@keyframes pulsate {
from {
box-shadow: 0 0 10px #15d6ba;
}
to {
box-shadow: 0 0 20px #15d6ba;
}
}
@-webkit-keyframes pulsate {
from {
-webkit-box-shadow: 0 0 10px #15d6ba;
box-shadow: 0 0 10px #15d6ba;
}
to {
-webkit-box-shadow: 0 0 20px #15d6ba;
box-shadow: 0 0 20px #15d6ba;
}
}
@-moz-keyframes pulsate {
from {
-moz-box-shadow: 0 0 10px #15d6ba;
box-shadow: 0 0 10px #15d6ba;
}
to {
-moz-box-shadow: 0 0 20px #15d6ba;
box-shadow: 0 0 20px #15d6ba;
}
}
.legacyPulsateBorder {
/*border: 5px solid #15d6ba;
margin: -5px;*/
-moz-box-shadow: 0 0 10px 3px #15d6ba;
box-shadow: 0 0 10px 3px #15d6ba;
}
.pulsateBorder {
animation-name: pulsate;
animation-timing-function: ease-in-out;
animation-duration: 0.9s;
animation-iteration-count: infinite;
animation-direction: alternate;
-webkit-animation-name: pulsate;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-duration: 0.9s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-name: pulsate;
-moz-animation-timing-function: ease-in-out;
-moz-animation-duration: 0.9s;
-moz-animation-iteration-count: infinite;
-moz-animation-direction: alternate;
}
.ax_default_hidden, .ax_default_unplaced{
display: none;
visibility: hidden;
}
.widgetNoteSelected {
-moz-box-shadow: 0 0 10px 3px #138CDD;
box-shadow: 0 0 10px 3px #138CDD;
/*-moz-box-shadow: 0 0 20px #3915d6;
box-shadow: 0 0 20px #3915d6;*/
/*border: 3px solid #3915d6;*/
/*margin: -3px;*/
}
.singleImg {
display: none;
visibility: hidden;
}
.ax_default {
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
color:#333333;
text-align:center;
line-height:normal;
}
.heading_1 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:32px;
text-align:left;
}
.heading_2 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:24px;
text-align:left;
}
.heading_3 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:18px;
text-align:left;
}
.heading_4 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:14px;
text-align:left;
}
.heading_5 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
text-align:left;
}
.heading_6 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:10px;
text-align:left;
}
.paragraph {
text-align:left;
}
.text_link {
color:#0000FF;
}
.box_1 {
}
.text_link_mouse_over {
}
.text_link_mouse_down {
}
.image {
}
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width: 100%;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
// position:absolute;
z-index:0;
}
#u20_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:736px;
background:inherit;
background-color:rgba(242, 242, 242, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u20 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:736px;
}
#u20_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u21_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:15px;
}
#u21 {
border-width:0px;
position:absolute;
left:379px;
top:3px;
width:27px;
height:15px;
}
#u21_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u22_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:15px;
}
#u22 {
border-width:0px;
position:absolute;
left:8px;
top:4px;
width:21px;
height:15px;
}
#u22_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u23_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:15px;
}
#u23 {
border-width:0px;
position:absolute;
left:351px;
top:3px;
width:15px;
height:15px;
}
#u23_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u24_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u24 {
border-width:0px;
position:absolute;
left:190px;
top:3px;
width:37px;
height:16px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u24_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
white-space:nowrap;
}
#u25_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:70px;
background:inherit;
background-color:rgba(25, 158, 216, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u25 {
border-width:0px;
position:absolute;
left:0px;
top:20px;
width: 100%;
height:70px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u25_text {
border-width:0px;
position:absolute;
left:80px;
top:21px;
width:334px;
word-wrap:break-word;
}
#u26_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:34px;
}
#u26 {
border-width:0px;
position:absolute;
left:57px;
top:37px;
width:100px;
height:34px;
}
#u26_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u27 {
border-width:0px;
position:absolute;
left:20px;
top:159px;
width:126px;
height:25px;
}
#u27_input {
position:absolute;
left:0px;
top:0px;
width:100px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u27_input:disabled {
color:grayText;
}
#u28 {
border-width:0px;
position:absolute;
left:200px;
top:103px;
width:110px;
height:25px;
}
#u28_input {
position:absolute;
left:0px;
top:0px;
width:110px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u28_input:disabled {
color:grayText;
}
#u29 {
border-width:0px;
position:absolute;
left:199px;
top:159px;
width:177px;
height:25px;
}
#u29_input {
position:absolute;
left:0px;
top:0px;
width:166px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:11px;
text-decoration:none;
color:#000000;
text-align:right;
}
#u30_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u30 {
border-width:0px;
position:absolute;
left:199px;
top:162px;
width:20px;
height:20px;
}
#u30_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u31_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:41px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u31 {
border-width:0px;
position:absolute;
left:125px;
top:162px;
width:37px;
height:19px;
}
#u31_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:39px;
white-space:nowrap;
}
#u32 {
border-width:0px;
position:absolute;
left:20px;
top:103px;
width:126px;
height:25px;
}
#u32_input {
position:absolute;
left:0px;
top:0px;
width:100px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u32_input:disabled {
color:grayText;
}
#u33_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u33 {
border-width:0px;
position:absolute;
left:327px;
top:106px;
width:24px;
height:19px;
}
#u33_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
white-space:nowrap;
}
#u34_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u34 {
border-width:0px;
position:absolute;
left:125px;
top:106px;
width:41px;
height:19px;
}
#u34_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
white-space:nowrap;
}
.u36_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:50px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.u36 {
border-width:0px;
position:absolute;
left:1px;
top:0px;
width: 100%;
height:50px;
border-style: solid;
border-width: 1px;
}
.u36_text {
border-width:0px;
position:absolute;
left:1px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
.u37_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:53px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u37 {
border-width:0px;
position:absolute;
left:311px;
top:29px;
width:53px;
height:18px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u37_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:53px;
word-wrap:break-word;
}
.u38_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:25px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:center;
}
.u38 {
border-width:0px;
position:absolute;
left:363px;
top:1px;
width:50px;
height:25px;
text-align:center;
}
.u38_text {
border-width:0px;
position:absolute;
left:0px;
top:4px;
width:50px;
word-wrap:break-word;
}
.u39_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:199px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
text-align:right;
}
.u39 {
border-width:0px;
position:absolute;
left:154px;
top:4px;
width:199px;
height:24px;
font-size:18px;
text-align:right;
}
.u39_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:199px;
word-wrap:break-word;
}
.u40_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
height:20px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
border:none;
border-radius:36px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:center;
}
.u40 {
border-width:0px;
position:absolute;
left:40px;
top:6px;
width:104px;
height:20px;
text-align:center;
}
.u40_text {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:104px;
word-wrap:break-word;
}
.u41_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:23px;
height:25px;
}
.u41 {
border-width:0px;
position:absolute;
left:9px;
top:12px;
width:23px;
height:25px;
}
.u41_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
.u42_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u42 {
border-width:0px;
position:absolute;
left:40px;
top:29px;
width:71px;
height:18px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u42_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:71px;
word-wrap:break-word;
}
.u43_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:33px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-decoration:underline;
text-align:center;
}
.u43 {
border-width:0px;
position:absolute;
left:103px;
top:29px;
width:33px;
height:18px;
text-decoration:underline;
text-align:center;
}
.u43_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:33px;
word-wrap:break-word;
}
.u44_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:49px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-decoration:underline;
text-align:center;
}
.u44 {
border-width:0px;
position:absolute;
left:364px;
top:29px;
width:49px;
height:18px;
text-decoration:underline;
text-align:center;
}
.u44_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:49px;
word-wrap:break-word;
}
.u45_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-decoration:underline;
text-align:right;
}
.u45 {
border-width:0px;
position:absolute;
left:254px;
top:29px;
width:37px;
height:18px;
text-decoration:underline;
text-align:right;
}
.u45_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:37px;
word-wrap:break-word;
}
.u46_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:right;
}
.u46 {
border-width:0px;
position:absolute;
left:144px;
top:29px;
width:100px;
height:18px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:right;
}
.u46_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
word-wrap:break-word;
}
#u35-1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:50px;
}
#u35-2 {
border-width:0px;
position:absolute;
left:0px;
top:58px;
width: 100%;
height:50px;
}
#u35-3 {
border-width:0px;
position:absolute;
left:0px;
top:116px;
width: 100%;
height:50px;
}
#u35-4 {
border-width:0px;
position:absolute;
left:0px;
top:174px;
width: 100%;
height:50px;
}
#u35-5 {
border-width:0px;
position:absolute;
left:0px;
top:232px;
width: 100%;
height:50px;
}
#u35-6 {
border-width:0px;
position:absolute;
left:0px;
top:290px;
width: 100%;
height:50px;
}
#u35-7 {
border-width:0px;
position:absolute;
left:0px;
top:348px;
width: 100%;
height:50px;
}
#u35-8 {
border-width:0px;
position:absolute;
left:0px;
top:406px;
width: 100%;
height:50px;
}
#u35-9 {
border-width:0px;
position:absolute;
left:0px;
top:464px;
width: 100%;
height:50px;
}
#u35 {
border-width:0px;
position:absolute;
left:0px;
top:206px;
width: 100%;
height:514px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
border:none;
border-radius:0px;
}
#u47_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:49px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u47 {
border-width:0px;
position:absolute;
left:0px;
top:206px;
width: 100%;
height:49px;
}
#u47_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u48 {
border-width:0px;
position:absolute;
left:0px;
// top:255px;
width: 100%;
height:285px;
overflow:hidden;
z-index:99;
// visibility:hidden;
}
#u48_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u48_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u49_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u49 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
}
#u49_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u50_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u50 {
border-width:0px;
position:absolute;
left:247px;
top:26px;
width:94px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-align:right;
top: 31px;
}
#u50_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:93px;
white-space:nowrap;
}
#u51_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
height:27px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u51 {
border-width:0px;
position:absolute;
left:21px;
top:8px;
width:104px;
height:27px;
}
#u51_text {
border-width:0px;
position:absolute;
left:20px;
top:6px;
width:82px;
word-wrap:break-word;
}
#u52_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:15px;
}
#u52 {
border-width:0px;
position:absolute;
left:37px;
top:14px;
width:14px;
height:15px;
}
#u52_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u53_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u53 {
border-width:0px;
position:absolute;
left:233px;
top:174px;
width:50px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
left: 240px;
}
#u53_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:51px;
white-space:nowrap;
}
#u54_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u54 {
border-width:0px;
position:absolute;
left:194px;
top:202px;
width:80px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u54_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
white-space:nowrap;
}
#u55_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:20px;
background:inherit;
background-color:rgba(188, 188, 188, 1);
border:none;
border-radius:36px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
text-align:center;
}
#u55 {
border-width:0px;
position:absolute;
left:140px;
left:130px;
top:175px;
width:70px;
height:20px;
color:#FFFFFF;
text-align:center;
}
#u55_text {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:70px;
word-wrap:break-word;
}
#u56_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u561 {
border-width:0px;
position:absolute;
/* left:52px;
top:204px;*/
left: 47px;
top: 205px;
width:48px;
height:16px;
}
#u56 {
border-width:0px;
position:absolute;
left:140px;
top:203px;
width:48px;
height:16px;
}
#g_sub{
white-space: nowrap;
width: 84%;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 20px;
}
#u56_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:220;
white-space:normal;
}
#u57_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:85px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:12px;
}
#u57 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:85px;
height:30px;
font-size:12px;
}
.u57 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:85px;
height:30px;
font-size:12px;
}
#u59 {
border-width:0px;
position:absolute;
left:90px;
top:255px;
width:85px;
height:30px;
font-size:12px;
}
.u59 {
border-width:0px;
position:absolute;
left:90px;
top:255px;
width:85px;
height:30px;
font-size:12px;
}
#u60 {
border-width:0px;
position:absolute;
left:180px;
top:255px;
width:85px;
height:30px;
font-size:12px;
}
.u60 {
border-width:0px;
position:absolute;
left:180px;
top:255px;
width:85px;
height:30px;
font-size:12px;
}
#u58 {
border-width:0px;
position:absolute;
left:270px;
top:255px;
width:85px;
height:30px;
font-size:12px;
}
.u58 {
border-width:0px;
position:absolute;
left:270px;
top:255px;
width:85px;
height:30px;
font-size:12px;
}
#u57_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:79px;
word-wrap:break-word;
}
#u58_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:85px;
height:30px;
background:inherit;
background-color:rgba(153, 51, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u58_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:79px;
word-wrap:break-word;
}
#u59_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:85px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u59_text {
border-width:0px;
position:absolute;
left:2px;
top:-1px;
width:79px;
word-wrap:break-word;
}
#u60_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:85px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u60_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:85px;
word-wrap:break-word;
}
#u61 {
border-width:0px;
position:absolute;
left:21px;
top:42px;
width:360px;
height:96px;
top: 47px;
}
#u61_input {
position:absolute;
left:0px;
top:0px;
width:90%;
height:96px;
background-color:#CCFFFF;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:12px;
text-decoration:none;
color:#000000;
text-align:right;
border-color:transparent;
outline-style:none;
}
#u62_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:82px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u62 {
border-width:0px;
position:absolute;
left:204px;
top:148px;
width:82px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u62_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:81px;
white-space:nowrap;
}
#u63_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u63 {
border-width:0px;
position:absolute;
left:129px;
top:149px;
width:70px;
height:19px;
}
#u63_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:68px;
white-space:nowrap;
}
#u48_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
// visibility:hidden;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u48_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u64_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u64 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
}
#u64_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u65_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u65 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u65_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u66_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u66 {
border-width:0px;
position:absolute;
left:314px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u66_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u67_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u67 {
border-width:0px;
position:absolute;
left:105px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u67_text {
border-width:0px;
position:absolute;
left:2px;
top:-1px;
width:96px;
word-wrap:break-word;
}
#u68_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(153, 51, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u68 {
border-width:0px;
position:absolute;
left:210px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u68_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u69_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:78px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u69 {
border-width:0px;
position:absolute;
left:250px;
top:13px;
width:78px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-align:right;
left: 260px;
}
#u69_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
white-space:nowrap;
}
#u70 {
border-width:0px;
position:absolute;
left:140px;
top:13px;
width:117px;
height:22px;
}
#u70_input {
position:absolute;
left:0px;
top:0px;
width:117px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:11px;
text-decoration:none;
color:#000000;
}
#u70_input:disabled {
color:grayText;
}
#u70_ann {
border-width:0px;
position:absolute;
left:277px;
top:9px;
width:1px;
height:1px;
}
#u71_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:93px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u71 {
border-width:0px;
position:absolute;
left:251px;
top:53px;
width:93px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:13px;
text-align:right;
}
#u71_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
white-space:nowrap;
}
#u72 {
border-width:0px;
position:absolute;
left:22px;
top:53px;
width:239px;
height:22px;
}
#u72_input {
position:absolute;
left:0px;
top:0px;
width:239px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:11px;
text-decoration:none;
color:#000000;
}
.u83-1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
padding: 174px;
height:40px;
}
#u72_input:disabled {
color:grayText;
}
#u73_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:91px;
height:27px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
}
.u73_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:91px;
opacity:0;
height:27px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
}
#u73 {
border-width:0px;
position:absolute;
left:22px;
top:11px;
width:91px;
height:27px;
color:#FFFFFF;
}
#u73_text {
border-width:0px;
position:absolute;
left:20px;
top:6px;
width:69px;
word-wrap:break-word;
}
#u73_ann {
border-width:0px;
position:absolute;
left:106px;
top:7px;
width:1px;
height:1px;
}
#u74_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:15px;
}
#u74 {
border-width:0px;
position:absolute;
left:33px;
top:17px;
width:14px;
height:15px;
}
#u74_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u75 {
border-width:0px;
position:absolute;
left:22px;
top:92px;
width:370px;
height:75px;
}
#u75_input {
position:absolute;
left:0px;
top:0px;
width:323px;
height:75px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:14px;
text-decoration:none;
color:#000000;
text-align:right;
}
#u76 {
border-width:0px;
position:absolute;
left:191px;
top:165px;
width:162px;
height:16px;
font-size:14px;
}
#u76_text {
border-width:0px;
position:absolute;
left:-18px;
top:0px;
width:162px;
word-wrap:break-word;
}
#u76_input {
border-width:0px;
position:absolute;
left:162px;
top:1px;
}
#u77_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:69px;
height:30px;
background:inherit;
background-color:rgba(0, 204, 0, 1);
border:none;
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u77 {
border-width:0px;
position:absolute;
left:173px;
top:205px;
width:69px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u77_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:65px;
word-wrap:break-word;
}
#u48_state2 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
//visibility:hidden;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u48_state2_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u78_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u78 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
}
#u78_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u79_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u79 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u79_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u80_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u80 {
border-width:0px;
position:absolute;
left:314px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u80_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u81_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(153, 51, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u81 {
border-width:0px;
position:absolute;
left:105px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u81_text {
border-width:0px;
position:absolute;
left:2px;
top:-1px;
width:96px;
word-wrap:break-word;
}
#u82_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u82 {
border-width:0px;
position:absolute;
left:210px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u82_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
.u84_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:40px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.u84 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:40px;
}
.u84_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u85-1{
width: 52px;
height: 16px;
left: 297px;
top: 12px;
visibility: inherit;
font-size: 11px;
}
#u86-1{
/* width: 196px;
height: 19px;
left: 61px;
top: 12px;
visibility: inherit;*/
width: 131px;
height: 19px;
left: 129px;
top: 12px;
visibility: inherit;
}
#u86-1_text{
position: absolute;
left: 0px;
top: 0px;
width: 148px;
visibility: inherit;
}
.u89_div{
margin-top: 10px;
display: block;
overflow-y: scroll;
height: 240px;
width: 420px;
left: 0px;
top: 0px;
position: absolute;
}
.u85_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u85 {
border-width:0px;
position:absolute;
left:348px;
top:12px;
width:52px;
height:16px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u85_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
word-wrap:break-word;
}
.u86_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:196px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
text-align:right;
}
.u86 {
border-width:0px;
position:absolute;
left:142px;
top:12px;
width:196px;
height:18px;
font-size:16px;
text-align:right;
}
.u86_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:196px;
word-wrap:break-word;
}
.u87_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:89px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.u87 {
border-width:0px;
position:absolute;
left:43px;
top:12px;
width:89px;
height:16px;
}
.u87_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:89px;
word-wrap:break-word;
}
.u88_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:19px;
height:20px;
}
.u88 {
border-width:0px;
position:absolute;
left:9px;
top:10px;
width:19px;
height:20px;
}
.u88_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u83-1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:40px;
}
#u83-2 {
border-width:0px;
position:absolute;
left:0px;
top:40px;
width: 100%;
height:40px;
}
#u83-3 {
border-width:0px;
position:absolute;
left:0px;
top:80px;
width: 100%;
height:40px;
}
#u83 {
border-width:0px;
position:absolute;
left:0px;
top:18px;
width: 100%;
height:120px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
}
#u89_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:40px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u89 {
border-width:0px;
position:absolute;
left:0px;
top:18px;
width: 100%;
height:40px;
}
#u89_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u90 {
border-width:0px;
position:absolute;
left:0px;
top:41px;
width: 100%;
height:124px;
overflow:hidden;
/* visibility:hidden;*/
z-index: 999;
background-color: #CCFFCC;
}
#u90_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:124px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u90_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u91_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:124px;
background:inherit;
background-color:rgba(204, 255, 204, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u91 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:124px;
}
#u91_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u92_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:91px;
height:27px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u92 {
border-width:0px;
position:absolute;
left:11px;
top:14px;
width:91px;
height:27px;
}
#u92_text {
border-width:0px;
position:absolute;
left:20px;
top:6px;
width:69px;
word-wrap:break-word;
}
#u93_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:15px;
}
#u93 {
border-width:0px;
position:absolute;
left:22px;
top:20px;
width:14px;
height:15px;
}
#u93_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u94 {
border-width:0px;
position:absolute;
left:118px;
top:14px;
width:285px;
height:95px;
}
#u94_input {
position:absolute;
left:0px;
top:0px;
width:240px;
height:95px;
background-color:#CCFFCC;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:14px;
text-decoration:none;
color:#000000;
text-align:right;
border-color:transparent;
outline-style:none;
}
#u48_state3 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
//visibility:hidden;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u48_state3_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u95_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u95 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
}
#u95_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u96_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(153, 0, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u96 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u96_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u97_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u97 {
border-width:0px;
position:absolute;
left:314px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u97_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u98_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u98 {
border-width:0px;
position:absolute;
left:105px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u98_text {
border-width:0px;
position:absolute;
left:2px;
top:-1px;
width:96px;
word-wrap:break-word;
}
#u99_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u99 {
border-width:0px;
position:absolute;
left:210px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u99_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u100_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:78px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u100 {
border-width:0px;
position:absolute;
left:275px;
top:13px;
width:78px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u100_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
white-space:nowrap;
}
#u101 {
border-width:0px;
position:absolute;
left:152px;
top:13px;
width:117px;
height:22px;
}
#u101_input {
position:absolute;
left:0px;
top:0px;
width:117px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u101_input:disabled {
color:grayText;
}
#u101_ann {
border-width:0px;
position:absolute;
left:277px;
top:9px;
width:1px;
height:1px;
}
#u102_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:93px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u102 {
border-width:0px;
position:absolute;
left:262px;
top:53px;
width:93px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:14px;
text-align:right;
left: 268px;
}
#u102_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
white-space:nowrap;
}
#u103 {
border-width:0px;
position:absolute;
left:22px;
top:53px;
width:262px;
height:22px;
}
#u103_input {
position:absolute;
left:0px;
top:0px;
width:245px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:11px;
text-decoration:none;
color:#000000;
}
#u103_input:disabled {
color:grayText;
}
#u104_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:91px;
height:27px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
}
#u104 {
border-width:0px;
position:absolute;
left:22px;
top:11px;
width:91px;
height:27px;
color:#FFFFFF;
}
#u104_text {
border-width:0px;
position:absolute;
left:20px;
top:6px;
width:69px;
word-wrap:break-word;
}
#u104_ann {
border-width:0px;
position:absolute;
left:106px;
top:7px;
width:1px;
height:1px;
}
#u105_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:15px;
}
#u105 {
border-width:0px;
position:absolute;
left:33px;
top:17px;
width:14px;
height:15px;
}
#u105_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u106 {
border-width:0px;
position:absolute;
left:22px;
top:92px;
width:370px;
height:75px;
}
#u106_input {
position:absolute;
left:0px;
top:0px;
width:329px;
height:75px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:14px;
text-decoration:none;
color:#000000;
text-align:right;
top:-18px;
height:92px
}
#u107 {
border-width:0px;
position:absolute;
left:165px;
top:177px;
width:162px;
height:16px;
font-size:14px;
}
#u107_text {
/* border-width:0px;
position:absolute;
left:2px;
top:0px;
width:144px;
word-wrap:break-word;*/
border-width: 0px;
position: absolute;
left: 0px;
top: 0px;
width: 163px;
}
#u107_input {
border-width:0px;
position:absolute;
left:183px;
top:-2px;
}
#u108_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:69px;
height:30px;
background:inherit;
background-color:rgba(0, 204, 0, 1);
border:none;
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u108 {
border-width:0px;
position:absolute;
left:173px;
top:205px;
width:69px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u108_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:65px;
word-wrap:break-word;
}
#u109 {
position:absolute;
left:57px;
top:273px;
visibility:hidden;
}
#u109_state0 {
position:relative;
left:0px;
top:0px;
width:300px;
height:150px;
background-image:none;
}
#u109_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u110_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:150px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u110 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:150px;
}
#u110_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u111_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:263px;
height:48px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u111 {
border-width:0px;
position:absolute;
left:19px;
top:22px;
width:263px;
height:48px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u111_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:263px;
word-wrap:break-word;
}
#u112_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:38px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:74px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u112 {
border-width:0px;
position:absolute;
left:105px;
top:93px;
width:90px;
height:38px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u112_text {
border-width:0px;
position:absolute;
left:2px;
top:8px;
width:86px;
word-wrap:break-word;
}
.subject {
border-width: 0px;
position: absolute;
left: 315px;
top: 8px;
width: 94px;
height: 22px;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
font-size: 11px;
text-align: right;
}
.subject1 {
border-width: 0px;
position: absolute;
left: 139px;
top: 4px;
width: 215px;
height: 22px;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
font-size: 10px;
text-align: right;
}
.AlertBox{
border-width: 0px;
position:absolute;
left: 41px;
top: 54px;
width:300px;
height:150px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
z-index: 400;
}
#u186_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;
background:inherit;
background-color:rgba(242, 242, 242, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u186 {
/* border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;*/
border-width: 0px;
position: absolute;
/* left: 0px; */
top: 0px;
width: 414px;
height: 736px;
}
#u186_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u187_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:15px;
}
#u187 {
border-width:0px;
position:absolute;
left:379px;
top:3px;
width:27px;
height:15px;
}
#u187_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u188_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:15px;
}
#u188 {
border-width:0px;
position:absolute;
left:8px;
top:4px;
width:21px;
height:15px;
}
#u188_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u189_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:15px;
}
#u189 {
border-width:0px;
position:absolute;
left:351px;
top:3px;
width:15px;
height:15px;
}
#u189_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u190_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u190 {
border-width:0px;
position:absolute;
left:190px;
top:3px;
width:37px;
height:16px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u190_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
white-space:nowrap;
}
#u191_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:70px;
background:inherit;
background-color:rgba(25, 158, 216, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u191 {
/* border-width:0px;
position:absolute;
left:0px;
top:20px;
width:414px;
height:70px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;*/
border-width: 0px;
position: absolute;
/* left: 0px; */
top: 10px;
width: 414px;
height: 70px;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
color: #FFFFFF;
text-align: center;
}
#u191_text {
border-width:0px;
position:absolute;
left:0px;
top:21px;
width:414px;
word-wrap:break-word;
}
#u192_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:46px;
height:20px;
}
#u192 {
/* border-width:0px;
position:absolute;
left:14px;
top:44px;
width:46px;
height:20px;*/
border-width: 0px;
position: absolute;
right: 86%;
top: 34px;
width: 46px;
height: 20px;
}
#u192_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u193_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:388px;
height:581px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
text-align:right;
}
#u193 {
/* border-width:0px;
position:absolute;
left:14px;
top:140px;
width:388px;
height:581px;
font-size:14px;
text-align:right;*/
border-width: 0px;
position: absolute;
right: 404px;
top: 129px;
height: 536px;
font-size: 14px;
text-align: right;
}
#u193_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:388px;
word-wrap:break-word;
}
#u194_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:388px;
height:33px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
#u194 {
/* border-width:0px;
position:absolute;
left:14px;
top:100px;
width:388px;
height:33px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;*/
border-width: 0px;
position: absolute;
right: 16px;
top: 86px;
width: 388px;
height: 33px;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
text-align: center;
}
#u194_text {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:388px;
word-wrap:break-word;
}
#u0_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;
background:inherit;
background-color:rgba(242, 242, 242, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;
}
#u0_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:162px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
#u1 {
border-width:0px;
position:absolute;
left:126px;
top:212px;
width:162px;
height:37px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
#u1_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
white-space:nowrap;
}
#u2_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:15px;
}
#u2 {
border-width:0px;
position:absolute;
left:379px;
top:3px;
width:27px;
height:15px;
}
#u2_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u3_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:15px;
}
#u3 {
border-width:0px;
position:absolute;
left:8px;
top:4px;
width:21px;
height:15px;
}
#u3_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u4_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:15px;
}
#u4 {
border-width:0px;
position:absolute;
left:351px;
top:3px;
width:15px;
height:15px;
}
#u4_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u5_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u5 {
border-width:0px;
position:absolute;
left:190px;
top:3px;
width:37px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u5_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
white-space:nowrap;
}
#u6_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:50px;
}
#u6 {
border-width:0px;
position:absolute;
left:183px;
top:517px;
width:48px;
height:50px;
}
#u6_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u7 {
border-width:0px;
position:absolute;
left:34px;
top:110px;
width:300px;
height:350px;
overflow:hidden;
visibility:hidden;
}
#u7_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:350px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u7_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u8_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:350px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u8 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:350px;
}
#u8_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u9_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:50px;
background:inherit;
background-color:rgba(25, 158, 216, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FFFFFF;
text-align:center;
}
#u9 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:50px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FFFFFF;
text-align:center;
}
#u9_text {
border-width:0px;
position:absolute;
left:40px;
top:17px;
width:260px;
word-wrap:break-word;
}
#u10 {
border-width:0px;
position:absolute;
left:25px;
top:78px;
width:250px;
height:30px;
}
#u10_input {
position:absolute;
left:0px;
top:0px;
width:250px;
height:30px;
font-family:'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u10_ann {
border-width:0px;
position:absolute;
left:268px;
top:74px;
width:1px;
height:1px;
}
#u11 {
border-width:0px;
position:absolute;
left:25px;
top:137px;
width:250px;
height:30px;
}
#u11_input {
position:absolute;
left:0px;
top:0px;
width:250px;
height:30px;
font-family:'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u11_ann {
border-width:0px;
position:absolute;
left:268px;
top:133px;
width:1px;
height:1px;
}
#u12_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:right;
}
#u12 {
border-width:0px;
position:absolute;
left:25px;
top:59px;
width:250px;
height:19px;
text-align:right;
background-color: transparent;
}
#u12_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
word-wrap:break-word;
}
#u13_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:right;
}
#u13 {
border-width:0px;
position:absolute;
left:25px;
top:118px;
width:250px;
height:19px;
text-align:right;
background-color: transparent;
}
#u13_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
word-wrap:break-word;
}
#u14_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:140px;
height:40px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:58px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u14 {
border-width:0px;
position:absolute;
left:89px;
top:255px;
width:140px;
height:40px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u14_text {
border-width:0px;
position:absolute;
left:2px;
top:9px;
width:136px;
word-wrap:break-word;
}
#u15 {
border-width:0px;
position:absolute;
left:131px;
top:182px;
width:144px;
height:16px;
}
#u15_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:141px;
word-wrap:break-word;
}
#u15_input {
border-width:0px;
position:absolute;
left:157px;
top:-2px;
}
#u16_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
height:39px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
color:#FF0000;
text-align:center;
}
#u16 {
border-width:0px;
position:absolute;
left:25px;
top:208px;
width:250px;
height:39px;
font-size:16px;
color:#FF0000;
text-align:center;
background-color: transparent
}
#u16_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
word-wrap:break-word;
}
#u17_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:24px;
}
#u17 {
border-width:0px;
position:absolute;
left:24px;
top:14px;
width:70px;
height:24px;
}
#u17_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u18_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:267px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#169BD5;
text-align:right;
}
#u18 {
border-width:0px;
position:absolute;
left:17px;
top:317px;
width:267px;
height:22px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#169BD5;
text-align:right;
}
#u18_text {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:267px;
word-wrap:break-word;
}
/***modified by Namrata****/
#u56_text {
font-style: normal;
font-size: 12px;
right: 12px;
}
#u15_text {
left: -8px;
top: 0px;
}
#u15 {
left: 122px;
top: 182px;
}
#u18 {
left: 19px;
}
}
html ,body{
overflow: scroll;
}
@media screen and (min-width: 401px) {
#u86-1_text
{
position: absolute;
left: 0px;
top: 0px;
width: 196px;
visibility: inherit
}
select{
border-radius: 12px;
border: 1px solid #AAAAAA;
}
.subject{
border-width: 0px;
position: absolute;
left: 315px;
top: 8px;
width: 94px;
height: 22px;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
font-size: 11px;
text-align: right;
}
.opaque{
opacity:0.2
}
#p_sub{
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
#u36-1{
//background
width: 100%; height: 50px; left: 0px; top: 0px;visibility: inherit
}
#u37-1{
//dateLabel
width: 53px; height: 18px; left: 311px; top: 29px;visibility: inherit
}
#u38-1{
width: 50px; height: 25px; left: 363px; top: 1px;visibility: inherit
}
#u39-1{
width: 274px; height: 24px; left: 74px; top: 4px;visibility: inherit
}
#u40-1{
width: 104px; height: 20px; left: 40px; top: 25px;visibility: inherit
}
#u41-1{
width: 23px; height: 25px; left: 9px; top: 12px;visibility: inherit
}
#u42-1{
width: 71px;
height: 18px;
left: 40px;
top: 29px;
visibility: inherit
}
#u43-1{
width: 33px; height: 18px;
left: 103px; top: 29px;visibility: inherit;
}
#u45-1{
width: 37px;
height: 18px;
/*left: 254px;*/
left: 247px;
top: 29px;
visibility: inherit;
}
#u46-1{
width: 100px;
height: 18px;
left: 144px;
top: 29px;
visibility: inherit
}
.datelabel_custom{
width: 53px;
height: 18px;
left: 311px;
top: 29px;
visibility: inherit;
}
/* so the window resize fires within a frame in IE7 */
html, body {
height: 100%;
}
a {
color: inherit;
}
p {
margin: 0px;
text-rendering: optimizeLegibility;
font-feature-settings: "kern" 1;
-webkit-font-feature-settings: "kern";
-moz-font-feature-settings: "kern";
-moz-font-feature-settings: "kern=1";
font-kerning: normal;
}
iframe {
background: #FFFFFF;
}
/* to match IE with C, FF */
input {
padding: 1px 0px 1px 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
textarea {
margin: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
div.intcases {
font-family: arial;
font-size: 12px;
text-align:left;
border:1px solid #AAA;
background:#FFF none repeat scroll 0% 0%;
z-index:9999;
visibility:hidden;
position:absolute;
padding: 0px;
border-radius: 3px;
white-space: nowrap;
}
div.intcaselink {
cursor: pointer;
padding: 3px 8px 3px 8px;
margin: 5px;
background:#EEE none repeat scroll 0% 0%;
border:1px solid #AAA;
border-radius: 3px;
}
div.refpageimage {
position: absolute;
left: 0px;
top: 0px;
font-size: 0px;
width: 16px;
height: 16px;
cursor: pointer;
background-image: url(images/newwindow.gif);
background-repeat: no-repeat;
}
div.annnoteimage {
position: absolute;
left: 0px;
top: 0px;
font-size: 0px;
/*width: 16px;
height: 12px;*/
cursor: help;
/*background-image: url(images/note.gif);*/
/*background-repeat: no-repeat;*/
width: 13px;
height: 12px;
padding-top: 1px;
text-align: center;
background-color: #138CDD;
-moz-box-shadow: 1px 1px 3px #aaa;
-webkit-box-shadow: 1px 1px 3px #aaa;
box-shadow: 1px 1px 3px #aaa;
}
div.annnoteline {
display: inline-block;
width: 9px;
height: 1px;
border-bottom: 1px solid white;
margin-top: 1px;
}
div.annnotelabel {
position: absolute;
left: 0px;
top: 0px;
font-family: Helvetica,Arial;
font-size: 10px;
/*border: 1px solid rgb(166,221,242);*/
cursor: help;
/*background:rgb(0,157,217) none repeat scroll 0% 0%;*/
padding: 1px 3px 1px 3px;
white-space: nowrap;
color: white;
background-color: #138CDD;
-moz-box-shadow: 1px 1px 3px #aaa;
-webkit-box-shadow: 1px 1px 3px #aaa;
box-shadow: 1px 1px 3px #aaa;
}
.annotation {
font-size: 12px;
padding-left: 2px;
margin-bottom: 5px;
}
.annotationName {
/*font-size: 13px;
font-weight: bold;
margin-bottom: 3px;
white-space: nowrap;*/
font-family: 'Trebuchet MS';
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
white-space: nowrap;
}
.annotationValue {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #4a4a4a;
line-height: 21px;
margin-bottom: 20px;
}
.noteLink {
text-decoration: inherit;
color: inherit;
}
.noteLink:hover {
background-color: white;
}
/* this is a fix for the issue where dialogs jump around and takes the text-align from the body */
.dialogFix {
position:absolute;
text-align:left;
border: 1px solid #8f949a;
}
@keyframes pulsate {
from {
box-shadow: 0 0 10px #15d6ba;
}
to {
box-shadow: 0 0 20px #15d6ba;
}
}
@-webkit-keyframes pulsate {
from {
-webkit-box-shadow: 0 0 10px #15d6ba;
box-shadow: 0 0 10px #15d6ba;
}
to {
-webkit-box-shadow: 0 0 20px #15d6ba;
box-shadow: 0 0 20px #15d6ba;
}
}
@-moz-keyframes pulsate {
from {
-moz-box-shadow: 0 0 10px #15d6ba;
box-shadow: 0 0 10px #15d6ba;
}
to {
-moz-box-shadow: 0 0 20px #15d6ba;
box-shadow: 0 0 20px #15d6ba;
}
}
.legacyPulsateBorder {
/*border: 5px solid #15d6ba;
margin: -5px;*/
-moz-box-shadow: 0 0 10px 3px #15d6ba;
box-shadow: 0 0 10px 3px #15d6ba;
}
.pulsateBorder {
animation-name: pulsate;
animation-timing-function: ease-in-out;
animation-duration: 0.9s;
animation-iteration-count: infinite;
animation-direction: alternate;
-webkit-animation-name: pulsate;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-duration: 0.9s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-name: pulsate;
-moz-animation-timing-function: ease-in-out;
-moz-animation-duration: 0.9s;
-moz-animation-iteration-count: infinite;
-moz-animation-direction: alternate;
}
.ax_default_hidden, .ax_default_unplaced{
display: none;
visibility: hidden;
}
.widgetNoteSelected {
-moz-box-shadow: 0 0 10px 3px #138CDD;
box-shadow: 0 0 10px 3px #138CDD;
/*-moz-box-shadow: 0 0 20px #3915d6;
box-shadow: 0 0 20px #3915d6;*/
/*border: 3px solid #3915d6;*/
/*margin: -3px;*/
}
.singleImg {
display: none;
visibility: hidden;
}
.ax_default {
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
color:#333333;
text-align:center;
line-height:normal;
}
.heading_1 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:32px;
text-align:left;
}
.heading_2 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:24px;
text-align:left;
}
.heading_3 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:18px;
text-align:left;
}
.heading_4 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:14px;
text-align:left;
}
.heading_5 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
text-align:left;
}
.heading_6 {
font-family:'ArialMT', 'Arial';
font-weight:bold;
font-style:normal;
font-size:10px;
text-align:left;
}
.paragraph {
text-align:left;
}
.text_link {
color:#0000FF;
}
.box_1 {
}
.text_link_mouse_over {
}
.text_link_mouse_down {
}
.image {
}
#u20_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:736px;
background:inherit;
background-color:rgba(242, 242, 242, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u20 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:736px;
}
#u20_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u21_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:15px;
}
#u21 {
border-width:0px;
position:absolute;
left:379px;
top:3px;
width:27px;
height:15px;
}
#u21_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u22_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:15px;
}
#u22 {
border-width:0px;
position:absolute;
left:8px;
top:4px;
width:21px;
height:15px;
}
#u22_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u23_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:15px;
}
#u23 {
border-width:0px;
position:absolute;
left:351px;
top:3px;
width:15px;
height:15px;
}
#u23_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u24_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u24 {
border-width:0px;
position:absolute;
left:190px;
top:3px;
width:37px;
height:16px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u24_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
white-space:nowrap;
}
#u25_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:70px;
background:inherit;
background-color:rgba(25, 158, 216, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u25 {
border-width:0px;
position:absolute;
left:0px;
top:20px;
width: 100%;
height:70px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u25_text {
border-width:0px;
position:absolute;
left:80px;
top:21px;
width:334px;
word-wrap:break-word;
}
#u26_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:34px;
}
#u26 {
border-width:0px;
position:absolute;
left:57px;
top:37px;
width:100px;
height:34px;
}
#u26_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u27 {
border-width:0px;
position:absolute;
left:20px;
top:159px;
width:126px;
height:25px;
}
#u27_input {
position:absolute;
left:0px;
top:0px;
width:126px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u27_input:disabled {
color:grayText;
}
#u28 {
border-width:0px;
position:absolute;
left:217px;
top:103px;
width:143px;
height:25px;
}
#u28_input {
position:absolute;
left:0px;
top:0px;
width:143px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u28_input:disabled {
color:grayText;
}
#u29 {
border-width:0px;
position:absolute;
left:217px;
top:159px;
width:177px;
height:25px;
}
#u29_input {
position:absolute;
left:0px;
top:0px;
width:177px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:right;
}
#u30_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u30 {
border-width:0px;
position:absolute;
left:220px;
top:162px;
width:20px;
height:20px;
}
#u30_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u31_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:41px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u31 {
border-width:0px;
position:absolute;
left:160px;
top:162px;
width:37px;
height:19px;
}
#u31_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:39px;
white-space:nowrap;
}
#u32 {
border-width:0px;
position:absolute;
left:20px;
top:103px;
width:126px;
height:25px;
}
#u32_input {
position:absolute;
left:0px;
top:0px;
width:126px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u32_input:disabled {
color:grayText;
}
#u33_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u33 {
border-width:0px;
position:absolute;
left:370px;
top:106px;
width:24px;
height:19px;
}
#u33_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
white-space:nowrap;
}
#u34_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u34 {
border-width:0px;
position:absolute;
left:156px;
top:106px;
width:41px;
height:19px;
}
#u34_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
white-space:nowrap;
}
.u36_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:50px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.u36 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:50px;
}
.u36_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
.u37_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:53px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u37 {
border-width:0px;
position:absolute;
left:311px;
top:29px;
width:53px;
height:18px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u37_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:53px;
word-wrap:break-word;
}
.u38_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:25px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:center;
}
.u38 {
border-width:0px;
position:absolute;
left:363px;
top:1px;
width:50px;
height:25px;
text-align:center;
}
.u38_text {
border-width:0px;
position:absolute;
left:0px;
top:4px;
width:50px;
word-wrap:break-word;
}
.u39_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:199px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
text-align:right;
}
.u39 {
border-width:0px;
position:absolute;
left:154px;
top:4px;
width:199px;
height:24px;
font-size:18px;
text-align:right;
}
.u39_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:199px;
word-wrap:break-word;
}
.u40_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
height:20px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
border:none;
border-radius:36px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:center;
}
.u40 {
border-width:0px;
position:absolute;
left:40px;
top:6px;
width:104px;
height:20px;
text-align:center;
}
.u40_text {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:104px;
word-wrap:break-word;
}
.u41_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:23px;
height:25px;
}
.u41 {
border-width:0px;
position:absolute;
left:9px;
top:12px;
width:23px;
height:25px;
}
.u41_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
.u42_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u42 {
border-width:0px;
position:absolute;
left:40px;
top:29px;
width:71px;
height:18px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u42_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:71px;
word-wrap:break-word;
}
.u43_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:33px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-decoration:underline;
text-align:center;
}
.u43 {
border-width:0px;
position:absolute;
left:103px;
top:29px;
width:33px;
height:18px;
text-decoration:underline;
text-align:center;
}
.u43_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:33px;
word-wrap:break-word;
}
.u44_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:49px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-decoration:underline;
text-align:center;
}
.u44 {
border-width:0px;
position:absolute;
left:364px;
top:29px;
width:49px;
height:18px;
text-decoration:underline;
text-align:center;
}
.u44_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:49px;
word-wrap:break-word;
}
.u45_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-decoration:underline;
text-align:right;
}
.u45 {
border-width:0px;
position:absolute;
left:254px;
top:29px;
width:37px;
height:18px;
text-decoration:underline;
text-align:right;
}
.u45_text {
border-width:0px;
position:absolute;
left:0px;
top:1px;
width:37px;
word-wrap:break-word;
}
.u46_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:right;
}
.u46 {
border-width:0px;
position:absolute;
left:144px;
top:29px;
width:100px;
height:18px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:right;
}
.u46_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
word-wrap:break-word;
}
#u35-1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:50px;
}
#u35-2 {
border-width:0px;
position:absolute;
left:0px;
top:58px;
width: 100%;
height:50px;
}
#u35-3 {
border-width:0px;
position:absolute;
left:0px;
top:116px;
width: 100%;
height:50px;
}
#u35-4 {
border-width:0px;
position:absolute;
left:0px;
top:174px;
width: 100%;
height:50px;
}
#u35-5 {
border-width:0px;
position:absolute;
left:0px;
top:232px;
width: 100%;
height:50px;
}
#u35-6 {
border-width:0px;
position:absolute;
left:0px;
top:290px;
width: 100%;
height:50px;
}
#u35-7 {
border-width:0px;
position:absolute;
left:0px;
top:348px;
width: 100%;
height:50px;
}
#u35-8 {
border-width:0px;
position:absolute;
left:0px;
top:406px;
width: 100%;
height:50px;
}
#u35-9 {
border-width:0px;
position:absolute;
left:0px;
top:464px;
width: 100%;
height:50px;
}
#u35 {
border-width:0px;
position:absolute;
left:0px;
top:206px;
width: 100%;
height:514px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
border:none;
border-radius:0px;
}
#u47_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:49px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u47 {
border-width:0px;
position:absolute;
left:0px;
top:206px;
width: 100%;
height:49px;
}
#u47_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u48 {
border-width:0px;
position:absolute;
left:0px;
// top:255px;
width: 100%;
height:285px;
overflow:hidden;
z-index:99;
// visibility:hidden;
}
#u48_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u48_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u49_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u49 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
}
#u49_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u50_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u50 {
border-width:0px;
position:absolute;
left:297px;
top:21px;
width:94px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:14px;
text-align:right;
}
#u50_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:93px;
white-space:nowrap;
}
#u51_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
height:27px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u51 {
border-width:0px;
position:absolute;
left:21px;
top:8px;
width:104px;
height:27px;
}
#u51_text {
border-width:0px;
position:absolute;
left:20px;
top:6px;
width:82px;
word-wrap:break-word;
}
#u52_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:15px;
}
#u52 {
border-width:0px;
position:absolute;
left:37px;
top:14px;
width:14px;
height:15px;
}
#u52_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u53_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u53 {
border-width:0px;
position:absolute;
left:231px;
top:174px;
width:50px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
left: 240px;
}
#u53_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:51px;
white-space:nowrap;
}
#u54_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u54 {
border-width:0px;
position:absolute;
left:194px;
top:202px;
width:80px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u54_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
white-space:nowrap;
}
#u55_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:20px;
background:inherit;
background-color:rgba(188, 188, 188, 1);
border:none;
border-radius:36px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
text-align:center;
}
#u55 {
border-width:0px;
position:absolute;
left:132px;
top:175px;
width:70px;
height:20px;
color:#FFFFFF;
text-align:center;
}
#u55_text {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:70px;
word-wrap:break-word;
}
#u56_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.subject1 {
border-width: 0px;
position: absolute;
left: 342px;
top: 4px;
width: 215px;
height: 22px;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
font-size: 10px;
text-align: right;
}
#u561 {
border-width:0px;
position:absolute;
left:143px;
top:204px;
width:48px;
height:16px;
}
#u56 {
border-width:0px;
position:absolute;
left:140px;
top:203px;
width:48px;
height:16px;
}
#u56_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:49px;
white-space:nowrap;
}
#u57_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
.u57 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u57_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u58_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(153, 51, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
.u58 {
border-width:0px;
position:absolute;
left:314px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u58_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u59_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
.u59 {
border-width:0px;
position:absolute;
left:105px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u59_text {
border-width:0px;
position:absolute;
left:2px;
top:-1px;
width:96px;
word-wrap:break-word;
}
#u60_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
.u60 {
border-width:0px;
position:absolute;
left:210px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u60_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u61 {
border-width:0px;
position:absolute;
left:21px;
top:42px;
width:382px;
height:96px;
}
#u61_input {
position:absolute;
left:0px;
top:0px;
width:382px;
height:96px;
background-color:#CCFFFF;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:14px;
text-decoration:none;
color:#000000;
text-align:right;
border-color:transparent;
outline-style:none;
}
#u62_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:82px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u62 {
border-width:0px;
position:absolute;
left:204px;
top:148px;
width:82px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u62_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:81px;
white-space:nowrap;
}
#u63_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u63 {
border-width:0px;
position:absolute;
left:129px;
top:149px;
width:70px;
height:19px;
}
#u63_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:68px;
white-space:nowrap;
}
#u48_state1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
// visibility:hidden;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u48_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u64_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u64 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
}
#u64_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u65_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u65 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u65_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u66_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u66 {
border-width:0px;
position:absolute;
left:314px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u66_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u67_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u67 {
border-width:0px;
position:absolute;
left:105px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u67_text {
border-width:0px;
position:absolute;
left:2px;
top:-1px;
width:96px;
word-wrap:break-word;
}
#u68_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(153, 51, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u68 {
border-width:0px;
position:absolute;
left:210px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u68_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u69_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:78px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u69 {
border-width:0px;
position:absolute;
left:314px;
top:13px;
width:78px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
left: 299px;
}
#u69_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
white-space:nowrap;
}
#u70 {
/* border-width:0px;
position:absolute;
left:167px;
top:13px;
width:117px;
height:22px;*/
border-width: 0px;
position: absolute;
left: 114px;
top: 13px;
width: 169px;
height: 22px;
}
#u70_input {
position:absolute;
left:0px;
top:0px;
width:117px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u70_input:disabled {
color:grayText;
}
#u70_ann {
border-width:0px;
position:absolute;
left:277px;
top:9px;
width:1px;
height:1px;
}
#u71_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:93px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u71 {
border-width:0px;
position:absolute;
left:299px;
top:53px;
width:93px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u71_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
white-space:nowrap;
}
#u72 {
border-width:0px;
position:absolute;
left:22px;
top:53px;
width:262px;
height:22px;
}
#u72_input {
position:absolute;
left:0px;
top:0px;
width:262px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u72_input:disabled {
color:grayText;
}
#u73_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:91px;
height:27px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
}
.u73_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:91px;
height:27px;
opacity:0;
background:inherit;
background-color:rgba(148, 148, 148, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
}
#u73 {
border-width:0px;
position:absolute;
left:22px;
top:11px;
width:91px;
height:27px;
color:#FFFFFF;
}
#u73_text {
border-width:0px;
position:absolute;
left:20px;
top:6px;
width:69px;
word-wrap:break-word;
}
#u73_ann {
border-width:0px;
position:absolute;
left:106px;
top:7px;
width:1px;
height:1px;
}
#u74_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:15px;
}
#u74 {
border-width:0px;
position:absolute;
left:33px;
top:17px;
width:14px;
height:15px;
}
#u74_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u75 {
border-width:0px;
position:absolute;
left:22px;
top:92px;
width:370px;
height:75px;
}
#u75_input {
position:absolute;
left:0px;
top:0px;
width:370px;
height:75px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:14px;
text-decoration:none;
color:#000000;
text-align:right;
}
#u76 {
border-width:0px;
position:absolute;
left:230px;
top:177px;
width:162px;
height:16px;
font-size:14px;
}
#u76_text {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:144px;
word-wrap:break-word;
}
#u76_input {
border-width:0px;
position:absolute;
left:168px;
top:-2px;
}
#u77_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:69px;
height:30px;
background:inherit;
background-color:rgba(0, 204, 0, 1);
border:none;
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u77 {
border-width:0px;
position:absolute;
left:173px;
top:205px;
width:69px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u77_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:65px;
word-wrap:break-word;
}
#u48_state2 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
// visibility:hidden;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u48_state2_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u78_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u78 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
}
#u78_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u79_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u79 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u79_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u80_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u80 {
border-width:0px;
position:absolute;
left:314px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u80_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u81_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(153, 51, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u81 {
border-width:0px;
position:absolute;
left:105px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u81_text {
border-width:0px;
position:absolute;
left:2px;
top:-1px;
width:96px;
word-wrap:break-word;
}
#u82_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u82 {
border-width:0px;
position:absolute;
left:210px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u82_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
.u84_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:40px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.u84 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:40px;
}
.u84_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
.u85_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u85 {
border-width:0px;
position:absolute;
left:348px;
top:12px;
width:52px;
height:16px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
.u85_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
word-wrap:break-word;
}
.u86_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:196px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
text-align:right;
}
.u86 {
border-width:0px;
position:absolute;
left:142px;
top:12px;
width:196px;
height:18px;
font-size:16px;
text-align:right;
}
.u86_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:196px;
word-wrap:break-word;
}
.u87_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:89px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.u87 {
border-width:0px;
position:absolute;
left:43px;
top:12px;
width:89px;
height:16px;
}
.u87_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:89px;
word-wrap:break-word;
}
.u88_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:19px;
height:20px;
}
.u88 {
border-width:0px;
position:absolute;
left:9px;
top:10px;
width:19px;
height:20px;
}
.u88_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u83-1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:40px;
}
.u83-1 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
padding:190px;
height:40px;
}
#u83-2 {
border-width:0px;
position:absolute;
left:0px;
top:40px;
width: 100%;
height:40px;
}
#u83-3 {
border-width:0px;
position:absolute;
left:0px;
top:80px;
width: 100%;
height:40px;
}
#u83 {
border-width:0px;
position:absolute;
left:0px;
top:18px;
width: 100%;
height:120px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
}
.u89_div{
margin-top:10px;
display: block;
overflow-y: scroll;
height: 240px;
width: 420px;
left: 0px;
top: 0px;
position: absolute;
}
#u89_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:40px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u89 {
border-width:0px;
position:absolute;
left:0px;
top:18px;
width: 100%;
height:40px;
}
#u89_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u90 {
border-width:0px;
position:absolute;
left:0px;
top:58px;
top: 41px;
width: 100%;
height:124px;
overflow:hidden;
z-index: 999;
background-color: #CCFFCC;
}
#u90_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:124px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u90_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u91_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:124px;
background:inherit;
background-color:rgba(204, 255, 204, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u91 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:124px;
}
#u91_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u92_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:91px;
height:27px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u92 {
border-width:0px;
position:absolute;
left:11px;
top:14px;
width:91px;
height:27px;
}
#u92_text {
border-width:0px;
position:absolute;
left:20px;
top:6px;
width:69px;
word-wrap:break-word;
}
#u93_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:15px;
}
#u93 {
border-width:0px;
position:absolute;
left:22px;
top:20px;
width:14px;
height:15px;
}
#u93_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u94 {
border-width:0px;
position:absolute;
left:118px;
top:14px;
width:285px;
height:95px;
}
#u94_input {
position:absolute;
left:0px;
top:0px;
width:285px;
height:95px;
background-color:#CCFFCC;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:14px;
text-decoration:none;
color:#000000;
text-align:right;
border-color:#0000007d;
outline-style:none;
}
#u48_state3 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
//visibility:hidden;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u48_state3_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u95_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
background:inherit;
background-color:rgba(204, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u95 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width: 100%;
height:285px;
}
#u95_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u96_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(153, 0, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u96 {
border-width:0px;
position:absolute;
left:1px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u96_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u97_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u97 {
border-width:0px;
position:absolute;
left:314px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u97_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u98_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u98 {
border-width:0px;
position:absolute;
left:105px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u98_text {
border-width:0px;
position:absolute;
left:2px;
top:-1px;
width:96px;
word-wrap:break-word;
}
#u99_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:30px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
}
#u99 {
border-width:0px;
position:absolute;
left:210px;
top:255px;
width:100px;
height:30px;
font-size:14px;
}
#u99_text {
border-width:0px;
position:absolute;
left:2px;
top:7px;
width:96px;
word-wrap:break-word;
}
#u100_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:78px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u100 {
border-width:0px;
position:absolute;
left:314px;
top:13px;
width:78px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u100_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
white-space:nowrap;
}
#u101 {
/* border-width:0px;
position:absolute;
left:167px;
top:13px;
width:117px;
height:22px;*/
border-width: 0px;
position: absolute;
left: 114px;
top: 13px;
width: 169px;
height: 22px;
}
#u101_input {
position:absolute;
left:0px;
top:0px;
width:117px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:11px;
text-decoration:none;
color:#000000;
}
#u101_input:disabled {
color:grayText;
}
#u101_ann {
border-width:0px;
position:absolute;
left:277px;
top:9px;
width:1px;
height:1px;
}
#u102_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:93px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u102 {
border-width:0px;
position:absolute;
left:299px;
top:53px;
width:93px;
height:22px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
text-align:right;
}
#u102_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
white-space:nowrap;
}
#u103 {
border-width:0px;
position:absolute;
left:22px;
top:53px;
width:262px;
height:22px;
}
#u103_input {
position:absolute;
left:0px;
top:0px;
width:262px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:11px;
text-decoration:none;
color:#000000;
}
#u103_input:disabled {
color:grayText;
}
#u104_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:91px;
height:27px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
}
#u104 {
border-width:0px;
position:absolute;
left:22px;
top:11px;
width:91px;
height:27px;
color:#FFFFFF;
}
#u104_text {
border-width:0px;
position:absolute;
left:20px;
top:6px;
width:69px;
word-wrap:break-word;
}
#u104_ann {
border-width:0px;
position:absolute;
left:106px;
top:7px;
width:1px;
height:1px;
}
#u105_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:15px;
}
#u105 {
border-width:0px;
position:absolute;
left:33px;
top:17px;
width:14px;
height:15px;
}
#u105_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u106 {
border-width:0px;
position:absolute;
left:22px;
top:92px;
width:370px;
height:75px;
}
#u106_input {
position:absolute;
left:0px;
top:0px;
width:370px;
height:75px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:14px;
text-decoration:none;
color:#000000;
text-align:right;
}
#u107 {
border-width:0px;
position:absolute;
left:230px;
top:177px;
width:171px;
height:16px;
font-size:14px;
}
#u107_text {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:144px;
word-wrap:break-word;
}
#u107_input {
border-width:0px;
position:absolute;
left:170px;
top:-2px;
}
#u108_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:69px;
height:30px;
background:inherit;
background-color:rgba(0, 204, 0, 1);
border:none;
border-radius:70px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u108 {
border-width:0px;
position:absolute;
left:173px;
top:205px;
width:69px;
height:30px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u108_text {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:65px;
word-wrap:break-word;
}
#u109 {
position:absolute;
left:57px;
top:273px;
visibility:hidden;
}
#u109_state0 {
position:relative;
left:0px;
top:0px;
width:300px;
height:150px;
background-image:none;
}
#u109_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
.AlertBox{
border-width: 0px;
position:absolute;
left: 57px;
top: 54px;
width:300px;
height:150px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
z-index: 400;
}
#u110_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:150px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u110 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:150px;
}
#u110_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u111_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:263px;
height:48px;
background:inherit;
background-color:rgba(148, 148, 148, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u111 {
border-width:0px;
position:absolute;
left:19px;
top:22px;
width:263px;
height:48px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u111_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:263px;
word-wrap:break-word;
}
#u112_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:38px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:74px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u112 {
border-width:0px;
position:absolute;
left:105px;
top:93px;
width:90px;
height:38px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u112_text {
border-width:0px;
position:absolute;
left:2px;
top:8px;
width:86px;
word-wrap:break-word;
}
#u85-1{
width: 52px;
height: 16px;
left: 348px;
top: 12px;
visibility: inherit;
}
#u86-1{
width: 196px;
height: 19px;
left: 142px;
top: 12px;
visibility: inherit;
}
#u186_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;
background:inherit;
background-color:rgba(242, 242, 242, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u186 {
/* border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;*/
border-width: 0px;
position: absolute;
/* left: 0px; */
top: 0px;
width: 414px;
height: 736px;
}
#u186_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u187_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:15px;
}
#u187 {
border-width:0px;
position:absolute;
left:379px;
top:3px;
width:27px;
height:15px;
}
#u187_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u188_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:15px;
}
#u188 {
border-width:0px;
position:absolute;
left:8px;
top:4px;
width:21px;
height:15px;
}
#u188_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u189_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:15px;
}
#u189 {
border-width:0px;
position:absolute;
left:351px;
top:3px;
width:15px;
height:15px;
}
#u189_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u190_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u190 {
border-width:0px;
position:absolute;
left:190px;
top:3px;
width:37px;
height:16px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u190_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
white-space:nowrap;
}
#u191_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:70px;
background:inherit;
background-color:rgba(25, 158, 216, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;
}
#u191 {
/* border-width:0px;
position:absolute;
left:0px;
top:20px;
width:414px;
height:70px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
text-align:center;*/
border-width: 0px;
position: absolute;
/* left: 0px; */
top: 10px;
width: 414px;
height: 70px;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
color: #FFFFFF;
text-align: center;
}
#u191_text {
border-width:0px;
position:absolute;
left:0px;
top:21px;
width:414px;
word-wrap:break-word;
}
#u192_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:46px;
height:20px;
}
#u192 {
/* border-width:0px;
position:absolute;
left:14px;
top:44px;
width:46px;
height:20px;*/
border-width: 0px;
position: absolute;
right: 365px;
top: 34px;
width: 46px;
height: 20px;
}
#u192_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u193_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:388px;
height:581px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
text-align:right;
}
#u193 {
/* border-width:0px;
position:absolute;
left:14px;
top:140px;
width:388px;
height:581px;
font-size:14px;
text-align:right;*/
border-width: 0px;
position: absolute;
right: 404px;
top: 129px;
height: 536px;
font-size: 14px;
text-align: right;
}
#u193_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:388px;
word-wrap:break-word;
}
#u194_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:388px;
height:33px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
#u194 {
/* border-width:0px;
position:absolute;
left:14px;
top:100px;
width:388px;
height:33px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;*/
border-width: 0px;
position: absolute;
right: 16px;
top: 86px;
width: 388px;
height: 33px;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
text-align: center;
}
#u194_text {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:388px;
word-wrap:break-word;
}
#u0_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;
background:inherit;
background-color:rgba(242, 242, 242, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:414px;
height:736px;
}
#u0_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u1_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:162px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
#u1 {
border-width:0px;
position:absolute;
left:126px;
top:212px;
width:162px;
height:37px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
text-align:center;
}
#u1_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
white-space:nowrap;
}
#u2_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:15px;
}
#u2 {
border-width:0px;
position:absolute;
left:379px;
top:3px;
width:27px;
height:15px;
}
#u2_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u3_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:15px;
}
#u3 {
border-width:0px;
position:absolute;
left:8px;
top:4px;
width:21px;
height:15px;
}
#u3_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u4_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:15px;
}
#u4 {
border-width:0px;
position:absolute;
left:351px;
top:3px;
width:15px;
height:15px;
}
#u4_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u5_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u5 {
border-width:0px;
position:absolute;
left:190px;
top:3px;
width:37px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
}
#u5_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:37px;
white-space:nowrap;
}
#u6_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:50px;
}
#u6 {
border-width:0px;
position:absolute;
left:183px;
top:517px;
width:48px;
height:50px;
}
#u6_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u7 {
border-width:0px;
position:absolute;
left:57px;
top:180px;
width:300px;
height:350px;
overflow:hidden;
visibility:hidden;
}
#u7_state0 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:350px;
-ms-overflow-x:hidden;
overflow-x:hidden;
-ms-overflow-y:hidden;
overflow-y:hidden;
background-image:none;
}
#u7_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u8_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:350px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u8 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:350px;
}
#u8_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u9_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:50px;
background:inherit;
background-color:rgba(25, 158, 216, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FFFFFF;
text-align:center;
}
#u9 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:50px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FFFFFF;
text-align:center;
}
#u9_text {
border-width:0px;
position:absolute;
left:40px;
top:17px;
width:260px;
word-wrap:break-word;
}
#u10 {
border-width:0px;
position:absolute;
left:25px;
top:78px;
width:250px;
height:30px;
}
#u10_input {
position:absolute;
left:0px;
top:0px;
width:250px;
height:30px;
font-family:'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u10_ann {
border-width:0px;
position:absolute;
left:268px;
top:74px;
width:1px;
height:1px;
}
#u11 {
border-width:0px;
position:absolute;
left:25px;
top:137px;
width:250px;
height:30px;
}
#u11_input {
position:absolute;
left:0px;
top:0px;
width:250px;
height:30px;
font-family:'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
}
#u11_ann {
border-width:0px;
position:absolute;
left:268px;
top:133px;
width:1px;
height:1px;
}
#u12_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:right;
}
#u12 {
border-width:0px;
position:absolute;
left:25px;
top:59px;
width:250px;
height:19px;
text-align:right;
background-color: transparent;
}
#u12_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
word-wrap:break-word;
}
#u13_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
text-align:right;
}
#u13 {
border-width:0px;
position:absolute;
left:25px;
top:118px;
width:250px;
height:19px;
text-align:right;
background-color: transparent;
}
#u13_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
word-wrap:break-word;
}
#u14_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:140px;
height:40px;
background:inherit;
background-color:rgba(22, 155, 213, 1);
border:none;
border-radius:58px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u14 {
border-width:0px;
position:absolute;
left:89px;
top:255px;
width:140px;
height:40px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
}
#u14_text {
border-width:0px;
position:absolute;
left:2px;
top:9px;
width:136px;
word-wrap:break-word;
}
#u15 {
border-width:0px;
position:absolute;
left:131px;
top:182px;
width:144px;
height:16px;
}
#u15_text {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:126px;
word-wrap:break-word;
}
#u15_input {
border-width:0px;
position:absolute;
left:127px;
top:-2px;
}
#u16_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
height:39px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
color:#FF0000;
text-align:center;
}
#u16 {
border-width:0px;
position:absolute;
left:25px;
top:208px;
width:250px;
height:39px;
font-size:16px;
color:#FF0000;
text-align:center;
background-color: transparent
}
#u16_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:250px;
word-wrap:break-word;
}
#u17_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:24px;
}
#u17 {
border-width:0px;
position:absolute;
left:24px;
top:14px;
width:70px;
height:24px;
}
#u17_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u18_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:267px;
height:22px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#169BD5;
text-align:right;
}
#u18 {
border-width:0px;
position:absolute;
left:17px;
top:317px;
width:267px;
height:22px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#169BD5;
text-align:right;
}
#u18_text {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:267px;
word-wrap:break-word;
}
#u15_text {
left: -35px;
top: -1px;
width: 142px;
}
#u15 {
left: 154px;
}
#u18 {
left: 19px;
}
}
@media screen and (min-width:450px){
body{
direction: rtl;
right: 25%;
width: 414px;
left: 0px;
position: absolute;
}
}
html ,body{
}
@media screen and (min-width: 640px) {
html ,body{
overflow: hidden;
}
body{
right: 0%;
width: 100%;
}
#u26 {
left: 525px;
top: 37px;
width: 245px;
height: 53px;
}
#u26_img {
top: -8px;
width: 193px;
height: 57px;
}
#u25_text {
left: 740px;
font-size: 30px;
}
#u28_input,#u32_input,#u27_input,#u29_input {
height: 37px;
font-size: 18px;
}
#u28_input,#u32_input,#u27_input {
width: 225px;
}
#u34,#u31 {
left: 690px;
}
.ax_default {
font-size: 18px;
}
#u32,#u27 {
left: 432px;
}
#u33 {
left: 1050px;
}
#u28 {
left: 798px;
/*#71*/
}
#u29_input{
width: 289px;
}
#u29 {
left: 799px;
}
#u30_img {
width: 30px;
height: 26px;
top:3px;
}
#u30 {
left: 801px;
width: 30px;
height: 30px
}
.listone,.u36_div,.ax_default.box_1.u36{
height: 56px !important;
}
#u38-1{
left: 1193px;
width: 68px;
height: 38px;
}
#u39-1{
left: 882px;
left: 916px;
}
.u44 {
left: 1178px;
top: 47px;
width: 98px;
}
.u44_div,.u44_text{
width: 98px !important;
}
#u37-1 {
left: 1071px;
top: 47px;
}
.u37_text{
width: 105px !important;
}
#u45-1{
left: 881px;
}
#u45-1,.u45_text{
width: 69px !important;
}
#u46-1 {
left: 579px;
}
#u46-1 ,#u45-1{
top: 47px;
}
.u40_text {
left: 52px !important;
top: 12px !important;
width: 145px !important;
}
#u40-1 {
left: 258px;
width: 125px;
top: 1px;
border-left: 1px solid;
height: 53px ;
}
.u41_img {
width: 42px;
height: 39px;
top: -4px;
}
#u41-1 {
height: 36px;
left: 131px;
width: 46px;
top: 12px;
}
.u40_div {
width: 130px;
height: 29px;
}
.u40_div{
width: 135px !important;
height: 29px !important;
top: 10px;
left: 55px;
}
.u38_text{
top: 8px;
width: 68px !important;
}
.u38_text p span{
top: 6px !important;
width: 75px !important;
}
.u58 {
top: 255px;
left: 1177px;
width: 380px;
}
#u57_div {
width: 380px;
}
.u60 {
left: 789px;
width: 380px;
}
.u59 {
left: 402px;
width: 380px;
}
.u57 {
width: 380px;
left: 16px;
}
#u60_text,#u59_text,#u57_text,#u58_text {
top: 5px;
width: 337px;
}
#u50 {
left: 1097px;
font-size: 18px;
}
#u56_text {
left: 797px;
font-size: 15px;
}
#u50 {
left: 1097px;
top: 33px;
font-size: 18px;
}
#u61{
left: 421px;
top: 61px;
width: 577px;
height: 69px;
}
#u61_input {
width: 777px;
height: 69px;
}
#u62 {
left: 674px;
}
#u63 {
left: 584px;
top: 146px;
}
#u55{
width: 118px;
height: 32px;
left: 538px;
}
#u55_div, #u55_text{
width: 120px;
height: 32px;
}
#u55_text{
top: 4px;
}
#u53 {
left: 696px;
}
#u62 {
font-size:17px;
}
#u61_input {
width: 767px;
height: 84px;
}
#u69,#u71,#u100 {
left: 1087px;
font-size: 18px;
}
#u70 input,#u101 input {
height: 24px;
}
#u75,#u106{
left: 488px;
}
#u70,#u101{
left: 840px;
top: 15px;
width: 200px;
height: 34px;
}
#u72 {
left: 489px;
width: 200px;
height: 34px;
}
#u75_input,#u106_input{
height: 70px;
width: 560px;
}
#u72_input {
width: 560px;
}
#u76,#u107 {
left: 880px;
}
#u76_input,#u107_input {
height: 15px;
width: 15px;
}
#u77,#u108 {
left: 723px;
width: 85px;
}
#u77_text,#u108_text {
width: 84px;
}
#u73_text,#u104_text {
left: 16px;
width: 125px;
}
#u73_div,#u104_div {
width: 125px;
height: 32px;
}
#u73,#u104 {
left: 82px;
width: 125px;
height: 32px;
}
#u74,#u105 {
left: 93px;
width: 24px;
height: 23px;
}
#u74_img,#u105_img {
width: 28px;
height: 22px;
}
.u89_div {
width: 1420px;
width: 1605px;
}
#u85-1 {
left: 1128px;
}
.u85_text {
width: 126px !important;
}
#u86-1 {
left: 902px;
}
.u88 {
width: 35px !important;
height: 30px !important;
left: 29px;
}
.u88_img {
width: 28px;
height: 26px;
}
#u87-1_text{
width: 500px !important;
}
#u87-1{
left: 343px !important;
}
#u88-1{
left:39px !important;
}
#u1 {
left: 677px;;
}
#u7 {
left: 677px;
top: 158px;
}
#u15_text {
left: -35px;
top: -2px;
width: 145px;
}
#u15 {
left: 153px;
}
#u18 {
left: 18px;
}
/****************************table form************************************************/
.u44,#u37-1,#u45-1 {
display:none;
}
#u46-1, #u45-1 {
top: 22px;
}
#u39-1 {
top: 22px;
}
#u38-1 {
top: 20px;
}
.listone {
height: 69px !important;
}
#u39-1 {
/* top: 103px;
border-left: 1px solid;
height: 92px;
margin-top: -102px;
border-right: 1px solid;*/
}
#u38-1 {
left: 1399px;
width: 89px;
height: 62px;
}
#u38-1_text p{
height: 62px !important;
margin-top: 13px !important;
font-size: larger !important;
width: 89px !important;
}
#u38-1 {
top: 8px;
}
.u38_div {
width: 88px !important;
height: 62px !important;
}
.u38_text {
width: 89px !important;
height: 62px !important;
}
#u35{
top: 328px;
}
.table_header{
margin-top: 250px !important;
z-index: 1;
}
.table_header #u39-1,.table_header #u38-1,
.table_header #u46-1,.table_header #u40-1,
.table_header #u41-1
{
font-size:20px !important;
font-weight: 700;
}
.table_header,.filter_selection{
display:block !important;
}
.filter_selection{
width: 100%;
font-size: 25px;
text-align: center;
position: absolute;
top: 206px;
}
#u191,#u191_div,#u191_text{
width:100%;
}
#u194{
top: 100px;
right: 616px;
}
#u193,#u193_div,#u193_text{
width: 769px;
}
#u192_img{
width: 100px;
height: 33px;
}
#u192{
right: 1165px;
top: 34px;
width: 70px;
height: 81px;
}
#u193{
right: 404px !important;
}
#u191 {
top: 20px;
}
.table_header div #u36-1_div{
background-color:transparent;
}
#u35{
height: 463px;
}
.listone {
height: 54px !important;
}
#u38-1 {
height: 39px;
}
.u38_div {
width: 88px !important;
height: 39px !important;
}
.u38_text {
width: 80px !important;
height: 36px !important;
}
#u38-1_text p {
height: 61px !important;
margin-top: 3px !important;
width: 72px !important;
}
.listone.table_header .u36_div{
height: 78px !important
}
.ax_default.scrollable-content .listone{
margin-top: 0px !important;
}
.u39_div,.u46_div {
height: 53px !important;
top: -21px;
border-left:1px solid;
}
.u39_div {
height: 53px !important;
top: -21px;
border-right:1px solid;
}
#p_sub {
width: 91%;
}
.u39_div{
width: 384px !important;
}
.u46_text{
left:93px !important;
}
.table_header #u46-1{
left:660px;
}
.table_header #u40-1{
border-left:none;
top: 17px;
left: 321px;
}
}
@media screen and (min-width: 767px) and (max-width: 769px) {
html ,body{
overflow: hidden;
}
body{
right: 0%;
width: 100%;
}
#u26 {
left: 256px;
top: 37px;
width: 119px;
height: 53px;
}
#u26_img {
top: -8px;
width: 94px;
height: 57px;
}
#u25_text {
left: 361px;
font-size: 14px;
}
#u28_input,#u32_input,#u27_input,#u29_input {
height: 37px;
font-size: 8px;
}
#u28_input,#u32_input,#u27_input {
width: 110px;
}
#u34,#u31 {
left: 337px;
}
.ax_default {
font-size: 8px;
}
#u32,#u27 {
left: 211px;
}
#u33 {
left: 513px;
}
#u28 {
left: 390px;
}
#u29_input{
width: 141px;
}
#u29 {
left: 390px;
}
#u30_img {
width: 14px;
height: 26px;
top:3px;
}
#u30 {
left: 391px;
width: 14px;
height: 30px
}
.listone,.u36_div,.ax_default.box_1.u36{
height: 56px !important;
}
#u38-1{
left: 583px;
width: 33px;
height: 38px;
}
#u39-1{
left: 431px;
/* left: 448px;*/
}
.u44 {
left: 576px;
top: 47px;
width: 47px;
}
.u44_div,.u44_text{
width: 47px !important;
}
#u37-1 {
left: 523px;
top: 47px;
}
.u37_text{
width: 51px !important;
}
#u45-1{
left: 430px;
}
#u45-1,.u45_text{
width: 33px !important;
}
#u46-1 {
left: 283px;
}
#u46-1 ,#u45-1{
top: 47px;
}
.u40_text {
left: 25px !important;
top: 12px !important;
width: 70px !important;
}
#u40-1 {
left: 126px;
width: 61px;
top: 1px;
border-left: 1px solid;
height: 53px ;
}
.u41_img {
width: 20px;
height: 39px;
top: -4px;
}
#u41-1 {
height: 36px;
left: 64px;
width: 22px;
top: 12px;
}
.u40_div {
width: 63px;
height: 29px;
}
.u40_div{
width: 66px !important;
height: 29px !important;
top: 10px;
left: 26px;
}
.u38_text{
top: 8px;
width: 33px !important;
}
.u38_text p span{
top: 6px !important;
width: 36px !important;
}
.u58 {
top: 255px;
left: 575px;
width: 185px;
}
#u57_div {
width: 185px;
}
.u60 {
left: 385px;
width: 185px;
}
.u59 {
left: 196px;
width: 185px;
}
.u57 {
width: 185px;
left: 7px;
}
#u60_text,#u59_text,#u57_text,#u58_text {
top: 5px;
width: 164px;
}
#u50 {
left: 536px;
font-size: 8px;
}
#u56_text {
left: 389px;
font-size: 7px;
}
#u50 {
left: 536px;
top: 33px;
font-size: 8px;
}
#u61{
left: 205px;
top: 61px;
width: 282px;
height: 69px;
}
#u61_input {
width: 380px;
height: 69px;
}
#u62 {
left: 329px;
}
#u63 {
left: 285px;
top: 146px;
}
#u55{
width: 57px;
height: 32px;
left: 263px;
}
#u55_div, #u55_text{
width: 58px;
height: 32px;
}
#u55_text{
top: 4px;
}
#u53 {
left: 340px;
}
#u62 {
font-size:8px;
}
#u61_input {
width: 375px;
height: 84px;
}
#u69,#u71,#u100 {
left: 531px;
font-size: 8px;
}
#u70 input,#u101 input {
height: 24px;
}
#u75,#u106{
left: 238px;
}
#u70,#u101{
left: 410px;
top: 15px;
width: 97px;
height: 34px;
}
#u72 {
left: 239px;
width: 97px;
height: 34px;
}
#u75_input,#u106_input{
height: 70px;
width: 273px;
}
#u72_input {
width: 273px;
}
#u76,#u107 {
left: 430px;
}
#u76_input,#u107_input {
height: 15px;
width: 7px;
}
#u77,#u108 {
left: 353px;
width: 41px;
}
#u77_text,#u108_text {
width: 41px;
}
#u73_text,#u104_text {
left: 7px;
width: 61px;
}
#u73_div,#u104_div {
width: 61px;
height: 32px;
}
#u73,#u104 {
left: 40px;
width: 61px;
height: 32px;
}
#u74,#u105 {
left: 45px;
width: 11px;
height: 23px;
}
#u74_img,#u105_img {
width: 13px;
height: 22px;
}
.u89_div {
width: 694px;
/* width: 785px;*/
}
#u85-1 {
left: 551px;
}
.u85_text {
width: 61px !important;
}
#u86-1 {
left: 441px;
}
.u88 {
width: 17px !important;
height: 30px !important;
left: 14px;
}
.u88_img {
width: 13px;
height: 26px;
}
#u87-1_text{
width: 244px !important;
}
#u87-1{
left: 167px !important;
}
#u88-1{
left:19px !important;
}
#u1 {
left: 331px;;
}
#u7 {
left: 331px;
top: 158px;
}
#u15_text {
left: -17px;
top: -2px;
width: 70px;
}
#u15 {
left: 74px;
}
#u18 {
left: 8px;
}
/****************************table form************************************************/
.u44,#u37-1,#u45-1 {
display:none;
}
#u46-1, #u45-1 {
top: 22px;
}
#u39-1 {
top: 22px;
}
#u38-1 {
top: 20px;
}
.listone {
height: 69px !important;
}
#u39-1 {
/* top: 103px;
border-left: 1px solid;
height: 92px;
margin-top: -102px;
border-right: 1px solid;*/
}
#u38-1 {
left: 684px;
width: 141px;
height: 62px;
}
#u38-1_text p{
height: 62px !important;
margin-top: 13px !important;
font-size: larger !important;
width: 43px !important;
}
#u38-1 {
top: 8px;
}
.u38_div {
width: 43px !important;
height: 62px !important;
}
.u38_text {
width: 43px !important;
height: 62px !important;
}
#u35{
top: 328px;
}
.table_header{
margin-top: 250px !important;
z-index: 1;
}
.table_header #u39-1,.table_header #u38-1,
.table_header #u46-1,.table_header #u40-1,
.table_header #u41-1
{
font-size:9px !important;
font-weight: 700;
}
.table_header,.filter_selection{
display:block !important;
}
.filter_selection{
width: 100%;
font-size: 12px;
text-align: center;
position: absolute;
top: 206px;
}
#u191,#u191_div,#u191_text{
width:100%;
}
#u194{
top: 100px;
right: 301px;
}
#u193,#u193_div,#u193_text{
width: 376px;
}
#u192_img{
width: 48px;
height: 33px;
}
#u192{
right: 569px;
top: 34px;
width: 34px;
height: 81px;
}
#u193{
right: 197px !important;
}
#u191 {
top: 20px;
}
.table_header div #u36-1_div{
background-color:transparent;
}
#u35{
height: 463px;
}
.listone {
height: 54px !important;
}
#u38-1 {
height: 39px;
}
.u38_div {
width: 43px !important;
height: 39px !important;
}
.u38_text {
width: 39px !important;
height: 36px !important;
}
#u38-1_text p {
height: 61px !important;
margin-top: 3px !important;
width: 35px !important;
}
.listone.table_header .u36_div{
height: 78px !important
}
.ax_default.scrollable-content .listone{
margin-top: 0px !important;
}
/*.u39_div,.u36_div,.u40_div,.u38_div {*/
.u39_div,.u46_div {
height: 53px !important;
top: -21px;
border-left:1px solid;
}
.u39_div {
height: 53px !important;
top: -21px;
border-right:1px solid;
}
#p_sub {
width: 91%;
}
.u39_div{
width: 187px !important;
}
.u46_text{
left:45px !important;
}
.table_header #u46-1{
left:322px;
}
.table_header #u40-1{
border-left:none;
top: 17px;
left: 157px;
}
}
@media screen and (min-width: 1270px) and (max-width: 1282px) {
}/*
html ,body{
}
@media screen and (min-width: 640px) {
html ,body{
overflow: hidden;
}
body{
right: 0%;
width: 100%;
}
#u26 {
left: 617px;
}
#u25_text {
left: 740px;
font-size: 26px;
}
#u28_input,#u32_input,#u27_input,#u29_input {
height: 30px;
font-size: 17px;
}
#u28_input,#u32_input,#u27_input {
width: 200px;
}
#u34,#u31 {
left: 690px;
}
.ax_default {
font-size: 18px;
}
#u32,#u27 {
left: 466px;
}
#u33 {
left: 940px;
left: 1021px;
}
#u28 {
left: 798px; //71
}
#u29_input{
width: 248px;
}
#u29 {
left: 799px;
}
#u30 {
left: 801px;
}
.listone,.u36_div,.ax_default.box_1.u36{
height: 56px !important;
}
#u38-1{
left: 1193px;
width: 68px;
height: 38px;
}
#u39-1{
left: 882px;
left: 962px;
}
.u44 {
left: 1178px;
top: 47px;
width: 98px;
}
.u44_div,.u44_text{
width: 98px !important;
}
#u37-1 {
left: 1071px;
top: 47px;
}
.u37_text{
width: 105px !important;
}
#u45-1{
left: 881px;
}
#u45-1,.u45_text{
width: 69px !important;
}
#u46-1 {
left: 544px;
left: 800px;;
}
#u46-1 ,#u45-1{
top: 47px;
}
.u40_text {
top: 5px !important;
width: 145px !important;
}
#u40-1 {
left: 240px;
width: 125px;
top: 17px;
}
.u41_img {
width: 38px;
height: 35px;
}
#u41-1 {
height: 36px;
left: 106px;
width: 46px;
}
.u40_div {
width: 130px;
height: 29px;
}
.u40_div{
width: 130px !important;
height: 29px !important;
}
.u38_text{
top: 8px;
width: 68px !important;
}
.u38_text p span{
top: 6px !important;
width: 75px !important;
}
.u58 {
left: 1064px;
left: 1209px;
top: 255px;
width: 390px;
}
#u57_div {
width: 390px;
}
.u60 {
left: 710px;
left: 806px;
width: 390px;
}
.u59 {
left: 404px;
width: 390px;
}
.u57 {
width: 390px;
}
#u60_text,#u59_text,#u57_text,#u58_text {
top: 5px;
width: 337px;
}
#u50 {
left: 1097px;
font-size: 18px;
}
#u56_text {
left: 797px;
font-size: 15px;
}
#u50 {
left: 1097px;
top: 33px;
font-size: 18px;
}
#u61{
left: 421px;
top: 61px;
width: 577px;
height: 69px;
}
#u61_input, {
width: 777px;
height: 69px;
}
#u62 {
left: 674px;
}
#u63 {
left: 584px;
top: 146px;
}
#u55{
width: 118px;
height: 32px;
left: 518px;
}
#u55_div, #u55_text{
width: 120px;
height: 32px;
}
#u55_text{
top: 4px;
}
#u53 {
left: 663px;
}
#u62 {
font-size:17px;
}
#u61_input {
width: 767px;
height: 84px;
}
#u69,#u71,#u100 {
left: 1087px;
font-size: 18px;
}
#u70 input,#u101 input {
height: 24px;
}
#u75,#u106{
left: 488px;
}
#u70,#u101{
left: 840px;
top: 15px;
width: 200px;
height: 34px;
}
#u72 {
left: 489px;
width: 200px;
height: 34px;
}
#u75_input,#u106_input{
height: 70px;
width: 560px;
}
#u72_input {
width: 560px;
}
#u76,#u107 {
left: 880px;
}
#u76_input,#u107_input {
height: 15px;
width: 15px;
}
#u77,#u108 {
left: 723px;
width: 85px;
}
#u77_text,#u108_text {
width: 84px;
}
#u73_text,#u104_text {
left: 16px;
width: 125px;
}
#u73_div,#u104_div {
width: 125px;
height: 32px;
}
#u73,#u104 {
left: 82px;
width: 125px;
height: 32px;
}
#u74,#u105 {
left: 93px;
width: 24px;
height: 23px;
}
#u74_img,#u105_img {
width: 28px;
height: 22px;
}
.u89_div {
width: 1420px;
width: 1605px;
}
#u85-1 {
left: 1128px;
}
.u85_text {
width: 126px !important;
}
#u86-1 {
left: 902px;
}
.u88 {
width: 35px !important;
height: 30px !important;
left: 29px;
}
.u88_img {
width: 28px;
height: 26px;
}
#u87-1_text{
width: 500px !important;
}
#u87-1{
left: 343px !important;
}
#u88-1{
left:39px !important;
}
#u1 {
left: 677px;;
}
#u7 {
left: 677px;
top: 158px;
}
#u15_text {
left: -35px;
top: -2px;
width: 145px;
}
#u15 {
left: 153px;
}
#u18 {
left: 18px;
}
***************************table form***********************************************
.u44,#u37-1,#u45-1 {
display:none;
}
#u46-1, #u45-1 {
top: 22px;
}
#u39-1 {
top: 22px;
}
#u38-1 {
top: 20px;
}
.listone {
height: 69px !important;
}
#u39-1 {
top: 103px;
border-left: 1px solid;
height: 92px;
margin-top: -102px;
border-right: 1px solid;
}
#u38-1 {
left: 1274px;
left: 1424px;
width: 89px;
height: 62px;
}
#u38-1_text p{
height: 62px !important;
margin-top: 13px !important;
font-size: larger !important;
width: 89px !important;
}
#u38-1 {
top: 8px;
}
.u38_div {
width: 88px !important;
height: 62px !important;
}
.u38_text {
width: 89px !important;
height: 62px !important;
}
#u35{
top: 284px;
}
.table_header{
margin-top: 207px !important;
z-index: 1;
}
.table_header #u39-1,.table_header #u38-1,
.table_header #u46-1,.table_header #u40-1,
.table_header #u41-1
{
font-size:18px !important;
font-weight: 700;
}
.table_header{
display:block !important;
}
#u191,#u191_div,#u191_text{
width:100%;
}
#u194{
top: 100px;
right: 616px;
}
#u193,#u193_div,#u193_text{
width: 769px;
}
#u192_img{
width: 100px;
height: 33px;
}
#u192{
right: 1165px;
top: 34px;
width: 70px;
height: 81px;
}
#u193{
right: 404px !important;
}
#u191 {
top: 20px;
}
.table_header div #u36-1_div{
background-color:transparent;
}
#u35{
height: 463px;
}
.listone {
height: 54px !important;
}
#u38-1 {
height: 39px;
}
.u38_div {
width: 88px !important;
height: 39px !important;
}
.u38_text {
width: 80px !important;
height: 36px !important;
}
#u38-1_text p {
height: 61px !important;
margin-top: 3px !important;
width: 72px !important;
}
.listone.table_header .u36_div{
height: 78px !important
}
.ax_default.scrollable-content .listone{
margin-top: 0px !important;
}
#u29 {
left: 1058px;
top: 105px;
}
#u30 {
left: 1061px;
top: 111px;
}
#u33 {
left: 972px;
}
#u28 {
left: 748px;
}
#u34 {
left: 659px;
}
#u32 {
left: 424px;
}
#u31{
left: 335px !important;
top: 103px !important;
}
#u27 {
top: 103px;
left: 98px
}
#u35 {
top: 259px;
}
.table_header {
margin-top: 182px !important;
}
}*/