/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 2, 2016, 12:47:34 PM
    Author     : admin
*/
.jscomponent {
     border-radius: 2px;
    /* border: 1px solid;  #b2b2b2;*/
}

.jstextfield {
    padding-left: 5px;
    padding-right: 5px;
    height: 22px;
}


.jstextarea {
    padding-left: 5px;
    padding-right: 5px;
    width: 95%;
}

.jslabel {
    border: none;
}

.jschoice {
    height: 25px;
}

.jsnavbar {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jsimagebutton {}

.jsimagepanel {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
/*    width: 90px;*/
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
/*    border: 1px solid black;*/
    border-bottom-color: #BBD3DA;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
    background: white;
    
}

a.jsimagepanel {
    color:none;
}

.jsimagepanel.jsimagepanel_img {
    width: 50px;
    height: 50px;
/*    margin-left: 20px;
    margin-right:20px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top :0px;
    padding-bottom:0px;
    border:0px;
    vertical-align: middle;
}
.jsimagepanel.jsimagepanel_name {
    position: relative;
    padding-top: 3px;
    padding-bottom: 0px;
    margin-top:7px;
    margin-bottom: 0px;
    height: 60px;
    font-size: 50px;
    font-weight: normal;
    color: red ;
    text-align: center;
    vertical-align: middle;
    top: -65px;
    border: 0px;
    visibility:  hidden;
}

.jstickertape {
    font-size: 15px;
}

.jstickertape a {
    color:#cc0000;
    font-weight:bold;
}
