/*!
 * coFax Library 1.4.0
 * http://coFax.com.cne/
 * Copyright(c) 2006-2010, GuangDong Nenking Corp.
 */
/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

.ux-mselect{
    overflow:auto;
    background:white;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow:auto;	
}
.ux-mselect-item{
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:2px;
    border:1px solid #fff;
    white-space: nowrap;
    cursor:pointer;
}
.ux-mselect-selected{
	border:1px dotted #a3bae9 !important;
    background:#DFE8F6;
    cursor:pointer;
}

.x-view-drag-insert-above { 
    border-top:1px dotted #3366cc; 
} 
.x-view-drag-insert-below { 
    border-bottom:1px dotted #3366cc; 
} /*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}/* styles for CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

/* styles for examples */
body {
	background-color: #DFE8F6;
}

#fisheye-menu {
	text-align: center;
}

/* styles for FisheyeMenu */
.ux-fisheye-menu-container {
	position: absolute;
	height: 60px;
}

a.ux-fisheye-menu-item {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px;
	color: #000;
	position: absolute;
	text-align: center;
	text-decoration: none;
}

a.ux-fisheye-menu-item span {
	margin-bottom: 5px;
	color: #039;
	display: none;
	text-align: center;
	background: url(../images/bg-item-text.gif) no-repeat center bottom;
}

a.ux-fisheye-menu-item img {
	border: none;
	margin-right: 10px;
	width: 100%;
}

.menu-wrap-top {
	position: relative;
}
.menu-wrap-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.menu-align-top {
	top: 0;
	bottom: auto;
}
.menu-align-bottom {
	bottom: 0;
	top: auto;
}