/**
 * @project     OTRS (http://www.otrs.org) - Customer Frontend
 * @version     $Revision: 1.2 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 * @css-for     IE6
 * @note        Yes - you see it right - this is a stylesheet for Internet Explorer 6.
 *              We are not proud of it. But our customer's customers are very important.
 */

@media screen,projection,tv,handheld {

#Header,  
#Navigation {
    background: #CCC;
}
    
.MessageBox,
.ActionRow,
#BottomActionRow,
.Overview thead,
.MessageHeader {
    background: #EEE;
}
    
.Tabs li,
.Pagination,
.Details .Label,
.Details .Attachments div {
    display: inline;
}
    
.Login {
    background: none;
}

button, .Button {
    background: #F4F4F4;
    border: 1px outset #DDD;
    padding: 0;
}
    
.JavaScriptAvailable .Floating button {
    margin-top: 2px;
    padding: 0;
}
    
#Slider {
    position: relative;
}
    
.TicketHeader,
.MessageHeader {
    zoom: 1;
}
    
.MessageHeader {
    margin-bottom: -3px;
}
   
.Details .Attachments .Label {
    text-indent: 0;
    background: none;
}  
    
#ReplyButton {
    background-color: #EEE;
}
    
.Clear {
    font-size: 0;
    line-height: 0;
}
    
} /* end @media */  