
#loginPart{
	display:none;
}

#subscribePart{
	display:none;
}

.topMargin{
	margin-top: 10px !important;
	text-align: left;
	float: left;
}

#scrollLogin { width: 330px;}
#scrollLogin .viewport { width: 330px;overflow: hidden; position: relative; }
#scrollLogin .overview { list-style: none; left: 0; top: 0; padding: 0; margin: 0; width:100%; }
#scrollLogin .scrollbar { background: transparent url(../ipms_img/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollLogin .track { background: transparent url(../ipms_img/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollLogin .thumb { background: transparent url(../ipms_img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollLogin .thumb .end { background: transparent url(../ipms_img/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollLogin .disable { display: none; }

#scrollbar1 .viewport { border: 5px solid #BFDDF7 }
/* #scrollbar2 .viewport { border: 5px solid #3CA0CA } */

#dialog-overlay {
 
    /* set it to fill the whil screen */
   /*  width:100%;
    height:100%; */
     
    /* transparency for different browsers */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:#000;
 
    /* make sure it appear behind the dialog box but above everything else */
    position:absolute;
    top:0; left:0;
    z-index:3000;
 
    /* hide it by default */
    display:none;
}

#dialog-overlay-login {
 
    /* set it to fill the whil screen */
   /*  width:100%;
    height:100%; */
     
    /* transparency for different browsers */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:#000;
 
    /* make sure it appear behind the dialog box but above everything else */
    position:absolute;
    top:0; left:0;
    z-index:3000;
 
    /* hide it by default */
    display:none;
}

#dialog-overlay-subscibr {
 
    /* set it to fill the whil screen */
   /*  width:100%;
    height:100%; */
     
    /* transparency for different browsers */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:#000;
 
    /* make sure it appear behind the dialog box but above everything else */
    position:absolute;
    top:0; left:0;
    z-index:3000;
 
    /* hide it by default */
    display:none;
}


#dialog-box {
    border:6px solid #999;
    background:#FFFFFF;
    position:absolute;
    z-index:5000;
    display:none;

}
#dialog-box-login {
    border:6px solid #999;
    background:#FFFFFF;
    position:absolute;
    z-index:5000;
    display:none;

}

#dialog-box-subscibr {
    border:6px solid #999;
    background:#FFFFFF;
    position:absolute;
    z-index:5000;
    display:none;

}

#dialog-box-login {
    border:6px solid #999;
    background:#FFFFFF;
    position:absolute;
    z-index:5000;
    display:none;

}


#dialog-box .dialog-content {
    /* style the content */
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family:arial;
    font-size:11px;
    overflow:auto;

    widht: 450px;
}
#dialog-box-login .dialog-content-login {
    /* style the content */
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family:arial;
    font-size:11px;
    overflow:auto;

    widht: 450px;
}



#dialog-box-subscibr .dialog-content-subscibr {
    /* style the content */
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family:arial;
    font-size:11px;
    overflow:auto;

    widht: 450px;
}

#dialog-box-login .dialog-content-login {
    /* style the content */
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family:arial;
    font-size:11px;
    overflow:auto;

    widht: 450px;
}
.tableTopBorder
{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom:  1px solid #000000;
	background-color: #3CA0CA;
	color: white;
}

.buttoncss {
/*  -moz-box-shadow: 4px 5px 14px -7px #276873;
 -webkit-box-shadow: 4px 5px 14px -7px #276873; */
/*  box-shadow: 4px 5px 14px -7px #276873; */
 background: #0291CB;
 /* background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
 background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
 background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
 background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
 background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
 background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%); */
 /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0); */
/*  background-color:#599bb3;
 -moz-border-radius:8px;
 -webkit-border-radius:8px; */
/*  border-radius:8px; */
 display:inline-block;
 cursor:pointer;
 color:#ffffff;
 font-family:arial;
 font-size:13px;
 font-weight:bold;
 padding:3px 10px;
 text-decoration:none;
/*  text-shadow:0px 1px 0px #3d768a; */
}
/* .buttoncss:hover {
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
 background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
 background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
 background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
 background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
 background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
 background-color:#408c99;
}
.buttoncss:active {
 position:relative;
 top:1px;
} */