﻿body 
{
    background-color: #667788;
    background-image: url(/Site/Images/chrome/SciFiHeader_background.jpg);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 12px;
}
.header {
    background-image: url(/Site/Images/chrome/SciFiHeader.jpg);
    background-repeat: no-repeat;
}
.main_bg
{
    position: fixed;
    background-image: url(/Site/Images/chrome/main_bg_pattern.png);
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.main_titlebar 
{
    position: absolute;
    top: 25px;
    left: 0px;
    right: 0px;
    background-image: url(/Site/Images/chrome/main_titlebar_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
}
.main_logo 
{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
}
.main_content 
{
    /*
    position: absolute;
    background-color: #fff0c0;
    top: 115px;
    left: 160px;
    right: 225px;
    bottom: 50px; 
    z-index: 5;
    */
}
.main_content img {
    max-width: 100% !important;
    height: auto !important;
}
.content_border1 {
    background-color: #8899bb;
    border: 3px solid;
    border-radius: 5px;
    border-top-color: #80eaff;
    border-left-color: #79def2;
    border-right-color: #60afbf;
    border-bottom-color: #4c8c99;
}
.content_border2 {
    background-color: #33ddff;
    border: 3px solid #33ddff;
    border-radius: 5px;
}
.content_border3 {
    padding: 5px;
    background-color: #ccf7ff;
    border: 3px solid;
    border-radius: 5px;
    border-top-color: #4c8c99;
    border-left-color: #60afbf;
    border-right-color: #79def2;
    border-bottom-color: #80eaff;
}
.left_column 
{
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 20;
    width: 148px;
}
.right_column 
{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    width: 198px;
}
.button
{
    padding: 3px;
    font-weight: bold;
    background-color: #ba912d;
    border-top: 3px solid #fad16d;
    border-left: 3px solid #dab14d;
    border-right: 3px solid #9a710d;
    border-bottom: 3px solid #7a5100;
}
.error 
{
    color: #990000;
}

/* ================================================================================ */
/* Controls                                                                         */
/* ================================================================================ */
.parchment
{
    background-image: url(/Site/Images/chrome/parchment2_bg.png);
    background-repeat: no-repeat;
    width: 198px;
    height: 158px;
    text-align: center;
    padding-top: 10px;
    font-weight: bolder;
}
.side_content
{
    width: auto;
    margin: 10px 0px 0px 10px;
    background-color: #ba912d;
    border-top: 3px solid #fad16d;
    border-left: 3px solid #dab14d;
    border-right: 3px solid #9a710d;
    border-bottom: 3px solid #7a5100;
}
.side_title 
{
    text-align: center;
    font-weight: bolder;
    font-size: 125%;
    color: Black;
}
.side_body 
{
    background-color: #fff0c0;
    padding: 2px;
    margin: 2px;
    border-bottom: 2px solid #eee0b0;
    border-right: 2px solid #ddd0a0;
    border-left: 2px solid #999060;
    border-top: 2px solid #666040;
}
/* ================================================================================ */
/* Media Boxes                                                                      */
/* ================================================================================ */

.media_icon img
{
    position: absolute;
    margin-top: 15px;
    left: -30px;
}
.media_box
{
    position: relative;
    margin-left: 15px;
    margin-bottom: 10px;
    right: 0px;
    background-color: #b38c17;
    border-top: 2px solid #d9af1a;
    border-left: 2px solid #cca518;
    border-right: 2px solid #997c12;
    border-bottom: 2px solid #66530c;
    padding: 2px;
}
.media_box_head 
{
    padding: 2px;
    font-size: 125%;
    font-weight: bolder;
    text-align: center;
}
.media_box_body 
{
    padding: 2px;
    min-height: 70px;
    background-color: White;
    background-color: #f0e8d8;
    border-top: 2px solid #b0a8a0;
    border-left: 2px solid #d0c8c0;
    border-right: 2px solid #f8f0e8;
    border-bottom: 2px solid #ffffff;
}

/* ================================================================================ */
/* Calendar                                                                         */
/* ================================================================================ */

.calendar 
{
    border-collapse: collapse;
    border: 1px solid black;
}
.calendar th 
{
    background-color: #AA9580;
    color: White;
}
.calendar th, .calendar td 
{
    border: 1px solid #665533;
}
.calendar_cell 
{
    min-height: 60px;
}
.calendar_date
{
    background-color: #EFD8C0;
    font-weight: bolder;
    text-align: center;
}
.calendar_details 
{
}

.content_item_list
{
    width: 100%;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #dddddd;
    border-right: 2px solid #bbbbbb;
    border-bottom: 2px solid #aaaaaa;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px;
    background-color: #FFFFFF;
}
.content_item_header
{
    font-weight: bolder;
}
.content_item_detail
{
}