/*------------------------------
    TABBER BOX STYLES STARTS
-------------------------------*/

a:active {
    outline: none;
}

#tabs_container {
    width: 240px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
}
#tabs_container ul.tabs {
    list-style: none;
    margin: 0;
    padding-left:40px;
    background-image: url(/img/featurebox_ul_background.gif);
    float: left;
    width: 200px;
    
}
#tabs_container ul.tabs li {
    float: left;
}
#tabs_container ul.tabs li a {
    display: block;
    margin-right: 2px;
    text-decoration: none;
}

#tabs_container ul.tabs li.active a {

}
div.tab_contents_container {
    padding: 0px;
}
div.tab_contents {
    display: none;
    padding: 10px;
    border: solid 2px #9f2123;
    border-bottom: solid 5px #9f2123;
    height: 350px;
    background-image: url(/img/featurebox_background_albertan.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #f3e1e0;
}

div.tab_contents02 {
    display: none;
    padding: 10px;
    border: solid 2px #9fbc30;
    border-bottom: solid 5px #9fbc30;
    height: 350px;
    background-image: url(/img/featurebox_background_phys.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #f1f5e0;
}

div.tab_contents03 {
    display: none;
    padding: 10px;
    border: solid 2px #dba129;
    border-bottom: solid 5px #dba129;
    height: 350px;
    background-image: url(/img/featurebox_background_prof.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #faf1df;
}

div.tab_contents_active {
    display: block;
}
div.clear {
    clear: both;
}

.tabs span.tab01{ 
    display: block; 
    width: 50px; 
    height: 41px; 
    background-image:url(/img/featurebox_normal_albertan.gif);
    text-indent: -9999px;
    cursor: pointer;
}
.tabs span.tab02{ 
    display: block; 
    width: 50px; 
    height: 41px; 
    background-image:url(/img/featurebox_normal_phys.gif);
    text-indent: -9999px;
    cursor: pointer;
}
.tabs span.tab03{ 
    display: block;
    width: 50px; 
    height: 41px; 
    background-image:url(/img/featurebox_normal_prof.gif);
    text-indent: -9999px;
    cursor: pointer;
 }

.active span.tab01 {
    background-image:url(/img/featurebox_active_albertan.gif);
}
.active span.tab02 {
    background-image:url(/img/featurebox_active_phys.gif);
}
.active span.tab03 {
    background-image:url(/img/featurebox_active_prof.gif);
}

/*------------------------------
    TABBER BOX INSIDE STYLES STARTS
-------------------------------*/

div.tab_contents ul li{
    list-style: none;
    margin-top:0;
    text-align:left;
    vertical-align: middle;
}

div.tab_contents ul li a{
    color: #9f2123;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    padding:11px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    background-image: url(/img/featurebox_objective_normal.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 194px;
}

div.tab_contents ul li a:hover{
    background-image: url(/img/featurebox_objective_roll.gif);
    background-repeat: no-repeat;
    background-position: top;
}

div.tab_contents p{
    color: #000;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.5;
}

/*-------------------------------*/

div.tab_contents02 h2{
    color: #9fbc30;
    margin-bottom: 10px;
}

div.tab_contents02 h3{
    color: #9fbc30;
    text-align: center;
    border-top: solid 1px #9fbc30;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    font-size: 14px;    
}

div.tab_contents02 table.phys{
    margin-top: 15px;
}

div.tab_contents02 table.phys td{
    padding: 5px;
    vertical-align: middle;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #9fbc30;
}

div.tab_contents02 p{
    color: #000;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.5;
}

div.tab_contents02 a.login{
    color: #9f2123;
    text-decoration: none;
    font-size: 30px;
    border-top: 1px solid #9f2123;
    border-bottom: 1px solid #9f2123;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: block;
    text-align: center;
    line-height: 1;
}

div.tab_contents02 a{
    color: #9f2123;
    text-decoration: none;
}

div.tab_contents02 a:hover{
    color: #9f2123;
    text-decoration: underline;
}

/*-------------------------------*/

div.tab_contents03 h2{
    color: #dba129;
    margin-bottom: 10px;
}

div.tab_contents03 h3{
    color: #dba129;
    text-align: center;
    border-top: solid 1px #dba129;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    font-size: 14px;    
    margin-bottom: 50px;
}

div.tab_contents03 table.prof{
    margin-top: 15px;
}

div.tab_contents03 table.prof td{
    padding: 5px;
    vertical-align: middle;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #dba129;
}

div.tab_contents03 p{
    color: #000;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.5;
    text-align: center;
}

div.tab_contents03 a{
    color: #9f2123;
    text-decoration: none;
    font-size: 30px;
    border-top: 1px solid #9f2123;
    border-bottom: 1px solid #9f2123;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.tab_contents03 a:hover{
    color: #9f2123;
    font-style: italic;
    text-decoration: none;
}