/* ----------------------------------------------------------*/
/*   SierraWare Lib Css Styles - version 1.0 (c) SierraWare	 */
/* ----------------------------------------------------------*/

/* ------------------------------
	 Sw(Dnd) cursors
   ------------------------------ */

.sw-dnd-pointer-cursor {
	cursor: pointer;
}

.sw-dnd-move-cursor {
	cursor: move;
}

.sw-dnd-no-drop-cursor {
	cursor: no-drop;
}

/* ------------------------------
	 SwPlainHTML
   ------------------------------ */

.remark {
	color: #404040;
	font-style: italic;
}

.small-remark {
	color: #404040;
	font-style: italic;
	font-size: 0.9em;
}

/* ------------------------------
	 SwLabel
   ------------------------------ */

.sw-label { 
}

/* ------------------------------
	 SwLinkButton
   ------------------------------ */
   
.sw-link-button {
	color: #a06e10;
}   
   
/* ------------------------------
	 SwImage
   ------------------------------ */

.sw-image {
}

/* ------------------------------
	 SwFrame
   ------------------------------ */

.sw-frame {
}

/* ------------------------------
	 SwDisclosurePanel
   ------------------------------ */

.sw-disclosure-panel {
} 

.sw-disclosure-panel-open {
}

.sw-disclosure-panel-closed {
}

.sw-disclosure-panel .header {
	cursor: pointer;
}

.sw-disclosure-panel .header-text-open {
	font-weight: bold;
}

.sw-disclosure-panel .header-text-closed {
	font-weight: normal;
}

.sw-disclosure-panel .content {
	margin-left: 10px;
  	/*
  	border-left: 3px solid #e8eef7;
  	padding: 4px 0px 4px 8px;
  	margin-left: 6px;
  	*/
}   

/* ------------------------------
	 SwHorizontalSplitPanel
   ------------------------------ */

.sw-horizontal-split-panel {
}

.sw-horizontal-split-panel .hsplitter {
	cursor: w-resize;
	background-color: #fff;
	text-align: center;
}

/* ------------------------------
	 SwVerticalSplitPanel
   ------------------------------ */

.sw-vertical-split-panel {
}

.sw-vertical-split-panel .vsplitter {
	cursor: w-resize;
	background-color: #fff;
	vertical-align: middle;
}

/* ------------------------------
	 SwCaptionLabel
   ------------------------------ */

.sw-caption-label { 
}

.sw-caption-label-caption { 
	font-weight: bold;
}

.sw-caption-label-text { 
}


/* ------------------------------
	 SwImageLabel
   ------------------------------ */
   
.sw-icon-label {
}

.sw-icon-label-icon {
}

.sw-icon-label-text {
}

.sw-legend-panel {
	color: #000000;
}

/* ------------------------------
	 SwPopupPanel
   ------------------------------ */

.sw-popup-panel {
}

/* ------------------------------
	 SwTooltipWindow NOT IN USE
   ------------------------------ */

