/* 
    Document   : global
    Created on : Nov 21, 2013, 3:35:58 PM
    Author     : Turbo
    Description:
        Purpose of the stylesheet follows.
*/

.formTable td{
   padding:10px;
/*   border:1px solid black;*/
} 
.formTable tbody tr td:nth-child(odd){
    text-align: right;
}
.formTablePrtlet td{
align:left;
padding:0px;
text-align:left;
}
.zoomBtn {
width:10px;
height:30px;
float:left;
background:transparent;
background-image: url('../images/zoom-icon.png');
background-size:15px 15px;
background-repeat:no-repeat;
background-position:center center;
border:0px;
border-left:1px solid #DDD; 
margin:0px;
}
.textFieldZoom{
float:left;
}
.zoomset{
    width:auto;
    height:30px;
    border: 1px solid #DDD;
    -moz-border-radius:7px;
    display: inline-block;
}
.zoomset input{
float:left;
margin:0px;

}
span.required,div.errorMessage{
    color:red;
}
.treeview ul {
	background: none;
}
/*General Css Class*/
.invisible{
    display:none;
    width:0px !important;
    height:0px !important;
}
.uppercase{
    text-transform:uppercase !important;
}
.cursor-pointer{
    cursor:pointer;
}
.vcenter {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}
