body, html { margin: 0; padding: 0; overflow: hidden; font-family: arial, helvetica, sans-serif; background-color: white; height: 100%; } body, td { font-family: arial, helvetica, sans-serif; color: #444444; font-size: 84.5%; } body, body * { box-sizing: border-box; -moz-box-sizing: border-box; } form { margin: 0px; } form .invalid { border: 2px solid red !important; } form .validationError { color: red; display: none; } a { color: #22558A; } a img { border: none; } #window { border: 1px solid #90B63D; width: 100%; height: 100%; background-color: #B6BAC5; } #windowHeader { height: 21px; background-image: url('/portlets/portlet-header-bg-s4bx63.gif'); background-repeat: repeat-x; background-color: #90B63D; border-left: 1px solid #A9D252; border-right: 1px solid #6C8729; padding: 0px 6px; color: white; font-size: 11px; font-weight: bold; position: relative; overflow: hidden; } #windowHeader .buttons { position: absolute; right: 2px; top: 3px; } #windowHeader .buttons a { display: block; margin: 0px 1px; float: left; } #windowContent { background-color: white; border: 1px solid #92959C; border-bottom: none; height: 100%; } #windowFooter { border: 1px solid #92959C; border-top: none; height: 17px; color: white; background-color: #B6BAC5; white-space: nowrap; } 