@charset "UTF-8";
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Main Panel parameters */
.TabbedPanels{margin:5px;padding:1px;float:left;clear:none;width:900px;}
.TabbedPanelsTabGroup{margin:5px;padding:5px;}

/* General tab parameters */
.TabbedPanelsTab{position:relative;top:1px;float:left;width:120px;text-align:center;height:24px;line-height:24px;margin-left:4px;font-weight:bold;color:#FFF;background-color:#0073ae;list-style:none;background:url(../images/spry/tabidle.png);-moz-user-select:none;-khtml-user-select:none;cursor:pointer;background-repeat:no-repeat;}

/* Mouseover tab */
.TabbedPanelsTabHover{background-color:#FFFFFF;color:#CCC;outline:none;}

/* Selected tab */
.TabbedPanelsTabSelected{background-color:#FFFFFF;border-bottom:1px solid #012c57;color:#000;outline:none;background:url(../images/spry/tab.png);}

/* Link in panel */
.TabbedPanelsTab a {color:black;text-decoration:none;}

/* Panel colors and borders */
.TabbedPanelsContentGroup{clear:both;font-weight:bold;}
.tabtop{width:900px;height:12px;background:url(../images/spry/sprybgtop.png) no-repeat;}
.tabmid{background:url(../images/spry/sprybgmid.png) repeat-y;padding:0 5px 0 5px;width:890px;}
.tabbot{width:900px;height:12px;background:url(../images/spry/sprybgbot.png) no-repeat;}

/* Panel content padding*/
.TabbedPanelsContent {padding: 4px;}
