/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Style för two panes Bad och Värme - standard contentpane Transparent*/
/*--------------------------------------------------------------------------------------------------------------*/
/*bakgrund*/
#body
{
    background: url(body_bg.jpg) repeat-x #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*omsluter hela sidan*/
#skinwrapper
{
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    background: #E6F3FF;
    padding: 0;
    margin: 0;
    margin-left: -446px;
    position: absolute;
    left: 50%;
    width: 892px;
}

/*sidhuvud bild*/
.skinheader
{
    margin: 0;
    padding: 0;
    background: url(head.jpg) no-repeat #FFF;
    height: 190px;
}

/* huvudmeny bakgrund */
.skinmenu
{
    background: url(gradient_menu.jpg) repeat-x;
    border-top: 0px solid white;
    height: 28px;
}

/* bakgrund till breadcrumbs */
.skinuser
{
    margin: 0;
    padding: 5px 0 5px;
    background: #E6F3FF;
    border-top: 0px solid #FFF;
    color: #000;
    width: 100%;
    float: left;
    font-size: 10px;
}

/* text till breadcrumbs */
.skinusertext
{
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 10px;
    text-align: right;
    border: 0;
}

A.skinusertext:link
{
    color: #000;
    text-decoration: none;
}

A.skinusertext:visited
{
    color: #000;
    text-decoration: none;
}
A.skinusertext:active
{
    color: #000;
    text-decoration: none;
}

A.skinusertext:hover
{
    color: #C00;
    text-decoration: none;
}

.breadcrumb
{
    text-align: left;
}
/* omsluter samtliga panes */
.skincontentstable
{
    background: #E6F3FF;
    margin: 0;
    padding: 0;
    float: left;
    border: 0;
}

.leftpane
{
    background: transparent;
    float: left;
    border: 0;
}

.contentpane
{
    background: transparent;
    float: right;
    border: 0;
}

/*.rightpane{			background:#000;
						width:200px; 
						float: right;}*/

.skinfooter
{
    margin: 0;
    position: relative;
    padding: 2px 0 0 0;
    height: 18px;
    background: url(footer.jpg) repeat-x;
    text-align: center;
    font-size: 10px;
    float: right;
    width: 100%;
    border-top: 1px solid #FFF;
}
.footer
{
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
}
A.footer:link
{
    color: #FFF;
}
A.footer:visited
{
    color: #FFF;
}
A.footer:hover
{
    color: #C00;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*panes*/
.leftpane
{
    width: 232px;
    margin: 0;
    padding: 0 0 0 5px;
}
.contentpane
{
    width: 641px;
    margin: 0;
    padding: 0 5px 0 5px;
}
/*.rightpane{width:200px;padding:10px 10px 0 10px; float: right;}*/
/*--------------------------------------------------------------------------------------------------------------*/
/*text
.normal,div,span,p,td,th,li,a {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:.95em;color:#333;}*/

.normal h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 3px 0 5px 0;
}
.head, .subhead
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
}
.head
{
    font-size: 18px;
    font-weight: bold;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*links & buttons*/
a:link
{
    color: #C00;
    text-decoration: none;
}
a:visited
{
    color: #CC6600;
    text-decoration: none;
}
a:hover
{
    color: #C00;
    text-decoration: underline;
}
a:active
{
    color: #C00;
    text-decoration: none;
}

.StandardButton
{
    background: #01498F;
    border: 2px #CCC outset;
    padding: 2px;
    color: white;
    font-weight: bold;
}

a.CommandButton
{
    font-size: 11px;
    font-weight: normal;
}
.controlpanel a.CommandButton
{
    font-size: 10px;
}
a.CommandButton:link
{
    color: #C00;
    text-decoration: none;
}
a.CommandButton:visited
{
    color: #C00;
    text-decoration: none;
}
a.CommandButton:hover
{
    color: #CCC;
    text-decoration: none;
}
a.CommandButton:active
{
    color: #C00;
    text-decoration: underline;
}

a.skinuser:link
{
    color: #000;
    text-decoration: none;
}
a.skinuser:visited
{
    color: #000;
    text-decoration: none;
}
a.skinuser:hover
{
    color: #C00;
    text-decoration: underline;
}
a.skinuser:active
{
    color: #C00;
    text-decoration: underline;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*menu*/
/* tabs huvudsidor understa lager*/
.MainMenu_MenuContainer
{
    background: url(gradient_menu.jpg) 100% repeat-x transparent;
    width: 1px;
    height: 28px;
}
.MainMenu_MenuContainer td
{
    cursor: default;
    font-size: 3px;
    width: 1px;
}
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}

/* undersidor i menyn */
.MainMenu_MenuItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    padding: 1px 1px 1px 7px;
    border: 1px #fff solid;
    border-width: 1px 1px 1px 0;
}

.submenuitembreadcrumb
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #C00;
    font-size: 10px;
    font-weight: normal;
    padding: 1px 1px 1px 7px;
    border: 1px #fff solid;
    border-width: 1px 1px 1px 0;
}

.submenuitemselected
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 10px;
    font-weight: normal;
    padding: 1px 1px 1px 7px;
    background: #E6F3FF;
    border: 1px #E6F3FF solid;
    border-width: 1px 1px 1px 0;
}

.MainMenu_MenuArrow
{
    font-size: 10px;
    padding: 1px 0 1px 1px;
    height: 20px;
    border: #fff solid;
    border-width: 1px 1px 1px 0;
}

.submenu
{
    z-index: 1000;
    border: 1px solid #01498F;
    padding: 0;
    background: #fff;
    margin: 0;
}

/*tabs huvudsidor oversta lager*/
.rootmenuitem
{
    background: url(gradient_menu.jpg) center left repeat-x;
}
.rootmenuitem td
{
    padding: 0 15px 0 14px;
    height: 28px;
    cursor: pointer;
    cursor: hand;
}
.rootmenuitem td span
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: FFF;
    font-size: 12px;
    white-space: nowrap;
}
/*tabs huvudsidor selected*/
.rootmenuitembreadcrumb
{
    background: url(gradient_menuActive.jpg) center left repeat-x;
}
.rootmenuitembreadcrumb td
{
    padding: 0 15px 0 14px;
    height: 28px;
    cursor: pointer;
    cursor: hand;
}
.rootmenuitembreadcrumb td span
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 12px;
    white-space: nowrap;
}
/*tabs hover huvudsidor*/
.rootmenuitemselected
{
    background: url(gradient_menuActive.jpg) center left repeat-x;
}
.rootmenuitemselected td
{
    padding: 0 15px 0 14px;
    height: 28px;
    cursor: pointer;
    cursor: hand;
}
.rootmenuitemselected td span
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}
.MainMenu_MenuBreak
{
    display: none;
}

