2006-05-09 02:15:47 +00:00
|
|
|
*{
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
2006-06-22 20:42:53 +00:00
|
|
|
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
|
|
|
|
font-size:76%;
|
2006-05-09 02:15:47 +00:00
|
|
|
text-align:center;
|
2006-05-26 05:29:17 +00:00
|
|
|
color:#333;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* General Style Info
|
|
|
|
*/
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
a{
|
2006-05-09 02:15:47 +00:00
|
|
|
color:#003d4c;
|
2006-06-14 18:02:37 +00:00
|
|
|
text-decoration:underline;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|
2006-05-26 05:29:17 +00:00
|
|
|
a:hover{
|
2006-05-09 02:15:47 +00:00
|
|
|
color:#003d4c;
|
2006-06-14 18:02:37 +00:00
|
|
|
text-decoration:none;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
a img{
|
2006-05-09 02:15:47 +00:00
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
2006-06-22 20:42:53 +00:00
|
|
|
h1, h2, h3, h4{
|
2006-05-09 02:15:47 +00:00
|
|
|
font-weight:normal;
|
2006-05-26 05:29:17 +00:00
|
|
|
}
|
2006-05-09 02:15:47 +00:00
|
|
|
|
2006-06-22 20:42:53 +00:00
|
|
|
h1{
|
|
|
|
color: #003d4c;
|
|
|
|
padding:0.3em 0;
|
2006-05-26 05:29:17 +00:00
|
|
|
}
|
2006-05-09 02:15:47 +00:00
|
|
|
|
2006-06-22 20:42:53 +00:00
|
|
|
h2{
|
|
|
|
color:#c6c65b;
|
|
|
|
padding-top: 1em;
|
2006-05-09 02:15:47 +00:00
|
|
|
margin:0.3em 0;
|
|
|
|
}
|
|
|
|
|
2006-05-26 05:29:17 +00:00
|
|
|
h3{
|
2006-06-22 20:42:53 +00:00
|
|
|
color:#c6c65b;
|
2006-05-26 05:29:17 +00:00
|
|
|
padding-top:0.5em;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4{
|
2006-06-22 20:42:53 +00:00
|
|
|
color:#c6c65b;
|
2006-05-09 02:15:47 +00:00
|
|
|
padding-top:0.5em;
|
|
|
|
font-weight:normal;
|
2006-06-22 20:42:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
em {
|
|
|
|
font-size: 12px;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|
2006-06-22 20:42:53 +00:00
|
|
|
|
2006-05-09 02:15:47 +00:00
|
|
|
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{
|
|
|
|
padding: 4px 20px;
|
|
|
|
}
|
|
|
|
|
2006-06-22 21:58:42 +00:00
|
|
|
#content{
|
|
|
|
clear:both;
|
2006-06-14 18:02:37 +00:00
|
|
|
padding: 10px 40px;
|
|
|
|
background-color: #fff;
|
2006-06-22 20:42:53 +00:00
|
|
|
color: #333;
|
|
|
|
line-height: 18px;
|
2006-05-26 05:29:17 +00:00
|
|
|
}
|
2006-06-22 21:58:42 +00:00
|
|
|
#footer{
|
|
|
|
clear:both;
|
2006-05-26 05:29:17 +00:00
|
|
|
padding: 6px 10px;
|
2006-05-09 02:15:47 +00:00
|
|
|
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%;
|
2006-06-22 20:42:53 +00:00
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
border-bottom: 1px solid #ccc;
|
2006-05-26 05:29:17 +00:00
|
|
|
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 {
|
2006-06-22 20:42:53 +00:00
|
|
|
background-color: #e2e2e2;
|
2006-05-09 02:15:47 +00:00
|
|
|
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 {
|
2006-06-22 20:42:53 +00:00
|
|
|
border-right: 1px solid #ddd;
|
2006-05-09 02:15:47 +00:00
|
|
|
padding:4px 4px;
|
|
|
|
vertical-align:top;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
table tr.altRow td {
|
|
|
|
background: #f4f4f4;
|
|
|
|
}
|
2006-06-22 20:42:53 +00:00
|
|
|
#cakeSqlLog td {
|
|
|
|
text-align: left;
|
|
|
|
padding: 4px 8px;
|
|
|
|
background: #fff;
|
|
|
|
border-bottom: 2px solid #ccc;
|
|
|
|
}
|
2006-05-09 02:15:47 +00:00
|
|
|
|
|
|
|
/* scaffold show */
|
|
|
|
|
|
|
|
|
|
|
|
div.related {
|
|
|
|
clear:both;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
dl {
|
|
|
|
line-height:2em;
|
2006-06-22 20:42:53 +00:00
|
|
|
margin:0em 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;
|
|
|
|
}
|
|
|
|
|
2006-06-14 18:02:37 +00:00
|
|
|
/* notices and errors */
|
2006-06-22 20:42:53 +00:00
|
|
|
|
|
|
|
#flashMessage{
|
|
|
|
color:#300;
|
|
|
|
background:#ffe;
|
|
|
|
border:1px solid #060;
|
|
|
|
margin:10px;
|
|
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error, error_message {
|
|
|
|
color:#900;
|
2006-06-14 18:02:37 +00:00
|
|
|
font-size: 18px;
|
|
|
|
background-color: #fff;
|
|
|
|
margin: 8px 4px;
|
|
|
|
}
|
2006-06-22 20:42:53 +00:00
|
|
|
.error em {
|
2006-06-14 18:02:37 +00:00
|
|
|
font-size: 18px;
|
|
|
|
color: #003d4c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notice {
|
|
|
|
color: #656565;
|
|
|
|
font-size: 14px;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
padding: 4px;
|
|
|
|
display:block;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|
2006-06-14 18:02:37 +00:00
|
|
|
|
2006-05-09 02:15:47 +00:00
|
|
|
.tip {
|
2006-06-14 18:02:37 +00:00
|
|
|
color: #e32000;
|
2006-05-09 02:15:47 +00:00
|
|
|
background-color: #ddd;
|
2006-06-22 20:42:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form div{
|
|
|
|
vertical-align: text-top;
|
|
|
|
margin-left: 2em;
|
|
|
|
margin-bottom:1em;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
float:left;
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
input,textarea {
|
|
|
|
clear: both;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
select {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
.required{
|
|
|
|
color:#222;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optional{
|
|
|
|
color:#666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit {
|
|
|
|
clear: both;
|
|
|
|
margin-top: 18px;
|
|
|
|
margin-left: 140px;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
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-06-22 20:42:53 +00:00
|
|
|
}
|
|
|
|
ul.actions li {
|
|
|
|
margin-top: 4px;
|
2006-05-09 02:15:47 +00:00
|
|
|
}
|