body {
    font-size: 13px;
    font-family: verdana;
}

select,input,textarea {    
    border: 1px solid #cccccc;
    outline: none;    
    vertical-align:  bottom;
    border: 1px solid #aaa;    
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;    
    background-color: #ffffff;
}

input[type="file"] {    
    border: 1px solid #cccccc;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    cursor: pointer;
}

input[type="button"] {
    border: 1px solid #cccccc;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    cursor: pointer;
}

input[type="submit"] {
    border: 1px solid #cccccc;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    cursor: pointer;
}

input[type="button"]:hover {
    border: 1px solid #999999;
    -moz-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

input{
    padding-left: 8px;
    padding-right: 8px;
}

select {
    margin: 0px 0px 0px 0px;
    
}

select:focus,input:focus{
    border: 1px solid #999999;        
}

.homeButton.ui-state-default{
    border: 1px solid #d4ccb0 !important;
    background-color: #fafaf4 !important;
    background-image:none !important;
    color: #459e00 !important;
}

.homeButton.ui-state-active:hover{
    border: 1px solid #327E04 !important;
    background: #88a34c !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.homeButton.ui-state-default:hover {
    border: 1px solid #327E04 !important;
}

.homeButton{
    text-align: center; 
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    width:150px; 
    height:150px; 
    float:left; 
    cursor:pointer;
}

.homeButton img{
    height:64px;
    width:64px; 
}


.ui-menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.ui-menu .ui-menu-item {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}

.ui-menu-item a{
    text-decoration: none;    
}

#jMenu {
    height: 34px;
    line-height: 28px;
    float: left;        
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-family: verdana;   
    color: #00FF00 !important;    
}

#jMenu a {    
    font-family: verdana;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;    
}

#jMenu li {
    background-repeat: no-repeat;
    background-position: 4px 9px;
    background-size: 16px 16px;  

}

.input_div {    
    width: 180px;
    display: inline-block;
    margin-right: 20px;
    height: 60px;
    margin-top: 10px;
    vertical-align: bottom;
    text-align: left;
}

.input_div input{
    float: left;    
}

.input_div label{
    float: left;    
    min-width: 180px;
    margin-bottom: 5px;
    font-size: 0.8em;
}

.input_number{
    text-align: right;    
}

fieldset {
    border: 1px solid #cccccc;
   
    margin-bottom: 10px;
    background-color: #fafafa;
}

.input_error {
    color: #ff0000;
}

.faded {
    opacity: 0.5;   
    
}

.msg_mini {
    font-weight:bold; font-size:11px; text-align:center; padding:5px; 
} 
.msg_mini_err { color:#800; background-color:#F2DEDE; }
.msg_mini_conf { color:#080; background-color:#DFF0D8; }