/*

CSS for Mocha UI

Copyright:
	Copyright (c) 2007-2008 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.

*/

/* Layout
---------------------------------------------------------------- */

html, body {
	overflow: hidden;
}

body {
	margin: 0; /* Required */
	background: #fff; /* #6989b3 url(../images/splash.gif) center center no-repeat; */
}

#desktop {
	visibility: hidden; 
	position: relative;
	min-width: 750px; /* Helps keep header content from wrapping */
	height: 100%;
	overflow: hidden;
	cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */
}

#desktopHeader {
	background: #f1f1f1;
}

#desktopTitlebarWrapper {
	position: relative;	
	/* height: 45px; */
	height: 61px;
	overflow: hidden;
	background: #333 url(../images/bg-header_1.gif) repeat-x;
}

#desktopTitlebar {
	/* padding: 7px 8px 6px 8px; */
	padding: 15px 8px 6px 8px;
	/* height: 32px; */
	height: 39px;
	background: url(../images/logo_fbs_2011.png) no-repeat;
	background-position: 20px 3px;
}

#desktopTitlebar h1.applicationTitle {
	display: none;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
}

#desktopTitlebar h2.tagline {
	font-size: 12px;
	color: #b2b2b2;
	font-weight: bold;
	padding: 5px 0 0 0;
	text-align: center;
}

#desktopTitlebar h2.tagline .taglineEm {
	color: #fff;
	font-weight: bold;
}

#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 0;
	color: #b2b2b2;
	text-align: right;
	padding: 13px 10px 0 0;
}

#topNav a {
	color: #7DD0FA;
	font-weight: normal;
}

#topNav a:hover {
	text-decoration: none;
}

/* Toolboxes */

.toolbox {
	float: right;
	padding: 6px 3px 0 5px;
	height: 23px;
	overflow: hidden;
}

div.toolbox.divider { /* Have to specify div here for IE6's sake */
	background: url(../images/toolbox-divider.gif) left center no-repeat;
	padding: 6px 3px 0 12px;
}

div.toolbox.divider2 { /* Have to specify div here for IE6's sake */
	background: url(../images/toolbox-divider2.gif) left center no-repeat;
	padding: 6px 4px 0 12px;
}

.toolbox img {
	cursor: pointer;
	margin-right: 6px;
	padding: 0;
	float: left;
}

.toolbox img.disabled {
	cursor: default;
}

#spinnerWrapper {
	width: 16px;
	height: 16px;
	background: url(../images/spinner-placeholder.gif) no-repeat;
	margin-right: 5px;
}

#spinner {
	visibility: hidden;
	background: url(../images/spinner.gif) no-repeat;
	width: 16px;
	height: 16px;
}

/* Navbar */

#desktopNavbar {
	/* background: #4C4C4C; */
	height: 30px;
	background: #001b36 url(../images/bg-navbar.jpg) repeat-x;
	margin: 0 0px;
	padding-left: 5px	
}

#desktopNavbar ul {	
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#desktopNavbar li {
	float: left;
}

#desktopNavbar a {
	display: block;
}	
	
#desktopNavbar ul li a {
	padding: 6px 10px 6px 10px;	
	color: #b2b2b2;
	font-weight: normal;
}

#desktopNavbar ul li a:hover {
	color: #fff;
}

#desktopNavbar ul li a.arrow-right, #desktopNavbar ul li a:hover.arrow-right {
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right 7px;	
} 

#desktopNavbar li ul {
	padding: 2px;
	border: 1px solid #3f3f3f;
	background: #fff url(../images/bg-dropdown.gif) repeat-y;
	position: absolute;
	width: 164px;
	left: -999em;
	z-index: 8000;
}

#desktopNavbar li:hover ul ul,
#desktopNavbar li.ieHover ul ul,
#desktopNavbar li:hover ul ul ul,
#desktopNavbar li.ieHover ul ul ul {
	left: -999em;
}

#desktopNavbar li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 164px;
}

#desktopNavbar li ul li .check {
	position: absolute;
	top: 8px;
	left: 6px;
	width: 5px;
	height: 5px;
	background: #555;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
}

#desktopNavbar li ul li a {
	position: relative;
	padding: 1px 9px 1px 25px;
	width: 130px;
	color: #3f3f3f;
	font-weight: normal;
}

#desktopNavbar li ul li a:hover {
	background: #6C98D9;
	color: #fff;
}

#desktopNavbar li ul li a:hover .check {
	background: #fff;
}

#desktopNavbar li:hover ul,
#desktopNavbar li.ieHover ul,
#desktopNavbar li li.ieHover ul,
#desktopNavbar li li li.ieHover ul,
#desktopNavbar li li:hover ul,
#desktopNavbar li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#desktopNavbar li:hover { /* For IE7 */
    position: static;
}

li.divider {
	margin-top: 2px;
	padding-top: 3px;	
	border-top: 1px solid #ebebeb;
}	

#pageWrapper {
	position: relative;
	overflow: hidden; /* This can be set to hidden or auto */
	border-top: 1px solid #222;
}

/* Footer */
#desktopFooterWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-top: 1px solid #222;
}

#desktopFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 24px;
	padding: 6px 8px 0 8px;
	/* background: #333; */
	color: #b2b2b2;
	background: #333 url(../images/bg-navbar.jpg) repeat-x;
}

#desktopFooter a {
	color: #7DD0FA;
	font-weight: normal;
}

#desktopFooter a:hover {
	text-decoration: none;
}

/* Dock/Taskbar */

#dockWrapper {
	display: none;
	width: 100%;
	border-top: 1px solid #222;
}

#dockWrapper.top {
	border: 0;
}

#dock {
	position: relative;
	padding: 3px 16px 0 6px;
	bottom: 0;
	left: 0;
	background: #4c4c4c;
	min-height: 27px;
	height: auto;
}

*html #dock {
	height: 30px; /* Used for IE 6.0 since it does not support min-height */
}

.dockTab {
	float: left;
	position: relative;	
	font-size: 11px;
	width: 150px;
	height: 24px;
	margin: 0 3px 2px 0;
	overflow: hidden;	
	cursor: pointer;
	background: url(../images/dock-tabs.gif) left top no-repeat;
}

.dockTab.activeDockTab {	
	background-position: left -24px;
}

.dockText {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-weight: normal;
	color: #bbb;	
	text-align: left;
	padding: 4px 10px 2px 10px;
	width: 130px;
	height: 19px;
	overflow: hidden;
}

