* {
    padding:0px;
    margin:0px;
}

body {
    font-size:12px;
    background-color: #00BCE4;
    font-family: Arial;
    background-color: #fff;
    /*background: url(/images/bg.gif) repeat-x #00BCE4;*/
}

.header_overlay {
    height : 162px;
    background : url(/ui/images/header_back_sgny.gif) repeat-x scroll;
    position: relative; 
}

.header{
    height : 162px;
    background : url(/ui/images/head_bg.png) no-repeat scroll ;
    position: relative;
    top: 4px;
    left: 250; 
}

.productNameold{
    color:#fff;
    position:absolute;
    display:inline-block;
    left : 240px;
    top  : 33px;
    font-size:24px;
    font-weight:bold;
}
.productName{
    height : 162px;
    background : url(/ui/images/storengy_logo.png) no-repeat scroll ;
    position: relative;
    top: 50px;
    left: -170px; 
}

.tb {
    font-weight: bold;
}

.tc {
    text-align: center;
}

.tab {
    display:table;
    width:100%;
    border-collapse: collapse;
}

.tab-row {
    display:table-row;
}

.tab-cell {
    display:table-cell;
    height:auto;
    vertical-align: middle;
}

input[type=text], input[type=password] {
    width: 15em;
    font-size:1em;
}

input[name=date_from], input[name=date_to] {
    width: 6em;
    font-size:1em;
    text-align: center;
}

/*
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    min-height: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
   position: relative; 
}
      */
