/* MOCHA UI */

html {
	overflow: auto; /* Removes empty vertical scrollbars in IE */
}		

body {
	margin: 0; /* Required */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#desktop {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	min-width: 750px; /* Helps keep header content from wrapping */		
	overflow: hidden;
}			  				

#desktopHeader {
}
	
#desktopTitlebar {
	background: #ffd400;
	border-top: 1px solid #fff;
	height: 90px;
	line-height:90px;
	width:100%;
	padding-right: 0px;
	background-image:url(../img/header-bg.gif);
}	
	
#desktopTitlebar h1 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #a967a9;
}
	
#desktopTitlebar h1 .version {
	font-size: 12px;
	color: #333;	
}		




/**********************/





#desktopNavbar {
	padding: 0;
	background: #807f7f;
	height: 29px;
	width:100%;
	background-image:url(../img/navigation-bg.gif)

}

#desktopNavbar ul {	
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	/*height:29px;*/
}

#desktopNavbar li {
	float: left;	
}

#desktopNavbar a {
	display: block;
}
	
#desktopNavbar ul li a {
	padding: 3px 9px 6px 9px;	
	color: #eee;
	font-weight:bold;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;

}

#desktopNavbar ul li a:hover {
	background-color:#626262;
	color:#fff;
}
	
#desktopNavbar li ul {
	margin-top:0px;
	padding: 2px;
	background: #807f7f;
	position: absolute;
	width: 205px;;
	left: -999em;
	z-index: 8000;

}

#desktopNavbar li ul li {
} 

#desktopNavbar li ul li a {
	padding: 1px 9px 1px 9px;
	width: 187px;
	font-size:11px;
}

#desktopNavbar li:hover ul, #desktopNavbar li.ieHover ul { /* lists nested under hovered list items */
	left: auto;
}

#desktopNavbar li:hover, #desktopNavbar li.hover {
    position: static;
}

#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;
}




.divider {
	margin-top: 2px;
	padding-top: 3px;	
	border-top: 1px solid #ddd;
}	

#pageWrapper {
	clear: both;
	width: 100%;
	overflow: auto; /* This can be set to hidden if you want to treat it more like a desktop than a web page */
	background-color:#e3e3e3;
/*	background-image:url(../img/desktop-bgr1.png);*/
	background-position:right bottom;    
}

#page {
	padding: 20px 30px 20px 30px;
}
	
/* Windows */
	
div.mocha {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;	
}
	
div.mochaOverlay {
	position: absolute;
	top: 2px;
	left: 3px;	
}
	
div.mocha .mochaTitlebar {
	width: 100%;
	overflow: hidden;
}		
	
div.mocha .mochaTitlebar h3 {
	font-size: 12px;
	line-height: 15px;	
	font-weight: bold;
	color: #000;
	margin: 6px 10px 4px 12px;
	padding: 0;
}
	
div.mocha .mochaTitlebar a {
	color: #444;
}	
	
div.mocha .mochaContentBorder {
	border-top: 1px solid #bdbdbd;	
	border-bottom: 1px solid #d7d7d7;
}
	
div.mocha .mochaContentWrapper { /* Has a fixed height and scrollbars if required */
	font-size: 12px;	
	
	overflow: auto;	
}
	
div.mocha .mochaContent {

	text-align:justify;
}

div.mocha .mochaContent a {
	color: #ff9100;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}

div.mocha .mochaContent a:hover {
	text-decoration:underline;
}

		

.resizeHandle {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 12px;
	height: 12px;
	background: #000;
	cursor: se-resize;
	opacity: .0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;	
}
	
.mochaControls {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 0;
	height: 14px;
	background: #f00;
	opacity: .0;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
}

.minimizeToggle, .maximizeToggle, .mochaClose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 14px;
	height: 14px;
	font-size: 1px;
	background: #000;	
	cursor: pointer;	
}

.mochaLoadingIcon {
	position: absolute;
	bottom: 7px;
	left: 6px;	
}

.mochaIframe {
	width: 100%;
	height: inherit;
}  
	
/* Slider */

#slider {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	padding-top: 18px;	
}

#sliderarea {
	clear: both;
	position: relative;
	height: 10px;
	width: 200px;
	font-size: 1px;	
	background: #ddd;
	margin: 2px 0 10px 0;
}
 
#sliderknob {
	position: absolute;
	height: 10px;
	width: 20px;
	font-size: 1px;
	background: #e60;
	cursor: pointer;
}
	
