
/*this is a subset of the classes declared within the ui.css styling
file of the mochaui project (Y:\www\sandbox\miguel.lurgi\mocha_v.0.9.5\css\ui.css)
which are the ones we need for styling the mocha windows we instantiate in this
application (DDGI), and to make it work on IE (there are many IE styling issues)*/


/*these styles are for the overviewmap window*/
.overViewWindow{
    font-family: Verdana;
    color: #AC2115;
    font-size: 11px;
}


/* Underlay */

#windowUnderlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

* html #windowUnderlay {
	position: absolute;
}

.mochaContentWrapper{
    font-size:12px;
}

.mochaControls {
    background:transparent none repeat scroll 0 0;
    height:14px;
    position:absolute;
    right:8px;
    top:8px;
    width:52px;
    z-index:4;
}
.mocha.isFocused {
}

.mochaOverlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mochaTitlebar {
	width: 100%;
	overflow: hidden;
	background-color: #9C7A4C;
}

.mochaTitlebar h3 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin: 5px 10px 4px 5px;
	padding: 0;
	color: #FFFFFF;
}

.mocha.isFocused .mochaTitlebar h3 {
	color: #FFFFFF;
}

.mochaCanvasControls {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 3;
	background: transparent;
}

.mochaCloseButton {
    background-image: url("../img/accordion/collapsed.gif");
	background-color: #9C7A4C;
}
.mochaMinimizeButton, .mochaMaximizeButton, .mochaCloseButton {
    background:#9C7A4C none repeat scroll 0 0;
    cursor:pointer;
    float:right;
    font-size:1px;
    height:14px;
    margin-left:5px;
    width:14px;
    z-index:4;
}

.mochaCanvasHeader {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: -1;
	display: none;
	overflow: hidden;
}

/* 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;
}

/* Toolbar Tabs */

.toolbarTabs {
	padding: 0 5px 2px 2px;
	/*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;*/
}