.dockText:hover {
	color: #fff;
}

.dockTab.activeDockTab .dockText {
	color: #fff;
}

#dockCanvas {
	position: absolute;
	top: 5px;
	right: 3px;
	z-index: 2;
}

#dockPlacement {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 10px;
	height: 9px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #f00; /* for troubleshooting */
	cursor: pointer;
	z-index: 3; /* for IE */
	text-align: right;
}

#dockAutoHide {
	position: absolute;
	top: 14px;
	right: 8px;
	width: 10px;
	height: 9px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #f00; /* for troubleshooting */
	cursor: pointer;
	z-index: 3; /* for IE */
}

/* Panel Layout
---------------------------------------------------------------- */

/* Columns */

.column {
	position: relative;	
	float: left;
	overflow: hidden;
	background: #f1f1f1;
}

/* Panels */

.panel {
	position: relative;	
	overflow: auto;
	border-bottom: 1px solid #b9b9b9;
	border-top: 0;
}

.pad {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	overflow: hidden;
}

#mainPanel {
	background: #fff; 	
}	

.panel-header {
	position: relative;	
	background: #f1f1f1 url(../images/bg-panel-header.gif) repeat-x;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;		
}

.panel-headerContent {
	padding-top: 2px;
}	

.panel-headerContent.tabs {
	background: url(../images/tabs.gif) repeat-x;
	background-position: left -68px;	
}

.panel-header h2 {
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 3px 8px 0 18px;
	height: 22px;
	overflow: hidden;
	color: #3f3f3f;
}

.panel-header-toolbox {
	float: right;
	height: 26px;
	margin: 2px 5px 5px 0;
	text-align: right;
}

.panel-collapse {
	background: url(../images/collapse-expand.gif) left top no-repeat;
}

.panel-expand {
	background: url(../images/collapse-expand.gif) left -16px no-repeat;
}

.list-collapsed {
	background: url(../images/collapse-expand-list.gif) left -16px no-repeat;
}

.list-expanded {
	background: url(../images/collapse-expand-list.gif) left top no-repeat;
}

.icon16, icon17 {
	margin: 5px 0 0 2px;
	cursor: pointer;
}

.panel-footerWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #f9f9f9;
	height: 30px;
	overflow: hidden;
	border-top: 1px solid #b9b9b9;
}

.panel-footer {
	padding: 1px 0 0 8px;	
}

.panel-footerContent {
	margin-top: 5px;
}

/* Handles */	

.horizontalHandle {
	height: 6px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #d1d1d1 url(../images/bg-handle-horizontal.gif) repeat-x;

}

.horizontalHandle.detached .handleIcon {
	background: transparent;	
}

.horizontalHandle .handleIcon {	
	margin: 0 auto;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #d6d5e7 url(../images/handle-icon-horizontal.gif) center center no-repeat;
	/* background: url(../images/handle-icon-horizontal.gif) center center no-repeat; */
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #a0a0a0;
}

.columnHandle {
	min-height: 10px;	
	float: left;
	width: 4px;
	overflow: hidden;
	background: #bbb url(../images/handle-icon.gif) center center no-repeat;
	/* background: #d9d5ff url(../images/handle-icon.gif) center center no-repeat; */
	/* border: 1px solid #9a9a9a; */
	border: 1px solid #8c8db8;
	border-top: 0;
}

/* Viewport overlays
---------------------------------------------------------------- */

#modalOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 10000;
}

* html 	#modalOverlay {
	position: absolute;
}

/* Fix for IE6 select z-index issue */
#modalFix {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 9999;
}

/* Underlay */

#windowUnderlay { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;	
}

* html #windowUnderlay { 
	position: absolute;
}

/* Windows
---------------------------------------------------------------- */

.mocha {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;	
}

.mocha.isFocused {	
}	

.mochaOverlay {
	position: absolute;
	top: 0;
	left: 0;	
}
	
.mochaTitlebar {
	width: 100%;
	overflow: hidden;	
}

.mochaTitlebar h3 {
	font-size: 12px;
	line-height: 15px;	
	font-weight: bold;
	margin: 5px 10px 4px 12px;
	padding: 0;
	color: #888;
}

.mocha.isFocused .mochaTitlebar h3 {
	color: #141414;
}

.mochaToolbarWrapper {
	width: 100%; /* For IE */
	position: relative;
	height: 29px;
	background: #f1f1f1;	
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
}

div.mochaToolbarWrapper.bottom {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}

.mochaToolbar {
	width: 100%; /* For IE */
	border-top: 1px solid #fff;
}

