/* Import the core stylesheet */
@import url("core.css");
/*
/*
BACKGROUNDS
0F173C = BACKGROUND & BG COLOR0 FOR DROP ZONE (redbox)
C4C9CA = CONTENT AREA HOVER BG
DF1F2A = CONTENT HEADER BG
4499D2 = NAV BG COLOR0
FFFFFF = CONTENT AREA BG COLOR0 (LINKED WITH C4C9CA should be close to 02)

BORDERS
CDCDCD = CONTENT BORDER COLOR0

FOREGROUNDS
000000 = TEXTCOLOR0 (NAV ITEM LINK)& BORDER COLOR BETWEEN NAV ITEMS NAV BGCOLOR
DF1F2A = LINKS & HOVER LINKS & REDBOX BORDER (redbox)
C4BBBC = VISITED LINKS (redbox)


NOT USED
DF1F2A
COLOR12 = SHADOW COLOR (NOT USED)
C4BBBC = BG COLOR0 FOR DROP ZONE (redbox)
*/





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

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

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


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

}
.OverDragBox {
        border: 1px #CDCDCD solid;
        background-color: #C4C9CA;
}
.DragDragBox {
        border: 1px #CDCDCD solid;
        background-color: #FFFFFF;
        opacity: 0.50;
        filter: alpha(opacity: 50);
        -moz-opacity: 0.50;
}
.redbox {
        border: 1px #DF1F2A dashed;
        background-color: #0F173C;
        color: #000000;
}

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

/* The menu header box */
.menu_header {
        background-color: #DF1F2A;
        color: #0F173C;
        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: #DF1F2A;
        text-decoration: none;
}
.menu_link:hover {
        font-size: 11px;
        color: #DF1F2A;
        text-decoration: underline;
}
.menu_content_title {
        font-weight: bold;
        font-size: 11px;
        color: #000000;
}


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

/* The content links */
.content_link {
        color: #DF1F2A;
        text-decoration: underline;
}
.content_link:hover {
        color: #DF1F2A;
        text-decoration: underline;
}
.content_link:visited {
        /*color: #C4BBBC;*/
        color: #999999;
        text-decoration: underline;
}

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

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

#right_align {
        color: #FFFFFF;
        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 #999999 solid;
        color: #000000;
}

/* The contents for the footer */
.footer_content {
}
