update css

This commit is contained in:
ceb 2002-09-29 02:05:54 +00:00
parent 86032f02dd
commit 5cc4622500
23 changed files with 1118 additions and 1522 deletions

View File

@ -4,8 +4,8 @@
<xsl:variable name="select_action"><xsl:value-of select="select_action"/></xsl:variable>
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
<form method="post" action="{$select_action}">
<select name="cat_id" class="forms" onChange="this.form.submit();" onMouseover="window.status='Select the category. To show all entries select NONE.';return true;" onMouseout="window.status='';return true;">
<option value=""><xsl:value-of select="lang_none"/></option>
<select name="cat_id" class="forms" onChange="this.form.submit();" onMouseover="window.status='Select the category. To show all entries select NO CATEGORY.';return true;" onMouseout="window.status='';return true;">
<option value=""><xsl:value-of select="lang_no_cat"/></option>
<xsl:apply-templates select="cat_list"/>
</select>
<noscript>

View File

@ -1,7 +1,7 @@
<!-- $Id$ -->
<xsl:template name="cat_select">
<option value=""><xsl:value-of select="lang_none"/></option>
<option value=""><xsl:value-of select="lang_no_cat"/></option>
<xsl:apply-templates select="cat_list"/>
</xsl:template>

View File

@ -1,95 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
body.bg01
{
background-color: #dadada;
}
body.bg02
{
background-color: #dad0d0;
}
body.bg03
{
background-color: #dacaca;
}
body.bg04
{
background-color: #dac0c0;
}
body.bg05
{
background-color: #dababa;
}
body.bg06
{
background-color: #dab0b0;
}
body.bg07
{
background-color: #daaaaa;
}
body.bg08
{
background-color: #da9090;
}
body.bg09
{
background-color: #da8a8a;
}
body.bg10
{
background-color: #da7a7a;
}
table
{
background-color: #9999FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -105,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -134,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -147,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -160,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -171,7 +80,6 @@ a:hover
.navbar
{
background-color: #000000;
color: #000000;
}
.navbar:spezial_logo
@ -179,17 +87,70 @@ a:hover
background-image: url(logo_000000.gif);
}
.calendar:today
.row_on
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #D3DCE3;
}
.th_bright
{
background-color: #EEEEEE;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #DDDDDD;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #666699;
color: #FFFFFF;

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
table
{
background-color: #967FF4;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #9999FF;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #CCCCFF;
}
td.row-off
{
background-color: #E4DFFF;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
color: blue;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -119,8 +79,7 @@ a:hover
.navbar
{
background-color: #967FF4;
color: #000000;
background-color: blue;
}
.navbar:spezial_logo
@ -128,66 +87,66 @@ a:hover
background-image: url(logo_967FF4.gif);
}
.calendar:today
.row_on
{
background-color: #CCEEFF;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: blue;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #CCEEFF;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.email:folder
.email_folder
{
background-color: #666699;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
table
{
background-color: #9999FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -128,71 +88,71 @@ a:hover
background-image: url(logo_5A0000.gif);
}
.calendar:today
.row_on
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #D3DCE3;
}
.th_bright
{
background-color: #DDDDDD;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #DDDDDD;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #666699;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
table
{
background-color: #9999FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar
{
background-color: #000099;
color: #000000;
}
.navbar:spezial_logo
@ -128,6 +87,59 @@ a:hover
background-image: url(logo_000099.gif);
}
.row_on
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #D3DCE3;
}
.th_bright
{
background-color: #DDDDDD;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #DDDDDD;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.calendar:today
{
background-color: #FFFFCC;
@ -143,55 +155,3 @@ a:hover
background-color: #666699;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
table
{
background-color: #9999FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -128,69 +88,71 @@ a:hover
background-image: url(logo_003300.gif);
}
.calendar:today
.row_on
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #D3DCE3;
}
.th_bright
{
background-color: #DDDDDD;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #DDDDDD;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #666699;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #F5F5F5;
}
table
{
background-color: #F5F5F5;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #FFE4C4;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #EEEEFF;
}
td.row-off
{
background-color: #FFFFEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #EE0000;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #EE0000;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #EE0000;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #EE0000;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -128,70 +88,71 @@ a:hover
background-image: url(logo_003300.gif);
}
.calendar:today
.row_on
{
background-color: #EEEEFF;
}
.row_off
{
background-color: #FFFFEE;
}
.th
{
background-color: #FFE4C4;
}
.th_bright
{
background-color: #FFFFEE;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #FFFFEE;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #D0DCE0;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #7090FF;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,16 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #222222;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #dfdfdf;
}
table
{
background-color: #eeeeee;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #eeeeee;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
color: #222222;
}
td
@ -54,24 +26,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #eeeeee;
}
td.row-off
{
background-color: #cccccc;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #0000ff;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +44,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #5555ff;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -96,8 +57,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: black;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +70,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: black;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -128,17 +89,70 @@ a:hover
background-image: url(logo_003300.gif);
}
.calendar:today
.row_on
{
background-color: #eeeeee;
}
.row_off
{
background-color: #cccccc;
}
.th
{
background-color: #aaaaaa;
}
.th_bright
{
background-color: #eeeeee;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #eeeeee;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FBF1C5;
}
.calendar:dayview
.cal_dayview
{
background-color: #F9E99F;
}
.email:folder
.email_folder
{
background-color: #EAD688;
color: #000000;

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #80BBFF;
}
table
{
background-color: #7090FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -70,8 +41,8 @@ a:link
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +54,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -96,8 +67,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +80,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -119,8 +90,7 @@ a:hover
.navbar
{
background-color: #80BBFF;
color: #000000;
background-color: #7090FF;
}
.navbar:spezial_logo
@ -128,12 +98,65 @@ a:hover
background-image: url(logo_003300.gif);
}
.calendar:today
.row_on
{
background-color: #D3DCE3;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #7090FF;
}
.th_bright
{
background-color: #EEEEEE;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #D3DCE3;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
@ -143,53 +166,3 @@ a:hover
background-color: #7090FF;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
table
{
background-color: #9999FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar
{
background-color: #486591;
color: #000000;
}
.navbar:spezial_logo
@ -128,68 +87,71 @@ a:hover
background-image: url(logo_486591.gif);
}
.calendar:today
.row_on
{
background-color: #D3DCE3;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #486591;
}
.th_bright
{
background-color: #EEEEEE;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #D3DCE3;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #666699;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
}
table
{
background-color: #9999FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar
{
background-color: #885522;
color: #000000;
}
.navbar:spezial_logo
@ -128,68 +87,71 @@ a:hover
background-image: url(logo_885522.gif);
}
.calendar:today
.row_on
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #885522;
}
.th_bright
{
background-color: #EEEEEE;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #DDDDDD;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #666699;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #00FF33;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #000000;
}
table
{
background-color: #00FF33;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #404040;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #00FF33;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -48,30 +19,19 @@ td
font-style: normal;
font-weight: normal;
line-height: normal;
color: #000000;
color: #FFFFFF;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
td.row-on
{
background-color: #909090;
}
td.row-off
{
background-color: #808080;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #0000FF;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #0000FF;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #999999;
font-style: bold;
font-weight: bold;
color: #0000FF;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -108,9 +68,9 @@ a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #999999;
font-style: bold;
font-weight: bold;
color: #00FF33;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -128,17 +88,71 @@ a:hover
background-image: url(logo_885522.gif);
}
.calendar:today
.row_on
{
background-color: #909090;
}
.row_off
{
background-color: #808080;
}
.th
{
background-color: #404040;
color: #00FF33;
}
.th_bright
{
background-color: #909090;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #00FF33;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #909090;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #00FF33;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #BFBFBF;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #808080;
color: #000000;

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #E4DFFF;
}
table
{
background-color: #9999FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
color: maroon;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -82,9 +42,9 @@ a:visited
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
color: maroon;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
color: maroon;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar
{
background-color: #663366;
color: #000000;
}
.navbar:spezial_logo
@ -128,12 +87,65 @@ a:hover
background-image: url(logo_663366.gif);
}
.calendar:today
.row_on
{
background-color: #9999FF;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #663366;
}
.th_bright
{
background-color: #9999FF;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #9999FF;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
@ -143,53 +155,3 @@ a:hover
background-color: #666699;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #ffbab7;
}
table
{
background-color: #9999FF;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #D3DCE3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -54,24 +25,13 @@ td
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
color: #990000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -82,9 +42,9 @@ a:visited
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
color: #990000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
color: #990000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar
{
background-color: #990000;
color: #000000;
}
.navbar:spezial_logo
@ -128,68 +87,71 @@ a:hover
background-image: url(logo_990000.gif);
}
.calendar:today
.row_on
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #D3DCE3;
}
.th_bright
{
background-color: #EEEEEE;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #DDDDDD;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #666699;
color: #FFFFFF;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #9d1811;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #ce9592;
}
table
{
background-color: #ffbab7;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #72022a;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #ce9592;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #9d1811;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -48,30 +19,19 @@ td
font-style: normal;
font-weight: normal;
line-height: normal;
color: #000000;
color: #9d1811;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
color: #666666;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -82,9 +42,9 @@ a:visited
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: pink;
font-style: bold;
font-weight: bold;
color: #666666;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
color: #666666;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -120,7 +80,7 @@ a:hover
.navbar
{
background-color: #bd524a;
color: #9d1811;
color: #000000;
}
.navbar:spezial_logo
@ -128,68 +88,72 @@ a:hover
background-image: url(logo_990000.gif);
}
.calendar:today
.row_on
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #ffbab7;
}
.th
{
color: #9d1811;
background-color: #bd524a;
}
.th_bright
{
background-color: #DDDDDD;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #DDDDDD;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #bd524a;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #bd542a;
color: #9d1811;
}
.bg01
{
background-color: #dadada;
}
.bg02
{
background-color: #dad0d0;
}
.bg03
{
background-color: #dacaca;
}
.bg04
{
background-color: #dac0c0;
}
.bg05
{
background-color: #dababa;
}
.bg06
{
background-color: #dab0b0;
}
.bg07
{
background-color: #daaaaa;
}
.bg08
{
background-color: #da9090;
}
.bg09
{
background-color: #da8a8a;
}
.bg10
{
background-color: #da7a7a;
}

View File

@ -151,7 +151,7 @@ a:hover
.th_bright
{
background-color: #80BBFF;
background-color: #CCEEFF;
}
.th_text
@ -187,17 +187,17 @@ a:hover
word-spacing: 0em;
}
.calendar:today
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #7090FF;
color: #FFFFFF;

