146 lines
2.3 KiB
CSS
146 lines
2.3 KiB
CSS
|
|
<!--
|
||
|
|
|
||
|
|
body
|
||
|
|
{
|
||
|
|
margin:10px 10px 10px 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.mnemonicKey
|
||
|
|
{
|
||
|
|
text-decoration:underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.label
|
||
|
|
{
|
||
|
|
font-size:13pt;
|
||
|
|
background-color:#efefef;
|
||
|
|
vertical-align:bottom;
|
||
|
|
}
|
||
|
|
|
||
|
|
.txtField
|
||
|
|
{
|
||
|
|
font-size:19pt;
|
||
|
|
height:20pt;
|
||
|
|
width:145pt;
|
||
|
|
border-top-style:none;
|
||
|
|
border-top-width:0px;
|
||
|
|
border-left-style:none;
|
||
|
|
border-bottom-style:solid;
|
||
|
|
border-bottom-color:black;
|
||
|
|
border-bottom-width:2px;
|
||
|
|
border-right-style:none;
|
||
|
|
line-height:18pt;
|
||
|
|
margin:0px 0px 0px 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.button
|
||
|
|
{
|
||
|
|
font-size:12pt;
|
||
|
|
height:20pt;
|
||
|
|
width:45pt;
|
||
|
|
border-top-style:hidden;
|
||
|
|
border-top-width:0px;
|
||
|
|
border-left-style:hidden;
|
||
|
|
border-left-width:2px;
|
||
|
|
border-bottom-style:ridge;
|
||
|
|
border-bottom-color:black;
|
||
|
|
border-bottom-width:2px;
|
||
|
|
border-right-style:hidden;
|
||
|
|
border-right-width:2px;
|
||
|
|
margin:5px 20px 0px 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.welcome
|
||
|
|
{
|
||
|
|
font-size:14pt;
|
||
|
|
font-weight:bold;
|
||
|
|
text-align:center;
|
||
|
|
vertical-align:middle;
|
||
|
|
color:#FF66CC;
|
||
|
|
border-top-style:none;
|
||
|
|
border-top-width:15px;
|
||
|
|
border-left-width:10px;
|
||
|
|
border-bottom-width:2px;
|
||
|
|
border-bottom-style:none;
|
||
|
|
border-right-width:10px;
|
||
|
|
margin:25px 1px 9px 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.copyRight
|
||
|
|
{
|
||
|
|
font-size:12pt;
|
||
|
|
height:36pt;
|
||
|
|
font-weight:bold;
|
||
|
|
text-align:center;
|
||
|
|
vertical-align:bottom;
|
||
|
|
color:#0066CC;
|
||
|
|
border-top-style:none;
|
||
|
|
border-top-width:15px;
|
||
|
|
border-left-width:1px;
|
||
|
|
border-bottom-width:2px;
|
||
|
|
border-bottom-style:none;
|
||
|
|
border-right-width:1px;
|
||
|
|
margin:9px 1px 9px 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.HR
|
||
|
|
{
|
||
|
|
width:100%;
|
||
|
|
font-size:3px;
|
||
|
|
height:3px;
|
||
|
|
line-height:0px;
|
||
|
|
background-color:#0066CC;
|
||
|
|
}
|
||
|
|
|
||
|
|
.FORM
|
||
|
|
{
|
||
|
|
border-top-style:none;
|
||
|
|
border-top-width:0px;
|
||
|
|
border-left-width:0px;
|
||
|
|
border-bottom-width:0px;
|
||
|
|
border-right-width:0px;
|
||
|
|
margin:20px 0px 20px 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.input_login
|
||
|
|
{
|
||
|
|
border-right: #ffffff 0px solid; border-top: #ffffff 0px solid; font-size: 9pt;
|
||
|
|
border-left: #ffffff 0px solid; border-bottom: #ffffff 0px solid; height: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
tr.row0{
|
||
|
|
background-color:#D8EEF2;
|
||
|
|
}
|
||
|
|
tr.row1{
|
||
|
|
background-color:#D8EEF2;
|
||
|
|
}
|
||
|
|
tr.row2{
|
||
|
|
background-color:white;
|
||
|
|
}
|
||
|
|
tr.row3{
|
||
|
|
background-color:white;
|
||
|
|
}
|
||
|
|
td.numeric{
|
||
|
|
text-align:center;
|
||
|
|
}
|
||
|
|
td.title{
|
||
|
|
font-weight:bold;
|
||
|
|
font-size:14px;
|
||
|
|
background-color:#0055E5;
|
||
|
|
text-align:left;
|
||
|
|
border:outset 2px;
|
||
|
|
color:white;
|
||
|
|
vertical-align:middle;
|
||
|
|
}
|
||
|
|
th{
|
||
|
|
font-size:13px;
|
||
|
|
background-color:#D0D0D0;
|
||
|
|
border-right:solid 1px black;
|
||
|
|
border-bottom:solid 1px black;
|
||
|
|
white-space:nowrap;
|
||
|
|
}
|
||
|
|
table{
|
||
|
|
border-collapse: collapse;
|
||
|
|
border-color:#A0A0A0;
|
||
|
|
}
|
||
|
|
-->
|