BODY {
    behavior:url("/js/csshover3.htc");
    font-size: 11px;
    margin: 2em;
    font-family: arial, sans-serif;
    /*background: url(grad.gif) repeat-x #14a4dd;*/
}
.data-row {
    padding: 11px;
    padding-left: 30px;
    font-size: 11px;
}

.x-view-over {
    background: #fdfdfd;
    cursor: pointer;
    border: 1px solid #c0c0c0;
}

#logohiperus{
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 7px;
}

.menu-item {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 7px;
    border: 1px solid #ffffff;
    color: #024890;
}

#menu-item-home:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-billing:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-forward:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-voicemail:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-fax:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-settings:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-vpbx:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-balance:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-invoice:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-item-logout:hover {
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    cursor: pointer;
}

#menu-content-div {
    font-size: 11px;
    margin: 0px;
    padding: 10px;
}

#body-content {
    font-size: 11px;
    padding: 20px;
}

A:link {
    color: black;
}
A:visited {
    color: black;
}
A:active {
    color: black;
}
A:hover {
    color: red;
}

.my_pstnnumber_grid td {
    font-size: 11px;
    font-family: arial, sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
}
.my_pstnnumber_grid {
    border: 1px solid #c0c0c0;
}
.my_pstnnumber_formpanel {
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.x-form-item {
   font-size: 11px;
   font-family: arial, sans-serif;
}  
.x-form-field {
   font-size: 11px;
   font-family: arial, sans-serif;
} 
.x-panel-header {
   font-size: 11px;
   font-family: arial, sans-serif;
   font-weight: bold;
} 
.x-panel-tl .x-panel-header {
   font-size: 11px;
   font-family: arial, sans-serif;
   font-weight: bold;
}
#loading-mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    /*z-index:20000;*/
    background-color:white;
}
#loading{
    position:absolute;
    left:45%;
    top:40%;
    padding:2px;
    /*z-index:20001;*/
    height:auto;
}
#login-mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    /*z-index:20000;*/
    background-color:white;
}
#login-form{
    position:absolute;
    left:40%;
    top:30%;
    padding:2px;
    /*z-index:20001;*/
    height:auto;

}
.my_pstnnumber_grid .x-panel-bbar .x-toolbar{border:0px; padding-left: 10px; padding-right: 10px;}
.page-content {margin-top: 20px; margin-left: 30px;}
/*.play-icon {
    background: url(/gfx/play-icon16.png) 0px 2px no-repeat !important;
}*/
.play-icon {
    background:url(/gfx/play-icon16.png) 0px 0px no-repeat !important;
    width: 25px;
    height: 16px;
    margin-left: 7px;
    padding-left: 20px;
}

.remove-icon {
    background:url(/gfx/remove-icon16.png) 0px 0px no-repeat !important;
    width: 25px;
    height: 16px;
    margin-left: 10px;
    padding-left: 20px;
}
.icon-container {
    width: 90%;
    text-align: center;
    border: 1px solid #99bbe8;
    background: #dfe8f6;
    padding-top: 1px;
    padding-bottom: 1px;

}
.addpayment-icon {
    background:url(/gfx/addpayment-icon16.png) 0px 0px no-repeat !important;
    width: 25px;
    height: 16px;
    margin-left: 10px;
    padding-left: 20px;    
}
.download-icon {
    background:url(/gfx/download-icon16.png) 0px 0px no-repeat !important;
    width: 25px;
    height: 16px;
    margin-left: 8px;
    padding-left: 20px;
}



/*.play-icon DIV:hover { cursor: pointer;}*/

