@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

#TabbedPanels1 {
margin-bottom:1px;
}

.TabbedPanels {
float:left;
clear:none;
width:221px;
font-size:11px;
margin:0;
padding:0;
}

.TabbedPanelsTabGroup {
width:221px;
margin:0;
padding:0;
}

.TabbedPanelsTab {
position:relative;
top:1px;
float:left;
font:bold 0.7em sans-serif;
background-color:#f1f1f1;
list-style:none;
border:solid 1px #e5e5e5;
-moz-user-select:none;
-khtml-user-select:none;
cursor:pointer;
font-size:10px;
color:#7c7c7c;
margin:0 2px 0 0;
padding:4px 5px;
}

.TabbedPanelsTabHover {
background-color:#fff;
}

.TabbedPanelsTabSelected {
background-color:#5c5c5c;
border:1px solid #e5e5e5;
color:#fff;
}

.TabbedPanelsTab a {
color:#000;
text-decoration:none;
}

.TabbedPanelsContentGroup {
clear:both;
border:solid 1px #e5e5e5;
background:#fff url('../images/deltidsjobb_vertgradient.png') repeat-x left bottom;
height:auto;
}

.TabbedPanelsContent {
padding:4px;
}

.TabbedPanelsContent p {
font-size:11px;
margin:8px 2px;
}

.VTabbedPanels .TabbedPanelsTabGroup {
float:left;
width:10em;
height:20em;
background-color:#EEE;
position:relative;
border-top:solid 1px #999;
border-right:solid 1px #999;
border-left:solid 1px #CCC;
border-bottom:solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
float:none;
border-top:none;
border-left:none;
border-right:none;
margin:0;
}

.VTabbedPanels .TabbedPanelsTabSelected {
background-color:#EEE;
border-bottom:solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
clear:none;
float:left;
width:30em;
height:20em;
padding:0;
}