html {
    margin: 0; padding: 0;
    background: #000 url(../img/footer.jpg) fixed bottom center repeat-x;
}

body {
    margin: 0; padding: 0 0 20px 0;
    color: #eee;
    font: 12px/1.65em Verdana,Arial,Helvetica,sans-serif;
}

#top {
    background: url(../img/top.png) repeat;
    height: 20px;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#logo {
    border: none;
    margin: 18px 0 0 0;
}

/**********************************************************/
/* MAIN MENU
/**********************************************************/

#menu {
    margin: 0; padding: 8px 0;
    width: 100%;
    background: url(../img/banner.png) repeat;
    border-bottom: 1px solid #1f242a;
}

#menu li {
    margin: 0 10px 0 0; padding: 0 0 0 10px;
    list-style: none;
    display: inline;
    border-left: 1px solid #1f242a;
}

#menu li:first-child {
    border: none;
    padding-left: 0;
}

#menu li a {
    color: #fff;
    text-decoration: none; text-transform: uppercase;
    padding: 0;
    font-weight: bold;
    font-size: 11px;
}

#menu li a:hover {
    color: #3b81c5;
}

/**********************************************************/
/* CONTENT SECTION
/**********************************************************/

#content {
    margin: 18px 0;
    width: 100%; overflow: hidden;
}

#content #main {
    width: 610px;
}

#content #side {
    width: 320px;
}

#content .left {
    float: left;
}

#content .right {
    float: right;
}

#content h2 {
    margin: 0; padding: 0;
    height: 35px; line-height: 35px;
    font: bold 18px/35px Georgia,'Times New Roman',times,serif;
    color: #fff;
}

#content h3 {
    margin: 10px 0 10px 0; padding: 0;
    font: bold 16px Georgia,'Times New Roman',times,serif;
    color: #fff;
}

#content h4 {
    margin: 5px 0; padding: 0;
    font: bold 14px Georgia,'Times New Roman',times,serif;
    color: #fff;
}

#content p {
    margin: 10px 0 15px 0;
}

#content a {
    color: #3b81c5;
    text-decoration: none;
}

#content a:hover {
    color: #195b9c;
}

/**********************************************************/
/* TABLE
/**********************************************************/

#content table {
    width: 100%;
    text-align: left;
}

#content table th, #content table td {
    padding: 4px 2px;
}

#content table th {
    border-bottom: 1px solid #1f242a;
}

#content table .thumbnail {
    width: 50px; height: 50px;
}

/**********************************************************/
/* FORM
/**********************************************************/

#content form {
    background: url(../img/blue_trans_10.png) repeat;
    margin: 10px 0;
    padding: 10px 10px 20px 10px;
}

#content fieldset {
    border: none;
    margin: 0; padding: 0;
}

#content form div {
    margin: 5px 0 0 0;
}

#content form div.text input, #content form div.password input {
    width: 250px;
}

#content form select {
    margin: 0 4px 0 0;
}

#content form div textarea {
    width: 600px;
}

#content form div.submit {
    padding: 0 0 0 210px;
}

#content legend {
    margin: 0; padding: 0;
    height: 35px; line-height: 35px;
    font: bold 18px/35px Georgia,'Times New Roman',times,serif;
    color: #fff;
}

#content label {
    display: block;
    float: left;
    width: 200px;
    margin: 0 10px 0 0;
    text-align: right;
}

/**********************************************************/
/* ACTIONS
/**********************************************************/

.actions ul {
    margin: 20px 0 10px 0; padding: 0;
}

.actions ul li {
    list-style: none;
    display: inline;
}

.actions ul li a {
    background: url(../img/top.png) repeat;
    padding: 5px;
}

.actions ul li a:hover {
    background: url(../img/blue_trans_10.png) repeat;
}

/**********************************************************/
/* PAGINATOR
/**********************************************************/

.paging {
    margin: 15px 0;
}

.paging div {
    display: inline;
    margin: 0 0 0 2px;
}

.paging span {
    margin: 0 0 0 2px
}

.paging a {
    padding: 4px 6px;
    background: url(../img/blue_trans_10.png);
    text-decoration: none;
    color: #fff;
}

.paging a:hover {
    background: url(../img/blue_trans_30.png);
}

/**********************************************************/
/* ADMIN IMAGE VIEW
/**********************************************************/

#content {
    margin: 10px 0;
    width: 100%; overflow: hidden;
}

#content #main {
    width: 610px;
}

#content #side {
    width: 320px;
}

#content .left {
    float: left;
}

#content .right {
    float: right;
}

#image-data {
    margin: 5px 0; padding: 0;
}

#image-data dt {
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
}

#image-data dd {
    margin: 0; padding: 0;
    color: #ccc;
}

.image {
    width: 608px;
}

/**********************************************************/
/* FOOTER
/**********************************************************/

#footer {
    border-top: 1px solid #1f242a;
    margin: 15px 0;
    padding: 15px 0 5px 0;
}

#footer #logo2 {
    float: left;
    margin: 4px 5px 0 0;
}

#footer p {
    margin: 10px 0 0 0; padding: 0;
}

#footer ul {
    float: right;
    margin: 10px 0 0 0; padding: 0;
}

#footer ul li {
    margin: 0 10px 0 0; padding: 0 0 0 10px;
    list-style: none;
    display: inline;
    border-left: 1px dotted #3b81c5;
}

#footer ul li:first-child {
    border: none;
}

#footer a {
    color: #3b81c5;
    text-decoration: none;
}

#footer a:hover {
    color: #195b9c;
}

#processing {
    padding: 0 0 0 30px; height: 30px; color: #fff;
    background: url(../img/icons/ajax-loader.gif) no-repeat;
    display: none;
}
