* { margin:0; padding:0; }

/* General Style Info */
body {
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    font-size: 100.01%;
    text-align: center;
}

a {
    background-color: inherit;
    color: #D42987;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    background-color: inherit;
    color: #D42987;
    text-decoration:none;
}

a img {
    border:none;
}

/* Layout */
#container {
    margin: 0 auto;
    width: 750px;
}

#header, #footer {
    background: #000 url('../img/line.jpg') bottom no-repeat;
    height: 40px; margin-top: 100px;
    text-align: left; padding-left: 10px;
}

#footer {
    clear: both; margin-top: 0; margin-bottom: 10px;
    background-position: top; text-align: right;
    padding-left: 0; padding-right: 5px;
    padding-top: 12px; height: 28px;
}

#footer a {
    color: #fff; text-decoration: none;
    font-weight: normal; font-size: 0.8em;
}

#footer a:before {
    color: #fff;
    content: " | ";
}

#header h1 { 
    color: #ffffff;
    font-size: 1.6em;
    padding: 5px;
    font-weight: normal;
}

#content {
    clear: both; color: #646464;
    text-align: left;
}

.articles { margin: 5px; }

.articles h1 {
    font-size: 1.1em;
}

/* Tables */
table {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both; color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
th {
    background-color: #f2f2f2;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    text-align: center;
}

th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}

th a:hover {
    background-color: #ccc;
    color: #333;
    text-decoration: none;
}

table tr td {
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}
table tr.altrow td {
    background: #f4f4f4;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
td.actions a {
    display: block;
    font-size: 0.8em;
}

.articles td h1 {
    font-size: 0.9em; text-align: left;
    border-bottom: 1px solid #ccc; color: #333;
}

/* Forms */
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 60%;
}

.clear {clear: both; height: 2px;}
label {
    display: inline; float: left;
    font-size: 0.8em;
    font-weight: bold; padding-right: 5px;
    margin: 1px; text-align: right;
}

input, textarea {
    float: left; width: 50%;
    display: inline;
    font-size: 0.8em;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    margin: 1px;
}

input.searchbutton {
    color: inherit;
    background: #eee url(../img/find.png) no-repeat 2px 50%;
    padding-left:19px;
    border: 1px solid grey;
    cursor: pointer;
}

input.searchbutton:hover {
    border: 1px solid black;
    cursor: pointer;
}

input.savebutton {
    clear: both; display: block;
    color: inherit; padding-left:19px;
    background: #eee url(../img/save.png) no-repeat 2px 50%;
    border: 1px solid grey; cursor: pointer;
    margin-left: 131px; margin-bottom: 10px;
}

input.savebutton:hover {
    border: 1px solid black;
    cursor: pointer;
}

select {
    float: left;
    font-size: 0.8em;
    vertical-align: text-bottom;
    padding: 2px;
}

label.admin { width: 120px; }

.attachlayer {
    clear: both;
    margin-top: 2px;
}
.attach {
    float: left; border-right: 1px solid #ccc;
    margin-right: 4px; margin-top: 6px;
    text-align: left; padding-right: 3px;
}

.attach:hover {
    border-right: 1px solid #000;
}

.attach p {
    font-size: 0.7em !important;
}

div.error-message {
    display: block; color: maroon;
    clear: both; font-weight: bold;
    font-size: 0.8em; margin-left: 132px;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

div.pager
{
    margin:0.5em 0 0.5em 0;
    text-align:right;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

div.pager div.entries
{
    float: left;
}

div.pager div.pages {}
#pwd { color: maroon; font-weight: bold; }
.articles p { font-size: 0.9em;}
ul#menu { list-style-type: none; }
#menu li {float: left;}
#menu li a { display: block; margin-left: 15px; font-size: 0.9em;}
#flashMessage { text-align: center; color: red; font-weight: bold; }
