/* Import the core stylesheet */
@import url("core.css");
/*
/*
BACKGROUNDS
42205D = BACKGROUND & BG COLOR0 FOR DROP ZONE (redbox)
EFEFEF = CONTENT AREA HOVER BG (NO LONGER USED!)
F8E133 = CONTENT HEADER BG
000000 = NAV BG COLOR0
82589A = CONTENT AREA BG COLOR0 (LINKED WITH EFEFEF should be close to 02)

BORDERS
000000 = CONTENT BORDER COLOR0

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


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





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

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

/* Top Nav Elements */
.top_menu {
        background-color: #000000;
        color: #FFFFFF;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px #636363 solid;
}
.nav_item {
        border-right: 1px #FFFFFF 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 #FFFFFF solid;
        font-weight: bold;
}
#search_form {
}
input.text {
        height: 18px;
        font-size: 12px;
}


/* The draggable content box */
.DragBox {
        border: 1px #000000 solid;
        background-color: #82589A;

}
.OverDragBox {
        border: 1px #000000 solid;
        background-color: #A47ABC;
}
.DragDragBox {
        border: 1px #000000 solid;
        background-color: #82589A;
        opacity: 0.50;
        filter: alpha(opacity: 50);
        -moz-opacity: 0.50;
}
.redbox {
        border: 1px #FFFFFF dashed;
        background-color: #42205D;
        color: #FFFFFF;
}

/* The menu content box */
.menu {
        border: 1px #000000 solid;
        background-color: #82589A;
}

/* The menu header box */
.menu_header {
        background-color: #F8E133;
        color: #42205D;
        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: #FFFFFF;
        text-decoration: none;
}
.menu_link:hover {
        font-size: 11px;
        color: #FFFFFF;
        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: #42205D;
        text-decoration: underline;
}
.content_link:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
.content_link:visited {
        color: #21104c;
        text-decoration: underline;
}

/* Header elements for the content area */
#top_nav {
        background-color: #F8E133;
        color: #42205D;
}

#left_align {
        color: #42205D;
        font-weight: bold;
}

#right_align {
        color: #42205D;
        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: #FFFFFF;
}

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