﻿body {
}

/* START CLASSES */

.previous_next
{
    padding-left: 25px;
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/vendors_08/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/images/vendors_08/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/images/vendors_08/SavedStar.png);
}

/* START IDs */

#text_main
{
    position: absolute;
    margin-top: 275px;
    margin-left: 555px;
    width: 375px;
    height: 235px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #000000;
    z-index: 1;
} 

#flash_player
{
    position: absolute;
    margin-top: 60px;
    margin-left: 43px;
    z-index: 10;
}

#rating_system
{
    position: absolute;
    margin-top: 407px;
    _margin-top: 395px;
    margin-left: 440px;
    z-index: 4;
}

#chosen_info
{
    position: absolute;
    margin-top: 377px;
    margin-left: 40px;
    width: 375px;
    height: 250px;
    z-index: 5;
}

#logo_overlay
{
    position: absolute;
    z-index: 20;
    margin: 67px 470px;
}
#tab_container_pe
{
    position: absolute;
    margin-top: 443px;
    _margin-top: 428px;
    margin-left: 540px;
    width: 410px;
    height: 250px;
    background-image: url('/images/vendors_08/pe_tab.jpg');
    background-repeat: no-repeat;
    z-index: 7;
}

#tab_container_audio
{
    position: absolute;
    margin-top: 443px;
    _margin-top: 428px;
    margin-left: 540px;
    width: 410px;
    height: 250px;
    background-image: url('/images/vendors_08/audio_tab.jpg');
    background-repeat: no-repeat;
    z-index: 7;
}

#tab_container_supp
{
    position: absolute;
    margin-top: 443px;
    _margin-top: 428px;
    margin-left: 540px;
    width: 410px;
    height: 250px;
    background-image: url('/images/vendors_08/supp_tab.jpg');
    background-repeat: no-repeat;
    z-index: 7;
}

#tab_control_pe
{
    position: absolute;
    margin-top: 637px;
    _margin-top: 622px;
    margin-left: 540px;
    width: 128px;
    height: 20px;
    z-index: 8;
}

#tab_control_audio
{
    position: absolute;
    margin-top: 638px;
    _margin-top: 622px;
    margin-left: 668px;
    width: 115px;
    height: 20px;
    z-index: 8;
}

#tab_control_supp
{
    position: absolute;
    margin-top: 637px;
    _margin-top: 622px;
    margin-left: 783px;
    width: 118px;
    height: 20px;
    z-index: 8;
}

#the_list
{
    position: relative;
    z-index: 0;
}

#practice_pop_up
{
    position: absolute;
    margin-top: 240px;
    margin-left: 580px;
    z-index: 20;
}

#audio_pop_up
{
    position: absolute;
    margin-top: 240px;
    margin-left: 580px;
    z-index: 21;
}

#links_over
{
    position: absolute;
    margin-top: 450px;
    _margin-top: 440px;
    margin-left: 100px;
    z-index: 12;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
}  

#skills_over
{
    position: absolute;
    margin-top: 250px;
    _margin-top: 240px;
    margin-left: -10px;
    z-index: 11; 
}    

#preplogic_over
{
    position: absolute;
    margin-top: 250px;
    _margin-top: 240px;
    margin-left: 40px;
    z-index: 11; 
}
    


#preview_over
{
    position: absolute;
    margin-top: 250px;
    _margin-top: 240px;
    margin-left: 55px;
    z-index: 11; 
}    

