<?php
/* $Id: main.css.php,v 1.1.2.1 2008/06/13 09:48:02 pmcilwaine Exp $ */
?>
body {
margin: 0px;
font-size: 76%;
font-family: Arial, Helvectica, sans-serif;
background: #fff;
}
#logo {
height: 80px;
}
#logo img {
margin-top: 10px;
}
#header_info {
position: absolute;
top: 10px;
right: 10px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#toolbar {
background: #eee;
font: 1.2em Arial, Helvectica, sans-serif;
border-top: 4px solid #ccc;
padding: 5px;
}
#toolbar a {
color: #000;
padding: 2px;
}
#toolbar a:hover {
text-decoration: none;
background: #ddd;
}
#toolbar a.open, #toolbar a:hover.open {
background: #aaa;
color: #fff;
}
#toolbar ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#toolbar li {
display: inline;
}
#header_info a {
color: #000;
border-bottom: 1px solid #eee;
text-decoration: none;
}
#header_info a:hover {
border-bottom: 1px solid #ccc;
}
#content {
margin: 20px;
}
img {
border: none;
}
td.edit img {
display: block;
margin-left: auto;
margin-right: auto;
}
td div.prev, div.pager div.prev {
float: left;
}
div.pager {
width: 80%;
margin-top: 10px;
padding-bottom: 10px;
}
td div.next, div.pager div.next {
float: right;
}
td.buttons {
text-align: right;
}
td.buttons input {
margin-left: 5px;
}
input[type="text"], input[type="password"], textarea {
font: 1em Arial, Verdana, sans-serif;
padding: 5px;
}
select {
font: 1em Arial, Verdana, sans-serif;
}
input:focus, textarea:focus {
background: #FFFFA5;
}
/** table **/
table.basic td img {
display: block;
margin-left: auto;
margin-right: auto;
}
table.edit-form {
margin-bottom: 10px;
}
table.edit-form, table.basic {
border: 1px solid #ccc;
border-width: 1px 1px 0 0px;
}
table.edit-form caption, table.basic caption {
border: 1px solid #ccc;
border-width: 1px 1px 0 1px;
text-align: left;
padding: 5px;
font-weight: bold;
background: #ccc;
}
table.edit-form td, table.edit-form th,
table.basic td, table.basic th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 5px;
}
table.edit-form th {
vertical-align: top;
text-align: left;
}
table.basic th {
background: #ddd;
}
table.edit-form th.heading {
font-size: 1.2em;
background-color: #ddd;
}
table.edit-form th div {
font-weight: normal;
}
table.edit-form.small th {
width: 300px;
}
caption div.right {
float: right;
}
span.field_error {
color: #ff0000;
}
.pagemenu ul {
list-style: none;
padding: 0px;
margin: 0px 0px 20px 0px;
}
.pagemenu ul li {
display: inline;
}
div.message {
border: 1px solid #0078d4;
padding: 8px 8px 8px 28px;
margin-bottom: 10px;
background: #a7d9ff url("../img/information.png") no-repeat 5px 8px;
}
div.message div.close {
float: right;
}