/* Import the core stylesheet */
@import url("core.css");

/* Apply a global font to all elements */
* {
        font-size: 11px;
        font-family: Verdana, Arial, Tahoma;
}

/* The body of the document */
body {
        background-color: #000000;
        color: #FFFFFF;
}

/* Top Nav Elements */
.top_menu {
        background-color: #990000;
        color: #FFFFFF;
        font-size: 14px;
        text-decoration: none;
}
.nav_item {
        border-right: 1px #CACACA solid;
        font-weight: bold;
}
.nav_item_link {
        color: #FFFFFF;
        text-decoration: none;
}
.nav_item_link:hover {
        text-decoration: underline;
}
.x3_button {
        color: #FFFFFF;
        text-decoration: none;
}
.date_item {
        border-left: 1px #CACACA solid;
        font-weight: bold;
}
#search_form {
}
input.text {
        height: 18px;
        font-size: 12px;
}


/* The draggable content box */
.DragBox {
        border: 1px #AAAAAA solid;
        background-color: #333333;

}
.OverDragBox {
        border: 1px #AAAAAA solid;
        background-color: #666666;
}
.DragDragBox {
        border: 1px #AAAAAA solid;
        background-color: #333333;
        opacity: 0.50;
        filter: alpha(opacity: 50);
        -moz-opacity: 0.50;
}
.redbox {
        border: 1px #FF0000 dashed;
        background-color: #660000;
        color: #FFFFFF;
}

/* The menu content box */
.menu {
        border: 1px #AAAAAA solid;
        background-color: #333333;
}

/* The menu header box */
.menu_header {
        background-color: #CDCDCD;
        color: #000000;
        font-weight: bold;
}

/* The menu links content box */
.menu_list {
        border-top: 2px #999999 solid;
        font-size: 11px;
}

/* The menu links */
.menu_link {
        font-size: 11px;
        color: #FF0000;
        text-decoration: none;
}
.menu_link:hover {
        font-size: 11px;
        color: #FF0000;
        text-decoration: underline;
}
.menu_content_title {
        font-weight: bold;
        font-size: 11px;
        color: #FFFFFF;
}


/* The content titles */
.content_title {
        font-weight: bold;
}

/* The content links */
.content_link {
        color: #FF0000;
        text-decoration: none;
        font-weight: bold;
}
.content_link:visited {
        color: #cc0000;
        text-decoration: none;
        font-weight: bold;
}
.content_link:hover {
        color: #FF0000;
        text-decoration: underline;
        font-weight: bold;
}

/* Header elements for the content area */
#top_nav {
        background-color: #CDCDCD;
        color: #333333;
}

#left_align {
        color: #333333;
        font-weight: bold;
}

#right_align {
        color: #333333;
        font-weight: normal;
}
.content_header_link {
        text-decoration: none;
}
.content_header_icon {
        opacity: 0.50;
        filter: alpha(opacity: 50);
        -moz-opacity: 0.50;
}

/* The content area */
.content_area {
        border-top: 2px #666666 solid;
        color: #FFFFFF;
}

/* The contents for the footer */
.footer_content {
        border: 1px #000000 dashed;
}