.mochaContentBorder {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.mochaContentWrapper { /* Has a fixed height and scrollbars if required. */
	font-size: 12px;
	overflow: auto;
}
	
.mochaContent {
	padding: 10px 12px;
}

.mocha .handle {
	position: absolute;
	background: #0f0;
	width: 3px;
	height: 3px;
	z-index: 2;
	opacity: .0;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	overflow: hidden;
	font-size: 1px; /* For IE6 */
}

.mocha .corner { /* Corner resize handles */
	background: #f00;
	width: 10px;
	height: 10px;
}

.mocha .cornerSE { /* Bottom right resize handle */
	background: #f00;
	width: 20px;
	height: 20px;
}

.mochaCanvasHeader {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: -1;
	display: none;
	overflow: hidden;
}

.mochaControls {
	position: absolute;
	width: 52px;
	top: 8px;
	right: 8px;
	height: 14px;
	z-index: 4;
	background: transparent;
}

.mochaCanvasControls {
	position: absolute;	
	top: 8px;
	right: 8px;	
	z-index: 3;
	background: transparent;
}

/*
	To use images for these buttons:
	1. Set the useCanvasControls window option to false.
	2. If you use a different button size you may need to reposition the controls.
	   Modify the controlsOffset window option.		
	2. Add background images to each button.

*/
.mochaMinimizeButton, .mochaMaximizeButton, .mochaCloseButton {
	float: right;
	width: 14px;
	height: 14px;
	font-size: 1px;	
	cursor: pointer;
	z-index: 4;
	background: #f00;
	margin-left: 5px;
}

.mochaMinimizeButton {
	margin-left: 0;
}

.mochaMaximizeButton {
}

.mochaCloseButton {
}

.mochaSpinner{
	visibility: hidden;	
	position: absolute;
	bottom: 7px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: url(../images/spinner.gif) no-repeat;
}

.mochaIframe {
	width: 100%;
}  
		
/* Fix for IE6 select z-index issue */
.zIndexFix {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 100px;
	height: 100px;
	border: 1px solid transparent;
}

/* Modals */

.modal2 {
	border: 8px solid #fff;		
}

.modal2 .mochaContentBorder {
	border-width: 0px;
}
	
/* Window Themes */

.mocha.no-canvas {
	background: #f1f1f1;
	border: 2px solid #555;	
}

.mocha.no-canvas .mochaTitlebar {
	background: #f1f1f1;	
}

.mocha.transparent .mochaTitlebar h3 {
	color: #fff;
	display: none;
}

.mocha.notification .mochaTitlebar {
	opacity: .0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.mocha.notification .mochaContentBorder {
	border-width: 0px;
}

.mocha.notification .mochaContentWrapper {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* Compontents
---------------------------------------------------------------- */

/* Toolbar Tabs */

.toolbarTabs {	
	padding: 0 5px 2px 12px;
	background: url(../images/tabs.gif) repeat-x;
	background-position: left -70px;
	overflow: visible;
}

.tab-menu {	
	padding-top: 1px;
	list-style:	none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 11px;
}

.tab-menu li {
	display: block;
	float: left;
	margin:	0 0 5px 0;
	cursor: pointer;	
	background: url(../images/tabs.gif) repeat-x;
	background-position: left -35px;
}

.tab-menu li.selected {
	background: url(../images/tabs.gif) repeat-x;
	background-position: left 0;
}

.tab-menu li a {
	display: block;
	margin-left: 8px;
	padding: 6px 16px 5px 10px;
	text-align: center;
	font-weight: normal;
	color: #141414;
	background: url(../images/tabs.gif) repeat-x;
	background-position: right -35px;	
}

.tab-menu li.selected a {
	color: #141414;
	font-weight: bold;	
	background: url(../images/tabs.gif) repeat-x;
	background-position: right 0;
}

/* Accordian */

.accordianWrapper {
	padding: 0;
	background: #fff;
}

.accordianToggler {
	margin: 0;
	padding: 6px 10px;
	background: #f1f1f1 url(../images/bg-panel-header.gif) repeat-x;
	font-size: 12px;
	cursor: pointer;
	border-top: 1px solid #e3e3e3;	
}

.topToggler {
	border-top: none;
}

.accordianToggler.open {
	background: #fff url(../images/bg-panel-header.gif) repeat-x;	
}

.accordianContent {
	padding: 10px 10px 5px 10px;
}

/* Sliders */

.slider {
	clear: both;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	margin-bottom: 15px;	
}

.sliderWrapper {
	position: relative;
	font-size: 1px;
	line-height: 1px;
	height: 9px;
	width: 222px;
}

.sliderarea {
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
	width: 220px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/slider-area.gif) repeat-x;
	border: 1px solid #a3a3a3;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
 
.sliderknob {
	position: absolute;
	top: 0;
	left: 0;
	height: 9px;
	width: 19px;
	font-size: 1px;
	line-height: 1px;	
	background: url(../images/knob.gif) no-repeat;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
}
	
.update {
	padding-bottom: 5px;	
}

/* Folder Tree */

.tree {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

.tree ul {
	margin: 0;
}

.tree li {
	list-style-type: none;
	white-space: nowrap;
}

.tree li a {
	color: #3f3f3f;	
}	

.tree li img {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	overflow: hidden;
}

.tree li span {
	padding-left: 2px;
}

.tree li.print span, li.myInfo span {
	padding: 0px 0 0 10px;
	vertical-align: middle;
}

.tree li.active, li.active a {
	padding-left: 0px;
	font-weight: bold;
	color: #098ED1;
	/* color: #171717 */
}

/* View Toggle */

.viewToggle {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 60px;
	text-align: right;
}

.viewToggle img.viewToggleList, .viewToggle img.viewToggleGrid {
	width: 28px;
	height: 22px;
}	

.viewToggle img.viewToggleList {
	background: url(../images/view-toggle.gif) no-repeat;
	background-position: 0 -66px;
}

.viewToggle img.viewToggleGrid {
	background: url(../images/view-toggle.gif) no-repeat;
	background-position: 0 0;
}

/* Miscellaneous
---------------------------------------------------------------- */

/* Window Builder Form Elements */
	
#desktop form {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
}

#newWindowForm {
	width: 320px;
}

#desktop .input {
	width: 225px;
	padding: 1px 0 1px 3px;
	border: 1px solid #bbb;	
}

#desktop textarea {
	width: 225px;
	height: 100px;
	padding: 1px 0 1px 3px;
	border: 1px solid #bbb;
}

#desktop .formLabel {
	float: left;	
	text-align: right;
	width: 80px;
	margin: 0 0 5px 0;
}

#desktop .formField {
	float: right;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	width: 230px;
}

#desktop form .number {
	width: 40px;
}

/* Menus */

.menu-right li {
	list-style-type: none;
	display: inline;	
	margin: 0px 0 0 3px;
}

/* Custom */
.menu-right input {
	font-size: 10px;
	color: #8b8b8b;
}
.menu-right label {
	font-size: small;
}

/* Notifications */

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: 8px; margin-bottom: 10px; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }


/* Clears */

.clear {
	clear: both;
	height: 0;
}

*html .clear {
	height: 1%;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}


/* Custom styles */

/* Dagsprogram - lista over timmar i ett dagsprogram*/

/*
#DPcontainer , #excTmplContainer{
	margin: 10px auto 0 auto;
	border-style: solid solid none solid;

	border-color: #7a7a7a;
	border-color: #c4c4c4;
	border-width: 1px;
	width: 320px;
	width: 100%;
}
*/
#DPcontainer, #excTmplContainer {
	width: 325px;
	margin: 0 auto 0 auto;
	padding: 3px 5px 1px 8px;
	border: none;
	background: #eeeeee url(../images/stats-bg-mid.gif) left top repeat-y;
}

.DPcontainerTop {
	width: 325px;
	height: 7px;
	margin: 10px auto 0px auto;
	padding: 0px 5px 0px 8px;
	border: none;
	background: #eeeeee url(../images/stats-bg-top.gif) left top no-repeat;	
}

.DPcontainerBottom {
	width: 325px;
	height: 10px;
	margin: 0 auto 5px auto;
	padding: 0px 5px 0px 8px;
	border: none;
	background: #eeeeee url(../images/stats-bg-bottom.gif) left bottom no-repeat;
}

