2004-01-31 17:01:39 +01:00
|
|
|
/*
|
2006-11-28 08:45:33 +01:00
|
|
|
font styling
|
|
|
|
allowed attributes: font-family,font-size,color,font-weight
|
|
|
|
*/
|
2004-01-31 17:01:39 +01:00
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
body,td
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
2006-11-28 08:45:33 +01:00
|
|
|
|
|
|
|
select,input,button
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
|
|
|
color: #006699;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2006-11-28 08:45:33 +01:00
|
|
|
font-size:110%;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
select
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
font-size:100%;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
a:link,a:visited
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
cursor:pointer;
|
2006-12-08 06:36:29 +01:00
|
|
|
color: #727f8a;
|
2006-11-28 08:45:33 +01:00
|
|
|
text-decoration: none;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
a:hover,a:active
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
cursor:pointer;
|
2006-12-08 06:36:29 +01:00
|
|
|
color: #9a3028;
|
2006-11-28 08:45:33 +01:00
|
|
|
text-decoration: underline;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
.prefSection
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
font-weight:bold;
|
|
|
|
font-size:145%;
|
|
|
|
line-height:40px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divGenTime,#divPoweredBy
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
font-size: 80%;
|
|
|
|
color: #ff0000;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divPoweredBy
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
color: #000000;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
/*
|
|
|
|
other styling
|
|
|
|
*/
|
2004-01-31 17:01:39 +01:00
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
body
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
background-color:#9f9f9f;
|
|
|
|
padding:9px;
|
|
|
|
margin:9px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
form
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
margin:0px;
|
|
|
|
padding:0px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
img
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
border:0;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
input,button,select
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
border: solid 1px #bbbbbb;
|
2006-12-15 00:11:59 +01:00
|
|
|
color: #17202b;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
|
|
|
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
background-color:#c5c5c5;
|
2006-12-15 00:11:59 +01:00
|
|
|
border: 1px solid #dddddd;
|
|
|
|
background-color:#fbf8f1;
|
|
|
|
background-image: url(../images/butInactive.png);
|
|
|
|
border: solid 1px #7e94a5;
|
2006-11-28 08:45:33 +01:00
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #17202b;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
background-color:#88b4e1;
|
2006-12-15 00:11:59 +01:00
|
|
|
background-image: url(../images/butHover.png);
|
|
|
|
border: 1px solid #bd9300;
|
|
|
|
color: #17202b;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
|
|
|
|
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-12-15 00:11:59 +01:00
|
|
|
background-image: url(../images/butActive.png);
|
|
|
|
border: 1 solid #7e94a5;
|
|
|
|
color: #17202b;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
input.egwbutton
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
background-color:#c5c5c5;
|
|
|
|
border: outset 1px #dcdad5;
|
|
|
|
background-color:#b9d5e3;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #004e7d;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
input.egwbutton:hover
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-12-15 00:11:59 +01:00
|
|
|
background-color:#94bfd4;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
color: #006699;
|
|
|
|
color: #004e7d;
|
2006-11-28 08:45:33 +01:00
|
|
|
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
2006-11-28 08:45:33 +01:00
|
|
|
input.egwbutton:active
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
border: inset 1px #bbbbbb;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
input[type=image]
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
cursor: pointer;
|
|
|
|
border: 0;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
2006-11-28 08:45:33 +01:00
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
/*
|
|
|
|
Sidebox - Loginbox Style ***BEGIN***
|
|
|
|
*/
|
|
|
|
|
|
|
|
#tdSidebox
|
|
|
|
{
|
|
|
|
width:170px;
|
|
|
|
overflow:visible;
|
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
.divLoginbox,.divSidebox
|
|
|
|
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
|
|
|
position:relative;
|
2006-11-28 08:45:33 +01:00
|
|
|
width: 370px;
|
2006-12-08 06:36:29 +01:00
|
|
|
border: #9f9f9f 1px solid;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
.divSidebox
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-12-08 06:36:29 +01:00
|
|
|
width: 188px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
|
|
|
|
{
|
|
|
|
font-size:90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textSideboxStar
|
|
|
|
{
|
|
|
|
font-size:90%;
|
|
|
|
background-color: #a7c4db;
|
|
|
|
border-right: 1px solid #9f9f9f;
|
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
.divSideboxHeader,.divLoginboxHeader
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
text-align:center;
|
2006-12-08 06:36:29 +01:00
|
|
|
background-image:url(../images/menuTitle.png);
|
|
|
|
color:#17202b;
|
|
|
|
height: 18px;
|
2006-11-28 08:45:33 +01:00
|
|
|
font-weight:bold;
|
|
|
|
font-size:12px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
a.divSideboxEntry, .divSideboxEntry
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
text-align:left;
|
|
|
|
height:18px;
|
|
|
|
background-color:#fbf8f1;
|
2006-12-08 06:36:29 +01:00
|
|
|
border-top: 1px solid #9f9f9f;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
a.appTitles,.appTitles
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
height:25px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
a.textSidebox
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
border-top: 0;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
.textSidebox
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
height:18px;
|
|
|
|
padding-left: 2px;
|
2006-12-08 06:36:29 +01:00
|
|
|
border-top: solid #9f9f9f 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textSideboxHover
|
|
|
|
{
|
|
|
|
background-color: #ede6d8;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
border-top: 1px solid #9f9f9f;
|
|
|
|
padding-left: 2px;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
2006-12-15 00:11:59 +01:00
|
|
|
.textSideboxHover:first-letter
|
|
|
|
{
|
|
|
|
text-transform:uppercase;
|
2006-12-08 06:36:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.textSideboxSpacer
|
|
|
|
{
|
2006-12-15 00:11:59 +01:00
|
|
|
height:18px;
|
|
|
|
padding-left: 0px;
|
|
|
|
border-top: solid #9f9f9f 1px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
2006-12-08 06:36:29 +01:00
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
.slideoutBack
|
|
|
|
{
|
|
|
|
background-color:white;
|
|
|
|
border: #17202b 1px solid;
|
|
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sideboxDrop
|
|
|
|
{
|
|
|
|
position: relative;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
2006-12-08 06:36:29 +01:00
|
|
|
|
2006-12-15 00:11:59 +01:00
|
|
|
.textSidebox:first-letter
|
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
text-transform:uppercase;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
.sideboxSpace
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
height:9px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
/*
|
|
|
|
Sidebox - Loginbox Style ***END***
|
|
|
|
*/
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
.greyLine
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
margin:1px;
|
|
|
|
border-top:solid 1px #7e7e7e;
|
|
|
|
height:1px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
/*
|
|
|
|
Drop Shadow ***BEGIN***
|
|
|
|
*/
|
|
|
|
|
2006-12-14 00:26:48 +01:00
|
|
|
.menuOneBox
|
|
|
|
{
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
|
|
|
text-align: left;
|
|
|
|
background-image: url(../images/shadowAlpha.png);
|
|
|
|
}
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
/*
|
|
|
|
Drop Shadow ***END***
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
Extra Icons Menu ***BEGIN***
|
|
|
|
*/
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#extraIcons
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-12-14 00:26:48 +01:00
|
|
|
background-color:#fbf8f1;
|
|
|
|
border:solid 1px #17202b;
|
|
|
|
position: relative;
|
|
|
|
left: -4px;
|
|
|
|
top: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extraIconsHeader
|
|
|
|
{
|
|
|
|
text-align:center;
|
|
|
|
background-image:url(../images/menuTitle.png);
|
|
|
|
color:#17202b;
|
2006-12-14 02:43:31 +01:00
|
|
|
font-weight:normal;
|
|
|
|
font-size:10px;
|
2006-12-27 19:29:37 +01:00
|
|
|
height: 18px;
|
2006-12-14 00:26:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.extraIconsRowIcon
|
|
|
|
{
|
|
|
|
border-right: 1px solid #9f9f9f;
|
|
|
|
background-color: #a7c4db;
|
|
|
|
width: 20px;
|
|
|
|
padding: 1px;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
.extraIconsRow
|
2004-01-31 17:01:39 +01:00
|
|
|
{
|
2006-12-14 00:26:48 +01:00
|
|
|
border-top:solid 1px #9f9f9f;
|
|
|
|
padding:1px;
|
|
|
|
padding-left: 3px;
|
|
|
|
font-size: 10px;
|
|
|
|
background-color: #fbf8f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extraIconsRow:hover
|
|
|
|
{
|
|
|
|
border-top:solid 1px #9f9f9f;
|
|
|
|
padding:1px;
|
|
|
|
padding-left: 3px;
|
|
|
|
font-size: 10px;
|
|
|
|
background-color: #ede6d8;
|
2004-01-31 17:01:39 +01:00
|
|
|
}
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
/*
|
|
|
|
Extra Icons Menu ***END***
|
|
|
|
*/
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
body {
|
|
|
|
padding: 0px;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divMain
|
2004-02-08 11:51:15 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
background-image:url(../images/divmain-background.jpg);
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-color:white;
|
|
|
|
padding:9px;
|
|
|
|
border:solid 1px #17202b;
|
2004-03-11 09:11:07 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divLogo
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
position:absolute;
|
2006-12-20 06:51:42 +01:00
|
|
|
left:37px;
|
|
|
|
top:38px;
|
2006-11-28 08:45:33 +01:00
|
|
|
z-index:51;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divUpperTabs
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
text-align:right;
|
|
|
|
height: 15px;
|
|
|
|
margin-right: 10px;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divUpperTabs ul
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
display:inline;
|
|
|
|
margin:0;
|
|
|
|
padding:10px 10px 0 1px;
|
|
|
|
list-style:none;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divUpperTabs li
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
float:right;
|
|
|
|
margin:0 5px 0 0;;
|
|
|
|
padding:0 5px 0 5px;
|
|
|
|
border:solid 1px #9c9c9c;
|
|
|
|
border-bottom: 0px;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
|
|
|
|
/*
|
|
|
|
App Icon Bar ***BEGIN***
|
|
|
|
*/
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divAppIconBar
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
height: 57px;
|
2006-12-20 06:51:42 +01:00
|
|
|
padding:1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconBackFirstCell
|
|
|
|
{
|
|
|
|
background-image: url(../images/firstcell.png);
|
|
|
|
background-repeat: no-repeat;
|
2006-12-21 04:39:43 +01:00
|
|
|
height: 58px;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-12-12 09:00:07 +01:00
|
|
|
.appIconTbl
|
|
|
|
{
|
|
|
|
padding:0px;
|
|
|
|
background-image: url(../images/rtbump.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: top right;
|
|
|
|
vertical-align: top;
|
2006-12-20 06:51:42 +01:00
|
|
|
color: white;
|
2006-12-12 09:00:07 +01:00
|
|
|
}
|
|
|
|
|
2006-12-08 06:36:29 +01:00
|
|
|
.iconBack
|
|
|
|
{
|
|
|
|
background-image: url(../images/iconBackBlue.png);
|
|
|
|
border-right: 1px solid #9f9f9f;
|
|
|
|
border-bottom: 1px solid #9f9f9f;
|
|
|
|
border-top: 1px solid #9f9f9f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconBackHover
|
|
|
|
{
|
|
|
|
background-image: url(../images/iconBackYellow.png);
|
|
|
|
border-right: 1px solid #9f9f9f;
|
|
|
|
border-bottom: 1px solid #9f9f9f;
|
|
|
|
border-top: 1px solid #9f9f9f;
|
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divAppTextBar
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
/*background-color:white;*/
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
/*
|
|
|
|
App Icon Bar ***END***
|
|
|
|
*/
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divStatusBar
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
position: relative;
|
|
|
|
top:0px
|
|
|
|
left:0px;
|
2006-12-27 19:29:37 +01:00
|
|
|
height:30px;
|
2006-12-08 06:36:29 +01:00
|
|
|
vertical-align:bottom;
|
2006-11-28 08:45:33 +01:00
|
|
|
border: 0px solid black;
|
2006-12-11 09:20:41 +01:00
|
|
|
padding-top:10px;
|
2004-03-11 09:11:07 +01:00
|
|
|
}
|
|
|
|
|
2006-12-27 19:29:37 +01:00
|
|
|
.userinfolt
|
|
|
|
{
|
|
|
|
background-image: url(../images/userbacklt.png);
|
|
|
|
width: 20px;
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userinfomid
|
|
|
|
{
|
|
|
|
background-image: url(../images/userback.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userinfort
|
|
|
|
{
|
|
|
|
background-image: url(../images/userbackrt.png);
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
/*
|
|
|
|
Appbox ***BEGIN***
|
|
|
|
*/
|
2004-03-11 09:11:07 +01:00
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#tdAppbox
|
2004-03-11 09:11:07 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
padding-left:5px;
|
|
|
|
width: 100%;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divAppboxHeader
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-12-20 06:51:42 +01:00
|
|
|
line-height:18px;
|
|
|
|
font-size:12px;
|
|
|
|
font-weight:bold;
|
2006-12-08 06:36:29 +01:00
|
|
|
background-image:url(../images/appTitleBar.png);
|
|
|
|
height:18px;
|
2006-11-28 08:45:33 +01:00
|
|
|
text-align:center;
|
2004-03-11 09:11:07 +01:00
|
|
|
padding-bottom:0px;
|
2006-12-08 06:36:29 +01:00
|
|
|
border:solid 1px #17202b;
|
2004-03-11 09:11:07 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divAppbox
|
2004-03-11 09:11:07 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
background-color:#fbf8f1;
|
|
|
|
padding:5px;
|
|
|
|
border-bottom:solid 1px #17202b;
|
|
|
|
border-left:solid 1px #17202b;
|
|
|
|
border-right:solid 1px #17202b;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-12-20 06:51:42 +01:00
|
|
|
/*
|
|
|
|
Appbox ***END***
|
|
|
|
*/
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#admin_info
|
2004-03-07 23:50:38 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
position:relative;
|
|
|
|
text-align:right;
|
2004-03-07 23:50:38 +01:00
|
|
|
}
|
|
|
|
|
2006-11-28 08:45:33 +01:00
|
|
|
#divGenTime,#divPoweredBy
|
|
|
|
|
2004-02-08 11:51:15 +01:00
|
|
|
{
|
2006-11-28 08:45:33 +01:00
|
|
|
bottom:4px;
|
2004-02-08 11:51:15 +01:00
|
|
|
text-align:center;
|
2006-11-28 08:45:33 +01:00
|
|
|
width:99%;
|
2004-02-08 11:51:15 +01:00
|
|
|
}
|
2006-12-17 14:14:16 +01:00
|
|
|
|
|
|
|
/*
|
|
|
|
Table formatting
|
|
|
|
*/
|
|
|
|
.th {
|
2006-12-20 06:51:42 +01:00
|
|
|
color: black; background-color: #f9f4e2;
|
|
|
|
background-image: url(../images/hilitetest.png);
|
2006-12-17 14:14:16 +01:00
|
|
|
}
|
|
|
|
.row_on {
|
|
|
|
color: black;
|
2006-12-20 08:45:14 +01:00
|
|
|
background-color: #ededed;
|
2006-12-17 14:14:16 +01:00
|
|
|
}
|
|
|
|
.row_off {
|
|
|
|
color: black;
|
2006-12-20 06:51:42 +01:00
|
|
|
background-color: #fbf9f2;
|
2006-12-17 14:14:16 +01:00
|
|
|
}
|
|
|
|
.narrow_column { width: 1%; white-space: nowrap; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
Printing
|
|
|
|
*/
|
|
|
|
@media screen { .onlyPrint { display: none; } }
|
|
|
|
@media print { .noPrint { display: none; } }
|
|
|
|
|
|
|
|
/*
|
|
|
|
Portal_box as used in home
|
|
|
|
*/
|
|
|
|
.portal_box {
|
|
|
|
border: #9c9c9c 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portal_box table {
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portal_box_header {
|
|
|
|
height: 15px;
|
|
|
|
padding-top: 0px;
|
2006-12-20 06:51:42 +01:00
|
|
|
}
|