﻿.CareersTabBoxContainer
{
 margin-bottom: 20px;  
 margin-top: 20px;
}

.CareersTabBox
{
    width: 610px;  
    background-image: url(careers/tabs/careers_tab_box_fill.gif);
    background-repeat: repeat-y;
    position: relative;
    height: 100%;
    clear: both;
}



.CareersTabBoxTop
{
    background-image: url(careers/tabs/careers_tab_box_top.gif);
    background-repeat: no-repeat;
    background-position: top left;    
    width: 610px;
    height: 13px;
}

.FAQTabBoxTop
{
    background-image: url(careers/tabs/careers_tab_box_top.gif);
    background-repeat: no-repeat;
    background-position: top left;    
    width: 610px;
    height: 13px;
}

.CareersTabBoxContent
{
 
}

.CareersTabBoxBottom
{
    background-image: url(careers/tabs/careers_tab_box_bot.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 610px;
    height: 18px;
    clear: both;
}

.shortDescription
{
    text-align: justify; 
}



.CareersTabBoxItem_True
{
    padding: 20px 30px 10px 30px;
    position: relative;
}

.CareersTabBoxItem_False
{
    padding: 20px 30px 10px 30px;
    position: relative;
    color: #CCCCCC;
}

.CareersTabBox ul.CareersTab
{
    list-style: none;
    position: absolute;
    top: -51px;    
}

ul.CareersTab
{ 
    list-style: none;
}

ul.CareersTab li
{
    float: left;
    margin-left: 15px;
}



ul.CareersTab li  DIV.tab_left
{
    background-image: url(careers/tabs/careers_tab_left.gif);
    width: 15px;
    height: 34px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}

ul.CareersTab li  DIV.tab_repeat
{
    background-image: url(careers/tabs/careers_tab_fill.gif);
    background-repeat: repeat-x;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    padding-top: 10px;
    font-weight: bold;
    font-size: 12px;
}

ul.CareersTab li  DIV.tab_right
{
    background-image: url(careers/tabs/careers_tab_right.gif);
    width: 15px;
    height: 34px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}

ul.FAQTab
{ 
    list-style: none;
}

ul.FAQTab li
{
    float: left;
    margin-left: 15px;
}

ul.FAQTab li.Selected a
{
    color: #000;   
    padding: 0px;
    margin: 0px;
}

ul.FAQTab li.Selected  DIV.tab_left
{
    background-image: url(careers/tabs/careers_tab_left.gif);
    width: 15px;
    height: 34px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}

ul.FAQTab li.Selected  DIV.tab_repeat
{
    background-image: url(careers/tabs/careers_tab_fill.gif);
    background-repeat: repeat-x;
    height: 26px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    padding-top: 8px;
    font-weight: bold;
    font-size: 12px;
}

ul.FAQTab li.Selected  DIV.tab_right
{
    background-image: url(careers/tabs/careers_tab_right.gif);
    width: 15px;
    height: 34px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}


ul.FAQTab li DIV.tab_repeat
{
    padding-top: 8px;
}

.FAQ_Question
{
    font-size: 11px;
    font-style: italic;   
}

.FAQ_Question_Text
{
    margin-bottom: 20px;
}

.FAQ_Question_Text a
{
    font-size: 14px;
}

.TaggedDocuments_Container
{
    padding-left: 20px;
}

.FAQTab_Container
{
    border-bottom: 1px solid #DDDDDD; 
    height: 38px;
    margin-bottom: 20px;
}