#header {
	height: 25px;
	width: 328px;
	margin: -6px 0 0 -3px;
	padding: 0 0px 0 0px;
	border-bottom: solid 1px #adadad;
	background-color: #eeeeee;
	line-height: 25px;
	/* background: #eeeeee url(images/stats-bg-top.gif) left top no-repeat; */	
}

/*
#header {
	height: 25px;
	border-bottom: solid 1px #7a7a7a;
	background-color: #d8d8d8;
	line-height: 25px;
}
*/

#draggable {
	width: 330px;
	margin: 0 0 0 -4px;
	border: none;
}

.containerDPnotFound {
	width:320px;
	margin:10px 0 0 10px;
	border:solid 1px gray;
}

/*
.next, .prev {
	float: left;
	width: 20px;
	height:20px;
	padding: 0px 5px 5px 2px;
	border-right: 1px solid #a0a0a0;
}
*/

.next, .prev {
	float: left;
	width: 20px;
	height:20px;
	padding: 0px 5px 5px 2px;
	border-right: 1px solid #adadad;
}

a .prev.act {
	background-color: silver;
	background: url(../images/icons/fugue/arrow_180.png) center center no-repeat;
	cursor: pointer;
}

/*
a:hover .prev.act {
	background-color: #cccccc;
	cursor: pointer;
}
*/

a:hover .prev.act {
	background-color: #dfdfdf;
	cursor: pointer;
}

a .next.act {
	background-color: silver;
	background: url(../images/icons/fugue/arrow.png) center center no-repeat;
	cursor: pointer;
}

a:hover .next.act{
	background-color: #cccccc;
	cursor: pointer;
}

.prev.inact {
	background: url(../images/icons/fugue/arrow_stop_180.png) center center no-repeat;
}

.next.inact {
	background: url(../images/icons/fugue/arrow_stop.png) center center no-repeat;
}


.txt {
	/* font-size:normal; */
	font-weight: bold;
	margin: 10px 15px 0 15px;
}

.txt2 {
	font-size:smaller;
	margin:10px 5px 0 0;
}

.toolbar {
	float: right;
	background-color: silver;
	border-left: 1px solid silver;
	width: 20px;
	height: 20px;
	padding: 5px 3px 0 3px;
	/* background: url(../images/icons/kalender_icon.gif) left top no-repeat; */
	/* background: url(../images/icons/cog.gif) center center no-repeat; */
	background: url(../images/icons/fugue/gear.png) center center no-repeat;
}


/*
a:hover .toolbar {
	background-color: #cccccc;
}
*/

a:hover .toolbar {
	background-color: #dfdfdf;
}

.add {
	background: url(../images/plus-minus.gif) left top no-repeat;
}

.event {
	height: 17px;
	padding: 5px 5px 5px 5px;
	/* background: url(../images/evenbg_gul.gif) left top; */
	background-color: #f8f8f8;
	border-bottom: 1px solid #a0a0a0;
	/* border-bottom-color: #c8c8c8; */
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* font-size: x-small; */
}

/*
.tools {
	height: 27px;
	padding-right: 10px;
	background: url(../images/bg-panel-header.gif) left top repeat-x;
	border-bottom: 1px #919191 solid;
	background-color: #e5e5e5;
}
*/

.tools {
	height: 27px;
	width: 320px;
	margin: 0 0 0 -4px;
	padding-right: 10px;
	background: url(../images/bg-panel-header.gif) left top repeat-x;
	border-bottom: 1px #919191 solid;
	background-color: #e5e5e5;
}

.addActive {
	background-color: #b7bde5;
	background-image: none;
}

.addEvent {
	float:right;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*background-color: ;*/
	margin: 5px 10px 0 0;
	height: 16px;
	width: 16px;
	background-image: url(../images/icons/clock_plus2.png);
}

.addEvent_locked {
	float:right;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*background-color: none;*/
	margin: 5px 10px 0 0;
	height: 16px;
	width: 16px;
	/* background-image: url(../images/icons/lock.png); */
}

.handle {
	float:left;
	width:15px;
	/* height: 28px; */
	height: 25px;
	background-color: silver;
	/* padding: 5px 5px 5px 5px; */
	margin: -4px 10px 0px -4px;
	/* background-image: url(../images/icons/handle.gif); */
}
.event span {
	width: auto;
}

.active {
	font-weight: bold;
}

.locked {
	font-weight: bold;
}
.passed {
	color: gray;
}

.timeError {
	background-color: #ffbbb6;
}

.edited {
	/* background-color: #fbfff3; */
	color: black;
	background: url(../images/evenbg_gul.gif) left top;
}

.event span.time {
	/* float: left; */
	/* width: 95px; */
	font-weight: normal;
}

.event span.text {
	margin-left: 10px;
}

.eventToolbar {
	border: none;
	background-repeat: no-repeat;
	background-position: top center;
	height: 16px;
	width: 16px;
	float:right;
	background-image: url(../images/icons/clock_pencil2.png);
}

.eventToolbar_locked {
	border: none;
	background-repeat: no-repeat;
	background-position: top center;
	height: 16px;
	width: 16px;
	float:right;
	/* background-image: url(../images/icons/lock.png); */
}

.eventContainer {
	height: 140px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #f8f8f8;
	padding: 5px 5px 0 5px;	
}

.eventHover {
	cursor: pointer;
	background: url(../images/bg-panel-listhover.gif) left 2px repeat-x;
}

.eventOpened {
	background: url(../images/bg-panel-listhover.gif) left 2px repeat-x;
}

.charCount {
	font-weight: bold;
}

.charCountNoteExceeded {
	color: #bc010d;
}

.stickyNote{
	background: url(../images/icons/fugue/sticky_note__pencil.png) left 0px no-repeat;
}

.stickyNoteButton{
	float:left;
	height: 23px;
	padding: 0px 8px 0px 24px;
	font-size: 11px;
	font-family:  Arial, Verdana, "Lucida Grande", sans-serif;
	font-weight: normal;
	line-height: 10px;
	text-align: left;
	color: black;
	margin-top: 0px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f6f9f9, #dddfdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f9f9), to(#dddfdf));
	-moz-box-shadow: 0px 0px 0px #7b7b7b;
	-webkit-box-shadow: 0px 0px 1px 0px #7b7b7b;
	white-space: nowrap;
}

