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="select_action"><xsl:value-of select="select_action"/></xsl:variable>
<xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable> <xsl:variable name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
<form method="post" action="{$select_action}"> <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;"> <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_none"/></option> <option value=""><xsl:value-of select="lang_no_cat"/></option>
<xsl:apply-templates select="cat_list"/> <xsl:apply-templates select="cat_list"/>
</select> </select>
<noscript> <noscript>

View File

@ -1,7 +1,7 @@
<!-- $Id$ --> <!-- $Id$ -->
<xsl:template name="cat_select"> <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:apply-templates select="cat_list"/>
</xsl:template> </xsl:template>

View File

@ -1,95 +1,15 @@
body body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF; 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 table
{ {
background-color: #9999FF; border-width: 0;
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;
} }
td td
@ -105,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -134,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -147,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -160,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -171,7 +80,6 @@ a:hover
.navbar .navbar
{ {
background-color: #000000; background-color: #000000;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -179,17 +87,70 @@ a:hover
background-image: url(logo_000000.gif); 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; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #666699; background-color: #666699;
color: #FFFFFF; color: #FFFFFF;

View File

@ -1,44 +1,15 @@
body body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
table table
{ {
background-color: #967FF4; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #CCCCFF;
}
td.row-off
{
background-color: #E4DFFF;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -119,8 +79,7 @@ a:hover
.navbar .navbar
{ {
background-color: #967FF4; background-color: blue;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -128,66 +87,66 @@ a:hover
background-image: url(logo_967FF4.gif); 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; background-color: #FFFFCC;
} }
.email:folder .email_folder
{ {
background-color: #666699; background-color: #666699;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
table table
{ {
background-color: #9999FF; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -128,71 +88,71 @@ a:hover
background-image: url(logo_5A0000.gif); 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; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #666699; background-color: #666699;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
table table
{ {
background-color: #9999FF; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar .navbar
{ {
background-color: #000099; background-color: #000099;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -128,6 +87,59 @@ a:hover
background-image: url(logo_000099.gif); 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 .calendar:today
{ {
background-color: #FFFFCC; background-color: #FFFFCC;
@ -143,55 +155,3 @@ a:hover
background-color: #666699; background-color: #666699;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
table table
{ {
background-color: #9999FF; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -128,69 +88,71 @@ a:hover
background-image: url(logo_003300.gif); 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; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #666699; background-color: #666699;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #F5F5F5; background-color: #F5F5F5;
} }
table table
{ {
background-color: #F5F5F5; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #EEEEFF;
}
td.row-off
{
background-color: #FFFFEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #EE0000; color: #EE0000;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #EE0000; color: #EE0000;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #EE0000; color: #EE0000;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #EE0000; color: #EE0000;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -128,70 +88,71 @@ a:hover
background-image: url(logo_003300.gif); 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; background-color: #D0DCE0;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #7090FF; background-color: #7090FF;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #222222; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #dfdfdf; background-color: #dfdfdf;
} }
table table
{ {
background-color: #eeeeee; border-width: 0;
border: 0px; color: #222222;
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;
} }
td td
@ -54,24 +26,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #eeeeee;
}
td.row-off
{
background-color: #cccccc;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #0000ff; color: #0000ff;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +44,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #5555ff; color: #5555ff;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -96,8 +57,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: black; color: black;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +70,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: black; color: black;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -128,17 +89,70 @@ a:hover
background-image: url(logo_003300.gif); 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; background-color: #FBF1C5;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #F9E99F; background-color: #F9E99F;
} }
.email:folder .email_folder
{ {
background-color: #EAD688; background-color: #EAD688;
color: #000000; color: #000000;

View File

@ -1,44 +1,15 @@
body body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal; background-color: #80BBFF;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF;
} }
table table
{ {
background-color: #7090FF; border-width: 0;
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;
} }
td td
@ -70,8 +41,8 @@ a:link
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +54,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -96,8 +67,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +80,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -119,8 +90,7 @@ a:hover
.navbar .navbar
{ {
background-color: #80BBFF; background-color: #7090FF;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -128,12 +98,65 @@ a:hover
background-image: url(logo_003300.gif); 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; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
@ -143,53 +166,3 @@ a:hover
background-color: #7090FF; background-color: #7090FF;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
table table
{ {
background-color: #9999FF; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar .navbar
{ {
background-color: #486591; background-color: #486591;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -128,68 +87,71 @@ a:hover
background-image: url(logo_486591.gif); 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; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #666699; background-color: #666699;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
table table
{ {
background-color: #9999FF; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: blue;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -96,8 +56,8 @@ a:active
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar .navbar
{ {
background-color: #885522; background-color: #885522;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -128,68 +87,71 @@ a:hover
background-image: url(logo_885522.gif); 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; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #666699; background-color: #666699;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #00FF33; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #000000; background-color: #000000;
} }
table table
{ {
background-color: #00FF33; border-width: 0;
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;
} }
td td
@ -48,30 +19,19 @@ td
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: normal; line-height: normal;
color: #000000; color: #FFFFFF;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #909090;
}
td.row-off
{
background-color: #808080;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #0000FF; color: #0000FF;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -83,8 +43,8 @@ a:visited
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #0000FF; color: #0000FF;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #999999; color: #0000FF;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -108,9 +68,9 @@ a:hover
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: #999999; color: #00FF33;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -128,17 +88,71 @@ a:hover
background-image: url(logo_885522.gif); 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; background-color: #BFBFBF;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #808080; background-color: #808080;
color: #000000; color: #000000;

View File

@ -1,44 +1,15 @@
body body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal; background-color: #E4DFFF;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF;
} }
table table
{ {
background-color: #9999FF; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: maroon;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -82,9 +42,9 @@ a:visited
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: maroon;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: maroon;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar .navbar
{ {
background-color: #663366; background-color: #663366;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -128,12 +87,65 @@ a:hover
background-image: url(logo_663366.gif); 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; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
@ -143,53 +155,3 @@ a:hover
background-color: #666699; background-color: #666699;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #000000; margin-bottom: 0em;
line-height: normal; background-color: #ffbab7;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #FFFFFF;
} }
table table
{ {
background-color: #9999FF; border-width: 0;
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;
} }
td td
@ -54,24 +25,13 @@ td
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: #990000;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -82,9 +42,9 @@ a:visited
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: blue; color: #990000;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: #990000;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -120,7 +80,6 @@ a:hover
.navbar .navbar
{ {
background-color: #990000; background-color: #990000;
color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -128,68 +87,71 @@ a:hover
background-image: url(logo_990000.gif); 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; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #666699; background-color: #666699;
color: #FFFFFF; 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 body
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; margin-right: 0em;
font-size: 10pt; margin-left: 0em;
font-style: normal; margin-top: 0em;
color: #9d1811; margin-bottom: 0em;
line-height: normal;
font-weight: normal;
letter-spacing: 0em;
word-spacing: 0em;
background-color: #ce9592; background-color: #ce9592;
} }
table table
{ {
background-color: #ffbab7; border-width: 0;
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;
} }
td td
@ -48,30 +19,19 @@ td
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: normal; line-height: normal;
color: #000000; color: #9d1811;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
word-spacing: 0em; word-spacing: 0em;
} }
td.row-on
{
background-color: #DDDDDD;
}
td.row-off
{
background-color: #EEEEEE;
}
a:link a:link
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: #666666;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -82,9 +42,9 @@ a:visited
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: pink; color: #666666;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -95,9 +55,9 @@ a:active
{ {
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: #666666;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -109,8 +69,8 @@ a:hover
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
color: red; color: red;
font-style: bold; font-style: normal;
font-weight: bold; font-weight: normal;
line-height: normal; line-height: normal;
text-decoration: none; text-decoration: none;
letter-spacing: 0em; letter-spacing: 0em;
@ -120,7 +80,7 @@ a:hover
.navbar .navbar
{ {
background-color: #bd524a; background-color: #bd524a;
color: #9d1811; color: #000000;
} }
.navbar:spezial_logo .navbar:spezial_logo
@ -128,68 +88,72 @@ a:hover
background-image: url(logo_990000.gif); 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; background-color: #bd524a;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #bd542a; background-color: #bd542a;
color: #9d1811; 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 .th_bright
{ {
background-color: #80BBFF; background-color: #CCEEFF;
} }
.th_text .th_text
@ -187,17 +187,17 @@ a:hover
word-spacing: 0em; word-spacing: 0em;
} }
.calendar:today .cal_today
{ {
background-color: #FFFFCC; background-color: #FFFFCC;
} }
.calendar:dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;
} }
.email:folder .email_folder
{ {
background-color: #7090FF; background-color: #7090FF;
color: #FFFFFF; color: #FFFFFF;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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