You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

201 lines
3.1 KiB

@charset "UTF-8";
/* CSS Document */
/*
* RESET
*
*/
body {
font-family: Helvetica,Arial,sans-serif;
}
/*
html, body, div, span, object, blockquote, pre,
abbr, acronym, address, big, cite, code, dfn, em, font, img, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
caption, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
font-family: Helvetica,Arial,sans-serif;
}
*/
p {
border: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
}
a {
margin: 0;
padding: 0;
font-weight: normal;
}
/* added styles not in Nokia template */
.floatleft {
float: left;
opacity:0.8;
}
.hdrcontainer {
background-color: #0038E1;
color: #FFFFFF;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 22px;
line-height:30px;
}
.hdrtxt {
padding:10px;
display:inline;
}
.floatright {
float: right;
opacity:0.8;
}
.hilite {
background-color: #95CBE9;
color: black;
font-size: 18px;
font-weight: bold;
}
.app_logo {
padding-left: 30px;
padding-right: 0px;
}
.header_table {
background-color: blue;
height: 26px;
width: 100%;
padding: 0px;
margin-bottom: 6px;
}
.header_table tr {
height: 24px;
width:98%;
}
.header_left_img {
width:24px;
padding:2px;
vertical-align: middle;
}
.header_txt {
color: white;
font-size: 16px;
margin: 0 0 0 0;
text-align: center;
vertical-align: center;
}
.header_right_img {
width:24px;
}
.header_search {
text-align: right;
}
.header_background {
/* background-image:url('../img/header_background.png'); */
}
.app_logo {
width: 43px;
}
.tbl_color {
color: black;
font-size:14px;
line-height:20px;
width:100%;
}
.tbl_color th {
background-color:#DAAF85;
color:black;
font-size:16px;
font-weight:bold;
text-align:left;
}
.tbl_color tr:nth-of-type(odd) {
background-color: #F0DDD5;
color:black;
width:100%
}
.tbl_color tr:nth-of-type(even) {
background-color: #EEEECE;
width:100%
}
.bar_color {
background-color: #D5E1DD;
color:black;
font-size:16px;
font-weight:bold;
text-align:center;
}
body h6 {
background-color: #F6F6F6;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
font-size: 16px;
padding-left: 2%;
padding-right: 2%;
padding-top: .3em;
padding-bottom: .3em;
margin-top: 0;
margin-bottom: 0.6em;
text-align: center;
}
.ttl {
/*
background-color: #F6F6F6;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
*/
padding-left: 2%;
padding-right: 2%;
padding-top: .3em;
padding-bottom: .3em;
margin-top: 14px;
margin-bottom: 0.6em;
margin-left: 2%;
font-size: 16px;
line-height: 40px;
/* float: left;
text-align: left;
*/
}
.spacer {
font-size: 2px;
}
.alignBottom{vertical-align: bottom;}
.leftItem {
clear: both;
float: left;
}
.rightItem {
float: right;
}