.stickyNoteButton:hover{
	border: 1px solid #969898;
	-moz-box-shadow: 0px 0px 2px #535454;
	-webkit-box-shadow: 0px 0px 3px 0px #535454;
	cursor: pointer;
}

.stickyNoteButton.save{
	background: url(../images/icons/fugue/disk_black.png) 3px 3px no-repeat;
}


/**** Error msg in add dayprogram and edit dayprogram ******/
#error {
	/* margin-bottom: 10px; */
	height:20px;
	width: 260px;
	padding:3px 3px 3px 3px;
	margin: 2px 0 2px 2px;
	border: 1px white solid;
	background-color: white;
	font-weight: bold;
}

#error.error.act {
	/* margin-bottom: 5px; */
	/* height:20px; */
	/* padding:3px 3px 3px 3px; */ ;
	border-color: red;
	background-color: yellow;
	color: red;
}

/*********** Sliders ******************/

#timescale {
	/* border: silver thin solid; */
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	background-position: center center;
	width: 269px;
	height: 59px;
	background-image: url(../images/icons/timescale.gif);
}

.sliderstart {
	height: 16px;
	width: 256px;
	padding: 0 0 0 0;
	margin: 0 0 0 6px;
	cursor: pointer;
}

.sliderstop {
	height: 16px;
	width: 256px;
	padding: 0 0 0 0;
	margin: 0 0 0 6px;
	cursor: pointer;
}

.sliderspacer {
	height: 25px;
	width: 250px;
}


#starttimeknob {
	height: 16px;
	width: 16px;
	background-image: url(../images/icons/knob_starttime_green.png);
	cursor: pointer;
}

#endtimeknob {
	height: 16px;
	width: 16px;
	background-image: url(../images/icons/knob_stoptime_red.png);
	cursor: pointer;
}

.timebox {
	width: 243px;
	padding: 8px 10px 9px 10px;
	margin: 0px 0 10px 3px;
	font-family: "Lucida Grande";
	font-size: 18px;
	color: black;
	border: 1px solid silver;
	background-image: url(../images/bg-panel-header.gif);
}

#tim1 {
	color: #336633;
}
#tim2 {
	color:maroon;
}
#duration {
	float:right;
	margin: 0 0 0 20px;
}

/************ Traningspass *******************/

#mediacontainer {
	width: 500px;
	margin: 20px auto 20px auto;
}

.mediawrapper {
	width: 445px;
	margin: 0 auto 15px auto;
	font-size: 11px;	
}
.mediaTop {
	width: 445px;
	height: 8px;
	background: url(../images/exc-bg-top.gif) left top no-repeat;
}

.media, .tmplExcerciseContainer {
	width: 445px;
	padding: 5px 15px 8px 15px;
	min-height: 100px;
	background: url(../images/exc-bg-mid.gif) left top repeat-y;
}

.tmplExcerciseList {
	min-height: 0px;
	margin: -10px 0 0 0;
}

.mediaBottom {
	width: 445px;
	height: 41px;
	background: url(../images/exc-bg-bottom.gif) left top no-repeat;
	padding: 12px 0 0 0;
}

.mediaBottom ul{
	margin: -2px 0 0px 15px;
}


.mediaBottom ul li {
	display: inline;
	list-style: none;
	margin: 0 10px 5px 0;
	padding: 0px 10px 0 0;
	border-right: 1px solid silver;
}

.mediaBottom ul li.rating span{
	margin-left: 3px;
	padding: 4px 8px 5px 8px;
	font-size: 11px;
	line-height: 22px;
	color: #b3b3b3;
	font-weight: bold;
}

.mediaBottom ul li.rating span:hover{
	color:black;
	/* font-weight: bold; */
	/* -moz-border-radius: 8px; */
	/* -moz-box-shadow: 0px 0px 2px #535454; */
	/* background: -moz-linear-gradient(top, #f6f9f9, #dddfdf); */
	cursor: pointer;
	background: url(../images/bg_rate_sprite2.png) left -48px no-repeat;
}

.mediaBottom ul li.rating span.rated{
	/* font-weight: bold; */
	/* background-color: #4263bf; */
	/* background: -moz-linear-gradient(top, #7898cd, #152154); */
	color: white;
	background: url(../images/bg_rate_sprite2.png) left top no-repeat;
	/* -moz-border-radius: 8px; */
}

.mediaBottom ul li.rating span.rated:hover{
	/* background: -moz-linear-gradient(top, #6c91bf, #4f6a8c); */
	cursor: default;
	color:black;
	background: url(../images/bg_rate_sprite2.png) left -24px no-repeat;
}

.playMedia{
	padding: 6px 8px 2px 8px;
	background: url(../images/icons/fugue/application-text-image.png) left 5px no-repeat;
	cursor: pointer;
	color: silver;
}

.editMedia{
	padding: 6px 8px 2px 8px;
	background: url(../images/icons/fugue/application-pencil.png) left 5px no-repeat;
	cursor: pointer;
	color: silver;
}

.addExcersise, .addTemplate {
	cursor: pointer;
	float:right;
	background: url(../images/icons/fugue/plus_circle.png) no-repeat;
	height: 16px; 
	width: 16px; 
	margin: 2px 12px 0 0;
}


.addExcersise:hover, .addTemplate:hover{
	background: url(../images/icons/fugue/plus_circle_hover.png) no-repeat;
}


.addExcersise.addButtonDisabled, .addTemplate.addButtonDisabled{
	background: url(../images/icons/fugue/plus_circle_disabled.png) no-repeat;
}

.addExcersise.addButtonDisabled:hover, .addTemplate.addButtonDisabled:hover{
	background: url(../images/icons/fugue/plus_circle_disabled.png) no-repeat;
}

.thumbnail {
	float:left;
	height: 96px;
	width: 127px;
	border: 2px gray solid;
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #292929;
}

.mediatxt {
	/* float : right; */
	width: 270px;
	margin: 0 0 0 145px;
	line-height: 16px;
}

/*

.media {
	height: 154px;
	width:425px;
	margin: 10px auto 15px auto;
	padding: 7px 10px 0px 12px;
	font-family: Arial, "Lucida Grande, Helvetica, Verdana";
	font-size: 10px;
	line-height: 1.6em;
	color: #232323;
	 background-color:#d6d6d6; 
	background-image: url(../images/mediaback.gif);
	background-repeat: no-repeat;
	 border: 1px solid black; 
}
*/