#update {
	position: absolute;
	top: 0;
	left: 0;	
}	
	
.clear {
	clear: both;
}
	
/* Window Builder Form Elements */
	
#mochaDesktop form {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	width: 320px;
}

#mochaDesktop textarea, #mochaDesktop input {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
}
	
#mochaDesktop .input {
	background: #fbfbfb;
	width: 225px;
	padding: 1px 0 1px 3px;
	border: 1px solid #ccc;	
}

#mochaDesktop textarea {
	background: #fbfbfb;
	width: 225px;
	height: 100px;
	padding: 1px 0 1px 3px;
	border: 1px solid #ccc;	
}		

#mochaDesktop .formLabel {
	float: left;	
	text-align: right;
	width: 80px;
	margin: 0 0 5px 0;	
}
	
#mochaDesktop .formField {
	float: right;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	width: 230px;
}
	
#mochaDesktop form .number {
	width: 40px;
}
	
/* Modal Windows */

#mochaModalOverlay {
	display: none;
	position: fixed; /* This is fixed rather than absolute to fix Mac FF2 issues */
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 10000;
}

* html 	#mochaModalOverlay {
	position: absolute;
}	
	
/* fix for IE6 select z-index issue */

iframe.zIndexFix {
	display: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 100px;
	height: 100px;
	border: 1px solid transparent;
}
	
/* Window Minimize Dock */

#mochaDock {
	display: none;
	position: relative;
	background: #fff;
	padding: 2px 15px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	/*background-image:url(../img/bg-dock.png);*/
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	min-height: 20px;
	height: auto;
   _height: 20px; /* IE 6.0 hack, for not supporting min-height SFF 12/07/2007*/
}
	
.mochaDockButton {
	width: 120px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: 10px;
	background-color: #9b5c98;
	border-top: 1px solid #fff;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #fff;
	margin: 0 1px 0 0;	
	color:#ffffff;		 
}

.mochaDockButton:hover {
	background-color:#990000;
}

#mochaDockPlacement {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 10px;
	height: 9px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #f00; /* for troubleshooting */
	cursor: pointer;
	z-index: 3; /* for IE */	
}

#mochaDockAutoHide {
	position: absolute;
	top: 13px;
	left: 2px;
	width: 10px;
	height: 9px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #f00; /* for troubleshooting */
	cursor: pointer;
	z-index: 3; /* for IE */		
}

/* Accordian */

.accordianToggler {
	margin: 0;
	padding: 4px 10px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	font-size: 11px;
	cursor: pointer;
}

.accordianContent {
	padding: 10px 10px 5px 10px;
}

/* Screens/Workspaces */

.screen {
	display: none;
}



/*

CSS for Mocha UI

Copyright:
	Copyright (c) 2007-2008 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.
   
*/   

/* Mocha UI */

html, body {
	height: 100%;
	overflow: auto; /* Removes empty vertical scrollbars in IE */
}		

body {
	margin: 0; /* Required */
	background: #fff;
}

	

/* Navbar */



.divider {
	margin-top: 2px;
	padding-top: 3px;	
	border-top: 1px solid #ddd;
}	

#pageWrapper {
	position: relative;
	width: auto;
	height: 100%;
	overflow: auto; /* This can be set to hidden or auto */
}

#page {
	padding: 20px 20px;
}

.aside {
	width: 500px;
}

#sidebarWrapper {
	display: none;
	float: left;
	background: #bebebe;			
}

#sidebar {
	width: 230px;
	float: left;
	overflow: hidden;	
}

#sidebarContentWrapper {
	margin-right: 1px;
	background: #fff;
	border: 1px solid #fff;
	color: #141414;		
}

#sidebarContent {
	padding: 15px;
}

#sidebarHandle {
	float: left;
	position: relative;
	background: #eeeeef;
	border: 1px solid #fff;
	width: 4px;
	margin: 0 1px 0 0;
	cursor: e-resize; /* This is for Opera which does not support the col-resize cursor */
	cursor: col-resize;
}

* html #sidebarWrapper {
	margin-right: -4px; /* Fix for IE6 3px jox bug */
}

* html #sidebarHandle {
	margin-right: 1px; /* Fix for IE6 3px jox bug */
}

.columnControlWrapper {
	position: absolute;
	left: -1px;
	top: 150px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;		
}

