﻿
.state, .license, .state div, .license div, .state_inactive, .license_inactive, .state_inactive div, .license_inactive div, .onlineOrBook, .onlineOrBook_inactive, .onlineOrBook div, .onlineOrBook_inactive div
{
    width: 216px;
    height: 38px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background-color:#eee;
    display: inline-block;

}

/*SELECT*/
.state select,.license select, .state_inactive select,.license_inactive select, .onlineOrBook select, .onlineOrBook_inactive select
{
    position: relative;
    top: 8px;
    left: 10px;
    width: 196px;
    font-weight: normal;
    font-size: 12pt;
    display: inline-block;
}
.state_inactive select,.license_inactive select, .onlineOrBook_inactive select
{
    font-weight: normal;
}



/*SELECT A COURSE*/
.course_select
{
    background-color:#eee;
    border-top-right-radius:10px;
}
.course_select .wrapper
{
    padding: 0px 10px;
    overflow: auto; 
    border-top-right-radius:10px;

}
.course_select h2
{
    color: #fff;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    margin-left: 34px;
}

/*COURSES TABLE*/

.CourseList
{
    font-size: 11pt;
    line-height: 1.2;
    color: #000;
    background-color:#eee;
    padding: 8px 0 0;
}
.CourseList div
{
    border: solid 2px #c6c6c6;
    margin: 0 10px;
}
.CourseList tr:hover td
{
    background-color: #ffc;
}
.CourseList td, .CourseList th
{
    padding: 6px 8px;
    vertical-align: top;
}
.CourseList td
{
    background: #ddd;
}
.CourseList th
{
    font-size: 13pt;
    padding-top: 12px;
    padding-left:25px;
    padding-bottom: 2px;
    background: #fff;
    color: #333;
}

/* No border around the license segment list */
.CourseList td.course_name div
{
    border-width: 0px;
}
/* Padding for the license segment list */
.CourseList td.course_name td
{
    padding: 2px 4px 0px 0px
}

/*background: #004A8B;*/
.CourseList .trAlternate td
{
    background: #fff;
}
.CourseList td.course_name
{
    padding-left: 25px;
    /*background-image: url(images/catalog_icon.png);*/
    background-repeat: no-repeat;
    background-position: 6px 8px;
    color: #666;
    font-size: 9pt;
}
.CourseList td.course_name a
{
    font-size: 12pt;
}
.CourseList td.course_price
{
    color: Green;
}

.CategoryName
{
    padding-top:6px;
    padding-bottom:6px;
    font-size: 13pt;
    background: #333;
    color: #fff;
    background-color: #333;
}

.ShowButton
{
    padding-left:1px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.HideButton
{
    padding-left:1px;
    text-decoration: none;
}

/* Information Bricks */
.brick, .bpBrick, .srBrick
{
    background: #ffffff;
    border: solid 2px #c6c6c6;
    margin: 8px 0 0px 0;
    padding: 12px;
    color: #000000; /* 808080 */
    font-size: 9pt;
    font-weight: normal;
    line-height: 1.2em;
}
.brick b,.bpBrick b,.srBrick b
{
    font-size: 1.2em;
    margin-bottom: 4px;
}

.bpBrick
{
    padding-left: 60px;
    background-image: url(../CustomStyles/images/save_icon.png);
    background-repeat: no-repeat;
    background-position: 4px 8px;
}

.ToolText a
{
    float:right;
} 
.ToolTextHover {
    position:relative; 
} 
.ToolText span {
    display: none;
} 
.ToolTextHover span{ 
    display:block; 
    position:absolute; 
    border:1px solid black; 
    top:-40px; 
    left:-140px; 
    background-color:#E6EEF8; 
    color:black;
    width: 450px;
    padding: 5px;   
} 


/* Special Cases  */

.CourseList h3
{
    margin: 0;
    color: #000;
    padding: 14px 0 4px 16px;
}
.CourseList p
{
    margin: 0;
    padding: 0 16px 4px 16px;
    font-size: 9pt;
}
.CourseList p b
{
    font-size: 10pt;
}
.ProviderNumber
{
    font-size: .8em;
    color: #000;
    font-style: italic;
    margin: 0;
    padding: 8px 16px 2px 16px;
    /*background: url(../CustomStyles/images/catalog_courses_table_bg.png) right repeat-y;*/
    background-color:#eee;
}


/* Bottom */
.course_select_bottom
{
    height: 11px;
    background-color:#eee;
}
.course_select_bottom div
{
    height: 11px;
    background-color:#eee;
}

.clear
{
    clear: both;
    height: 0px;
}

.InCart  a:link, .InCart a:visited{
    color: #7f7f7f;
    text-decoration: none;
    cursor:default;
}

.InCart td{
    background: #c0d9ff;
    color: #7f7f7f;
    font-weight: normal;
    font-style: italic;
}

.InCart span.cartAlert{
    display: inline;
    font-size:small;
    color: #bb1b1b;
    margin-left: 10px;
}

.InCart td.course_price{
    color: #7f7f7f;
}
