/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles NDT Training */
/*--------------------------------------------------------------------------------------------------------------*/
/*page*/
#Body
{
    padding: 0;
    margin: 0;
    background: url(bodybg.png) left top transparent;
    overflow: scroll;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    text-align: left;
    color: #666;
}

.skinwrapper
{
    background: url(contentbg.jpg) left top repeat-x #FFF;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    width: 1000px;
    margin-left: -500px;
    position: absolute;
    z-index: 0;
    left: 50%;
}


.skinmenu
{
    background: url(menuBg.png) top left no-repeat;
    margin: 0 10px 0 10px;
    padding: 0;
    height: 32px;
}

.MenuWrapper 
{
    float: left;
}

.LanguageWrapper 
{
    float: right;
    padding: 5px 5px 0 0;
}

.Clear 
{
    clear: both;
}

.skinuser
{
    margin: 0;
    padding: 0;
    height: 10px;
    background: transparent;
    font-size: 0;
}

.contentwrapper
{
    margin: 0;
    padding: 0 10px 10px 10px;
    background: url(bgLines.png) center top repeat-y;
}
.breadcrumb
{
    margin: 0;
    padding-top: 8px;
    background: transparent;
    width: 530px;
    position: absolute;
    left: 222px;
}
.breadcrumb a
{
    font-size: 11px;
}

.breadcrumb a:link
{
    color: #27458E;
    text-decoration: none;
}
.breadcrumb a:visited
{
    color: #27458E;
    text-decoration: none;
}
.breadcrumb a:hover
{
    color: #666;
    text-decoration: none;
}
.breadcrumb a:active
{
    color: #000;
    text-decoration: none;
}

.breadcrumbText
{
    font-size: 11px;
    color: #27458E;
}

.leftpane
{
    background: transparent;
    margin: 0 21px 0 0;
    padding: 0;
    width: 190px;
    text-align: left;
    float: left;
}

.contentpane
{
    background: transparent;
    margin: 0;
    padding-top: 20px;
    width: 550px;
    text-align: left;
    float: left;
}

.rightpane
{
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 190px;
    float: right;
}
.bottompane
{
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    clear: both;
}

.footer
{
    margin: 10px 0 10px 0;
    padding: 2px 0 0 0;
    background: url(footerBg.png) center top no-repeat;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    height: 20px;
}
.footertext
{
    margin: 0;
    padding: 5px 0 0 3px;
    color: #000;
    font-size: 11px;
    font-weight: normal;
}
.footerpane
{
    float: right;
    font-size: 10px;
    color: #000;
    position: relative;
    top: -13px;
}
.footerpane td
{
    font-size: 10px;
    line-height: 10px;
    color: #000;
}

/*--------------------------------------------------------------------------------------------------------------*/

/*text*/
.normal, div, span, p, td, th, li, a
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
}

p
{
    line-height: 1.3em;
    padding: 0 0 7px 0;
}

.head, .subhead
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 0;
}
.head
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    display: block;
    margin: 0;
    padding: 0 0 6px 0;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*links & buttons*/
a:link
{
    color: #27458E;
    text-decoration: underline;
}
a:visited
{
    color: #27458E;
    text-decoration: underline;
}
a:hover
{
    color: #666;
    text-decoration: underline;
}
a:active
{
    color: #000;
    text-decoration: underline;
}

.StandardButton
{
    background: #CCCCCC;
    color: #000;
    border: 1px solid #999;
    text-decoration: underline;
    padding: 3px;
}

a.CommandButton
{
    font-size: 10px;
    font-weight: normal;
}
.controlpanel a.CommandButton
{
    font-size: 10px;
}
a.CommandButton:link
{
    color: #000;
    text-decoration: underline;
}
a.CommandButton:visited
{
    color: #000;
    text-decoration: underline;
}
a.CommandButton:hover
{
    color: #666;
    text-decoration: underline;
}
a.CommandButton:active
{
    color: #666;
    text-decoration: underline;
}

a.footertext:link
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.footertext:visited
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.footertext:hover
{
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}
a.footertext:active
{
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*menu*/
/* tabs huvudsidor understa lager*/
.MainMenu_MenuContainer
{
    background: url(media/silver_separator.gif) 100% repeat-y transparent;
    width: 1px;
}
.MainMenu_MenuContainer td
{
    cursor: default;
    font-size: 3px;
    width: 1px;
    padding: 0 0 0 5px;
}
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}

/* undersidor i menyn */
.MainMenu_MenuItem
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 15px 2px 7px;
    border: 1px #FFF solid;
    border-width: 1px 0;
}

.submenuitembreadcrumb
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #27458E;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 15px 2px 7px;
    border: 1px #FFF solid;
    border-width: 1px 0;
}

.submenuitemselected
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #27458E;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 15px 2px 7px;
    background: #FFF;
    border: 1px #FFF solid;
    border-width: 1px 0;
}

.MainMenu_MenuArrow
{
    font-size: 11px;
    padding: 2px 0 2px 10px;
    height: 24px;
    border: #FFF solid;
    border-width: 1px 1px 1px 0;
}

.submenu
{
    z-index: 1000;
    border: 1px solid #27458E;
    padding: 0;
    background: #FFF;
}
/*tabs huvudsidor oversta lager*/
.rootmenuitem
{
    background: transparent;
    white-space: nowrap;
}

.rootmenuitem td
{
    padding: 0 7px 0 6px;
    height: 32px;
    cursor: pointer;
    cursor: hand;
    white-space: nowrap;
}

.rootmenuitem td span
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

/*tabs huvudsidor selected*/
.rootmenuitembreadcrumb
{
    background: transparent;
    white-space: nowrap;
}

.rootmenuitembreadcrumb td
{
    padding: 0 7px 0 6px;
    height: 32px;
    cursor: pointer;
    cursor: hand;
    background: #27458E;
    white-space: nowrap;
}

.rootmenuitembreadcrumb td span
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

/*tabs hover huvudsidor*/
.rootmenuitemselected
{
    background: transparent;
    white-space: nowrap;
}
.rootmenuitemselected td
{
    padding: 0 7px 0 6px;
    height: 32px;
    cursor: pointer;
    cursor: hand;
    background: #27458E;
    white-space: nowrap;
}

.rootmenuitemselected td span
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}
.MainMenu_MenuBreak
{
    display: none;
}







