2006-05-09 02:15:47 +00:00
|
|
|
*{
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
font-family:verdana,helvetica,arial,sans-serif;
|
|
|
|
font-size:12px;
|
|
|
|
text-align:center;
|
2006-05-26 05:29:17 +00:00
|
|
|
color:#333;
|
2006-05-09 02:15:47 +00:00
|
|
|
background:#fff;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* General Style Info
|
|
|
|
*/
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
a{
|
2006-05-09 02:15:47 +00:00
|
|
|
color:#003d4c;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2006-05-26 05:29:17 +00:00
|
|
|
a:hover{
|
2006-05-09 02:15:47 +00:00
|
|
|
color:#003d4c;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
a img{
|
2006-05-09 02:15:47 +00:00
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4{
|
|
|
|
font-family:'Gill Sans';
|
|
|
|
font-weight:normal;
|
2006-05-26 05:29:17 +00:00
|
|
|
}
|
2006-05-09 02:15:47 +00:00
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
h1{
|
2006-05-09 02:15:47 +00:00
|
|
|
font-size:28px;
|
2006-05-26 05:29:17 +00:00
|
|
|
padding:0.5em 0;
|
2006-05-09 02:15:47 +00:00
|
|
|
color:#003d4c;
|
2006-05-26 05:29:17 +00:00
|
|
|
}
|
2006-05-09 02:15:47 +00:00
|
|
|
|
|
|
|
em {
|
|
|
|
font-size: 12px;
|
2006-05-26 05:29:17 +00:00
|
|
|
}
|
2006-05-09 02:15:47 +00:00
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
h2{
|
|
|
|
font-size:24px;
|
|
|
|
padding-top:0.15em;
|
2006-05-09 02:15:47 +00:00
|
|
|
margin:0.3em 0;
|
|
|
|
color:#e32000;
|
|
|
|
}
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
h3{
|
|
|
|
font-size:18px;
|
|
|
|
padding-top:0.5em;
|
2006-05-09 02:15:47 +00:00
|
|
|
color:#003d4c;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4{
|
|
|
|
color:#ff9966;
|
2006-05-26 05:29:17 +00:00
|
|
|
font-size:16px;
|
2006-05-09 02:15:47 +00:00
|
|
|
padding-top:0.5em;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
ul, li {
|
|
|
|
margin: 0 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Layout
|
2006-05-26 05:29:17 +00:00
|
|
|
*/
|
2006-05-09 02:15:47 +00:00
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
#container{
|
|
|
|
text-align:left;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#header{
|
2006-05-26 05:29:17 +00:00
|
|
|
background:#003d4c;
|
2006-05-09 02:15:47 +00:00
|
|
|
padding: 4px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header h1{
|
|
|
|
color:#fff;
|
|
|
|
font-family: 'Gill Sans';
|
|
|
|
font-size: 45px;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
#content{
|
2006-05-09 02:15:47 +00:00
|
|
|
padding: 10px 40px;
|
2006-05-26 05:29:17 +00:00
|
|
|
}
|
|
|
|
#footer{
|
|
|
|
padding: 6px 10px;
|
2006-05-09 02:15:47 +00:00
|
|
|
background:#003d4c;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2006-05-26 05:29:17 +00:00
|
|
|
|
2006-05-09 02:15:47 +00:00
|
|
|
/* tables */
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #003d4c;
|
|
|
|
color:#333;
|
2006-05-09 02:15:47 +00:00
|
|
|
background-color: #fff;
|
2006-05-26 05:29:17 +00:00
|
|
|
clear:both;
|
2006-05-09 02:15:47 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 2em 0;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
background-color: #ccc;
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-left: 1px solid #fff;
|
|
|
|
border-right: 1px solid #003d4c;
|
|
|
|
border-bottom: 1px solid #003d4c;
|
|
|
|
text-align: center;
|
|
|
|
padding:1px;
|
|
|
|
}
|
|
|
|
table tr td {
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
padding:4px 4px;
|
|
|
|
vertical-align:top;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
table tr.altRow td {
|
|
|
|
background: #f4f4f4;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* scaffold show */
|
|
|
|
|
|
|
|
|
|
|
|
div.related {
|
|
|
|
clear:both;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
dl {
|
|
|
|
line-height:2em;
|
2006-05-26 05:29:17 +00:00
|
|
|
margin:1em;
|
2006-05-09 02:15:47 +00:00
|
|
|
float:left;
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
margin-left:10em;
|
|
|
|
margin-top:-2em;
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* scaffold buttons */
|
|
|
|
|
|
|
|
|
|
|
|
.notice {
|
|
|
|
color: #DB8101;
|
|
|
|
background-color: #ddd;
|
|
|
|
display: block;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
.tip {
|
|
|
|
color: #DB8101;
|
|
|
|
background-color: #ddd;
|
|
|
|
display: block;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
/* action links */
|
2006-05-09 02:15:47 +00:00
|
|
|
ul.actions {
|
2006-05-26 05:29:17 +00:00
|
|
|
float:left;
|
|
|
|
margin-left: 10px;
|
|
|
|
width: 200px;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|