﻿
.state, .license, .state div, .license div, .state_inactive, .license_inactive, .state_inactive div, .license_inactive div
{
    width: 280px;
    height: 53px;
}


/*ACTIVE*/
.state
{
    background: url(../styles/images/catalog_1_bg.png) no-repeat top left;
    float: left;
}
.license
{
    background: url(../styles/images/catalog_2_bg.png) no-repeat top left;
    float: right;
}
.state div, .license div
{
    background: url(../styles/images/catalog_12_end.png) no-repeat top right;

}


/*INACTIVE*/
.state_inactive
{
    background: url(../styles/images/catalog_1_bg_inactive.png) no-repeat top left;
    float: left;
}
.license_inactive
{
    background: url(../styles/images/catalog_2_bg_inactive.png) no-repeat top left;
    float: right;
}
.state_inactive div, .license_inactive div
{
    background: url(../styles/images/catalog_12_end_inactive.png) no-repeat top right;
}


/*SELECT*/
.state select,.license select, .state_inactive select,.license_inactive select
{
    position: relative;
    top: 14px;
    left: 54px;
    width: 196px;
    font-weight: normal;
    font-size: 12pt;
}
.state_inactive select,.license_inactive select
{
    font-weight: normal;
}



/*SELECT A COURSE*/
.course_select
{
    background: url(../styles/images/catalog_courses_bg.png) no-repeat top left ;
    
}
.course_select .wrapper
{
    background: url(../styles/images/catalog_courses_bg_end.png) no-repeat top right;
    /*padding: 10px 16px 8px 16px;*/
    padding: 0px 16px;
    overflow: auto; 
}
.course_select h2
{
    color: #fff;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    margin-left: 34px;
}
.course_select .backcolor
{
    padding: 0px 16px;
    overflow: auto;
    background: url(../styles/images/catalog_courses_table_bg.png) right repeat-y;
}
/*COURSES TABLE*/

.CourseList
{
    font-size: 11pt;
    line-height: 1.2;
    color: #000;
    background: url(../styles/images/catalog_courses_table_bg.png) right repeat-y;
    padding: 8px 0 0;
}
.CourseList div
{
    border: solid 2px #c6c6c6;
    margin: 0 16px;
}
.CourseList tr:hover td
{
    background-color: #ffc;
}
.CourseList td, .CourseList th
{
    padding: 6px 8px;
    vertical-align: top;
}
.CourseList td
{
    background: #ddd;
}
.CourseList th
{
    padding-top: 12px;
    font-size: 13pt;
    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: #DCE9F3;*/
    background: #fff;
}
.CourseList td.course_name
{
    padding-left: 25px;
    background-image: url(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: #fff;
    color: #333;
    background-color: #eeeeee;
}

.ShowButton
{
    padding-left:1px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16;
}

.HideButton
{
    padding-left:1px;
    text-decoration: none;
}


/* Information Bricks */
.brick, .bpBrick, .srBrick
{
    background: #eee;
    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
{
    /* color: #333;
    display: block; */
    font-size: 1.2em;
    margin-bottom: 4px;
}
.brick a, .srBrick a
{

}
.bpBrick
{
    padding-left: 60px;
    background-image: url(../styles/images/catalog_save.gif);
    background-repeat: no-repeat;
    background-position: 8px 13px;
}

.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;   
} 

.brick font
{

}



/* Special Cases  */

.CourseList h3
{
    margin: 0;
    color: #fff;
    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: #fff;
    font-style: italic;
    margin: 0;
    padding: 8px 16px 2px 16px;
    background: url(../styles/images/catalog_courses_table_bg.png) right repeat-y;

}


/* Bottom */
.course_select_bottom
{
    height: 11px;
    background: url(../styles/images/catalog_courses_bottom_bg.png) no-repeat top left;
}
.course_select_bottom div
{
    height: 11px;
    background: url(../styles/images/catalog_courses_bottom_end.png) no-repeat top right;
}

.clear
{
    clear: both;
    height: 10px;
}

.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;
}