.media_notfound {
	margin: 50px auto 0 auto;
	padding: 10px 0 10px 0;
	width: 400px;
	background-color: #c9ceff;
	text-align: center;
	font-weight: bold;
	border: 1px;
	border-color: #868ec5;
	border-style: solid;
}

/*
.thumbnail {
	float:left;
	font-size: 10px;
	margin: 5px 20px 0 0px;
	height: 96px;
	width: 127px;
	border: 2px gray solid;
	background-image: url(../media/video/thumbs/video1.jpg); 
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #292929;
}

.mediatxt {
	height: 90px;
	width: 270px;
	margin: 5px 0 40px 135px;
}


.mediatoolbar {
	height: 12px;
	width: 415px;
	padding: 3px 5px 5px 0px;
	margin: 125px 10px 0px 0px;
	border: 1px solid #b3b3b3;
	color: #353535;
	 background-color: black; 
}

.mediatoolbar span {
	border-right: 1px solid #8b8b8b;
	padding: 0 7px 0 7px;
	text-align: left;
}

.media a {
	font-size: 1em;
}

.dropzone {
	width: 320px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 1px 0px;
	background-color: #ebebeb;
	border-bottom: 1px solid #7a7a7a;
}
*/

.dropzone {
	width: 330px;
	margin: 0 0 0 -4px;
	font-size: 10px;
}

.dropzone .thumbnail {
	float: none;
	width: 310px;
	height: 55px;
	margin: 1px auto 0 auto;
	border: 1px gray solid;
	border-left: 0 gray solid;
	border-right: 0 gray solid;
	background-color: #ebebeb;
	/*background: url(../images/bg_tranpass_media.gif) right top repeat-x;*/
}

.dropzone .metadata {
	width:190px;
	padding:0 0 0 135px;
	line-height: 15px;
}

.dropInfotext {
	height: 40px; 
	font-size: 12px;
	font-weight: bold; 
	text-align: center;
	line-height: 40px;
}

.metadata .heading {
	float:left;
	width:40px;
	font-weight:bold;
}

.mediabin {
	height:20px;
	width:321px;
	margin:-10px 0 0px 0;
	line-height: normal;
	text-align:right;
}

.mediabin img {
	padding:0 2px 0 5px;
	border-left: solid 1px #b8b8b8;
}

/*
.mediafooter {
	padding:3px 5px 3px 58px;
	border-bottom:1px solid gray;
	background: url(../images/bg-panel-header.gif) left top repeat-x;
	font-size:12px;
}
*/

.mediafooter {
	width: 266px;
	height: 17px;
	margin: 1px 0 0 -4px;
	padding:3px 5px 3px 58px;
	border-top: 1px solid #808080;
	font-size:12px;
	line-height: 22px;
	background: url(../images/bg-panel-header.gif) left top repeat-x;	
}




/* MainColumn Lists */

.listRow, .trainerlistRow {
	height: 25px;
	padding:0px 15px 0px 20px;
	background: url(../images/bg-panel-list.gif) left top repeat-x;
	line-height: 25px;
	font-size:11px;
	color: #505050;
	border-bottom: silver solid 1px;
	overflow: hidden;
}

.hover {
	cursor: pointer;
	background: url(../images/bg-panel-listhover.gif) left top repeat-x;
}

.selectedRow {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background: url(../images/bg-panel-listactive.gif) left top repeat-x;
} 

.listHeader, .trainerlistHeader {
	float: left;
	color: black;
}

.listToolsTxt, .trainerlistToolsTxt {
	float:right;
}

.listToolsIcon, .trainerlistToolsIcon {
	float:right;
	height: 16px; 
	width: 16px; 
	margin: 4px 0 0 0;
}

.inactive {
	color: gray;
}

.active {
	font-weight: bold;
	color: #101010;
}

.addTrainer {
	/* cursor: pointer; */
	background: url(../images/icons/fugue/plus_circle.png) no-repeat;
}

.removeTrainer {
	/* cursor: pointer; */
	background: url(../images/icons/fugue/cross_circle.png) no-repeat;
}

.listFooter {
	height: 20px;
	border-bottom: 1px solid silver;
	font-size: 9px;
	color: gray;
	padding: 4px 10px 4px 15px;
	background: #c9c9c9 url(../images/tabs.gif) left -70px repeat-x;
}

/* Administration Print */ 

#admPrintWrapper {
	border: 0px #9f9f9f solid;
	margin: 20px auto 0px auto;
	width: 490px;
}

#admPrintWrapper .admPrintItemRow {
	border-top: 1px solid silver;
	padding: 5px 5px 5px 5px;
	height: 70px;
	clear: both;
}


#admPrintWrapper .admPrintItemLeft {
	float: left;
	padding:10px;
	width: 180px;
}


#admPrintWrapper .admPrintItemRight {
	float: right;
	padding:10px 10px 10px 10px;
	width: 200px;
}



/*
************ FormulŠr **************
*/

.formContainer {
	height: 345px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #f8f8f8;
	padding: 5px 0 0 0;
}

.userContainer {
	height: 270px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #f8f8f8;
	padding: 10px 0 0 0;	
}

.formWrapper {
	border:0px #9f9f9f solid;
	margin: 0px auto 0px auto;
	width:550px;
}

.formWrapper fieldset {
	margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	border: 1px #eaeaea solid;
}

.formWrapper legend {
	margin-top: 3px;
	padding: 0 5px 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: gray;
}

.formItem, .formButton{
	height: 19px;
	padding: 2px 5px 6px 15px;
	margin: 0 0 5px 0px;
 	background-color: #e8e8e8;
}

.selected {
	background-color: #cccccc;
}

.inputError {
	background-color: #ff7886;
}
.errorTxt {
	display: block;
	float: right;
	width: 125px;
	margin: -1px 0 0 10px;
	font-family: Verdana, Arial;
	font-size: 9px;
	color: black;
}

.formWrapper label {
	float:left;
	width:200px;
	font-weight: bold;
}

.formWrapper input select textarea {
	float:left;
}

.button {
	font-size: 11px;
	margin: 0 0 0 190px;
}

