This is the cascading style sheet code for eZ Photo Services' demo web site
.userNameStyle {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 0.8em;
color: #351CF2;
background-color: #F3E3B1;
}
.menuNameStyle {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 0.8em;
color: #351CF2;
background-color: #F3E3B1;
}
.tableCellLeft {
text-align: left;
background-color: #F3E3B1;
}
.tableCellRight {
text-align: right;
background-color: #F3E3B1;
}
.tableCellCenter {
text-align: center;
background-color: #F3E3B1;
}
.tableCellLeftNav {
text-align: left;
vertical-align: top;
background-color: #F3E3B1;
}
.tableCellWorkBody {
text-align: left;
vertical-align: top;
background-color: #F3E3B1;
}
.logoTitle {
font-family: Arial, sans-serif;
color: #351CF2;
font-size: 1.3em;
font-weight: bold;
}
.screenSubtitle {
font-family: Arial, sans-serif;
color: #351CF2;
font-size: 1.0em;
font-weight: bold;
}
hr {
width: 100%;
background-color: #351CF2;
height: 3px;
border: none;
}
.topNavigator {
font-family: Arial, sans-serif;
text-align: center;
color: #351CF2;
font-size: 0.80em;
font-weight: bold;
margin-top: -10px;
margin-bottom: -5px;
}
.sideNavigator {
font-family: Arial, sans-serif;
text-align: left;
color: #351CF2;
font-size: 0.80em;
font-weight: bold;
}
.defaultWorkArea {
font-family: Arial, sans-serif;
text-align: left;
color: #351CF2;
font-size: 0.95em;
font-weight: bold;
}
.bottomNavigator {
font-family: Arial, sans-serif;
text-align: center;
color: #351CF2;
font-size: 0.80em;
font-weight: bold;
}
.tableCellDate {
text-align: center;
vertical-align: top;
background-color: #A9C3EE;
}
.dateStampStyle {
font-family: Arial, sans-serif;
text-align: center;
color: #351CF2;
font-size: 0.80em;
font-weight: normal;
}
.tableCellTime {
text-align: center;
vertical-align: top;
background-color: #EDC2AB;
}
.timeStampStyle {
font-family: Arial, sans-serif;
text-align: center;
color: #351CF2;
font-size: 0.80em;
font-weight: normal;
}
.tableCellCopyright {
text-align: center;
vertical-align: top;
background-color: #F9B3E4;
}
.copyrightStyle {
font-family: Arial, sans-serif;
text-align: center;
color: #351CF2;
font-size: 0.80em;
font-weight: normal;
}