        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;*/
        }
		
		#north {
			background:url(images/backimage.gif) repeat-x;
		}
		
		#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*/
		}
		#xnorth  {
			background:url(../images/bannerbg.jpg) repeat-x;
		}
		
		#north  {
			background:url(../images/amaiu_logo.png) repeat-x;
		}