.importantNote {
	padding: 5px 5px 5px 5px;
	color: #9f000a;
	background-color: #e9d95b;
	border: 2px solid #9f000a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* rounded corners */

.statsContainer {
	width: 326px;
	margin: 0 auto 0 auto;
	padding: 0px 5px 5px 7px;
	/* background-color: #e4e4e4; */
	background: #eeeeee url(../images/stats-bg-mid.gif) left top repeat-y;
	
}
.statsContainerTop {
	width: 325px;
	height: 7px;
	margin: 0 auto 0px auto;
	padding: 0px 5px 0px 8px;
	/* background-color: #e4e4e4; */
	background: #eeeeee url(../images/stats-bg-top.gif) left top no-repeat;
	
}
.statsContainerBottom {
	width: 325px;
	height: 10px;
	margin: 0 auto 5px auto;
	padding: 0px 5px 0px 8px;
	/* background-color: #e4e4e4; */
	background: #eeeeee url(../images/stats-bg-bottom.gif) left bottom no-repeat;
}

.statsHeading {
	margin: 0px 0 5px 10px;
	font-weight: bold;
}
.subHeading {
	margin: 10px 0 3px 10px;
	font-size: 10px;
	font-weight: bold;
}
.users {
	list-style-type: none;
	margin: 0;
}
.users li {
	list-style-type: none;
}
.statsItem {
	width: 285px;
	height: 16px;
	margin: 0 auto 2px auto;
	padding: 5px 10px 5px 10px;
	background-color: #d2d2d2;
}
.small {
	height: 10px;
	line-height: 10px;
}

.legend {
	float:left;
	margin: 0 20px 0 0;
	font-size: 11px;
}
.data {
	float:right;
	font-size: 12px;
	font-weight: bold;
}




/*
#DPcontainer {
	width: 325px;
	margin: 0 auto 0 auto;
	padding: 3px 5px 1px 8px;
	border: none;
	background: #eeeeee url(../images/stats-bg-mid.gif) left top repeat-y;
}
*/

/*
.DPcontainerTop {
	width: 325px;
	height: 7px;
	margin: 10px auto 0px auto;
	padding: 0px 5px 0px 8px;
	border: none;
	background: #eeeeee url(../images/stats-bg-top.gif) left top no-repeat;
}
*/

/*
.DPcontainerBottom {
	width: 325px;
	height: 10px;
	margin: 0 auto 5px auto;
	padding: 0px 5px 0px 8px;
	border: none;
	background: #eeeeee url(../images/stats-bg-bottom.gif) left bottom no-repeat;
}
*/
/*
#header {
	height: 25px;
	width: 329px;
	margin: -6px 0 0 -3px;
	padding: 0 0px 0 0px;
	border-bottom: solid 1px #adadad;
	background-color: #eeeeee;
	line-height: 25px;
	background: #eeeeee url(images/stats-bg-top.gif) left top no-repeat;
}
*/

/*
#draggable {
	width: 330px;
	margin: 0 0 0 -4px;
	border: none;
}
*/

/*
.dropzone {
	width: 330px;
	margin: 0 0 0 -4px;
}
*/

/*
.mediafooter {
	width: 265px;
	margin: 0 0 0 -4px;
	border: none;
}
*/

/*
.tools {
	height: 27px;
	width: 320px;
	margin: 0 0 0 -4px;
	padding-right: 10px;
	background: url(../images/bg-panel-header.gif) left top repeat-x;
	border-bottom: 1px #919191 solid;
	background-color: #e5e5e5;
}
*/

/*
.next, .prev {
	float: left;
	width: 20px;
	height:20px;
	padding: 0px 5px 5px 2px;
	border-right: 1px solid #adadad;
}
*/

/*
a:hover .prev.act {
	background-color: #dfdfdf;
	cursor: pointer;
}
*/
/*
a:hover .toolbar {
	background-color: #dfdfdf;
}
*/

/* Excerscise window */

#excContainer {
	overflow:hidden;
	padding-top:15px;
	background-color: #383838;
}

#videoControl {
	color:silver;
}

.backgroundImg {
	background-repeat: no-repeat;
	width:840px;
	height:540px;
}
.excSpacer {
	float:left;
	height: 545px;
	width: 410px;
	background-color: silver;
}
.svffLogo {
	/* position: absolute; */
	float: left;
	height: 100px;
	width: 100px;
	margin: 410px 0 0 20px;
	background: url(../images/exc_svff_logo.gif) left top no-repeat;
}
.excVideoSmall {
	/* position: absolute; */
	margin-left: 550px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: 0;
	padding: 0 7px 7px 2px;
	height: 190px;
	width: 250px;
	/* border: 1px solid yellow; */
	background: url(../images/video_dropshaddow.png) top left no-repeat;
	/* background-color: green; */
}

.excVideoSmallLarge {
	background-color: #393939;
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 130px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-top: 35px;
	padding: 0 7px 7px 2px;
	height: 455px;
	width: 575px;
	background: url(images/video_dropshaddoww.png) top left no-repeat;
	/* background-color: green; */
}

.excText {
	/* position:absolute; */
	margin-right: 35px;
	margin-top: 65px;
	padding: 25px 5px 5px 5px;
	float: right;
	height: 200px;
	width: 400px;
	color: white;
	overflow: auto;
	/* background-color: yellow; */
}

.excLayout2Text {
	/* position:absolute; */
	margin-right: 35px;
	margin-top: 390px;
	padding: 30px 5px 5px 5px;
	float: right;
	height: 100px;
	width: 400px;
	color: white;
	overflow: auto;
	/* background-color: yellow; */
}

.excLayout3Text {
	/* position:absolute; */
	margin-right: 25px;
	margin-top: 240px;
	padding: 10px 5px 5px 5px;
	float: right;
	height: 260px;
	width: 360px;
	color: white;
	overflow: auto;
	/* background-color: yellow; */
}

.svffLogo3 {
	position: absolute;
	float: left;
	height: 100px;
	width: 100px;
	margin: 410px 0 0 20px;
	background: url(../images/exc_svff_logo.gif) left top no-repeat;
	z-index: 1;
}


/* Blog posts show */

#blogpostWrapper{
	padding: 10px 20px 10px 20px;
	margin: 0px 0 40px 0;
	min-width:600px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float: right;
}

#blogpostListHead{
	height: 22px;
	min-width:550px;
	border-bottom: 1px solid silver;
	font-size: 10px;
	padding: 4px 35px 4px 15px;
	background: url(../images/tabs.gif) left -68px repeat-x;
	white-space: nowrap;
}

#blogpostListHead span{
	margin-left: 30px;
}

