@charset "UTF-8";
/* 
Design: micro-fox.com
Author: Christopher Maio
Completed: 18 September 2008
Notice: You may not modify or use this CSS document without prior permissions from its creator.  If you wish to ask a question about this design, you may send an e-mail to cjmaio@mac.com
 */

/* General Page Elements */
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;

    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

img {
    border: 0px;
}

/* Navigation */
ul.navi {
    text-indent: -30%;
    list-style: none;
}

li.navi {
    text-indent: -30%;
    list-style: none;
}

/* ACP Navigation */
.acp-nav {
    margin: 0 0 12px 0;
    padding: 0;
}

.acp-nav p {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 12px;
}

.acp-nav .acp-menu {
    text-align: center;
}

.acp-access-levels {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 12px;
}

/* Links */
a:link {
    color: #000099;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #0066FF;
}

a:hover {
    text-decoration: underline;
    color: #0066FF;
}

a:active {
    text-decoration: none;
    color: #000099;
}

/* Headings */
h1 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333366;

    margin-top: 0px;
    margin-bottom: -2px;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #333366;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    color: #336699;
}

h4 {
    font-weight: bold;
    font-size: 14px;
    color: #336699;
}

/* Special fonts */
.information-text {
    font-weight: bold;
    font-size: 16px;
    color: #336699;
}

.footer-text {
    text-align: center;
    font-size: 10px;
    color: #666666;
    overflow: hidden;
    margin: 0px;
}

/* Our general elements */

.general-table {
    width: 100%;
    border: 0px;
}

.page-bg {
    background-image: url(images/page_bg.gif);
    background-repeat: repeat-x;
}

/* Header / Footer */
.header-bg {
    height: 50px;

    background-image: url(images/header_bg.gif);
    background-repeat: repeat-x;
}

.header-left {
    width: 150px;
    height: 50px;
    text-align: left;
    vertical-align: middle;

    background-image: url(images/header_left.gif);
    background-repeat: no-repeat;
}

.header-right {
    width: 150px;
    height: 50px;
    text-align: right;
    vertical-align: middle;

    background-image: url(images/header_right.gif);
    background-repeat: no-repeat;
}

.header-center {
    height: 50px;
    text-align: center;
    vertical-align: middle;

    background-image: url(images/header_center.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.footer {
    width: 350px;
    border: 0px;
    margin: auto;
}

.footer-main {
    text-align: center;
    vertical-align: middle;
}

/* Tab spanning under the header */
.tab {
    width: 340px;
    border: 0px;
    margin: auto;
    text-align: center;
}

.tab-left {
    width: 10px;
    height: 24px;
    text-align: left;
    vertical-align: middle;

    background-image: url(images/tab_left.gif);
    background-repeat: no-repeat;
}

.tab-center {
    height: 24px;
    text-align: center;
    vertical-align: middle;

    color: #FFFFFF;

    background-image: url(images/tab_bg.gif);
    background-repeat: repeat-x;
}

.tab-right {
    width: 10px;
    height: 24px;
    text-align: right;
    vertical-align: middle;

    background-image: url(images/tab_right.gif);
    background-repeat: no-repeat;
}

/* Content table container */
.content {
    width: 350px;
    border: 0px;
    margin: auto;
}

.content-center {
    height: auto;
    width: 350px;
    margin: auto;
    text-align: left;
    vertical-align: top;
}

/* Gray "everything" box */
.box {
    width: 100%;
    border: 0px;
    margin-bottom: 10px;
}

.box-top-left {
    width: 16px;
    height: 16px;
    text-align: left;
    vertical-align: top;

    background-image: url(images/box_top_left.gif);
    background-repeat: no-repeat;
}

.box-top-center {
    height: 16px;

    background-color: #EDEDED;
}

.box-top-right {
    width: 16px;
    height: 16px;
    text-align: right;
    vertical-align: top;

    background-image: url(images/box_top_right.gif);
    background-repeat: no-repeat;
}

.box-middle {
    background-color: #EDEDED;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    vertical-align: top;
}

.box-middle-centered {
    background-color: #EDEDED;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    vertical-align: top;
}

.box-bottom-left {
    width: 16px;
    height: 16px;
    text-align: left;
    vertical-align: bottom;

    background-image: url(images/box_bottom_left.gif);
    background-repeat: no-repeat;
}

.box-bottom-center {
    background-color: #EDEDED;
}

.box-bottom-right {
    width: 16px;
    height: 16px;
    text-align: right;
    vertical-align: bottom;

    background-image: url(images/box_bottom_right.gif);
    background-repeat: no-repeat;
}
