/* Default CSS Stylesheet for a new Web Application project */ BODY { font-weight: normal; font-size: 0.8em; word-spacing: normal; text-transform: none; font-family: Verdana, Helvetica, sans-serif; letter-spacing: normal; background-color: whitesmoke; } .DG_SELECTED { font-weight: bold; font-size: 12px; color: #000099; font-family: Tahoma; background-color: #33ffff; text-decoration: none; } .DG_NORMAL { border-right: lightgrey thin solid; border-top: lightgrey thin solid; font-size: 10pt; border-left: lightgrey thin solid; border-bottom: lightgrey thin solid; font-family: Tahoma; background-color: white; } .DG_HEADER { font-weight: bold; font-size: 12px; color: #000099; font-family: Tahoma; background-color: #ccffff; text-decoration: none; } .BUTTON { font-weight: bold; font-size: 10pt; color: #000000; font-family: Tahoma; background-color: #ccffff; text-decoration: none; } .ASP_TEXT { font-size: 9pt; color: black; font-family: Tahoma; } .ASP_TEXT_BLUE_BOLD { font-size: 9pt; color:darkblue; font-family: Tahoma; font-weight:bold; } .ASP_LABEL { font-weight: bold; font-size: 11pt; font-family: Tahoma; text-decoration: none; } .TITLE { font-weight: bold; font-size: 12pt; color: #000099; font-family: Tahoma; } .FORM_CONTAINER { BORDER-TOP-STYLE: outset; BORDER-RIGHT-STYLE: outset; BORDER-LEFT-STYLE: outset; POSITION: absolute; BACKGROUND-COLOR: #f5f5f5; BORDER-BOTTOM-STYLE: outset; } |