/* * Copyright 2006-2007 Maskat Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. *//************************* SCREEN *************************/.window_message { background:url(../images/statusbar.jpg); text-indent:8px; padding-top:2px; font-family:arial; font-size:10pt; white-space: nowrap; overflow:hidden; vertical-align:bottom;}.window_title { top:3px; position:absolute; text-indent:8px; font-size:10pt; font-family:Arial; color:black; text-align:left; display: inline; overflow: hidden; white-space:nowrap; width:90%;}/************************* MENU *************************/.maskat_widget_menu_bar{	position: absolute;	overflow: visible;	z-index: 10;		margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;		    background-color: #AAAAAA;}.maskat_widget_menu_bar_center{	position: absolute;	top: 0px;	height: 100%;	background-color: red;}.maskat_widget_menu_entry_passive{	position: relative;	display: inline;	z-index: 10;				margin: 0px 1px 0px 0px;	padding: 0px 8px 0px 8px;    background-color: #F3F3F3;   	border: 1px solid #CCCCCC;   	border-bottom-style: none; 	cursor: default;		white-space: pre;    font-family: sans-serif, arial;}.maskat_widget_menu_entry_focus{	position: relative;	display: inline;		z-index: 15;			margin: 0px 1px 0px 0px;	padding: 0px 8px 0px 8px;	background-color: #B0C4DE ;	border: 1px solid #CCCCCC;	   	border-top-style: none;    	border-bottom-style: none;   	   	border-left-color: #777777;   	border-right-color: lightgrey;   	    color: white;		cursor: default;	white-space: pre;    font-family: sans-serif, arial;    }.maskat_widget_menu_entry_enabled{	color: black;}.maskat_widget_menu_entry_disabled{	color: #B1B1B1;}.maskat_widget_menu_popup{	display: none;	position: absolute;	z-index: 20;		border: 1px solid #AAAAAA;    background-color: #AAAAAA;        border-left-color: lightgrey;    border-top-color: lightgrey;   	border-right-color: #777777;   	border-bottom-color: #777777;}.maskat_widget_menu_item_passive{	display: block;	position: relative;	left: 0%;	z-index: 30;		    background-color: #F3F3F3;      	border: 1px solid #F3F3F3;    	cursor: default;	white-space: pre;    font-family: sans-serif, arial;}.maskat_widget_menu_item_focus{	position: relative;	left: 0%;	z-index: 35;	background-color: #d7b9c9;        border: 1px solid #781351;    	cursor: default;	white-space: pre;    font-family: sans-serif, arial;}.maskat_widget_menu_item_enabled{	color: black;}.maskat_widget_menu_item_disabled{	color: #B1B1B1;}.maskat_widget_menu_item_left_div{	float: left;	display: inline;	width: 16px;	height: 1px;}.maskat_widget_menu_item_left_img{	position: relative;	float: left;	display: inline;		top: 1px;	left: 1px;		width: 16px;		height: 16px;}.maskat_widget_menu_item_center_div{	clear: none;		display: inline;	white-space: pre;}.maskat_widget_menu_item_right_div{	position: absolute; 	clear: none;	display: inline;	right: 0px;}.maskat_widget_menu_item_accelerator_div{	clear: none;		float: left;	display: inline;	left: 0%;	white-space: pre;}.dummyDiv{	clear: none; 	float: left;	display: inline;	right: 0px;		width: 10px;		white-space: pre;}.maskat_widget_menu_item_arrow_div{	position: relative;	clear: none;		float: left;	display: inline;		right: 0px;	top: 1px;		width: 16px;	height: 16px;	}.maskat_widget_menu_seperator_container{	display: block;	position: relative;	width: auto;		height: 2px;	left: 0px;		/* needed for internet explorer */	overflow: hidden;			padding: 0px 0px 0px 0px;    background-color: grey;	       	z-index: 30;}.maskat_widget_menu_seperator_left{		left: 0%;			float: left;		display: inline;		width: 3px;	height: 2px;		background-color: #F3F3F3;		cursor: default;}.maskat_widget_menu_seperator_center{	clear: none;		display: inline;	height: 2px;		width: 100px;	    background-color: grey;	       	cursor: default;}.maskat_widget_menu_seperator_right{	position: absolute; 	right: 0px;	clear: none;	display: inline;		width: 3px;	height: 2px;		background-color: #F3F3F3;		cursor: default;}