1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
html { font-family:arial,sans-serif; }
body { margin:0; padding:10px; font-family:arial,sans-serif; align:center; background-color:#ffffff; }
a, a:visited, a:link, a:active
{ color:#666666; text-decoration:none; }
a:hover { text-decoration:underline; }
/* VYM specific elements*/
.vym-header{
width:96%;
padding:2%;
margin-bottom:10px;
border:solid 1px black;
background-color:#f0f0f0;
text-align:center;
vertical-align:center;
font-size: 2em;
}
.vym-imagemap{
width:96%;
padding:2%;
margin-bottom:10px;
border: 0px;
text-align:center;
vertical-align:center;
}
.imagemap{
border: 0px;
}
.vym-BoxBottom {
padding:10px;
font-size:0.7em;
border:solid 1px black;
margin:0;
background-color:#f0f0f0;
}
.vym-BoxBottomR
{
padding-top:1em;
color:#676767;
text-align:right;
}
.vym-footer {
width:100%;
border:1;
}
.vym-footerL { font-size:0.7em; color:#676767; text-align:left; }
.vym-footerC { font-size:0.7em; color:#676767; text-align:center; }
.vym-footerR { font-size:0.7em; color:#676767; text-align:right; }
.vym-url {}
.vym-branch0 {
color:#000000;
font-size: x-large;
font-weight: bold;
}
.vym-branch1{
font-size: normal;
font-weight: normal;
}
.vym-branch2{
font-size: small;
font-weight: normal;
}
.vym-branch3{
font-size: small;
font-weight: normal;
}
.vym-branch4{
font-size: small;
font-weight: normal;
}
.vym-branch5{
font-size: small;
font-weight: normal;
}
.vym-branch6{
font-size: small;
font-weight: normal;
}
.vym-branch7{
font-size: small;
font-weight: normal;
}
.vym-htmlnote{
width:96%;
border: solid 1px black;
border-color: #000000;
background-color: #eeeeee;
font-size: small;
font-weight: normal;
padding: 5px;
}
.vym-note {
width:100%;
border: solid 1px black;
border-color: #000000;
background-color: #eeeeee;
font-size: small;
font-weight: normal;
}
.standardflag {
margin-left: 5px;
}
|