.columnControl {
	background: #ddd;
	border: 1px solid #fff;
	width: 4px;
	height: 8px;
	cursor: pointer;
	font-size: 1px; /* For IE6 */	
}
	
/* Windows */
	
div.mocha {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;	
}

div.mochaOverlay {
	position: absolute;
	top: 0;
	left: 0;	
}
	
div.mocha .mochaTitlebar {
	width: 100%;
	overflow: hidden;
}		
	
div.mocha .mochaTitlebar h3 {
	font-size: 12px;
	line-height: 15px;	
	font-weight: bold;
	margin: 5px 10px 4px 12px;
	padding: 0;
}
	
div.mocha .mochaTitlebar a {
	color: #333;
}

div.mocha .mochaToolbarWrapper {
	width: 100%; /* For IE */
	position: relative;
	height: 29px;
	background: #fff;	
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
}

div.mocha .mochaToolbar {
	width: 100%; /* For IE */
	border-top: 1px solid #fff;
}

.toolbarTabs {	
	padding: 0 10px 2px 2px;
	background: #e4e4e4 url(../img/tabs.gif) repeat-x;
	background-position: left -60px;	
}

.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;
	background-color: #ebebeb;
	cursor: pointer;	
	background: url(../img/tabs.gif) repeat-x;
	background-position: left -30px;	
}

.tab-menu li.selected {
	background-color: #8caac7;
	background: url(../img/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: bold;
	color: #141414;
	background: url(../img/tabs.gif) repeat-x;
	background-position: right -30px;	
}

.tab-menu li.selected a {
	color: #141414;
	background: url(../img/tabs.gif) repeat-x;
	background-position: right 0;	
}	

div.mocha .mochaContentBorder {
	border-top: 1px solid #d9d9d9;	
	border-bottom: 1px solid #d9d9d9;
}
	
div.mocha .mochaContentWrapper { /* Has a fixed height and scrollbars if required. */
	font-size: 11px;
	overflow: auto;	
}
	


/*
	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 {		
}

.mochaLoadingIcon {
	position: absolute;
	bottom: 7px;
	left: 6px;	
}

.mochaIframe {
	width: 100%;
}  
	
/* Sliders */

.slider {
	clear: both;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	margin-bottom: 15px;	
}

.sliderarea {
	position: relative;
	height: 6px;
	width: 200px;
	font-size: 1px;
	line-height: 1px;
	background: #dfdfdf;
	margin: 0;
	padding: 0;
}
 
.sliderknob {
	position: absolute;
	top: 0px;
	height: 6px;
	width: 13px;
	font-size: 1px;
	line-height: 1px;	
	background: #ce1717;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;	
	cursor: pointer;
	overflow: hidden;
}
	
.update {
	padding-bottom: 5px;	
}	
	
.clear {
	clear: both;
	height: 0;
}

*html .clear {
	height: 1%;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}
	
/* Window Builder Form Elements */
	
#desktop form {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	width: 320px;
}

#desktop textarea, #desktop input {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
}
	
#desktop .input {
	background: #fbfbfb;
	width: 225px;
	padding: 1px 0 1px 3px;
	border: 1px solid #ccc;	
}

#desktop textarea {
	background: #fbfbfb;
	width: 225px;
	height: 100px;
	padding: 1px 0 1px 3px;
	border: 1px solid #ccc;	
}		

#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;
}
	
/* Modal Windows */
#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: 9500;
}
	
/* Fix for IE6 select z-index issue */
iframe.zIndexFix {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 100px;
	height: 100px;
	border: 1px solid transparent;
}
	
/* Window Minimize Dock */
#dockWrapper {
	display: none;
	width: 100%;
}

#dockWrapper.top {
}

#dock {
	position: relative;
	padding: 3px 16px 0 6px;
	bottom: 0;
	left: 0;
	background: #404040;
	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(../img/dock-tabs.gif) left top no-repeat;
}

.dockTab.activeDockTab {	
	background-position: left -24px;
}

.dockText {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-weight: bold;
	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;
	cursor: pointer;
	z-index: 3; /* for IE */
	text-align: right;	
}

#dockAutoHide {
	position: absolute;
	top: 14px;
	right: 8px;
	width: 10px;
	height: 9px;	
	opacity: 0;
	cursor: pointer;
	z-index: 3; /* for IE */
	text-align: right;	
}

.dockButtonEnabled {
	background-color: #b3d9ff;
}

.dockButtonDisabled {
	background-color: #aaa;	
}

.dockButtonTrue {
	background-color: #46f546;
}

