/* ***************************************************************************** ** ** @(#) Copyright (C) Siemens AG 2014-[YYYY] All Rights Reserved Confidential ** ***************************************************************************** */ .zeroLength { width: 0px; } .zeroLengthHeader { } .zeroLengthBody { } .zeroLengthResizer { } .testStyle1 { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px; background-color:#FA8072; border: 1px solid #004D99; } .testStyle1Header { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px; color: white; background-color:#B22222; } .testStyle1Body { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px; color:black; background-color: #FA8072; padding: 3px; } .testStyle1Resizer { border-top:1px solid white; border-bottom: 1px solid white; } .testStyle2 { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px; background-color:#88FF88; border: 1px solid #449944; } .testStyle2Header { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px; color: white; background-color:#449944; } .testStyle2Body { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px; color:black; background-color:#88FF88; padding: 3px; } .testStyle2Resizer { border-top:1px solid white; border-bottom: 1px solid white; } .testStyle3 { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 11px; background-color:#EEEEAA; border: 1px solid #999955; } .testStyle3Header { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px; color: #ffff11; background-color:#999955; } .testStyle3Body { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 9px; color:black; background-color:#EEEEAA; padding: 3px; } .testStyle3Resizer { border-top:1px solid white; border-bottom: 1px solid white; } .testStyleRounded { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 11px; background-color:#EEEEAA; border: 1px solid #999955; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .testStyleRoundedHeader { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 11px; font-weight:bold; color: #ffff11; background-color:#999955; } .testStyleRoundedBody { font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size: 10px; background-color:#EEEEAA; padding: 3px; } .testStyleRoundedResizer { border-top:1px solid white; border-bottom: 1px solid white; } .customZoneStyle { background-color: bisque; opacity: 0.5; }