/*************************************/
/*  QBLBC.CSS                        */
/*  Programmed by Shane Nielsen      */
/*  For QBLBC.com                    */
/*  Updated: Feb 5/08                */
/*  Copywrite - All Rights Reserved  */
/*************************************/
/* GENERAL PROPERTIES */
/**************************************************************************************************/
body, td, th {
    color: #003466;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

body {
    background-color: #A0A070;
}

a {
    font-size: 9px;
}

table {
    border: 0px solid black;
}

tr {
    border: 0px solid black;
}

td {
    border: 0px solid black;
}

.style1 {
    color: #003466;
    font-weight: bold;
    font-size: 10px;
}

table.main {
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 5px
}

table.basic_list {
    border: 1px;
    padding: 5px;
    margin: 0px;
}

td, th .basic_list {
    color: #003466;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 0px;
    font-weight: bold;
}

/* QUICK MENU DEFAULT PROPERTIES */
/**************************************************************************************************/
.qmmc.qmdivider {
    display: block;
    font-size: 1px;
    border-width: 0px;
    border-style: solid;
    position: relative;
    z-index: 1;
}

.qmmc.qmdividery {
    float: left;
    width: 0px;
}

.qmmc.qmtitle {
    display: block;
    cursor: default;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.qmclear {
    font-size: 1px;
    height: 0px;
    width: 0px;
    clear: left;
    line-height: 0px;
    display: block;
    float: none !important;
}

.qmmc {
    position: relative;
    zoom: 1;
    z-index: 10;
}

.qmmc a, .qmmc li {
    float: left;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li {
    float: none;
}

.qmsh div a {
    float: left;
}

.qmmc div {
    visibility: hidden;
    position: absolute;
}

.qmmc.qmcbox {
    cursor: default;
    display: block;
    position: relative;
    z-index: 1;
}

.qmmc.qmcbox a {
    display: inline;
}

.qmmc.qmcbox div {
    float: none;
    position: static;
    visibility: inherit;
    left: auto;
}

.qmmc li {
    z-index: auto;
}

.qmmc ul {
    left: -10000px;
    position: absolute;
    z-index: 10;
}

.qmmc, .qmmc ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.qmmc li a {
    float: none
}

.qmmc li:hover > ul {
    left: auto;
}

.qmfv {
    visibility: visible !important;
}

.qmfh {
    visibility: hidden !important;
}

#qm0 ul {
    top: 100%;
}

#qm0 ul li:hover > ul {
    top: 0px;
    left: 100%;
}

/* QUICK MENU CUSTOMIZED PROPERTIES */
/**************************************************************************************************/
/*"""""""" (MAIN) Container""""""""*/
#qm0 {
    background-color: #A0A070;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #003466;
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
    padding: 6px 12px 0px 12px;
    color: #003466;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    font-variant: normal;
}

/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/
#qm0 li:hover > a {
    color: #FFFF00;
    text-decoration: underline;
}

/*"""""""" (MAIN) Active State""""""""*/
body#qm0.qmactive, body#qm0 .qmactive:hover {
    text-decoration: underline;
}

/*"""""""" (SUB) Container""""""""*/
#qm0 div, #qm0 ul {
    padding: 8px;
    margin: 1px 0px 0px 0px;
    border-width: 0px;
    border-style: none;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a {
    padding: 2px 20px 2px 27px;
    background-color: transparent;
    color: #003466;
    font-size: 11px;
    font-variant: normal;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

/*"""""""" (SUB) Hover State""""""""*/
#qm0 div a:hover {
    color: #A0A070;
    text-decoration: underline;
}

/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
#qm0 ul li:hover > a {
    color: #A0A070;
    text-decoration: underline;
}

/*"""""""" (SUB) Active State""""""""*/
body#qm0 div.qmactive, body#qm0 div.qmactive:hover {
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
    border-color: #525252;
}

/*"""""""" Individual Titles""""""""*/
#qm0.qmtitle {
    margin: 5px 5px 1px 5px;
    color: #222222;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

/*"""""""" Individual Horizontal Dividers""""""""*/
#qm0.qmdividerx {
    border-top-width: 1px;
    margin: 2px 4px 5px 4px;
    border-color: #525252;
}

/*"""""""" Custom Rule""""""""*/
div#qm0 div div {
    margin: 0px 0px 0px -1px;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul ul {
    margin: 0px 0px 0px -1px;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 a {
    padding: 5px 20px 5px 20px;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul a {
    padding: 2px 40px 2px 5px;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul {
    margin: 0px;
    background-color: #8D8D8D;
    border-width: 1px;
    border-style: solid;
    border-color: #525252;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul li:hover > a.qmparent {
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
    border-color: #525252;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0.qmparent {
    background-image: url(qmimages/arrow_7.gif);
    background-repeat: no-repeat;
    background-position: 95% 55%;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul.qmparent {
    background-image: url(qmimages/arrow_10.gif);
}

/* INGREEN TABLE PROPERTIES */
/**************************************************************************************************/
.page_hddr {
    font-size: 13pt;
    font-family: Arial Black;
    text-align: center !important;
    color: #ff0000;
    font-weight: bold;
}
.subject_hddr {
    font-size: 12pt;
    font-family: Arial Black;
    font-weight: bold;
    }
.main_table {
    margin-left: auto;
    margin-right: auto;
    border-width: 0px;
    background-color: #e7e7d6;
    width: 800px;
}

.sched_table {
    margin-left: auto;
    margin-right: auto;
    border-width: 2px;
    width: 99%;
}

.session_table {
    margin-left: auto;
    margin-right: auto;
    border-width: 2px;
    width: 50%;
}

.sched_table_title_1 {
    font-size: 11pt;
    font-family: Arial Black;
    text-align: center !important;
    color: #0000ff;
    font-weight: bold;
}

.sched_table_title_2 {
    font-size: 10pt;
    font-family: Arial Black;
    text-align: center !important;
    color: #0000ff;
    font-weight: bold;
}

.sched_table_colhddr {
    font-size: 9pt;
    font-family: Arial Black;
    text-align: center !important;
    font-weight: bold;
}

.sched_table_time {
    font-size: 8pt;
    font-family: Arial Black;
    text-align: center !important;
    color: #ff0000;
    font-weight: bold;
}

.sched_table_type {
    font-size: 8pt;
    font-family: Arial Black;
    text-align: center !important;
    font-weight: bold;
}

.sched_table_border {
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.sub_hddr {
    font-size: 12pt;
    font-family: Arial;
    }
.base_text {
    font-size: 10pt;
    font-family: Arial;
    }
    
.caption_text {
    font-size: 8pt;
    font-family: Arial;
    text-align: center;
    padding-top: 0px;
}

.foot_text {
    font-size: 7pt;
    font-family: Arial;
    text-align: center;
}

 .jump_text {
    font-size: 7pt;
    font-family: Arial;
    text-align: right;
    float:right;
}

.container {
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: left;
}

.3up_thumbnail
{
width:250px;
height:152px;
margin:10px;
}

.spread
{
    float:left
}