/* Document : default Created on : 11-Mar-2010, 13:16:55 Author : richardi Description: Purpose of the stylesheet follows. */ body { font-family: Arial, Verdana, Tahoma; /*background-color: #c0c0e0;*/ } div.pageFullWidth { width:100%; text-align: center; vertical-align: top; } div.pageFixedWidth { width: 900px; margin: 0px auto; padding: 8px; background-color: #ffffff; border: solid 1px #808080; } div.pageFixedWidthBase { width: 900px; margin: 0px auto; } div.menuContainer { width:100%; min-height: 25px; font-size: 12pt; background-color: #0048E0; color: #FFD100; padding: 6px 6px 6px 6px; margin: 8px 0px 8px 0px; } div.menuContainer ul { list-style-type: none; display: inline-block; width: 100%; margin: 0px; padding: 0px; } div.menuContainer ul li { float: left; } div.menuContainer ul li a.inactiveLink { border-left: solid 1px #FFD100; border-right: solid 1px #FFD100; font-weight: bold; color: #FFD100; text-decoration: none; padding-left: 4px; padding-right: 4px; margin-right: 2px; float: left; } /* Background images for tables */ .tbll {background: url(/images/shadow_l.gif) no-repeat; width:8px} .tblbot {background: url(/images/shadow_m.gif) repeat-x; width:100%} .tblr {background: url(/images/shadow_r.gif) no-repeat; width:8px}