home *** CD-ROM | disk | FTP | other *** search
- /**************************** BODY ******************************************/
- body {
- background-color : #000000;
- font-family : Arial;
- font-size : 8pt;
- color : #111111;
- alink : #FF8C00;
- }
- body.main {
- background-color : #EEEEEE;
- background-image : url(../images/bg_globus_main.jpg);
- background-repeat : no;
- background-attachment :fixed;
- font-family : Arial;
- font-size : 8pt;
- color : #000000;
- alink : #FF8C00;
- margin-top : 20px;
- margin-bottom : 20px;
- margin-left : 20px;
- scrollbar-3dlight-color:;
- scrollbar-arrow-color:;
- scrollbar-base-color:yellow;
- scrollbar-shadow-color:;
- scrollbar-darkshadow-color:;
- scrollbar-face-color:green;
- scrollbar-highlight-color:;
- }
- /**************************** TABLE ******************************************/
- td {
- font-family : Arial;
- font-size : 8pt;
- }
-
- td.pt8 {
- font-family : Arial;
- font-size : 8pt;
- }
-
- th {
- font-family : Arial;
- font-size : 8pt;
- }
-
- .small {
- font-size : 7pt;
- }
-
- .small TD {
- font-size : 7pt;
- }
-
- select {
- font-size : 8pt;
- }
-
- input {
- font-size : 8pt;
- }
-
- div.decor {
- font-style : italic;
- color : navy;
- }
-
- .HIDE {
- display: none;
- }
-
- .SHOW {
- display: ;
- }
-
- .chyba {
- color : red;
- background-color : white;
- }
-
- .disblack {
- color : black;
- background-color : silver;
- }
-
- .vobtn {
- color : black;
- font-weight : bold;
- }
-
- .tblheadsb {
- color : black;
- background-color : #F4A460;
- text-align : center;
-
- }
-
- .tblhead {
- color : white;
- background-color : blue;
- }
-
- .txtnormnum {
- border : 0;
- color : black;
- background-color : white;
- text-align: right;
- }
- .txtnormstr {
- border : 0;
- color : black;
- background-color : white;
- }
-
- .txtbeigenum {
- border : 0;
- color : black;
- background-color : #F5F5DC;
- text-align: right;
- }
- .txtbeigestr {
- border : 0;
- color : black;
- background-color : #F5F5DC;
- }
- /**************************** ANCHOR *************************************************/
- A {
- color : #800000;
- font-weight : bold;
- font-size : 8pt;
- text-decoration : underline;
- }
- A:hover {
- color : #FF8C00;
- font-weight : bold;
- font-size : 8pt;
- text-decoration : underline;
- }
- A:Visited {
- color : #000000;
- font-weight : bold;
- font-size : 8pt;
- text-decoration : underline;
- }
-
- A.menu {
- color : white;
- font-weight : bold;
- font-size : 8pt;
- text-decoration : none;
- }
- A:hover.menu {
- color : yellow;
- font-weight : bold;
- font-size : 8pt;
- text-decoration : none;
- }
- A:Visited.menu {
- color : green;
- font-weight : bold;
- font-size : 8pt;
- text-decoration : none;
- }
- A.hglgt {
- color : #FF8C00;
- font-weight : bold;
- font-size : 9pt;
- text-decoration : none;
- }
- A:hover.hglgt {
- color : #FF8C00;
- font-weight : bold;
- font-size : 9pt;
- text-decoration : none;
- }
- A:Visited.hglgt {
- color : #FF8C00;
- font-weight : bold;
- font-size : 9pt;
- text-decoration : none;
- }
- /**************************** H ******************************************/
- h1 {
- font-family : Arial;
- font-size : 10pt;
- color : black;
- line-height : 8pt;
- }
-
- h2 {
- font-family : Arial;
- font-size : 20pt;
- color : black;
- line-height : 22pt;
- }
-
- h3 {
- font-family : Arial;
- font-size : 30pt;
- font-weigth : bold;
- }
-
- h4 {
- font-family : Arial;
- font-size : 40pt;
- font-weigth : bold;
- color : #1E90FF;
- }
- /**************************** P ******************************************/
- p {
- margin-top : 0;
- margin-bottom : 0;
- width : 99%;
- }
-
- div {
- height : 100%;
- width : 100%;
- overflow : auto;
- float : left;
- }
- div.sw {
- height : 85%;
- width : 620px;
- overflow : auto;
- float : left;
- }
-
- ul {
- width : 620px;
- }
-
- hr {
- width : 99%;
- }