View File

@ -1,44 +1,15 @@
body
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FBF1C5;
}
table
{
background-color: #EAD688;
border: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #C5AA2B;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
padding: 2em;
}
th
{
background-color: #C8A63B;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
{
border-width: 0;
}
td
@ -48,30 +19,18 @@ td
font-style: normal;
font-weight: normal;
line-height: normal;
color: #000000;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
td.row-on
{
background-color: #F7E58F;
}
td.row-off
{
background-color: #EAD688;
}
a:link
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
color: maroon;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -82,9 +41,9 @@ a:visited
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: blue;
font-style: bold;
font-weight: bold;
color: maroon;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -95,9 +54,9 @@ a:active
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
color: maroon;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -108,9 +67,9 @@ a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: red;
font-style: bold;
font-weight: bold;
color: #C5AA2B;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
@ -120,20 +79,72 @@ a:hover
.navbar
{
background-color: #F7E58F;
}
.row_on
{
background-color: #F7E58F;
}
.row_off
{
background-color: #EAD688;
}
.th
{
background-color: #C8A63B;
}
.th_bright
{
background-color: #F7E58F;
}
.th_text
{
font-style: bold;
font-weight: bold;
color: #000000;
}
.calendar:today
.appheader
{
font-style: bold;
font-weight: bold;
background-color: #F7E58F;
}
.functionmsg
{
font-style: bold;
font-weight: bold;
}
.forms
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.cal_today
{
background-color: #FBF1C5;
}
.calendar:dayview
.cal_dayview
{
background-color: #F9E99F;
}
.email:folder
.email_folder
{
background-color: #EAD688;
color: #000000;

View File

@ -168,26 +168,26 @@ a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.calendar:today
.cal_today
{
background-color: #ffffcc;
}
.calendar:dayview
.cal_dayview
{
background-color: #c0c0c0;
}
.email:folder
.email_folder
{
background-color: #adadad;
color: #ffffff;

View File

@ -171,26 +171,26 @@ a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.calendar:today
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #7090FF;
color: #FFFFFF;

View File

@ -76,11 +76,9 @@ a:hover
word-spacing: 0em;
}
.navbar
.portal
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #80BBFF;
}
.bodytext
@ -144,6 +142,11 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
{
font-style: bold;
@ -168,26 +171,26 @@ a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.calendar:today
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #7090FF;
color: #FFFFFF;

View File

@ -76,11 +76,9 @@ a:hover
word-spacing: 0em;
}
.navbar
.portal
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #80BBFF;
}
.bodytext
@ -144,6 +142,11 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
{
font-style: bold;
@ -168,26 +171,26 @@ a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.calendar:today
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #7090FF;
color: #FFFFFF;

View File

@ -76,11 +76,9 @@ a:hover
word-spacing: 0em;
}
.navbar
.portal
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
background-color: #80BBFF;
}
.bodytext
@ -144,6 +142,11 @@ a:hover
background-color: #80BBFF;
}
.th_bright
{
background-color: #CCEEFF;
}
.th_text
{
font-style: bold;
@ -168,26 +171,26 @@ a:hover
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
.calendar:today
.cal_today
{
background-color: #FFFFCC;
}
.calendar:dayview
.cal_dayview
{
background-color: #C0C0C0;
}
.email:folder
.email_folder
{
background-color: #7090FF;
color: #FFFFFF;