.sw-tooltip-window { 
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.sw-tooltip-window .swttw-sb-inner { 
    /* Filter does not affect child elements  since we are absolute
	filter: alpha(opacity=90);
    opacity: 0.9;
    */
    background-color: #c0c0c0; /*#828236;*/
}

.sw-tooltip-window .swttw-sb-border { 
	background-color: #c0c0c0; /*#828236;*/
}

.sw-tooltip-window .swttw-sb-shadow { 
	background-color: #000;
}

.sw-tooltip-window-caption {
	font-weight: bold;
	color: #000; /*#cfdd3f;*/
	background-color: #c0c0c0;
	/*background: #ffffff url(images/webshop/wsb_gradient.gif) repeat-x;*/
	
	/* 
	filter: alpha(opacity=90);
    opacity: 0.9;
    */
}

.sw-tooltip-window-padding {
	color: #000; /*#616131;*/ 
	background-color: #fff; /*#f8efad;*/
	/*
	filter: alpha(opacity=90);
    opacity: 0.9;
    */
}

.sw-tooltip-window-content {
	color: #000; /*#616131;*/ 
	background-color: #fff; /*#f8efad;*/
	/*
	filter: alpha(opacity=90);
    opacity: 0.9;
    */
}

/* ----------------------------------------
   SwTooltipWindow without rendered borders
   ---------------------------------------- */

/*

.sw-tooltip-window { 
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	cursor: default;
	background-color: #f8ed77;
	border: 1px solid #000;
}

.sw-tooltip-window-caption {
	font-weight: bold;
	color: #f8ed77;
	background-color: #a06e10; 
}

.sw-tooltip-window-content {
	background-color: #f8ed77;
}

*/

/* ------------------------------
	 SwWindow
   ------------------------------ */

.sw-window {
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.sw-window-caption {
	color: #000;
	font-weight: bold;
}

.sw-window-content {
}

.sw-window-border-panel {
}

.sw-window-border-panel .sb-inner {
}

.sw-window-border-panel .sb-border { 
}

.sw-window-border-panel .sb-shadow { 
}

.sw-window-dragging {
	/* We do not use a filter here since the window's border is already transparent
	filter: alpha(opacity=80);
    opacity: 0.8;
    */
	z-index: 1000;
}

.sw-window-glass-panel {
	z-index: 1000;
	background: #000;
   	opacity: 0.3;
   	filter: alpha(opacity=30);
}

/* ---------------------------------
   SwWindow without rendered borders
   --------------------------------- */

/*

.sw-window {
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.sw-window-caption {
	color: #000;
	font-weight: bold;
}

.sw-window-content {
}

.sw-window-border-panel {
	background-color: #e0effe;
	border: 1px solid #000;
}

.sw-window-glass-panel {
	z-index: 1000;
	background: #000;
   	opacity: 0.3;
   	filter: alpha(opacity=30);
}

.sw-window-dragging {
	z-index: 1000;
}

*/

/* ------------------------------
	 SwDialog
   ------------------------------ */

.sw-dialog {
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.sw-dialog-content {
}

.sw-dialog-caption {
	color: #000;
	font-weight: bold;
}

.sw-dialog-border-panel {
}

.sw-dialog-border-panel .sb-inner { 
    background-color: #e0effe;
    /* Filter does not affect child elements since we are absolute */
	filter: alpha(opacity=90);
    opacity: 0.9;
}

.sw-dialog-border-panel .sb-border { 
}

.sw-dialog-border-panel .sb-shadow { 
	background-color: #000;
}

.sw-dialog-dragging {
	/* We do not use a filter here since the window's border is already transparent
	filter: alpha(opacity=80);
    opacity: 0.8;
    */
	z-index: 1000;
}

.sw-dialog-glass-panel {
	z-index: 1000;
	background: #000;
   	opacity: 0.3;
   	filter: alpha(opacity=30);
}

.sw-dialog-content-panel {
	/* The dialog content panel */
	background-color: #fff;
  	border-top: 1px solid #dfdfdf;
  	border-left: 1px solid #dfdfdf;
  	border-right: 1px solid #dfdfdf;
}

.sw-dialog-button-panel {
	/* The dialog button panel */
	background-color: #f0f0f0;
	border: 1px solid #dfdfdf;
}

/* ---------------------------------
   SwDialog without rendered borders
   --------------------------------- */

/*

.sw-dialog {
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.sw-dialog-content {
}

.sw-dialog-caption {
	color: #000;
	font-weight: bold;
}

.sw-dialog-border-panel {
	background-color: #e0effe;
	border: 1px solid #000;
}

.sw-dialog-dragging {
	z-index: 1000;
}

.sw-dialog-glass-panel {
	z-index: 1000;
	background: #000;
   	opacity: 0.3;
   	filter: alpha(opacity=30);
}

.sw-dialog-content-panel {
	background-color: #ffffff;
  	border-top: 1px solid #dfdfdf;;
  	border-left: 1px solid #dfdfdf;;
  	border-right: 1px solid #dfdfdf;;
}

.sw-dialog-button-panel {
	background-color: #f0f0f0;
	border: 1px solid #dfdfdf;
}

*/

/* ------------------------------
	 SwOptionPane
   ------------------------------ */

.sw-option-pane-text {
	/*color: #0077dd;*/ /* Blue-ish */
  	/*text-align: justify;*/
}

/* ------------------------------
	 SwInputPane
   ------------------------------ */

.sw-input-pane-text {
	/*color: #0077dd;*/ /* Blue-ish */
  	/*text-align: justify;*/
}

/* ------------------------------
	 SwLoginPane
   ------------------------------ */

.sw-login-pane-text {
	/*color: #0077dd;*/ /* Blue-ish */
  	/*text-align: justify;*/
}

/* ------------------------------
	 SwDebugWindow
   ------------------------------ */

.sw-debug-window {
	/* The window itself */
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.sw-debug-window-caption {
	color: #000;
	font-weight: bold;
}

.sw-debug-window-content {
}

.sw-debug-window-border-panel {
    background-color: #e0effe;
    border: 2px solid #ccc;
    /* Use a filter to create a transparent debug window
       which allows us to see what is behind the window. 
       Filter is possible and does not affect child elements
       since we are absolute */
	filter: alpha(opacity=90);
    opacity: 0.9;
}

.sw-debug-window-text-area {
	font-size: 0.9em;
	border: 4px solid #fff;
	color: #0077dd; /* Blue-ish */
}

.sw-debug-window-button-panel {
	background-color: #f0f0f0;
	border: 1px solid #dfdfdf;
}

/* ------------------------------
	 SwSplashWindow
   ------------------------------ */

.sw-splash-window {
	/* Here a background image could be set */
	/* We leave it transparent though */
	/* border: 1px solid #bbc1bf;*/
	/* background: #bbc1bf url(images/sw/splash.gif) no-repeat;*/
	z-index: 1000;
	cursor: default;
}

.sw-splash-window-border-panel {
}

.sw-splash-window-text {
	color: #062b4e;
	font-size: 1.4em;
	cursor: default;
}

.sw-splash-window-glass-panel {
	z-index: 1000;	
	background: #000;
   	opacity: 0.3;
   	filter: alpha(opacity=30);
}

/* ------------------------------
	 SwTabPanel
   ------------------------------ */

.sw-tab-panel {
}

.sw-tab-panel-bottom {
}

/* ------------------------------
	 SwTabBar
   ------------------------------ */
   
.sw-tabbar {
}

.sw-tabbar .sw-tabbar-first {
	height: 100%;
	padding-left: 15px;
}

.sw-tabbar .sw-tabbar-rest {
	padding-right: 10px;
	cursor: default;
}

.sw-tabbar .sw-tabbar-item { 
	/* Not for SwTab's */
	border-top: 1px solid #e8eef7;
	border-right: 1px solid #e8eef7;
	border-bottom: 1px solid #e8eef7;
	cursor: pointer;
	white-space: nowrap;
}

.sw-tabbar .sw-tabbar-item-selected { 
	/* Not for SwTab's */
	background-color: #e8eef7;
	border-top: 1px solid #e8eef7;
	border-right: 1px solid #e8eef7;
	border-bottom: 1px solid #e8eef7;
	cursor: pointer;
	white-space: nowrap;
}   

/* ------------------------------
	 SwTabPanel background
   ------------------------------ */

.sw-tabpanel-container-bg {
	/* Use this style to add a background to the parent of a default SwTabPanel */
	/*background-image: url(images/sw/tabpanel_container_bg_gradient.gif);
	background-repeat: repeat-x;*/
	background-color: #47938b; /* This color is also to be set as border-bottom in tabs */
}

/* ------------------------------
	 SwBorderTab
   ------------------------------ */

.sw-btab-normal {
	position:relative;
	top:1px;
	z-index: 4;
	margin-left: 2px;
	padding: 4px 10px 4px 10px;
	color: #006965;
	border-bottom: 1px solid #c1bbbc;
}

.sw-btab-normal .sb-inner { 
	background: #ffffff url(images/sw/tab_normal_gradient.gif) repeat-x;
}

.sw-btab-normal .sb-border { 
	background: #c1bbbc;
}

.sw-btab-selected {
	position:relative;
	top:1px;
	z-index: 4;
	margin-left: 2px;
	padding: 4px 10px 4px 10px;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}

.sw-btab-selected .sb-inner { 
	background: #ffffff url(images/sw/tab_selected_gradient.gif) repeat-x;
}

.sw-btab-selected .sb-border { 
	background: #c1bbbc;
}

.sw-btab-mouse-enter {
	position:relative;
	top:1px;
	z-index: 4;
	margin-left: 2px;
	padding: 4px 10px 4px 10px;
	color: #000000;
	border-bottom: 1px solid #c1bbbc;
}

.sw-btab-mouse-enter .sb-inner { 
	background: #ffffff url(images/sw/tab_normal_gradient.gif) repeat-x 0 -5px;
}

.sw-btab-mouse-enter .sb-border { 
	background: #c1bbbc;
}

.sw-btab-disabled {
	position:relative;
	top:1px;
	z-index: 4;
	margin-left: 2px;
	padding: 4px 10px 4px 10px;
	color: #c0c0c0;
	cursor: not-allowed;
	border-bottom: 1px solid #c1bbbc;
}

.sw-btab-disabled .sb-inner { 
	background: #ffffff url(images/sw/tab_normal_gradient.gif) repeat-x 0 -5px;
}

.sw-btab-disabled .sb-border { 
	background: #c1bbbc;
}

/* ------------------------------
	 SwSpinner
   ------------------------------ */

.sw-spinner {
	border: 1px solid #abadb3;
}

.sw-spinner-value-panel {
}

.sw-spinner-value-field {
	/* A label */
	text-align: center;
}

.sw-spinner-button-panel {
}

/* ------------------------------
	 SwIntSpinner
   ------------------------------ */

.sw-int-spinner {
	border: 1px solid #abadb3;
}

.sw-int-spinner-value-panel {
}

.sw-int-spinner-value-field {
	/* A text box */
}

.sw-int-spinner-button-panel {
}

/* ------------------------------
	 SwCheckBox
   ------------------------------ */

.sw-checkbox {
}

/* ------------------------------
	 SwRadioButton
   ------------------------------ */

.sw-radio-button {
}

/* ------------------------------
	 Search
   ------------------------------ */
   
.sw-search-panel {
	color: #000;
}

.sw-search-panel .sw-link-button {
}

.sw-search-result-representation {
	padding-top: 20px;
	color: #000;
}

.sw-search-result-representation .sw-link-button {
	font-weight: bold;
}

/* ------------------------------
	 SwBook, chapter and pages
   ------------------------------ */

.sw-book-panel {
}

.sw-chapter-panel {
}

.sw-page-panel {
}

/* ------------------------------
	 SwOpacityPanel
   ------------------------------ */

.sw-opacity-panel {
	/*position: absolute;*/
}

.sw-opacity-panel-bottom {
	/*position: absolute;*/
	/*background-color: #fff;*/
	/*filter:alpha(opacity=50);
	opacity: 0.5;*/
}

.sw-opacity-panel-top {
	/*
	position: absolute;
	background-color: transparent;
	z-index: 3;
	*/
}

/* ------------------------------
	 SwDndOverlayPanel
   ------------------------------ */
   
.sw-dnd-overlay-panel {
	z-index: 2000;
}

/* ------------------------------
	 SwDndOverlayDropPanel
   ------------------------------ */
    
.sw-dnd-ovelay-drop-panel {
}


 