/* Accordian */

.accordianWrapper {
	padding: 5px;
}

.accordianToggler {
	margin: 0;
	padding: 4px 10px;
	background: #f3f3f3;
	border-top: 1px solid #fff;
	font-size: 11px;
	cursor: pointer;
}

.topToggler {
	border-top: none;
}

.accordianToggler.open {
	background: #f3f3f3;	
}

.accordianContent {
	padding: 10px 10px 5px 10px;
}

/* Window Themes */

div.mocha.transparent .mochaTitlebar h3 {
	color: #fff;
	display: none;	
}

div.mocha.notification .mochaTitlebar {
	opacity: .0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

div.mocha.notification .mochaContentBorder {
	border-width: 0px;
}

div.mocha.notification .mochaContentWrapper {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}


.mocha {
	display: none;
	overflow: hidden;	
	background-color: #e5e5e5;	/* window footer background */
}

.mocha.isFocused {	
}	

.mochaOverlay {
	position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
	top: 0;
	left: 0;	
}
	
.mochaTitlebar {
	width: 100%;
	overflow: hidden;
	background: url(../img/spacer.gif?from=fafafa&to=e5e5e5); 	
}

.mochaTitlebar h3 {
	font-size: 12px;
	line-height: 15px;	
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 4px 12px;
	color: #888888;
}

.mocha.isFocused .mochaTitlebar h3 {
	color: #000000;
}

.mochaToolbarWrapper {
	width: 100%; /* For IE */
	position: relative;
	height: 29px;
	background: #4c4c4c;	
	overflow: hidden;
	border-top: 1px solid #4c4c4c;
}

div.mochaToolbarWrapper.bottom {
	border: 0;
	border-bottom: 1px solid #222;
}

.mochaToolbar {
	width: 100%; /* For IE */
	border-top: 1px solid #222;
}

.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;
	background: #ffffff;
}
	


.mocha .handle {
	position: absolute;
	background: #0f0;
	width: 3px;
	height: 3px;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/
	opacity: .0;	
	-moz-opacity: .0;
	overflow: hidden;
	font-size: 1px; /* For IE6 */
}

.mocha .corner { /* Corner resize handles */
	width: 10px;
	height: 10px;
	background: #f00;	
}

.mocha .cornerSE { /* Bottom right resize handle */
	width: 20px;
	height: 20px;
	background: #646464; /* This is the color of the visible resize handle */	
}

.mochaCanvasHeader {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: -1;
	visibility: hidden;
	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;
	color: #3f3f3f;
	background: #ffffff;
	margin-left: 5px;
}

.mochaMinimizeButton {
	margin-left: 0;
}

.mochaMaximizeButton {
}

.mochaCloseButton {
}

.mochaSpinner{
	display: none;
	position: absolute;
	bottom: 7px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: url(../img/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;
}

/* Viewport overlays
---------------------------------------------------------------- */

#modalOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/	
	opacity: 0;
	-moz-opacity: 0;
	z-index: 10000;
}

/* Fix for IE6 select z-index issue */
#modalFix {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/	
	opacity: 0;
	-moz-opacity: 0;
	z-index: 9999;
}

/* Underlay */

#windowUnderlay { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;	
}

* html #windowUnderlay { 
	position: absolute;
}

/* The replaced class is used internally when converting CSS values to Canvas. These classes should not be removed. */

.mocha.replaced, .mochaTitlebar.replaced, .mochaMinimizeButton.replaced, .mochaMaximizeButton.replaced, .mochaCloseButton.replaced {
	background-color: transparent !important;
}

/* Modals */

.modal2 {
	border: 8px solid #fff;		
}

.modal2 .mochaContentBorder {
	border-width: 0px;
}
	
/* Window Themes */

.mocha.no-canvas {
	background: #4c4c4c;	
	border: 1px solid #666;	
}

.mocha.no-canvas .mochaTitlebar {
	background: #4c4c4c;	
}

.mocha.transparent .mochaTitlebar h3 {
	color: #fff;
	display: none;
}

.mocha.transparent .mochaContentWrapper {
	background: transparent;	
}

.mocha.notification {
	background: #fff;
	color: #222;	
}

.mocha.notification .mochaTitlebar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/	
	opacity: .0;
	-moz-opacity: 0;
}

.mocha.notification .mochaContentBorder {
	border-width: 0px;
}

.mocha.notification .mochaContentWrapper {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: transparent;	
}