.blogPostToolbar{
	margin:-17px 0 0 0;
}

.blogpostButton{
	float:right;
	padding: 0px 7px 0 7px;
	font-size: 10px;
	font-family:  Arial, Verdana, "Lucida Grande", sans-serif;
	font-weight: normal;
	color: black;
	margin-top: -1px;
	border: 1px solid #b3b3b3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f6f9f9, #dddfdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f9f9), to(#dddfdf));
	-moz-box-shadow: 0px 0px 0px #c1c4c4;
	-webkit-box-shadow: 0px 0px 1px 0px #c1c4c4;
}

.blogpostButton.newButton{
	margin: -1px 8px 0 0;
}

.blogpostButton.editButton{
	opacity: .3;
}

.blogpostButton.saveButton{
	margin-right: 30px;
	margin-left: 5px;
}

.blogpostButton img{
	float: left;
	margin: 1px 6px 0 -4px;
	padding: 0;
	border: 0;
}

.blogpostButton:hover{
	border: 1px solid #969898;
	-moz-box-shadow: 0px 0px 2px #535454;
	-webkit-box-shadow: 0px 0px 3px 0px #bdbfbf;
	cursor: pointer;
}

.disabled, .disabled:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: default;
	opacity: 0.5;
}

.hidden{
	display: none;
}

.blogpostTitle{
	font-size: larger;
	margin: 0 0 10px 0;
}

.blogpostContent{
	
}

.blogpost ul, ol{
	margin: 0 0 20px 35px;
}


.blogpost, .blogpost-newPost{
	border-bottom: 1px solid silver;
	padding: 25px 12px 25px 12px;
	margin: 0px 1px 0px 1px;
}


.blogpostFooter{
	white-space: nowrap;
	margin-top: 5px;
}

.blogpostFooter span, .blogPostToolbar span{
	margin-right: 10px;
	font-size: smaller;
}

.blogpostFooter .postData span{
	margin-right: 20px;
	color:gray;
}


.blogpostFooter .label, #blogpostListHead .label{
	margin: 0 15px 0 0;
	font-size: 11px;
	font-weight: bold;
}

.blogpostCKeditor{
	margin: 10px 0 0 0;
}






.excersiseAdminButton{
	padding: 5px 5px 4px 5px;
	background: silver url(../images/bg-panel-header.gif) top left repeat-x;
}

.excersiseAdminButton span{
	padding: 2px 7px 2px 9px;
	font-size: 11px;
	font-family:  Arial, Verdana, "Lucida Grande", sans-serif;
	font-weight: normal;
	color: black;
	margin-top: 3px;
	border: 1px solid #b3b3b3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f6f9f9, #dddfdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f9f9), to(#dddfdf));
	-moz-box-shadow: 0px 0px 0px #c1c4c4;
	-webkit-box-shadow: 0px 0px 1px 0px #c1c4c4;
	white-space: nowrap;
	cursor: pointer;
}

.excersiseAdminButton span:hover{
	border: 1px solid #969898;
	-moz-box-shadow: 0px 0px 1px #535454;
	-webkit-box-shadow: 0px 0px 2px 0px #bdbfbf;
	cursor: pointer;
}


.excersiseAdminButton span.selected{
	border: 1px solid #333535;
}

.excersiseAdminButton span.uploadImg{
	float: left;
	margin: -3px 5px 0 5px;
	width: 110px; /* For IE */
	/* background: green; */
}

.excersiseAdminButton span.editTxt{
	float: left;
	margin: -3px 5px 0 5px;
	width: 100px; /* For IE */
}

.excersiseAdminButton span.editCategories{
	float: left;
	margin: -3px 5px 0 5px;
	width: 150px; /* For IE */
}

.excersiseAdminButton span.deleteExcersise{
	float: left;
	margin: -3px 50px 0 55px;
	width: 100px; /* For IE */
}
.excersiseAdminButton span img{
	float: left;
	margin: 1px 9px 0 -2px;
	padding: 0;
	border: 0;
	white-space: nowrap;
}




#uploadWrapperBox{
	position:absolute;
	/* float: left; */
	width:455px;
	/* height:260px; */
	margin: 70px 0 0 190px;
	/* padding: 0 0 0 20px; */
	z-index: 15;
	/* border:1px solid white; */
	/* -moz-border-radius: 6px; */
	/* -webkit-border-radius: 6px; */
}

#tabWrapper{
	margin: 0 0 1px 10px;
	line-height: 23px;
}

#tabWrapper span{
	height:34px;
	padding: 4px 10px;
	margin-left: 3px;
	color: silver;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

#imageUploadTab, #thumbUploadTab{
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	background: black;
	padding-bottom: 1px;
}

#imageUploadTab.uploadTabSelected, #thumbUploadTab.uploadTabSelected{
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	color: white;
	font-weight: bold;
	padding-bottom: 6px;
}


.uploadWrapper div h1{
	color:white;
	margin-bottom: 10px;
}

#imageUpload, #thumbUpload{
	/* width:355px; */
	/* height:250px; */
	/* margin:70px 0 0 200px; */
	/* padding: 5px; */
	padding: 20px;
	color: white;
	border: 1px solid white;
	background:#131313;
	/* position: absolute; */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.uploadSpinnerWrapper {
	width: 16px;
	height: 16px;
	/* background: url(../images/spinner-placeholder.gif) no-repeat; */
	margin: 0px 0 90px 195px;
	padding: 50px 0 0 0;
}

.uploadSpinner {
	background: url(../images/spinner.gif) no-repeat;
	width: 16px;
	height: 16px;
}

.uploadAdminButton{
	padding: 2px 7px 2px 9px;
	font-size: 12px;
	font-family:  Arial, Verdana, "Lucida Grande", sans-serif;
	font-weight: bold;
	color: black;
	margin-top: 3px;
	border: 1px solid #b3b3b3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f6f9f9, #dddfdf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f9f9), to(#dddfdf));
	-moz-box-shadow: 0px 0px 0px #c1c4c4;
	-webkit-box-shadow: 0px 0px 1px 0px #c1c4c4;
	white-space: nowrap;
	cursor: pointer;
}


#textEditWrapper{
	margin: 5px 0 0 0;
	padding: 5px 5px;
	height: 29px;
	/* width: 739px; */
	border: 1px solid #b3b3b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#textEditWrapper div{
	height:22px;
	width:735px;
	padding: 4px 2px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

