/* general style definitions */ .inline { display: inline; } .block { display: block; } img { display: inline; } /* body */ body { background-color: #CFD1C2; background-repeat: repeat-x; background-position: 0px 145px; margin: 0px; font-size:10px; font-family: verdana, arial, sans-serif; color:#CFD0C2; } .border { background-image: url(/image/dotted-line.gif); } .content_border { background: #FFFFFF; } .navigation { padding-left:25px; font-size:1px; line-height:1px; } .navline { background: #B9B9B0; } .active { background: #9E9E97; } .content { padding: 10px 17px 20px 25px; vertical-align:top; background-color:#E7E8E1} .footer { background: #BAA100; } .titlebar { background: #9E9E97; vertical-align:bottom; } .copy { font-size:11px; line-height:20px; color:#3D301F; } .copy a { color:#19326A; font-weight:bold; text-decoration:none; } .copy a:hover { text-decoration:underline; } .hd1 { background-color: #9E9E97; padding-left:25px; vertical-align:bottom; } .hd2 { font-weight: bold; font-size: 11px; color:#3D301F; } .label { font-size:10px; color: #010101;} .action { font-size:9px; color: #010101; } .action a { color: #000099; text-decoration: none; font-weight:bold; } .action a:hover { text-decoration: underline; } .awards { font-size:10px; line-height:13px; color:#3D301F; } .note { font-size:10px; color:#3D301F; } .required { color:#CC3333; } .copyright { font-size:9px; color:#3D301F; padding-left:10px; } .error, .error a { color:#CC3333; font-size: 10px; font-weight: bold; } .author { font-size: 11px; color:#666666; } .bullet { width:15px; font-size:11px; color:#3D301F; vertical-align:top; } /* form styles */ form { display: inline; } input, textarea, select { font-family: verdana, arial, sans-serif; color:#444444; font-size: 10px; } input, textarea { padding-left: 3px; } .formspaceRow { height: 5px; } .standard { width: 200px; } .required { color: #CC0000; } /* dhtml layer styles */ .hide { display: none; } .show { display: block; }