        html, body {
            height: 100%;
            width: 100%;
            margin: 0px;
            padding: 0px;
            overflow: hidden;
        }
		
        .settings-label{
            font-weight: bold;
            font-family: Sans-Serif;
            font-size: 14px;
            margin-left: 14px;
            margin-top: 8px;
            float: left;
			color:blue;
        }		
        .settings-section{
            background-color: gold;
            height: 35px;
            width: 100%;
            border: 1px solid #b4b7bc;
            border-bottom-width: 0px;
        }
		.text-input        {
            height: 21px;
           /* width: 150px;*/
        }
		
		.formlabel {
			font-style:italic;
			color:#000080;
			font-weight:bold;
		}
	
		#popupWindow {
			width:600px;
		}

		.toolbarbutton {
			padding:2px;
			margin:0px 10px;
		}		
		
		.pagerbutton{
			padding:2px;
			margin:-5px 10px;
		}		
		
		.imagecellbutton{
			padding:2px;
			margin:5px;
		}	
		
		textarea {
			font-family:verdana;
			font-size:12px;
		}
		
/*fix combo vertical alignment in IE  */		
/*applied to the ComboBox’s input field.*/

		.jqx-combobox-input{
			-webkit-appearance: none;
			-webkit-border-radius: 0px;
			padding: 0 0 0 0;
			outline: none;
			background: #FFFFFF;
			border: 0px solid red; /*{#aaaaaa} */; 
			font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
			font-size: 13px;
			height: 15px; /*temp*/
		}
		
		
		.cell-lock{
			color:red;
		}
		
		.cell-unlock{
			color:#000000;
		}
		
		.cell-green {
		  color: black !important;
		  background-color: #b6ff00 !important;
		}

		.cell-yellow {
		  color: black !important;
		  background-color: yellow !important;
		}

		.cell-red {
		  color: black !important;
		  background-color: #e83636 !important;
		}
	
		.cell-orange {
		  color: black !important;
		  background-color: #F7D08D !important;
		}
	
		
				
