| .box_background { | |
| background-color: #f0f0f0; | |
| font-family: verdana, arial, tahoma; | |
| font-size: 8pt; | |
| color: #000000; | |
| } | |
| .normal, table, td { | |
| font-family: arial, sans-serif, tahoma; | |
| font-size: 10pt; | |
| color: #000000; | |
| } | |
| .small { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 8pt; | |
| color: #000000; | |
| } | |
| .small-white { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 8pt; | |
| color: #ffffff; | |
| } | |
| .error { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| color: #990000; | |
| font-weight: bold; | |
| } | |
| .confirmation { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| color: #000066; | |
| font-weight: bold; | |
| } | |
| .app_title { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 11pt; | |
| font-weight: bold; | |
| color: #003366; | |
| } | |
| .large_title { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 11pt; | |
| font-weight: bold; | |
| color: #003366; | |
| } | |
| .title { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 11pt; | |
| font-weight: bold; | |
| color: #999966; | |
| } | |
| .red { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| color: #ff0000; | |
| } | |
| .yellow { | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| color: #f0f0a0; | |
| } | |
| .filter_form { | |
| background-color: #eeeecc; | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| font-weight: normal; | |
| color: #000000; | |
| } | |
| .rect_border { | |
| background-color: #6699CC; | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| font-weight: bold; | |
| color: #000000; | |
| } | |
| .rect_header { | |
| background-color: #006699; | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| font-weight: bold; | |
| color: #f0f0a0; | |
| background-image: url('../images/gradient.jpg'); | |
| background-repeat: repeat-y; | |
| } | |
| .white_back { | |
| background-color: #ffffff; | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| color: #000000; | |
| } | |
| .blue_header { | |
| background-color: #90C8FF; | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| color: #FFFFFF; | |
| font-weight: bold; | |
| } | |
| .yellow_header { | |
| background-color: #eeeecc; | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| color: #FFFFFF; | |
| font-weight: bold; | |
| } | |
| .black { | |
| background-color: #000000; | |
| font-family: verdana, arial, tahoma; | |
| font-size: 10pt; | |
| color: #ffffff; | |
| font-weight: bold; | |
| } | |
| .inputInvalid | |
| { | |
| BORDER-TOP: #990000 2px solid; | |
| BORDER-LEFT: #990000 2px solid; | |
| BORDER-RIGHT: #990000 2px solid; | |
| BORDER-BOTTOM: #990000 2px solid; | |
| } | |
| .inputInvisible | |
| { | |
| BORDER-TOP: #990000 0px solid; | |
| BORDER-LEFT: #990000 0px solid; | |
| BORDER-RIGHT: #990000 0px solid; | |
| BORDER-BOTTOM: #990000 0px solid; | |
| } | |
| .selectInvalid | |
| { | |
| BACKGROUND-COLOR: #990000; | |
| COLOR: #FFFFFF; | |
| } | |
| .list_header { | |
| font-weight: bold; | |
| font-size: 10pt; | |
| background-color: #99ccff; | |
| } | |
| .list_column_header { | |
| font-weight: bold; | |
| font-size: 10pt; | |
| background-color: #c0c0c0; | |
| } | |
| .datahdr { background-color: #cfcfcf; font-weight: bold; } | |
| .micro { font-family: arial, helvetica, geneva; font-size: 8pt; font-weight: normal} | |
| .data0 { | |
| background-color: #ffffff; | |
| } | |
| .data1 { | |
| background-color: #f0f0f0; | |
| } |