@ -1,190 +0,0 @@
|
|||||||
body {
|
|
||||||
margin : 0px;
|
|
||||||
padding : 0px;
|
|
||||||
background-color : #D3D3D3;
|
|
||||||
font-family : calibri, verdana, arial, comic sans;
|
|
||||||
min-width : 760px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size : 25pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
a img {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.tip {
|
|
||||||
text-decoration : none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.tip:hover {
|
|
||||||
position : relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.tip span {
|
|
||||||
display : none
|
|
||||||
}
|
|
||||||
|
|
||||||
a.tip:hover span {
|
|
||||||
background : #000000;
|
|
||||||
opacity : 0.8;
|
|
||||||
border : none;
|
|
||||||
border-radius : 5px 5px 5px 5px;
|
|
||||||
font-family : calibri, verdana, arial, comic sans;
|
|
||||||
font-size : 12pt;
|
|
||||||
text-decoration : none;
|
|
||||||
white-space : nowrap;
|
|
||||||
color : #FFFFFF;
|
|
||||||
padding : 6px 6px 6px 6px;
|
|
||||||
margin : 10px;
|
|
||||||
display : block;
|
|
||||||
z-index : 50;
|
|
||||||
position : absolute;
|
|
||||||
top : 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#top {
|
|
||||||
height : 115px;
|
|
||||||
background-color : #FFFFFF;
|
|
||||||
width : 100%;
|
|
||||||
background-image : url('../img/dvc.jpg');
|
|
||||||
background-repeat : no-repeat;
|
|
||||||
background-position : 98.5%;
|
|
||||||
position : absolute;
|
|
||||||
left : 0px;
|
|
||||||
top : 0px;
|
|
||||||
min-width : 760px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu {
|
|
||||||
margin-top : 5px;
|
|
||||||
height : 34px;
|
|
||||||
float : left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menubar {
|
|
||||||
height : 40px;
|
|
||||||
width : 100%;
|
|
||||||
background-color : #FEC456;
|
|
||||||
position : absolute;
|
|
||||||
left : 0px;
|
|
||||||
top : 115px;
|
|
||||||
min-width : 760px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
|
||||||
width : 100%;
|
|
||||||
position : absolute;
|
|
||||||
left : 0px;
|
|
||||||
top : 175px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menulink {
|
|
||||||
font-size : 14pt;
|
|
||||||
text-decoration : none;
|
|
||||||
white-space : nowrap;
|
|
||||||
border : 1px #000000 solid;
|
|
||||||
padding-left : 10px;
|
|
||||||
padding-top : 3px;
|
|
||||||
padding-bottom : 3px;
|
|
||||||
padding-right : 10px;
|
|
||||||
margin-left : 10px;
|
|
||||||
background-color : #FFFFC6;
|
|
||||||
color : #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menulinkactive {
|
|
||||||
font-size : 14pt;
|
|
||||||
text-decoration : none;
|
|
||||||
white-space : nowrap;
|
|
||||||
border : 1px #000000 solid;
|
|
||||||
padding-left : 10px;
|
|
||||||
padding-top : 3px;
|
|
||||||
padding-bottom : 3px;
|
|
||||||
padding-right : 10px;
|
|
||||||
margin-left : 10px;
|
|
||||||
background-color : #87dcfc;
|
|
||||||
color : #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pl {
|
|
||||||
font-size : 12pt;
|
|
||||||
text-decoration : none;
|
|
||||||
color : #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.listingtable {
|
|
||||||
margin-top : 10px;
|
|
||||||
border : 1px #C1DAD7 solid;
|
|
||||||
font-size : 12pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
.listingtable th {
|
|
||||||
height : 35px;
|
|
||||||
text-align : center;
|
|
||||||
background-color : #D5EBF0;
|
|
||||||
background-image : -webkit-gradient(
|
|
||||||
linear,
|
|
||||||
left top,
|
|
||||||
left bottom,
|
|
||||||
color-stop(0, rgb(201, 231, 233)),
|
|
||||||
color-stop(0.8, rgb(220, 237, 244))
|
|
||||||
);
|
|
||||||
background-image: -o-linear-gradient(bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
|
||||||
background-image: -moz-linear-gradient(bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
|
||||||
background-image: -webkit-linear-gradient(bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
|
||||||
background-image: -ms-linear-gradient(bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
|
||||||
background-image: linear-gradient(to bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.listingtable td {
|
|
||||||
padding-left : 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.listinglink {
|
|
||||||
font-size : 12pt;
|
|
||||||
text-decoration : underline;
|
|
||||||
color : #60A1DE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error {
|
|
||||||
font-size : 12pt;
|
|
||||||
text-decoration : none,
|
|
||||||
font-weight : bold;
|
|
||||||
color : #FF0000;
|
|
||||||
background-color : #FFFFFF;
|
|
||||||
width : 90%;
|
|
||||||
padding : 15px;
|
|
||||||
margin : 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.FilterField {
|
|
||||||
font-size : 10pt;
|
|
||||||
text-decoration : none,
|
|
||||||
color : #000000;
|
|
||||||
background-color : #FFFFFF;
|
|
||||||
width : 150px;
|
|
||||||
height : 20px;
|
|
||||||
padding-left : 5px;
|
|
||||||
padding-top : 3px;
|
|
||||||
border : 1px #60A1DE solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.FilterSubmit {
|
|
||||||
font-size : 10pt;
|
|
||||||
text-decoration : none,
|
|
||||||
color : #000000;
|
|
||||||
background-color : #FFFFFF;
|
|
||||||
height : 26px;
|
|
||||||
width : 60px;
|
|
||||||
padding-left : 5px;
|
|
||||||
padding-top : 3px;
|
|
||||||
border : 1px #60A1DE solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.smalllink {
|
|
||||||
font-size : 12pt;
|
|
||||||
text-decoration : none;
|
|
||||||
color : #0E0789;
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 449 B |
|
Before Width: | Height: | Size: 131 B |
|
Before Width: | Height: | Size: 342 B |
|
Before Width: | Height: | Size: 486 B |
|
Before Width: | Height: | Size: 357 B |
|
Before Width: | Height: | Size: 124 B |
|
Before Width: | Height: | Size: 310 B |
|
Before Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 101 B |
|
Before Width: | Height: | Size: 501 B |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 241 B |
|
Before Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 181 B |
|
Before Width: | Height: | Size: 121 B |
|
Before Width: | Height: | Size: 125 B |
|
Before Width: | Height: | Size: 470 B |
|
Before Width: | Height: | Size: 100 B |
|
Before Width: | Height: | Size: 847 B |
|
Before Width: | Height: | Size: 117 B |
|
Before Width: | Height: | Size: 436 B |
|
Before Width: | Height: | Size: 221 B |
|
Before Width: | Height: | Size: 685 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 751 B |
|
Before Width: | Height: | Size: 302 B |
|
Before Width: | Height: | Size: 451 B |
|
Before Width: | Height: | Size: 197 B |
|
Before Width: | Height: | Size: 142 B |
|
Before Width: | Height: | Size: 107 B |
|
Before Width: | Height: | Size: 97 B |
|
Before Width: | Height: | Size: 147 B |
|
Before Width: | Height: | Size: 163 B |
|
Before Width: | Height: | Size: 214 B |
|
Before Width: | Height: | Size: 99 B |
|
Before Width: | Height: | Size: 116 B |
|
Before Width: | Height: | Size: 922 B |
|
Before Width: | Height: | Size: 300 B |
|
Before Width: | Height: | Size: 300 B |
|
Before Width: | Height: | Size: 317 B |
|
Before Width: | Height: | Size: 217 B |
|
Before Width: | Height: | Size: 99 B |
|
Before Width: | Height: | Size: 373 B |
|
Before Width: | Height: | Size: 125 B |
|
Before Width: | Height: | Size: 403 B |
|
Before Width: | Height: | Size: 258 B |
|
Before Width: | Height: | Size: 229 B |
|
Before Width: | Height: | Size: 397 B |
|
Before Width: | Height: | Size: 100 B |
|
Before Width: | Height: | Size: 256 B |
|
Before Width: | Height: | Size: 379 B |
|
Before Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 535 B |
|
Before Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 130 B |
|
Before Width: | Height: | Size: 617 B |
|
Before Width: | Height: | Size: 149 B |
|
Before Width: | Height: | Size: 96 B |
|
Before Width: | Height: | Size: 117 B |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 434 B |
|
Before Width: | Height: | Size: 490 B |
|
Before Width: | Height: | Size: 148 B |
|
Before Width: | Height: | Size: 222 B |
|
Before Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 97 B |
|
Before Width: | Height: | Size: 325 B |
|
Before Width: | Height: | Size: 266 B |
|
Before Width: | Height: | Size: 279 B |
|
Before Width: | Height: | Size: 488 B |
|
Before Width: | Height: | Size: 234 B |
|
Before Width: | Height: | Size: 464 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 227 B |
|
Before Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 93 B |
|
Before Width: | Height: | Size: 119 B |
|
Before Width: | Height: | Size: 181 B |
|
Before Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 149 B |
|
Before Width: | Height: | Size: 258 B |
|
Before Width: | Height: | Size: 505 B |
|
Before Width: | Height: | Size: 154 B |
|
Before Width: | Height: | Size: 96 B |
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 230 B |