2003-10-23 17:04:22 +02:00
|
|
|
/*
|
2004-10-18 17:49:49 +02:00
|
|
|
font styling
|
|
|
|
allowed attributes: font-family,font-size,color,font-weight
|
2003-10-23 17:04:22 +02:00
|
|
|
*/
|
|
|
|
|
2004-10-18 17:49:49 +02:00
|
|
|
body,td
|
2003-10-23 17:04:22 +02:00
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
2004-10-18 17:49:49 +02:00
|
|
|
font-size: 11px;
|
2003-10-23 17:04:22 +02:00
|
|
|
}
|
|
|
|
|
2004-10-18 17:49:49 +02:00
|
|
|
select,input,button
|
2004-05-04 20:11:43 +02:00
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
color: #006699;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size:110%;
|
2004-05-04 20:11:43 +02:00
|
|
|
}
|
|
|
|
|
2004-10-18 17:49:49 +02:00
|
|
|
select
|
2003-11-19 21:44:54 +01:00
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
font-size:100%;
|
2003-11-19 21:44:54 +01:00
|
|
|
}
|
|
|
|
|
2003-12-09 00:41:15 +01:00
|
|
|
a:link,a:visited
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-12-09 00:41:15 +01:00
|
|
|
cursor:pointer;
|
2003-10-23 17:04:22 +02:00
|
|
|
color: #006699;
|
|
|
|
text-decoration: none;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2003-12-09 00:41:15 +01:00
|
|
|
a:hover,a:active
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-12-09 00:41:15 +01:00
|
|
|
cursor:pointer;
|
2003-10-23 22:27:41 +02:00
|
|
|
color: #ff9933;
|
|
|
|
text-decoration: underline;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
2004-10-18 17:49:49 +02:00
|
|
|
.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
font-size:90%;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
2004-10-18 17:49:49 +02:00
|
|
|
|
|
|
|
.prefSection
|
|
|
|
{
|
|
|
|
font-weight:bold;
|
|
|
|
font-size:145%;
|
|
|
|
line-height:40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divAppboxHeader
|
|
|
|
{
|
|
|
|
line-height:28px;
|
|
|
|
font-size:125%;
|
|
|
|
font-weight:bold;
|
|
|
|
color:#666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divGenTime,#divPoweredBy
|
|
|
|
{
|
|
|
|
font-size: 80%;
|
|
|
|
color: #ff0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divPoweredBy
|
|
|
|
{
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
other styling
|
2003-12-09 00:41:15 +01:00
|
|
|
*/
|
2004-10-18 17:49:49 +02:00
|
|
|
|
|
|
|
body
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
background-image:url(../images/body-background.png);
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
2003-10-25 12:30:21 +02:00
|
|
|
|
2004-10-18 17:49:49 +02:00
|
|
|
form
|
2003-10-25 12:30:21 +02:00
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
margin:0px;
|
|
|
|
padding:0px;
|
2003-10-25 12:30:21 +02:00
|
|
|
}
|
|
|
|
|
2004-10-18 17:49:49 +02:00
|
|
|
img
|
2003-11-04 15:07:52 +01:00
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
border:0;
|
2003-11-04 15:07:52 +01:00
|
|
|
}
|
2004-10-18 17:49:49 +02:00
|
|
|
|
|
|
|
|
|
|
|
input,button,select
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
border: solid 1px #bbbbbb;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2005-09-02 14:30:16 +02:00
|
|
|
input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
|
|
|
|
2003-10-23 22:27:41 +02:00
|
|
|
{
|
2004-10-26 13:25:35 +02:00
|
|
|
background-color:#c5c5c5;
|
|
|
|
border: outset 1px #dcdad5;
|
|
|
|
background-color:#b9d5e3;
|
|
|
|
border: outset 1px #b9d5e3;
|
2004-10-18 17:49:49 +02:00
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: pointer;
|
2004-10-26 13:25:35 +02:00
|
|
|
color: #004e7d;
|
2004-10-18 17:49:49 +02:00
|
|
|
}
|
2004-03-04 14:26:12 +01:00
|
|
|
|
2005-09-02 14:30:16 +02:00
|
|
|
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
2004-10-26 13:25:35 +02:00
|
|
|
{
|
|
|
|
background-color:#94bfd4;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
color: #006699;
|
|
|
|
color: #004e7d;
|
|
|
|
}
|
|
|
|
|
2005-09-02 14:30:16 +02:00
|
|
|
input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
|
|
|
|
|
2004-10-26 13:25:35 +02:00
|
|
|
{
|
|
|
|
border: inset 1px #bbbbbb;
|
|
|
|
}
|
|
|
|
|
2005-09-02 14:30:16 +02:00
|
|
|
input.egwbutton
|
|
|
|
{
|
2006-08-19 09:08:52 +02:00
|
|
|
background-color:#c5c5c5;
|
|
|
|
border: outset 1px #dcdad5;
|
|
|
|
background-color:#b9d5e3;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #004e7d;
|
2005-09-02 14:30:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input.egwbutton:hover
|
|
|
|
{
|
|
|
|
background-color:#94bfd4;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
color: #006699;
|
|
|
|
color: #004e7d;
|
|
|
|
|
|
|
|
}
|
|
|
|
input.egwbutton:active
|
|
|
|
{
|
|
|
|
border: inset 1px #bbbbbb;
|
|
|
|
}
|
|
|
|
|
2004-10-18 17:49:49 +02:00
|
|
|
input[type=image]
|
|
|
|
{
|
2006-08-19 09:08:52 +02:00
|
|
|
cursor: pointer;
|
|
|
|
border: 0;
|
2003-10-23 22:27:41 +02:00
|
|
|
}
|
2003-10-23 17:04:22 +02:00
|
|
|
|
2007-01-02 15:08:32 +01:00
|
|
|
#thesideboxcolumn
|
|
|
|
{
|
|
|
|
width: 177px;
|
|
|
|
position:relative;
|
|
|
|
}
|
2004-10-18 17:49:49 +02:00
|
|
|
|
2007-01-06 07:32:12 +01:00
|
|
|
#sideresize
|
|
|
|
{
|
|
|
|
background-image:url(../images/resize.png);
|
|
|
|
width:13px;
|
|
|
|
height:13px;
|
|
|
|
right:1px;
|
|
|
|
top:1px;
|
|
|
|
position:absolute;
|
|
|
|
z-index:9999;
|
|
|
|
}
|
|
|
|
|
2007-01-02 15:08:32 +01:00
|
|
|
.divLoginbox
|
2003-12-12 15:56:27 +01:00
|
|
|
{
|
|
|
|
position:relative;
|
2004-09-28 23:50:33 +02:00
|
|
|
width: 370px;
|
2004-10-18 17:49:49 +02:00
|
|
|
border: #9c9c9c 1px solid;
|
2003-12-12 15:56:27 +01:00
|
|
|
}
|
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
.divSidebox
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2007-01-02 15:08:32 +01:00
|
|
|
position:relative;
|
|
|
|
border: #9c9c9c 1px solid;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2004-10-18 17:49:49 +02:00
|
|
|
.divSideboxHeader,.divLoginboxHeader
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-10-23 17:04:22 +02:00
|
|
|
text-align:center;
|
2003-10-23 22:27:41 +02:00
|
|
|
background-color:#dddddd;
|
2003-10-23 17:04:22 +02:00
|
|
|
padding-top:2px;
|
|
|
|
color:#666666;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2003-10-23 22:27:41 +02:00
|
|
|
a.divSideboxEntry, .divSideboxEntry
|
2003-10-23 17:04:22 +02:00
|
|
|
{
|
|
|
|
text-align:left;
|
2005-01-12 00:58:41 +01:00
|
|
|
background-color:#FDFDFD;
|
2003-10-23 17:04:22 +02:00
|
|
|
}
|
2003-10-23 22:27:41 +02:00
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
a.appTitles,.appTitles
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-10-23 17:04:22 +02:00
|
|
|
height:18px;
|
|
|
|
padding-top:2px;
|
|
|
|
padding-bottom:2px;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2003-10-23 21:32:54 +02:00
|
|
|
a.textSidebox
|
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
border-top: 0;
|
2003-10-23 21:32:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.textSidebox
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2007-05-08 18:52:04 +02:00
|
|
|
padding-top:3px;
|
|
|
|
padding-bottom:3px;
|
2004-10-18 17:49:49 +02:00
|
|
|
border-top: solid #aaaaaa 1px;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
2006-06-20 20:22:40 +02:00
|
|
|
/*
|
|
|
|
** make the sidebox entries consistently start with a capital letter
|
|
|
|
*/
|
|
|
|
.textSidebox:first-letter {
|
|
|
|
text-transform:uppercase;
|
|
|
|
}
|
2003-08-28 16:31:11 +02:00
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
.sideboxSpace
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-10-23 17:04:22 +02:00
|
|
|
height:9px;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
.greyLine
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-10-23 17:04:22 +02:00
|
|
|
margin:1px;
|
2004-10-18 17:49:49 +02:00
|
|
|
border-top:solid 1px #7e7e7e;
|
2003-10-23 17:04:22 +02:00
|
|
|
height:1px;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2003-11-04 15:07:52 +01:00
|
|
|
#extraIcons
|
|
|
|
{
|
2004-01-29 14:34:01 +01:00
|
|
|
background-color:#eeeeee;
|
2004-10-18 17:49:49 +02:00
|
|
|
border:solid 1px #7e7e7e;
|
2003-11-04 15:07:52 +01:00
|
|
|
}
|
|
|
|
|
2004-01-29 14:34:01 +01:00
|
|
|
.extraIconsRow
|
|
|
|
{
|
2004-10-18 17:49:49 +02:00
|
|
|
border:solid 1px #dddddd;
|
2004-01-29 14:34:01 +01:00
|
|
|
padding:2px;
|
|
|
|
}
|
2003-12-15 01:05:28 +01:00
|
|
|
|
2005-11-24 15:29:37 +01:00
|
|
|
body {
|
|
|
|
padding: 0px;
|
2006-12-25 12:05:44 +01:00
|
|
|
margin: 0px;
|
2005-11-24 15:29:37 +01:00
|
|
|
}
|
|
|
|
|
2007-05-08 18:52:04 +02:00
|
|
|
#divMain,#loginMainDiv,#popupMainDiv
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2006-12-25 12:05:44 +01:00
|
|
|
background-color: white;
|
|
|
|
padding: 8px;
|
2007-05-08 18:52:04 +02:00
|
|
|
border-bottom: solid 1px #7e7e7e;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
** Popups
|
|
|
|
*/
|
|
|
|
#popupMainDiv
|
|
|
|
{
|
2006-12-25 12:05:44 +01:00
|
|
|
margin: 8px;
|
|
|
|
border: solid 1px #7e7e7e;
|
2007-05-08 18:52:04 +02:00
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
2003-08-28 16:31:11 +02:00
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
#divLogo
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-10-23 17:04:22 +02:00
|
|
|
position:absolute;
|
2005-11-24 15:29:37 +01:00
|
|
|
left:30px;
|
2007-05-08 18:52:04 +02:00
|
|
|
top:6px;
|
2007-01-05 15:06:34 +01:00
|
|
|
z-index:999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topmenu
|
|
|
|
{
|
|
|
|
background-color: #0081c1;
|
|
|
|
background-image: url(../images/bgtopmenu2.png);
|
|
|
|
color:#006699;
|
2007-05-08 18:52:04 +02:00
|
|
|
/*border-top: solid 1px #7e7e7e;*/
|
2007-01-05 15:06:34 +01:00
|
|
|
border-bottom: solid #5793ff 1px;
|
|
|
|
height:20px;
|
|
|
|
padding-top:4px ;
|
|
|
|
line-height:16px;
|
|
|
|
}
|
|
|
|
#topmenu a
|
|
|
|
{
|
|
|
|
color:#006699;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topmenu_items
|
|
|
|
{
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
#topmenu_info
|
|
|
|
{
|
|
|
|
float:right;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2006-06-07 20:14:18 +02:00
|
|
|
#divUpperTabs
|
|
|
|
{
|
|
|
|
text-align:right;
|
|
|
|
height: 15px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divUpperTabs ul
|
|
|
|
{
|
|
|
|
display:inline;
|
|
|
|
margin:0;
|
|
|
|
padding:10px 10px 0 1px;
|
|
|
|
list-style:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divUpperTabs li
|
|
|
|
{
|
|
|
|
float:right;
|
|
|
|
margin:0 5px 0 0;;
|
|
|
|
padding:0 5px 0 5px;
|
|
|
|
border:solid 1px #9c9c9c;
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
#divAppIconBar
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2005-11-24 15:29:37 +01:00
|
|
|
background-color:silver;
|
|
|
|
border:solid 1px #9c9c9c;
|
2003-10-23 17:04:22 +02:00
|
|
|
background-image: url(../images/background-icon-bar.png);
|
2005-11-24 15:29:37 +01:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
height: 45px;
|
2003-10-23 17:04:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#divAppTextBar
|
|
|
|
{
|
|
|
|
background-color:white;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
#divStatusBar
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-10-23 17:04:22 +02:00
|
|
|
background-color:white;
|
2006-12-11 00:44:18 +01:00
|
|
|
height:18px;
|
|
|
|
padding-left:3px;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
#tdSidebox
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-10-23 17:04:22 +02:00
|
|
|
width:170px;
|
|
|
|
background-color:white;
|
2003-12-15 01:05:28 +01:00
|
|
|
overflow:visible;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2003-10-23 17:04:22 +02:00
|
|
|
#tdAppbox
|
2003-08-28 16:31:11 +02:00
|
|
|
{
|
2003-10-23 17:04:22 +02:00
|
|
|
background-color:white;
|
2003-12-15 01:05:28 +01:00
|
|
|
padding-left:5px;
|
2003-10-24 05:09:02 +02:00
|
|
|
width: 100%;
|
2003-10-23 17:04:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#divAppboxHeader
|
|
|
|
{
|
|
|
|
background-image:url(../images/appbox-header-background.png);
|
|
|
|
background-repeat: repeat-x;
|
2007-05-08 18:52:04 +02:00
|
|
|
height: 25px;
|
|
|
|
border-bottom:solid 1px #c0c0c0;
|
2003-10-23 17:04:22 +02:00
|
|
|
text-align:center;
|
2003-10-23 23:13:58 +02:00
|
|
|
padding-bottom:0px;
|
2004-10-18 17:49:49 +02:00
|
|
|
border-top:solid 1px #9c9c9c;
|
|
|
|
border-left:solid 1px #9c9c9c;
|
|
|
|
border-right:solid 1px #9c9c9c;
|
2003-10-23 17:04:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#divAppbox
|
|
|
|
{
|
2005-01-12 00:58:41 +01:00
|
|
|
background-color:#ffffff;
|
2003-10-23 17:04:22 +02:00
|
|
|
padding:5px;
|
2004-10-18 17:49:49 +02:00
|
|
|
border-bottom:solid 1px #9c9c9c;
|
|
|
|
border-left:solid 1px #9c9c9c;
|
|
|
|
border-right:solid 1px #9c9c9c;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
|
|
|
|
2006-12-17 14:14:16 +01:00
|
|
|
#divGenTime,#divPoweredBy
|
|
|
|
{
|
|
|
|
bottom:4px;
|
|
|
|
text-align:center;
|
|
|
|
width:99%;
|
|
|
|
}
|
2004-10-18 17:49:49 +02:00
|
|
|
|
|
|
|
/*
|
2006-12-17 14:14:16 +01:00
|
|
|
Table formatting
|
2004-10-18 17:49:49 +02:00
|
|
|
*/
|
2006-12-17 14:14:16 +01:00
|
|
|
.th {
|
|
|
|
color: black; background-color: #D3DCE3;
|
2003-11-22 04:56:16 +01:00
|
|
|
}
|
2006-12-17 14:14:16 +01:00
|
|
|
.row_on {
|
|
|
|
color: black;
|
|
|
|
background-color: #F1F1F1;
|
2003-11-22 04:56:16 +01:00
|
|
|
}
|
2006-12-17 14:14:16 +01:00
|
|
|
.row_off {
|
|
|
|
color: black;
|
|
|
|
background-color: #ffffff;
|
2003-11-22 04:56:16 +01:00
|
|
|
}
|
2006-12-17 14:14:16 +01:00
|
|
|
.narrow_column { width: 1%; white-space: nowrap; }
|
2003-11-22 04:56:16 +01:00
|
|
|
|
2006-12-17 14:14:16 +01:00
|
|
|
/*
|
|
|
|
Printing
|
|
|
|
*/
|
|
|
|
@media screen { .onlyPrint { display: none; } }
|
|
|
|
@media print { .noPrint { display: none; } }
|
2004-10-18 17:49:49 +02:00
|
|
|
|
2006-12-17 14:14:16 +01:00
|
|
|
/*
|
|
|
|
Portal_box as used in home
|
|
|
|
*/
|
|
|
|
.portal_box {
|
|
|
|
border: #9c9c9c 1px solid;
|
2003-11-22 04:56:16 +01:00
|
|
|
}
|
|
|
|
|
2006-12-17 14:14:16 +01:00
|
|
|
.portal_box table {
|
|
|
|
border: 1px solid black;
|
2003-08-28 16:31:11 +02:00
|
|
|
}
|
2006-12-17 14:14:16 +01:00
|
|
|
|
|
|
|
.portal_box_header {
|
|
|
|
height: 15px;
|
|
|
|
padding-top: 0px;
|
2006-12-25 12:05:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Login page
|
|
|
|
*/
|
|
|
|
#loginMainDiv {
|
|
|
|
padding-top: 24px;
|
|
|
|
height: 640px; /* 95% does not work */
|
|
|
|
position: relative;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-image: url(../images/login-background.jpg);
|
|
|
|
}
|
|
|
|
#loginScreenMessage {
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
#loginCdMessage {
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
color: red;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.divLoginboxHeader {
|
|
|
|
text-align: center;
|
|
|
|
border: #9c9c9c 1px solid; /* does NOT work */
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2007-01-10 23:50:10 +01:00
|
|
|
|
|
|
|
/*
|
|
|
|
Preferences tabs
|
|
|
|
*/
|
|
|
|
.tablink {
|
|
|
|
white-space: nowrap;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|