.window {
	font-size: 12px;
	position: absolute;
	overflow: hidden;
	/*background:transparent url('images/panel_title.png');*/
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#d1d1d1', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* W3C */
	padding: 5px;
	border: 1px solid #99BBE8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.window-shadow {
	position: absolute;
	background: #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
 filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2, MakeShadow=false, ShadowOpacity=0.2);
}
.window .window-header {
	background: transparent;
	padding: 2px 0px 4px 0px;
}
.window .window-body {
	background: #fff;
	border: 1px solid #99BBE8;
	border-top-width: 0px;
}
.window .window-body-noheader {
	border-top-width: 1px;
}
.window .window-header .panel-icon {
	left: 1px;
	top: 1px;
}
.window .window-header .panel-with-icon {
	padding-left: 18px;
}
.window .window-header .panel-tool {
	top: 0px;
	left: 1px;/*float:left;*/
}
.window-proxy {
	position: absolute;
	overflow: hidden;
	border: 1px dashed #15428b;
}
.window-proxy-mask {
	position: absolute;
	background: #fafafa;
	filter: alpha(opacity=10);
	opacity: 0.10;
}
.window-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=40);
	opacity: 0.40;
	background: #ccc;
	font-size: 1px;
 *zoom:1;
	overflow: hidden;
}
.panel {
	overflow: hidden;
	font-size: 12px;/*direction:rtl;*/
}
.panel-header {
	padding: 5px;
	line-height: 15px;
	color: #15428b;
	font-weight: bold;
	font-size: 12px;
	/*background:url('images/panel_title.png') repeat-x;*/
	position: relative;
	direction: rtl;
	border: 1px solid #99BBE8;
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#d1d1d1', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* W3C */
}
.panel-title {
	background: url('../img/blank.gif') no-repeat;/*float:right;*/
}
.panel-header-noborder {
	border-width: 0px;
	border-bottom: 1px solid #99BBE8;
}
.panel-body {
	overflow: auto;
	border: 1px solid #99BBE8;
	border-top-width: 0px;
}
.panel-body-noheader {
	border-top-width: 1px;
}
.panel-body-noborder {
	border-width: 0px;
}
.panel-with-icon {
	padding-left: 18px;
}
.panel-icon {
	position: absolute;
	left: 5px;
	top: 4px;
	width: 16px;
	height: 16px;
}
.panel-tool {
	position: absolute;
	left: 5px;
	top: 4px;/*float:left;*/
}
.panel-tool a {
	display: inline-block;
	width: 16px;
	height: 16px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	margin-left: 2px;
}
.panel-tool a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.panel-tool-close {
	background: url('../img/panel_tools.gif') no-repeat -16px 0px;
}
.panel-tool-min {
	background: url('../img/panel_tools.gif') no-repeat 0px 0px;
}
.panel-tool-max {
	background: url('../img/panel_tools.gif') no-repeat 0px -16px;
}
.panel-tool-restore {
	background: url('../img/panel_tools.gif') no-repeat -16px -16px;
}
.panel-tool-collapse {
	background: url('../img/panel_tool_collapse.gif') no-repeat;
}
.panel-tool-expand {
	background: url('../img/panel_tool_expand.gif') no-repeat;
}
.panel-loading {
	padding: 11px 0px 10px 30px;
	background: url('../img/panel_loading.gif') no-repeat 10px 10px;
}
.panel-noscroll {
	overflow: hidden;
}
a.l-btn {
	color: #444;
	background: url('../img/button_a_bg.gif') no-repeat top right;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	height: 24px;
	padding-right: 18px;
	cursor: pointer;
	outline: none;
}
a.l-btn-plain {
	background: transparent;
	padding-right: 5px;
	border: 1px solid transparent;
	_border: 0px solid #efefef;
	_padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
	color: #ccc;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
a.l-btn span.l-btn-left {
	display: inline-block;
	background: url('../img/button_span_bg.gif') no-repeat top left;
	padding: 4px 0px 4px 18px;
	line-height: 16px;
	height: 16px;
}
a.l-btn-plain span.l-btn-left {
	background: transparent;
	padding-left: 5px;
}
a.l-btn span span.l-btn-text {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0px;
}
a.l-btn span span span.l-btn-empty {
	display: inline-block;
	padding: 0px;
	width: 16px;
}
a:hover.l-btn {
	background-position: bottom right;
	outline: none;
}
a:hover.l-btn span.l-btn-left {
	background-position: bottom left;
}
a:hover.l-btn-plain {
	border: 1px solid #7eabcd;
	background: url('../img/button_plain_hover.png') repeat-x left bottom;
	_padding: 0px 5px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover.l-btn-disabled {
	background-position: top right;
}
a:hover.l-btn-disabled span.l-btn-left {
	background-position: top left;
}
a.l-btn .l-btn-focus {
	outline: #0000FF dotted thin;
}
.messager-body {
	padding: 5px 10px;
}
.messager-button {
	text-align: center;
	padding-top: 10px;
}
.messager-icon {
	float: left;
	width: 47px;
	height: 35px;
}
.messager-error {
	background: url('../img/messager_error.gif') no-repeat scroll left top;
}
.messager-info {
	background: url('../img/messager_info.gif') no-repeat scroll left top;
}
.messager-question {
	background: url('../img/messager_question.gif') no-repeat scroll left top;
}
.messager-warning {
	background: url('../img/messager_warning.gif') no-repeat scroll left top;
}
.messager-input {
	width: 262px;
	border: 1px solid #ccc;
}
.messager-progress {
	padding: 10px;
}
.messager-p-msg {
	margin-bottom: 5px;
}
.pagination {
	zoom: 1;
}
.validatebox-invalid {
/*background:#FFFFEE url('images/validatebox_warning.png') no-repeat right 1px;*/
}
.validatebox-tip {
	/*	position:absolute;
	width:200px;
	height:auto;
	display:none;
	z-index:9900000;*/
	font-size: 90%;
	position: absolute;
	padding: 5px;
	z-index: 100000;
	margin-top: -30;
	margin-left: -150;
}
.validatebox-tip-content {
	/*display:inline-block;
	position:absolute;
	top:0px;
	left:-150px;
	padding:3px 5px;
	border:1px solid #CC9933;
	background:#FFFFCC;
	z-index:9900001;
	font-size:12px;*/
	background-color: #000;
	color: #FFF;
	max-width: 500px;
	padding: 5px 8px 4px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
}
.validatebox-tip-pointer {
	/*background:url('image/validatebox_pointer.gif') no-repeat left top;*/
	/*display:inline-block;
	width:10px;
	height:19px;
	position:absolute;
	left:1px;
	top:0px;
	z-index:9900002;*/
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000;
	top: 22;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #CFDEFF;
	padding: .75em 1em;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
}
.sf-menu li li {
	background: #AABDE6;
}
.sf-menu li li li {
	background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #CFDEFF;
	outline: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../lib/jquery.superfish/css/.../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('../lib/jquery.superfish/css/.../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../lib/jquery.ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
	background-color: #e6e6e6;
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(../lib/jquery.ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../lib/jquery.ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../lib/jquery.ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../lib/jquery.ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(../lib/jquery.ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-off {
	background-position: -96px -144px;
}
.ui-icon-radio-on {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-start {
	background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../lib/jquery.ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../lib/jquery.ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}/*
 * jQuery UI Resizable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}/*
 * jQuery UI Selectable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
	width: 100%;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
/*
 * jQuery UI Autocomplete 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
	width: 1px;
} /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.17
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
} /* the overflow property removes extra width in IE */
.ui-button-icon-only {
	width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
	width: 2.4em;
} /* button elements seem to need a little more width */
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
/*button sets*/
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
} /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*
 * jQuery UI Slider 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}/*
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0;
	float: right;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0;
	padding-left: 0.2em;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: right;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: right;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere.. */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
	/*width: 17em;*/
	padding: .2em .2em 0;
	display: none;
	z-index: 9100;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	z-index: 9100;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
	font-size: 90%;
}
.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.ui-notify {
	width: 350px;
	position: fixed;
	top: 10px;
	right: 10px;
}
.ui-notify-message {
	padding: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}
.ui-notify-message h1 {
	font-size: 14px;
	margin: 0;
	padding: 0
}
.ui-notify-message p {
	margin: 3px 0;
	padding: 0;
	line-height: 18px
}
.ui-notify-message:last-child {
	margin-bottom: 0
}
.ui-notify-message-style {
	background: #000;
	background: rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}
.ui-notify-message-style h1 {
	color: #fff;
	font-weight: bold
}
.ui-notify-message-style p {
	color: #fff
}
.ui-notify-close {
	color: #fff;
	text-decoration: underline
}
.ui-notify-click {
	cursor: pointer
}
.ui-notify-cross {
	margin-top: -4px;
	float: right;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	padding: 2px
}
.ui-notify-cross:hover {
	color: #ffffab
}
.ui-notify-cross:active {
	position: relative;
	top: 1px
}
.tipsy {
	font-size: 90%;
	position: absolute;
	padding: 5px;
	z-index: 100000;
}
.tipsy-inner {
	background-color: #000;
	color: #FFF;
	max-width: 500px;
	padding: 5px 8px 4px 8px;
}
/* Rounded corners */
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* Uncomment for shadow */
.tipsy-inner {
	box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
}
.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000;
}
/* Rules to colour arrows */
.tipsy-arrow-n {
	border-bottom-color: #000;
}
.tipsy-arrow-s {
	border-top-color: #000;
}
.tipsy-arrow-e {
	border-left-color: #000;
}
.tipsy-arrow-w {
	border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
body.islamerp {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
.islamerp {
	padding: 0;
	margin: 0;
	height: 100%;/*font-size: 70%;
	font-family: "Comic Sans MS", cursive;*/
}
.islamerp, .islamerp textarea, .islamerp input, .islamerp select, .islamerp option, .islamerp button, .islamerp .ui-widget {
/*font-family: Tahoma;
    font-size:80%;*/
}
.islamerp .view-manager-main-content {
	width: 100%;
	padding: 0 8px 8px 8px;
}
.islamerp .oe_form_frame_cell .view-manager-main-content {
	padding: 0;
}
.oe_box {
	border: 1px solid #aaf;
	padding: 2px;
	margin: 2px;
}
#oe_header h2 {
	margin: 2px 0;
}
#oe_errors pre {
	margin: 0;
}
.islamerp .oe-listview .oe-number {
	text-align: right !important;
}
.oe-listview-header-columns {
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#d1d1d1', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* W3C */
}
.islamerp .oe_hide {
	display: none !important;
}
/* STATES */
.islamerp .on_logged, .islamerp .db_options_row {
	display: none;
}
/* Loading */
.loading {
	cursor: wait;
}
.islamerp .loading {
	display: none;
	z-index: 100;
	position: fixed;
	top: 0;
	right: 50%;
	padding: 4px 12px;
	background: #A61300;
	color: white;
	text-align: center;
	border: 1px solid #900;
	border-top: none;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.islamerp .oe_notification {
	z-index: 1050;
	display: none;
}
.islamerp .oe_notification * {
	color: white;
}
/* Login page */

.login {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial;
	background: url("../img/pattern.png") repeat;
	color: #eee;
	font-size: 14px;
	height: 100%;
}
.settings {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial;
	color: #eee;
	font-size: 14px;
	height: 100%;
}
.login ul, ol {
	padding: 0;
	margin: 0;
}
.login li {
	list-style-type: none;
	padding-bottom: 4px;
	text-align: right;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: lighter;
}
.login a {
	color: #eee;
	text-decoration: none;
}
.login button {
	/*float: left;
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	font-family: Tahoma;
	border: 1px solid #222222;
	color: white;
	margin: 0;
	background: #600606; 
	background: -moz-linear-gradient(50% 100%, #0072B2 0%, #1BA4F1 90%);
	/*background: -moz-linear-gradient(#b92020, #600606);*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#b92020), to(#600606));
	background: -ms-linear-gradient(top, #b92020, #600606);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b92020', endColorstr='#600606',GradientType=0 );
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(155, 155, 155, 0.4) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;*/
	border: 1px solid #005686;
	cursor: pointer;
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 7px 10px;
	font: 700 1em "helvetica neue", arial, helvetica, freesans, sans-serif;
	color: #FFF;
	background: url(http://img.b8cdn.com/images/templates/bayt/4.0/gradients-bg.png) left top no-repeat;
	background: -moz-linear-gradient(bottom, #0072B2 0%, #1BA4F1 90%);
	background: -webkit-linear-gradient(bottom, #0072B2 0%, #1BA4F1 90%);
	background: -ms-linear-gradient(bottom, #0072B2 0%, #1BA4F1 90%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	float: left;
	cursor: pointer;
	font-size: 13px;
	font-family: Tahoma;
}
.login input, .login select {
	width: 252px;
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial;
	border: 1px solid #999999;
	background: whitesmoke;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.login input {
	margin-bottom: 9px;
	padding: 5px 6px;
}
.login select {
	padding: 1px;
}
.login .dbpane {
	position: fixed;
	top: 0;
	right: 8px;
	padding: 5px 10px;
	color: #eee;
	border: solid 1px #333;
	background: #1e1e1e;
	background: rgba(30,30,30,0.94);
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.login .bottom {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	text-shadow: 0 1px 1px #999999;
	/*background: #600606;*/
	background: -moz-linear-gradient(#008BD9, #0072B3);
	background: -webkit-gradient(linear, left top, left bottom, from(#008BD9), to(#0072B3));
	background: -ms-linear-gradient(top, #008BD9, #0072B3);
	/*background:url(http://img.b8cdn.com/images/templates/bayt/4.0/gradients-bg.png) left top no-repeat;*/
	background: -moz-linear-gradient(center bottom, #008BD9 0%, #0072B3 90%) repeat scroll 0 0 transparent;/*background:-moz-linear-gradient(bottom,#0072B2 0%,#1BA4F1 90%);
	background:-webkit-linear-gradient(bottom,#0072B2 0%,#1BA4F1 90%);
	background:-ms-linear-gradient(bottom,#0072B2 0%,#1BA4F1 90%);*//*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b41616', endColorstr='#600606',GradientType=0 );*/
}
.login .pane {
	position: absolute;
	top: 60%;
	left: 50%;
	margin: -160px -166px;
	border: solid 1px #333333;
	background: #1e1e1e;
	background: rgba(30,30,30,0.94);
	padding: 22px 32px;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
	-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
}
.login .pane h2 {
	margin-top: 0;
	font-size: 18px;
}
.settings .pane {
	position: absolute;
	top: 60%;
	left: 50%;
	margin: -160px -166px;
	border: solid 1px #333333;
	background: #1e1e1e;
	background: rgba(30,30,30,0.94);
	padding: 22px 32px;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
	-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
}
.settings .pane h2 {
	margin-top: 0;
	font-size: 18px;
}
.login #logo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.login .footer {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.login .footer a {
	font-size: 13px;
	margin: 0 8px;
}
.login .footer a:hover {
	text-decoration: underline;
}
.login .islamerp {
	font-weight: bold;
	font-family: serif;
	font-size: 16px;
}
.islamerp .login {
	text-align: center;
}
.islamerp .login .login_error_message {
	display: block;
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
	-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
	color: #F00;
	font-size: 12px;
	padding: 14px 18px;
	margin-bottom: 10px;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
}
.islamerp .login.login_invalid .login_error_message {
	display: inline-block;
}
/* Database */
.login .oe-database-manager {
	display: none;
	height: 100%;
	width: 100%;
	background-color: white;
}
.login.database_block .bottom, .login.database_block .login_error_message, .login.database_block .pane {
	display: none;
}
.login.database_block .oe-database-manager {
	display: block;
}
.login .database {
	float: left;
	width: 202px;
	height: 100%;
	background: #666666;
}
.login .oe_db_options {
	margin-left: 202px;
	color: black;
	padding-top: 20px;
}
.login .database ul {
	margin-top: 65px;
}
ul.db_options li {
	padding: 5px 0 10px 5px;
	background: #949292; /* Old browsers */
	background: -moz-linear-gradient(top, #949292 30%, #6d6b6b 95%, #282828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #949292), color-stop(95%, #6d6b6b), color-stop(100%, #282828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #949292 30%, #6d6b6b 95%, #282828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #949292 30%, #6d6b6b 95%, #282828 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #949292 30%, #6d6b6b 95%, #282828 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#282828', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #949292 30%, #6d6b6b 95%, #282828 100%); /* W3C */
    /* for ie9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#5B5A5A', GradientType=0 ); /* IE6-9 */
	border: none;
	/* overriding jquery ui */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1px;
	color: #EEEEEE;
	cursor: pointer;
	width: 195px;
	font-size: 12px;
}
.db_option_table {
	border: 1px solid #5A5858;
	padding: 5px;
	-moz-border-radius: 10px;
}
table.db_option_table input.required {
	background-color: #D2D2FF !important;
}
.db_option_table label {
	display: block;
	text-align: right;
}
.db_option_table input[type="text"], .db_option_table input[type="password"], .db_option_table input[type="file"], .db_option_table select {
	width: 300px;
}
.option_string {
	font-weight: bold;
	color: #555;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: large;
}
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
/* Main*/
.islamerp .main_table {
	width: 100%;
	height: 100%;
	background: #f0eeee;
}
.islamerp .oe-application {
	height: 100%;
}
.islamerp .oe-application-container {
	width: 100%;
	height: 100%;
}
/* IE Hack - for IE < 9
 * Avoids footer to be placed statically at 100% cutting the middle of the views
 * */
.islamerp .oe-application-container {
	height: auto\9;
	min-height: 100%\9;
}
/* Menu */
.islamerp .menu {
	height: 34px;
	background: #cc4e45; /* Old browsers */
	background: -moz-linear-gradient(top, #cc4e45 0%, #b52d20 8%, #7a211a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc4e45), color-stop(8%, #b52d20), color-stop(100%, #7a211a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc4e45 0%, #b52d20 8%, #7a211a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc4e45 0%, #b52d20 8%, #7a211a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cc4e45 0%, #b52d20 8%, #7a211a 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC4E45', endColorstr='#7A211A', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cc4e45 0%, #b52d20 8%, #7a211a 100%); /* W3C */
}
.islamerp .menu td {
	text-align: center;
	padding: 0;
}
.islamerp .menu a {
	display: block;
	min-width: 60px;
	height: 20px;
	margin: 3px 2px;
	padding: 0 8px;
	background: #bd5e54; /* Old browsers */
	background: -moz-linear-gradient(top, #bd5e54 0%, #90322a 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd5e54), color-stop(60%, #90322a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd5e54 0%, #90322a 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd5e54 0%, #90322a 60%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bd5e54 0%, #90322a 60%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BD5E54', endColorstr='#90322A', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bd5e54 0%, #90322a 60%); /* W3C */
	border: 1px solid #5E1A14;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #eee;
	text-shadow: #222 0 1px 0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
	font-size: 75%;
	white-space: nowrap;
}
.islamerp .menu a:hover, .islamerp .menu a:focus, .islamerp .menu a.active {
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(top, #c6c6c6 0%, #5c5c5c 7%, #969595 86%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6c6c6), color-stop(7%, #5c5c5c), color-stop(86%, #969595)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c6c6c6 0%, #5c5c5c 7%, #969595 86%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c6c6c6 0%, #5c5c5c 7%, #969595 86%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c6c6c6 0%, #5c5c5c 7%, #969595 86%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C6C6C6', endColorstr='#969595', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c6c6c6 0%, #5c5c5c 7%, #969595 86%); /* W3C */
    /* for ie */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#969595', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
/* Secondary Menu */
.islamerp .secondary_menu .oe_toggle_secondary_menu {
	position: absolute;
	cursor: pointer;
	border-left: 1px solid #282828;
	border-bottom: 1px solid #282828;
	width: 21px;
	height: 21px;
	z-index: 10;
	background: transparent;
	color: white;
	text-shadow: 0 1px 0 #333;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	right: 0;
}
.islamerp .secondary_menu.oe_folded .oe_toggle_secondary_menu {
	position: static;
	border-left: none;
	border-bottom: 1px solid #282828;
	width: 21px;
	height: 21px;
	background: #818181;
}
.islamerp .secondary_menu.oe_folded .oe_toggle_secondary_menu span.oe_menu_fold {
	display: none;
}
.islamerp .secondary_menu.oe_unfolded .oe_toggle_secondary_menu span.oe_menu_unfold {
	display: none;
}
.islamerp .secondary_menu {
	width: 200px;
	min-width: 200px;
	border-right: 1px solid #3C3C3C;
	border-bottom: 1px solid #5A5858;
	background: #5A5858;
	vertical-align: top;
	height: 100%;
	display: block;
	position: relative;
	font-size: 85%;
}
.islamerp .secondary_menu.oe_folded {
	width: 20px;
	min-width: 20px;
	position: static;
}
.islamerp .secondary_menu.oe_folded .oe_secondary_menu.active {
	position: absolute;
	z-index: 100;
	border: 4px solid #585858;
	border-color: rgba(88, 88, 88, .5);
	border-radius: 4px;
	min-width: 200px;
}
.islamerp .secondary_menu a {
	display: block;
	padding: 0 5px 2px 5px;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
	color: white;
	text-shadow: 0 1px 0 #333;
}
.islamerp .oe_secondary_submenu {
	background: #5A5858;
}
.islamerp .secondary_menu a.oe_secondary_menu_item {
	background: #949292; /* Old browsers */
	background: -moz-linear-gradient(top, #949292 0%, #6d6b6b 87%, #282828 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #949292), color-stop(87%, #6d6b6b), color-stop(99%, #282828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #949292 0%, #6d6b6b 87%, #282828 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #949292 0%, #6d6b6b 87%, #282828 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #949292 0%, #6d6b6b 87%, #282828 99%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#282828', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #949292 0%, #6d6b6b 87%, #282828 99%); /* W3C */
    /* for ie9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#5B5A5A', GradientType=0 ); /* IE6-9 */
	white-space: nowrap;
	color: white;
	text-shadow: 0 1px 0 #333;
}
.islamerp a.oe_secondary_submenu_item {
	padding: 0 5px 2px 10px;
}
.islamerp a.oe_secondary_submenu_item, .islamerp a.oe_secondary_menu_item {
	overflow: hidden;
	text-overflow: ellipsis;
}
.islamerp a.oe_secondary_submenu_item:hover, .islamerp a.oe_secondary_submenu_item.leaf.active {
	display: block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 11%, #afafaf 86%, #333333 91%, #5a5858 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(11%, #d8d8d8), color-stop(86%, #afafaf), color-stop(91%, #333333), color-stop(96%, #5a5858)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 11%, #afafaf 86%, #333333 91%, #5a5858 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #d8d8d8 11%, #afafaf 86%, #333333 91%, #5a5858 96%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #d8d8d8 11%, #afafaf 86%, #333333 91%, #5a5858 96%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#5A5858', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #d8d8d8 11%, #afafaf 86%, #333333 91%, #5a5858 96%); /* W3C */
	padding: 0 5px 2px 10px;
	line-height: 20px;
	color: #3f3d3d;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}
.islamerp a.oe_secondary_submenu_item.submenu.opened span:before {
	content: "\25be";
}
.islamerp a.oe_secondary_submenu_item.submenu span:before {
	content: "\25b8";
}
/* Header */
.islamerp .header {
	height: 65px;
	background: url("../img/header-background.png") repeat-x scroll left top transparent;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 0 #333333;
}
.islamerp .company_logo_link {
	display: block;
	float: left;
	height: 63px;
	width: 200px;
	border: 1px solid white;
	border-right-color: black;
	border-bottom-color: black;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #CECECE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CECECE));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CECECE', GradientType=0 );
}
.islamerp .company_logo {
	margin-top: 7px;
	margin-left: 10px;
	display: block;
	background: url(../img/logo.png);
	width: 180px;
	height: 46px;
}
.islamerp .header_title {
	float: left;
	font-size: 100%;
	margin: 0;
	padding: 4px 10px;
	text-shadow: 0 1px 0 #111111;
	font-weight: normal;
	line-height: 14px;
}
.islamerp .header_title small {
	color: #ccc;
	font-size: 90%;
	font-weight: normal;
}
.islamerp .header_corner {
	float: right;
}
.islamerp .header_corner .block {
	float: left;
	height: 34px;
	line-height: 34px;
	/*background: url(.css/.../images/top-sep-a.png) no-repeat;*/
	border-left: 1px solid #6a6a6a;
	background: #828282;
	background: -moz-linear-gradient(top, #828282 0%, #4D4D4D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #4D4D4D));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#4D4D4D', GradientType=0 );
}
.islamerp .header_corner .block a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 10px;
}
.islamerp .header_corner .block a:hover {
	background: #929292;
	background: -moz-linear-gradient(top, #929292 0%, #4D4D4D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #4D4D4D));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#4D4D4D', GradientType=0 );
}
.islamerp .header_corner ul.block {
	list-style: none;
	height: 34px;
	margin: 0;
	padding: 0 0 0 2px;
	line-height: 33px;
}
.islamerp .header_corner ul.block li {
	float: left;
}
.islamerp .header_corner ul.block li a {
	padding: 0 5px;
	position: relative;
	line-height: 32px;
}
.islamerp .header_corner ul.block li a img {
	vertical-align: middle;
}
.islamerp .header_corner ul.block li a small {
	position: absolute;
	right: 0;
	top: 5px;
	padding: 1px 4px 2px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	line-height: 1em;
	font-weight: bold;
}
.islamerp .logout {
	font-size: 80%;
}
/* Footer */
.islamerp div.oe_footer {
	background: none repeat scroll 0 0 #CCCCCC;
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
}
.islamerp div.oe_footer p.oe_footer_powered {
	left: 50%;
	margin: 0;
	padding: 0 15px;
	color: #666666;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}
.islamerp div.oe_footer p.oe_footer_powered a {
	text-decoration: none;
	color: #666666;
}
/* Main Application */
.islamerp .oe-main-content {
	padding: 0;
	height: 100%;
}
.islamerp h2.oe_view_title {
	font-size: 110%;
	font-weight: normal;
	color: #252424;
	text-shadow: white 0 1px 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	float: right;
}
.islamerp div[id^="notebook"] .oe_view_title {
	font-size: 85%;
	padding-bottom: 4px;
}
/* View Manager */
.islamerp .oe_vm_switch {
	float: left;
}
.islamerp .oe-view-manager-header .oe_view_title {
	font-size: 150%;
	font-size: 18px;
	font-weight: 200;
	padding: 2px 0 0 0;
}
/* SearchView */
.islamerp .oe_searchview_field > div {
	position: relative;
	white-space: nowrap;
}
.islamerp .oe_searchview_field .oe_input_icon {
	top: auto;
	bottom: 3px;
}
.islamerp .filter_label, .islamerp .filter_icon {
	background: #F0F0F0;
	border: 1px solid #999;
	background: -moz-linear-gradient(top, #F0F0F0 0%, #C0C0C0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #C0C0C0));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#C0C0C0', GradientType=0 );
}
.islamerp .filter_label:hover, .islamerp .filter_icon:hover {
	background: #F0F0F0;
	background: -moz-linear-gradient(top, #F0F0F0 0%, #A1A7CE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #A1A7CE));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#A1A7CE', GradientType=0 );
}
.islamerp .filter_label:active, .islamerp .filter_icon:active {
	background: #aaa;
	background: -moz-linear-gradient(top, #999999 0%, #EEEEEE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #EEEEEE));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#EEEEEE', GradientType=0 );
}
.islamerp .filter_label.enabled, .islamerp .filter_icon.enabled {
	background: #aaa;
	filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.islamerp .filter_icon {
	height: 22px;
	padding: 1px 2px 0 2px;
	margin: 0;
	vertical-align: bottom;
}
.islamerp .filter_label_right {
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #EEE 0 1px 0;
	color: #4C4C4C;
	white-space: nowrap;
	min-height: 40px;
	min-width: 75px;
	padding: 2px 4px;
	padding-right:10px;
	margin: 0;
}

.islamerp .filter_label_left {
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #EEE 0 1px 0;
	color: #4C4C4C;
	white-space: nowrap;
	min-height: 40px;
	min-width: 75px;
	padding: 2px 4px;
	margin: 0;
}

.islamerp .filter_label_group {
	padding-right: 0.4em;
	white-space: nowrap;
}
.islamerp .filter_label_group button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 7px;
	border-right: none;
}
.islamerp .filter_label_group button:first-child {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	/*border-left: none;*/
}
.islamerp .filter_label_group button:last-child {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-right: 1px solid #999;
}
.islamerp .filter_label_group button.filter_icon img {
	padding: 1px 8px 0 8px;
}
.islamerp .filter_label_group button.filter_icon:first-child {
	border-left: solid 1px #999;
	margin-left: -7px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.islamerp .searchview_group_string {
	display: block;
	color: #7D7979;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	text-decoration: none;
}
.islamerp .searchview_group_string:hover {
	background-color: #ccc;
}
.islamerp .searchview_group.folded .searchview_group_string {
	background: url("../img/ui/group-folded.png") no-repeat scroll 0 50%;
}
.islamerp .searchview_group.folded .searchview_group_content {
	display: none;
}
.islamerp .searchview_group.expanded .searchview_group_string {
	background: url("../img/ui/group-expanded.png") no-repeat scroll 0 50%;
}
.islamerp .searchview_group.expanded .searchview_group_content {
	display: block;
	padding-bottom: 3px;
}
.islamerp .searchview_group_content .oe_label, .islamerp .searchview_group_content .oe_label_help {
	font-weight: bold;
	color: #4c4c4c;
}
.islamerp .oe-searchview-render-line .oe_label, .islamerp .oe-searchview-render-line .oe_label_help {
	font-weight: bold;
	font-size: 80%;
	white-space: nowrap;
}
.islamerp .searchview_extended_group {
	padding: 3px;
	margin: 2px;
}
.islamerp .searchview_extended_group .oe_adv_filters_and {
	border-bottom: 1px solid #8E8E8E;
	text-align: center;
	margin-top: -10px;
}
.islamerp .searchview_extended_group .oe_adv_filters_and span {
	background: #F0EEEE;
	position: relative;
	top: 0.5em;
	padding: 0 1em 0 1em;
	color: #8E8E8E;
}
.islamerp .searchview_extended_group.last_group .oe_adv_filters_and {
	display: none;
}
.islamerp .oe_search-view-buttons {
	padding: 2px 0 10px 0;
	vertical-align: middle;
}
.islamerp .oe_search-view-filters-management {
	float: right;
}
.islamerp .oe_search-view-filters-management, .islamerp .oe_search-view-custom-filter-btn {
	float: right;
}
.islamerp .searchview_extended_add_proposition span {
	font-size: 0.9em;
	background: url(../img/icons/gtk-add.png) repeat-y;
	padding-left: 18px;
}
.islamerp .searchview_extended_delete_group {
	float: right;
	display: none;
}
.islamerp .searchview_extended_delete_prop {
	text-decoration: none;
}
.islamerp .searchview_extended_delete_group span, .islamerp .searchview_extended_delete_prop span {
	font-size: 0.9em;
	background: url(../img/icons/gtk-close.png) repeat-y;
	padding-left: 18px;
}
/* List */
.islamerp table.oe-listview-content {
	clear: right;
	width: 100%;
	border-spacing: 0;
	border: 1px solid silver;
}
.islamerp .oe-listview thead table {
	width: 100%;
	border: none;
}
.islamerp .oe-listview tr.odd {
	background-color: #f3f3f3;
}
.islamerp .oe-listview tbody tr:hover {
	background-color: #ecebf2;
}
.islamerp .oe-listview tbody tr:hover {
	background-color: #eae9f0;
}
.islamerp .oe-listview thead table tr, .islamerp .oe-listview thead table tr:hover {
	background: none;
}
.islamerp .oe-listview > table > tbody > tr > td, .islamerp .oe-listview th {
	vertical-align: middle;
	text-align: right;
	padding: 1px 2px;
}
.islamerp .oe-record-delete button, .islamerp button.oe-edit-row-save {
	border: none;
	height: 12px;
	width: 12px;
	background: url("../img/iconset-b-remove.png") no-repeat scroll center center transparent;
	cursor: pointer;
}
.islamerp button.oe-edit-row-save {
	background-image: url('../img/icons/save-document.png');
}
/* Could use :not selectors if they were supported by MSIE8.. */
.islamerp .oe-listview > table > tbody > tr > td {
	border-left: 1px solid #dadada; /*currently commenting to test with no vertical lines in list view*/
}
.islamerp .oe-listview tbody td:first-child, .islamerp .oe-listview tbody td.oe-button, .islamerp .oe-listview tbody td.oe-button, .islamerp .oe-listview tbody th.oe-record-selector, .islamerp .oe-listview tbody td.oe-record-delete {
	border-left: none;
}
.islamerp .oe-listview td.oe-record-delete {
	text-align: right;
}
.islamerp .oe-listview th.oe-sortable {
	cursor: pointer;
	font-size: 85%;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	padding-left: 3px;
	color: #333;
	text-align: center;
}
.islamerp .oe-listview th.oe-sortable .ui-icon {
	height: 60%;
	margin: -6px 0 0;
	display: inline;
	display: inline-block;
	vertical-align: middle;
}
.islamerp .oe-listview > table > tbody > tr > td {
	border-bottom: 1px solid #E3E3E3;
}
.islamerp .oe-listview td.oe-actions {
	border-bottom: none;
}
.islamerp .oe-listview .oe-record-selector, .islamerp .oe-listview .oe-record-edit-link {
	border-bottom: 1px solid #E3E3E3;
}
.islamerp .oe-listview .oe-record-edit-link {
	cursor: pointer;
}
.islamerp .oe-listview .oe-field-cell {
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
}
.islamerp .oe-listview .oe-field-cell progress {
	width: 100%;
}
.islamerp .oe-listview .oe-field-cell.oe-button button, .islamerp .oe-listview .oe_form_button button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	width: 16px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.islamerp .oe-listview .oe-field-cell button:active {
	opacity: 0.5;
}
.islamerp .oe-listview .oe-field-cell button img {
	cursor: pointer;
}
.islamerp .oe-listview .oe-field-cell button img:hover {
	opacity: 0.75;
}
.islamerp .oe-listview .oe-field-cell .oe-listview-button-disabled img {
	opacity: 0.5;
}
.islamerp .oe-listview th.oe-actions {
	text-align: center;
	white-space: nowrap;
}
.islamerp .oe-listview th.oe-list-pager {
	text-align: left;
	white-space: nowrap;
}
.islamerp .oe-list-pager .oe-pager-state {
	cursor: pointer;
	font-size: 90%;
	color: #555;
}
.islamerp .oe_button.oe_button_pager, .islamerp .oe-list-pager > span, .islamerp .oe_form_pager > span {
	line-height: 17px;
	height: 17px;
	cursor: pointer;
	color: gray;
	font-weight: bold;
	vertical-align: middle;
}
.islamerp .oe_button.oe_button_pager, .islamerp .oe_button.oe_button_pager:disabled {
	padding: 0 3px 0 3px;
	margin: 0;
	height: 17px;
}
.islamerp .oe-listview .oe-group-name {
	padding-right: 1em;
}
.islamerp .oe-listview .oe-group-name, .islamerp .oe-listview .oe-group-pagination {
	white-space: nowrap;
}
.islamerp .oe-listview tfoot td {
	padding: 3px 3px 0;
}
.islamerp .oe-listview .oe-list-footer {
	text-align: center;
	white-space: nowrap;
	color: #444;
	font-size: 85%;
}
.islamerp .oe-listview .oe-list-footer span {
	margin: 0 1em;
}
.islamerp .oe-listview .oe-list-footer progress {
	vertical-align: -10% !important;
	width: 100%;
}
/** list rounded corners

    rounded corners are a pain on tables: need to round not only table, but
    also on the first and last children of the first and last row
 */
.islamerp .oe-listview table.oe-listview-content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.islamerp .oe-listview table.oe-listview-content thead tr:first-child th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.islamerp .oe-listview table.oe-listview-content thead tr:first-child th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;/*text-align: center;*/
}
.islamerp .oe-listview table.oe-listview-content tfoot tr:last-child th:first-child, .islamerp .oe-listview table.oe-listview-content tfoot tr:last-child td:first-child, .islamerp .oe-listview table.oe-listview-content tbody:last-child tr:last-child th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.islamerp .oe-listview table.oe-listview-content tfoot tr:last-child th:last-child, .islamerp .oe-listview table.oe-listview-content tfoot tr:last-child td:last-child, .islamerp .oe-listview table.oe-listview-content tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
/* Notebook */
.islamerp .oe_form_notebook {
	padding: 0;
	background: none;
	border-width: 0;
}
.islamerp .oe_form_notebook .ui-tabs-panel {
	padding: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.islamerp .oe_form_notebook ul.ui-tabs-nav {
	padding-left: 0;
	background: transparent;
	border-width: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	line-height: 0.8em;
	font-size: 95%;
	color: #555;
}
.islamerp .oe_form_notebook ul.ui-tabs-nav li {
	font-weight: bold;
}
.islamerp .oe_form_notebook .ui-tabs-panel {
	background: #f9f9f9;
	border-width: 1px;
}
.islamerp .oe_form_notebook .ui-tabs-selected {
	background: #f9f9f9;
}
/* Unedit Form */
.islamerp .field_char, .islamerp .field_date, .islamerp .field_float, .islamerp .field_selection, .islamerp a.oe_form_uri {
	vertical-align: middle;
	padding-top: 3px;
	font-size: 90%;
	color: #222;
}
.islamerp a.oe_form_uri {
	color: #9A0404;
	line-height: 12px;
}
/* Form */
.islamerp .oe_form_button_save_dirty {
	display: none;
}
.islamerp .oe_form_dirty > .oe_form_header > .oe_form_buttons > .oe_form_button_save {
	color: white;
	background: #dc5f59;
	background: -moz-linear-gradient(#dc5f59, #b33630);
	background: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
	background: -webkit-linear-gradient(#dc5f59, #b33630);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-box-shadow: none;
	font-weight: bold;
}
.oe_form_button_change {
	color: white;
	box-shadow: none;
	background: -moz-linear-gradient(rgb(220, 95, 89), rgb(179, 54, 48)) repeat scroll 0% 0% transparent;
	font-weight: bold;
}
.islamerp .oe_form_frame_cell input[type="checkbox"] {
	margin-top: 3px;
	vertical-align: middle;
}
.islamerp .oe_form_frame_cell .input[type="text"] {
	padding-bottom: 1px;
}
.islamerp table.oe_frame td {
	color: #4c4c4c;
}
.islamerp td.oe_form_frame_cell {
	padding: 2px;
	position: relative;
}
.islamerp .oe_frame.oe_forms {
	clear: both;
}
.islamerp table.oe_frame {
	color: #4c4c4c;
}
.islamerp fieldset.oe_group_box {
	border: 1px solid #AAAAAA;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #F9F9F9;
	padding: 4px;
}
.islamerp fieldset.oe_group_box legend {
	font-weight: bold;
}
.islamerp td.oe_form_frame_cell {
	padding: 2px;
	position: relative;
}
.islamerp td.oe_form_field_translatable, .islamerp td.oe_form_field_many2one, .islamerp td.oe_form_field_date, .islamerp td.oe_form_field_datetime {
	white-space: nowrap;
}
.islamerp td.oe_form_field_boolean {
	padding-top: 4px;
}
.islamerp td.oe_form_frame_cell.oe_form_group {
	padding: 0;
}
.islamerp .required.error {
	border: 1px solid #900;
}
.islamerp .oe_form_buttons, .islamerp .oe_list_buttons {
	float: left;
}
.islamerp .oe_form_pager, .islamerp .oe_list_pager {
	float: right;
	font-size: 80%;
	color: gray;
	font-weight: bold;
}
.islamerp .oe_form_pager {
	margin-right: 3px;
}
.islamerp label.oe_label_help, .islamerp label.oe_label, .islamerp .oe_form_paragraph, .islamerp .oe_form_field_statusbar, .islamerp .oe_forms input[type="text"], .islamerp .oe_forms input[type="password"], .islamerp .oe_forms input[type="file"], .islamerp .oe_forms select, .islamerp .oe_forms .oe_button, .islamerp .oe_forms textarea {
	font-size: 100%;
	font-size: 13px;
}
.islamerp label.oe_label_help, .islamerp label.oe_label {
	display: block;
	/*    color: #4c4c4c;*/
	font-weight: normal;
}
.islamerp label.oe_label_help {
	cursor: help;
}
.islamerp .oe_form_frame_cell .oe_label, .islamerp .oe_form_frame_cell .oe_label_help {
	font-weight: normal;
}
.islamerp #tiptip_content {
	font-size: 12px;
}
.islamerp .oe_tooltip_string {
	color: #FD5;
	font-weight: bold;
	font-size: 13px;
}
.islamerp .oe_tooltip_help {
	white-space: pre-wrap;
}
.islamerp .oe_tooltip_technical {
	padding: 0 0 4px 0;
	margin: 5px 0 0 15px;
	list-style: circle;
}
.islamerp .oe_tooltip_technical_title {
	font-weight: bold;
}
.islamerp .oe_forms label.oe_label, .islamerp .oe_forms label.oe_label_help {
	margin: 3px 0 0 3px;
	white-space: nowrap;
	font-size: 12px;
}
.islamerp .oe_forms .searchview_group_content label.oe_label, .islamerp .searchview_group_content .oe_forms label.oe_label_help { /* making a distinction between labels in search view and other labels */
	margin: 3px 0 0 3px;
}
.islamerp label.oe_label_help span {
	font-size: 80%;
	color: darkgreen;
	vertical-align: top;
	position: relative;
	top: -4px;
	padding: 0 2px;
}
.islamerp .oe_align_left {
	text-align: left;
}
.islamerp .oe_align_right {
	text-align: right;
}
.islamerp .oe_align_center {
	text-align: center;
}
.islamerp .oe_align_right_req {
	text-align: right;
	color: #F00;
}
.islamerp .oe_align_center {
	text-align: center;
}
.islamerp .oe_forms .oe_form_paragraph {
	margin: 3px 0 0 0;
	white-space: normal;
}
.islamerp .oe_forms .oe_form_paragraph.oe_multilines {
	white-space: pre;
}
.islamerp .oe_form_field_one2many .oe-actions h3.oe_view_title, .islamerp .oe_form_field_one2many_list .oe-actions h3.oe_view_title {
	display: inline;
	margin: 0 0.5em 0 0;
}
.islamerp .oe_forms .oe-listview th.oe-sortable .ui-icon, .islamerp .oe_forms .oe-listview th.oe-sortable .ui-icon {
	height: 100%;
	margin-top: -9px;
}
.islamerp table.oe_frame .oe-listview-content td {
	color: inherit;
}
/* Uneditable Form View */
.islamerp .oe_form_readonly {
}
.islamerp .oe_form_readonly .oe_form_frame_cell .field_text, .islamerp .oe_form_readonly .field_char, .islamerp .oe_form_readonly .field_int, .islamerp .oe_form_readonly .field_float, .islamerp .oe_form_readonly .field_email, .islamerp .oe_form_readonly .field_date, .islamerp .oe_form_readonly .field_selection, .islamerp .oe_forms_readonly .oe_form_field_many2one {
	padding: 3px 2px 2px 2px;
	background-color: white;
	height: 17px;
}
.islamerp .oe_form_readonly .oe_form_frame_cell .field_text {
	height: auto;
}
.islamerp .oe_form_readonly .field_datetime {
	padding: 1px 2px 2px 2px;
	background-color: white;
	height: 19px;
}
.islamerp .oe_form_readonly .oe_form_field_many2one div {
	background-color: white;
	height: 18px;
	margin-bottom: 1px;
	padding: 0px 2px 5px 2px;
}
.islamerp .oe_form_readonly .oe_form_field_email div {
	background-color: white;
	padding: 1px 2px 3px 2px;
}
.islamerp .oe_form_readonly .oe_form_field_text div.field_text, .islamerp .oe_form_readonly .oe_form_field_text_html div.field_text_html {
	white-space: pre-wrap;
}
.islamerp .oe_form_readonly .oe_form_frame_cell .field_text {
	min-height: 100px;
}
/* Inputs */
.islamerp .oe_forms input[type="text"], .islamerp .oe_forms input[type="password"], .islamerp .oe_forms input[type="file"], .islamerp .oe_forms select, .islamerp .oe_forms textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2px;
	margin: 0 2px;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: white;
	min-width: 90px;
	color: #1f1f1f;
}
.islamerp .oe_forms input.field_many2one, .islamerp .oe_forms input.field_binary, .islamerp .oe_forms input.field_binary, .islamerp .oe_forms input.field_email, .islamerp .oe_forms input.field_url {
	border-left: none;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.islamerp .oe_button.oe_field_button {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-right: -8px;
	height: 22px;
}
.islamerp .oe_form_field_email button img, .islamerp .oe_form_field_url button img {
	vertical-align: top;
}
/* vertically recentering filter management select tag */
.islamerp select.oe_search-view-filters-management {
	margin-top: 2px;
}
.islamerp .oe_forms select {
	padding-top: 2px;
}
.islamerp .oe_forms input[readonly], .islamerp .oe_forms select[readonly], .islamerp .oe_forms textarea[readonly], .islamerp .oe_forms input[disabled], .islamerp .oe_forms select[disabled], .islamerp .oe_forms textarea[disabled] {
	background: #E5E5E5 !important;
	color: #666;
}
.islamerp .oe_forms textarea {
	resize: vertical;
}
.islamerp .oe_forms input[type="text"], .islamerp .oe_forms input[type="password"], .islamerp .oe_forms input[type="file"], .islamerp .oe_forms select, .islamerp .oe_forms .oe_button {
	height: 22px;
}
.islamerp .oe_forms input.field_datetime {
	min-width: 11em;
}
.islamerp .oe_forms .oe_form_button .oe_button {
	color: #4c4c4c;
	white-space: nowrap;
	min-width: 100%;
	width: 100%;
}
@-moz-document url-prefix() {
    /* Strange firefox behaviour on width: 100% + white-space: nowrap */
    .islamerp .oe_forms .oe_form_button .oe_button {
 width: auto;
}
}
/* IE Hack - for IE < 9
 * Avoids buttons overflow
 * */
.islamerp .oe_forms .oe_form_button .oe_button {
	min-width: auto\9;
}
.islamerp .oe_forms .button {
	height: 22px;
}
.islamerp .oe_forms .oe_button span {
	position: relative;
	vertical-align: top;
}
.islamerp .oe_input_icon {
	cursor: pointer;
	margin: 3px 0 0 -21px;
	vertical-align: top;
}
.islamerp .oe_datepicker_container {
	display: none;
}
.islamerp .oe_datepicker_root {
	display: inline-block;
}
.islamerp .oe_form_frame_cell .oe_datepicker_root {
	width: 100%;
}
.islamerp .oe_input_icon_disabled {
	position: absolute;
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity=50);
	right: 5px;
	top: 3px;
}
.islamerp .oe_trad_field.touched {
	border: 1px solid green !important;
}
/* http://www.quirksmode.org/dom/inputfile.html
 * http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
 */
.islamerp .oe-binary-file-set {
	overflow: hidden;
	position: relative;
}
.islamerp input.oe-binary-file {
	z-index: 0;
	line-height: 0;
	font-size: 50px;
	position: absolute;
	/* Should be adjusted for all browsers */
	top: -1px;
	right: -1px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity=0)";
	margin: 0;
	padding: 0;
	width: 37px;
}
/* Widgets */
.islamerp .separator {
	border: 0 solid #666;
}
.islamerp .separator.horizontal {
	font-weight: bold;
	border-bottom-width: 1px;
	margin: 3px 4px 3px 1px;
	height: 17px;
	font-size: 95%;
}
.islamerp .separator.horizontal:empty {
	height: 5px;
}
.islamerp .oe_form_frame_cell.oe_form_separator_vertical {
	border-left: 1px solid #666;
}
.islamerp td.required input, .islamerp td.required select {
	/*background-color: #FF0000 !important;*/
	border-color: #F66 !important;
}
.islamerp td.invalid input, .islamerp td.invalid select, .islamerp td.invalid textarea {
	background-color: #F66 !important;
	border: 1px solid #D00 !important;
}
.islamerp div.oe-progressbar span {
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: bold;
}
/* jQuery UI override */
.islamerp .ui-widget {
	font-size: 12px;
}
.islamerp .oe_form_field_progressbar .ui-progressbar {
	height: 22px;
	font-size: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: white;
	min-width: 90px;
}
.islamerp tbody.ui-widget-content {
	margin-bottom: 10px;
	border-spacing: 4px;
}
.islamerp .ui-widget-header {
	background: white none;
}
/* progress bars */
.islamerp .ui-progressbar .ui-widget-header {
	background: #cccccc url(../lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}
/* Sidebar */
.islamerp .view-manager-main-table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	height: 100%;
}
.islamerp .view-manager-main-table tbody {
	vertical-align: top;
}
.islamerp .oe-view-manager-header {
	overflow: auto;
	background: url("../img/sep-a.gif") 0 100% repeat-x;
	margin: 6px 0 6px 2px;
}
.islamerp .oe_form_frame_cell .oe-view-manager-header { /* Trick: remove the background when element is in a formular */
	background: none;
}
.islamerp .oe-view-manager-header h2 {
	float: right;
}
.islamerp .oe_view_manager_menu_tips blockquote {
	display: none;
	font-size: 85%;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #CECBCB;
	padding: 1px 10px;
	color: #4C4C4C;
}
.islamerp .oe_view_manager_menu_tips blockquote p {
	margin: 0;
	padding: 6px 1px 4px;
}
.islamerp .oe_view_manager_menu_tips blockquote div {
	text-align: right;
	margin-right: 10px;
}
.islamerp .oe_view_manager_menu_tips blockquote div button {
	border: none;
	background: none;
	padding: 0 4px;
	margin: 0;
	display: inline;
	text-decoration: underline;
	color: inherit;
}
.islamerp .oe-view-manager-logs {
	clear: both;
	background: #fff;
	margin: 0.25em 0;
	font-size: 85%;
	color: #4C4C4C;
	position: relative;
	overflow: hidden;
}
.islamerp .oe-view-manager-logs ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
.islamerp .oe-view-manager-logs li:before {
	content: '\2192 ';
}
.islamerp .oe-view-manager-logs a {
	text-decoration: none;
	color: inherit;
}
/* only display first three log items of a folded logs list */
.islamerp .oe-view-manager-logs.oe-folded li:nth-child(n+4) {
	display: none;
}
/* display link to more logs if there are more logs to view and the logview is
   currently folded */
.islamerp .oe-view-manager-logs a.oe-more-logs {
	display: none;
}
.islamerp .oe-view-manager-logs.oe-folded.oe-has-more a.oe-more-logs {
	display: block;
}
.islamerp .oe-view-manager-logs a.oe-remove-everything {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.islamerp .view-manager-main-sidebar {
	width: 180px;
	padding: 0;
	margin: 0;
}
.islamerp .sidebar-main-div {
	height: 98%;
	border-left: 1px solid #D2CFCF;
}
.islamerp .sidebar-content {
	padding: 0;
	margin: 0;
	width: 98%;
	height: 98%;
	font-size: 0.9em;
}
.islamerp .closed-sidebar .sidebar-content {
	width: 22px;
}
.islamerp .closed-sidebar .sidebar-content {
	display: none;
}
.islamerp .sidebar-main-div a {
	color: #555;
	text-decoration: none;
}
.islamerp .sidebar-main-div a:hover {
	color: black;
}
.islamerp .oe-sidebar-attachments-toolbar {
	margin: 4px 0 0 4px;
}
.islamerp .oe-sidebar-attachments-items {
	clear: both;
	padding-top: 5px !important;
}
.islamerp .oe-sidebar-attachments-items li {
	position: relative;
	padding: 0 0 3px 10px !important;
}
.islamerp .oe-sidebar-attachments-items li:hover {
	background: #ddd;
}
.islamerp .oe-sidebar-attachments-link {
	display: block;
	margin-right: 15px;
	overflow: hidden;
}
.islamerp .oe-sidebar-attachment-delete {
	position: absolute;
	left: 2px;
	top: 1px;
	overflow: hidden;
	width: 15px;
	height: 15px;
	padding: 1px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.islamerp .oe-sidebar-attachment-delete:hover {
	background-color: white;
}
.islamerp .view-manager-main-sidebar h2 {
	margin: 0;
	font-size: 1.15em;
	color: #8E8E8E;
	text-shadow: white 0 1px 0;
	padding-left: 10px;
	padding-right: 21px;
	height: 21px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ebe9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebe9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebe9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ebe9e9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ebe9e9 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBE9E9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #ebe9e9 100%); /* W3C */
	border: 1px solid #D2CFCF;
	border-right-width: 0;
	border-left-width: 0;
}
.islamerp .view-manager-main-sidebar h2 {
	border-top-width: 0;
}
.islamerp .view-manager-main-sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.islamerp .view-manager-main-sidebar li {
	display: block;
	padding: 3px 3px 3px 10px;
}
.islamerp .toggle-sidebar {
	cursor: pointer;
	border: 1px solid #D2CFCF;
	border-top-width: 0;
	display: block;
	background: url(../img/toggle-a-bg.png);
	width: 21px;
	height: 21px;
	z-index: 10;
}
.islamerp .open-sidebar .toggle-sidebar {
	margin-left: 158px;
	background-position: 21px 0;
	position: absolute;
}
.islamerp .closed-sidebar .toggle-sidebar {
	border-left: none;
}
.islamerp li.oe_sidebar_print {
	padding-left: 20px;
	background: 1px 3px url(../img/icons/gtk-print.png) no-repeat;
}
.islamerp .oe_sidebar_print ul {
	padding-left: 8px;
}
.islamerp.kitten-mode-activated .main_table {
	background: url(http://placekitten.com/g/1500/800) repeat;
}
.islamerp.kitten-mode-activated.clark-gable .main_table {
	background: url(http://amigrave.com/ClarkGable.jpg);
	background-size: 100%;
}
.islamerp.kitten-mode-activated .header {
	background: url(http://placekitten.com/g/211/65) repeat;
}
.islamerp.kitten-mode-activated .secondary_menu {
	background: url(http://placekitten.com/g/212/100) repeat;
}
.islamerp.kitten-mode-activated .menu {
	background: #828282;
	background: -moz-linear-gradient(top, #828282 0%, #4D4D4D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #4D4D4D));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#4D4D4D', GradientType=0 );
}
.islamerp.kitten-mode-activated .menu a {
	background: none;
}
.islamerp.kitten-mode-activated .menu span {
	background: none;
}
.islamerp.kitten-mode-activated .sidebar-content li a, .islamerp.kitten-mode-activated .oe-application .view-manager-main-content h2.oe_view_title, .islamerp.kitten-mode-activated .oe-application .view-manager-main-content a.searchview_group_string, .islamerp.kitten-mode-activated .oe-application .view-manager-main-content label {
	color: white;
}
.islamerp.kitten-mode-activated .menu, .islamerp.kitten-mode-activated .header_corner, .islamerp.kitten-mode-activated .header_title, .islamerp.kitten-mode-activated .secondary_menu div, .islamerp.kitten-mode-activated .oe-application, .islamerp.kitten-mode-activated .oe_footer, .islamerp.kitten-mode-activated .loading, .islamerp.kitten-mode-activated .ui-dialog {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.islamerp.kitten-mode-activated .header .company_logo {
	background: url(http://placekitten.com/g/180/46);
}
.islamerp.kitten-mode-activated .loading {
	background: #828282;
	border-color: #828282;
}
.islamerp .oe-m2o-drop-down-button {
	margin-left: -24px;
}
.islamerp .oe-m2o-drop-down-button img {
	margin-bottom: -4px;
	cursor: pointer;
}
.islamerp .oe-m2o input {
	border-right: none;
	margin-right: 0px !important;
	padding-bottom: 2px !important;
}
.islamerp .oe-m2o-disabled-cm {
	color: grey;
}
.islamerp ul[role="listbox"] li a {
	font-size: 80%;
}
.parent_top {
	vertical-align: text-top;
}
.islamerp .oe-dialog-warning p {
	padding-left: 1em;
	font-size: 1.2em;
	font-weight: bold;
}
.islamerp .dhx_mini_calendar {
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.islamerp .oe-treeview-table {
	width: 100%;
	background-color : #FFFFFF;
	border-spacing: 0;
}
.islamerp .oe-treeview-table tr:hover {
	color: blue;
	background-color : #D8D8D8;
}
.treeview-tr, .treeview-td {
	cursor: pointer;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #CFCCCC;
}
.islamerp .oe-treeview-table .oe-number {
	text-align: right !important;
}
.treeview-tr span, .treeview-td span {
	font-size: 90%;
	font-weight: normal;
	white-space: nowrap;
	display: block;
}
.treeview-tr.oe-treeview-first {
	background: transparent url(../img/expand.gif) 0 50% no-repeat;
}
.oe-open .treeview-tr.oe-treeview-first {
	background-image: url(../img/collapse.gif);
}
.treeview-tr.oe-treeview-first span, .treeview-td.oe-treeview-first span {
	margin-left: 16px;
}
.treeview-header {
	vertical-align: top;
	background-color : #D8D8D8;
	white-space: nowrap;
	text-align: left;
	padding: 4px 5px;
}
/* Shortcuts*/
.oe-shortcut-toggle {
	height: 20px;
	margin-top: 3px;
	padding: 0;
	width: 24px;
	cursor: pointer;
	display: block;
	background: url(../img/add-shortcut.png) no-repeat center center;
	float: right;
}
.oe-shortcut-remove {
	background: url(../img/remove-shortcut.png) no-repeat center center;
}
.oe-shortcuts {
	position: absolute;
	margin: 0;
	padding: 6px 15px;
	top: 37px;
	left: 197px;
	right: 0;
	height: 17px;
	line-height: 1.2;
}
.oe-shortcuts ul {
	display: block;
	overflow: hidden;
	list-style: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.oe-shortcuts li {
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	display: inline; /*IE7 */
	color: #fff;
	text-align: center;
	border-left: 1px solid #909090;
	padding: 0 4px;
	font-size: 80%;
	font-weight: normal;
	vertical-align: top;
}
.oe-shortcuts li:hover {
	background-color: #666;
}
.oe-shortcuts li:first-child {
	border-left: none;
	padding-left: 0;
}
ul.oe-arrow-list {
	padding-left: 1.1em;
	white-space: nowrap;
	float: left;
	margin-top: 1%;
	margin-right: 0;
	margin-bottom: 1%;
	margin-left: 0;
}
ul.oe-arrow-list li {
	display: inline-block;
	margin-left: -1em;
	float: left;
}
ul.oe-arrow-list li span {
	vertical-align: top;
	display: inline-block;
	border: 1em solid #DEDEDE;
	line-height: 0em;
	font-size: 13px;
}
ul.oe-arrow-list .oe-arrow-list-before {
	border-left-color: rgba(0,0,0,0);
	border-right-width: 0;
}
ul.oe-arrow-list .oe-arrow-list-after {
	border-color: rgba(0,0,0,0);
	border-left-color: #DEDEDE;
	border-right-width: 6px;
}
ul.oe-arrow-list li.oe-arrow-list-selected span {
	border-color: #B5B9FF;
}
ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-before {
	border-left-color: rgba(0,0,0,0);
}
ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-after {
	border-color: rgba(0,0,0,0);
	border-left-color: #B5B9FF;
}
ul.oe-arrow-list li.oe-arrow-list-approved span {
	border-color: #94DD4A;
}
ul.oe-arrow-list li.oe-arrow-list-approved .oe-arrow-list-before {
	border-left-color: rgba(0,0,0,0);
}
ul.oe-arrow-list li.oe-arrow-list-approved .oe-arrow-list-after {
	border-color: rgba(0,0,0,0);
	border-left-color: #94DD4A;
}
ul.oe-arrow-list li.oe-arrow-list-refused span {
	border-color: #FF0000;
	color: #FFF;
}
ul.oe-arrow-list li.oe-arrow-list-refused .oe-arrow-list-before {
	border-left-color: rgba(0,0,0,0);
}
ul.oe-arrow-list li.oe-arrow-list-refused .oe-arrow-list-after {
	border-color: rgba(0,0,0,0);
	border-left-color: #FF0000;
}
.islamerp ul.oe-arrow-list li:first-child span:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.islamerp ul.oe-arrow-list li:last-child span:last-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.islamerp .oe_view_editor {
	width: 100%;
	border-collapse : collapse;
	margin-left: -12px;
	width: 100%;
	background-color : white;
	border-spacing: 0;
}
.islamerp .oe_view_editor td {
	text-align: center;
	white-space: nowrap;
	border: 1px solid #D8D8D8;
	cursor: pointer;
	font-size: 90%;
}
.islamerp .oe_view_editor_field td {
	border: 0px !important;
}
.islamerp .oe_view_editor tr:hover {
	background-color: #ecebf2;
}
/* Dialog traceback cases */
.islamerp .oe_error_detail {
	display: block;
}
.islamerp .oe_error_send {
	display: block;
}
.islamerp .oe_fielddiv {
	display: inline-block;
	width: 100%;
}
.islamerp .oe_fielddiv input[type=text], textarea {
	width: 100%;
}
/* for Alignment center */
.islamerp .oe_centeralign {
	text-align: center;
}
.islamerp .oe_applications_tiles {
	color: #4C4C4C;
	text-shadow: #EEE 0 1px 0;
	margin: 0 20px;
}
.islamerp .oe_vm_switch {
	margin: 2px 0 0 0;
}
.islamerp .oe_vm_switch_form, .islamerp .oe_vm_switch_page, .islamerp .oe_vm_switch_tree, .islamerp .oe_vm_switch_list, .islamerp .oe_vm_switch_graph, .islamerp .oe_vm_switch_gantt, .islamerp .oe_vm_switch_calendar, .islamerp .oe_vm_switch_kanban, .islamerp .oe_vm_switch_diagram {
	background: url("../img/views-icons-a.png") repeat-x scroll left top transparent;
	/*overflow: hidden;*/
	width: 22px;
	height: 21px;
	border: none;
	background-position: 0px 0px;
}
.islamerp .oe_vm_switch_form span, .islamerp .oe_vm_switch_page span, .islamerp .oe_vm_switch_tree span, .islamerp .oe_vm_switch_list span, .islamerp .oe_vm_switch_graph span, .islamerp .oe_vm_switch_gantt span, .islamerp .oe_vm_switch_calendar span, .islamerp .oe_vm_switch_kanban span, .islamerp .oe_vm_switch_diagram span {
	display: none;
}
.islamerp .oe_vm_switch_list {
	background-position: 0px 0px;
}
.islamerp .oe_vm_switch_list:active, .islamerp .oe_vm_switch_list:hover, .islamerp .oe_vm_switch_list:focus, .islamerp .oe_vm_switch_list[disabled="disabled"] {
	background-position: 0px -21px;
}
.islamerp .oe_vm_switch_tree {
	background-position: 0px 0px;
}
.islamerp .oe_vm_switch_tree:active, .islamerp .oe_vm_switch_tree:hover, .islamerp .oe_vm_switch_tree:focus, .islamerp .oe_vm_switch_tree[disabled="disabled"] {
	background-position: 0px -21px;
}
.islamerp .oe_vm_switch_form {
	background-position: -22px 0px;
}
.islamerp .oe_vm_switch_form:active, .islamerp .oe_vm_switch_form:hover, .islamerp .oe_vm_switch_form:focus, .islamerp .oe_vm_switch_form[disabled="disabled"] {
	background-position: -22px -21px;
}
.islamerp .oe_vm_switch_page {
	background-position: -22px 0px;
}
.islamerp .oe_vm_switch_page:active, .islamerp .oe_vm_switch_page:hover, .islamerp .oe_vm_switch_page:focus, .islamerp .oe_vm_switch_page[disabled="disabled"] {
	background-position: -22px -21px;
}
.islamerp .oe_vm_switch_graph {
	background-position: -44px 0px;
}
.islamerp .oe_vm_switch_graph:active, .islamerp .oe_vm_switch_graph:hover, .islamerp .oe_vm_switch_graph:focus, .islamerp .oe_vm_switch_graph[disabled="disabled"] {
	background-position: -44px -21px;
}
.islamerp .oe_vm_switch_gantt {
	background-position: -66px 0px;
}
.islamerp .oe_vm_switch_gantt:active, .islamerp .oe_vm_switch_gantt:hover, .islamerp .oe_vm_switch_gantt:focus, .islamerp .oe_vm_switch_gantt[disabled="disabled"] {
	background-position: -66px -21px;
}
.islamerp .oe_vm_switch_calendar {
	background-position: -88px 0px;
}
.islamerp .oe_vm_switch_calendar:active, .islamerp .oe_vm_switch_calendar:hover, .islamerp .oe_vm_switch_calendar:focus, .islamerp .oe_vm_switch_calendar[disabled="disabled"] {
	background-position: -88px -21px;
}
.islamerp .oe_vm_switch_kanban {
	background-position: -110px 0px;
}
.islamerp .oe_vm_switch_kanban:active, .islamerp .oe_vm_switch_kanban:hover, .islamerp .oe_vm_switch_kanban:focus, .islamerp .oe_vm_switch_kanban[disabled="disabled"] {
	background-position: -110px -21px;
}
.islamerp .oe_vm_switch_diagram {
	background-position: 0px 0px;
}
.islamerp .oe_vm_switch_diagram:active, .islamerp .oe_vm_switch_diagram:hover, .islamerp .oe_vm_switch_diagram:focus, .islamerp .oe_vm_switch_diagram[disabled="disabled"] {
	background-position: 0px -21px;
}
/* Buttons 
.islamerp .oe_button:link, .islamerp .oe_button:visited, .islamerp .oe_button {
	display: inline-block;
	border: 1px solid #ababab;
	color: #404040;
	font-size: 12px;
	text-align: center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: auto auto !important;
	background-size: 100% 100%;
	background: #d8d8d8 none;
	background: none, -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
	background: none, -webkit-linear-gradient(#efefef, #d8d8d8);
	background: none, -moz-linear-gradient(#efefef, #d8d8d8);
	background: none, -o-linear-gradient(top, #efefef, #d8d8d8);
	background: none, -khtml-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
	background: -ms-linear-gradient(top, #efefef, #d8d8d8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8', GradientType=0 );
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-font-smoothing: antialiased;
	outline: none;
	/*float: right;*/
	/*padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;//////
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
}
.islamerp .oe_button:hover {
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: auto auto !important;
	background-size: 100% 100%;
	background: #e3e3e3 none;
	background: none, -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
	background: none, -webkit-linear-gradient(#f6f6f6, #e3e3e3);
	background: none, -moz-linear-gradient(#f6f6f6, #e3e3e3);
	background: none, -o-linear-gradient(top, #f6f6f6, #e3e3e3);
	background: none, -khtml-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
	background: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=0 );
	cursor: pointer;
}
.islamerp .oe_button:focus {
	border: 1px solid #80bfff;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: auto auto !important;
	background-size: 100% 100%;
	background: #e3e3e3, none;
	background: none, -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
	background: none, -webkit-linear-gradient(#f6f6f6, #e3e3e3);
	background: none, -moz-linear-gradient(#f6f6f6, #e3e3e3);
	background: none, -o-linear-gradient(top, #f6f6f6, #e3e3e3);
	background: none, -khtml-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
	background: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=0 );
	-moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	-webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	-o-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
}
.islamerp .oe_button:active, .islamerp .oe_button.active {
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6)) #1b468f;
	background: linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
	background: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f6f6f6', GradientType=0 );
	-moz-box-shadow: none, 0 0 0 transparent;
	-webkit-box-shadow: none, 0 0 0 transparent;
	-o-box-shadow: none, 0 0 0 transparent;
	box-shadow: none, 0 0 0 transparent;
}
.islamerp .oe_button.disabled, .islamerp .oe_button:disabled {
	background: #efefef !important;
	border: 1px solid #d1d1d1 !important;
	font-size: 12px;
	padding: 3px 10px;
 -moz-box-shadow: none !important, 0 0 0 transparent;
 -webkit-box-shadow: none !important, 0 0 0 transparent;
 -o-box-shadow: none !important, 0 0 0 transparent;
 box-shadow: none !important, 0 0 0 transparent;
	color: #aaaaaa !important;
	cursor: default;
	text-shadow: 0 1px 1px white !important;
}
.islamerp select.oe_search-view-filters-management {
	font-style: oblique;
	color: #999999;
}*/

/* Buttons */
.islamerp .oe_button:link, .islamerp .oe_button:visited, .islamerp .oe_button {
	display: inline-block;
	border: 1px solid #ababab;
	color: #404040;
	font-size: 12px;
	padding: 3px 10px;
	text-align: center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: auto auto !important;
	background-size: 100% 100%;
	background: #d8d8d8 none;
	background: none, -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
	background: none, -webkit-linear-gradient(#efefef, #d8d8d8);
	background: none, -moz-linear-gradient(#efefef, #d8d8d8);
	background: none, -o-linear-gradient(top, #efefef, #d8d8d8);
	background: none, -khtml-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
	background: -ms-linear-gradient(top, #efefef, #d8d8d8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8', GradientType=0 );
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-font-smoothing: antialiased;
	outline: none;
}
.islamerp .oe_button:hover {
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: auto auto !important;
	background-size: 100% 100%;
	background: #e3e3e3 none;
	background: none, -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
	background: none, -webkit-linear-gradient(#f6f6f6, #e3e3e3);
	background: none, -moz-linear-gradient(#f6f6f6, #e3e3e3);
	background: none, -o-linear-gradient(top, #f6f6f6, #e3e3e3);
	background: none, -khtml-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
	background: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=0 );
	cursor: pointer;
}
.islamerp .oe_button:focus {
	border: 1px solid #80bfff;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: auto auto !important;
	background-size: 100% 100%;
	background: #e3e3e3, none;
	background: none, -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
	background: none, -webkit-linear-gradient(#f6f6f6, #e3e3e3);
	background: none, -moz-linear-gradient(#f6f6f6, #e3e3e3);
	background: none, -o-linear-gradient(top, #f6f6f6, #e3e3e3);
	background: none, -khtml-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
	background: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=0 );
	-moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	-webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	-o-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
	box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
}
.islamerp .oe_button:active, .islamerp .oe_button.active {
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6)) #1b468f;
	background: linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
	background: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f6f6f6', GradientType=0 );
	-moz-box-shadow: none, 0 0 0 transparent;
	-webkit-box-shadow: none, 0 0 0 transparent;
	-o-box-shadow: none, 0 0 0 transparent;
	box-shadow: none, 0 0 0 transparent;
}
.islamerp .oe_button.disabled, .islamerp .oe_button:disabled {
	background: #efefef !important;
	border: 1px solid #d1d1d1 !important;
	font-size: 12px;
	padding: 3px 10px;
 -moz-box-shadow: none !important, 0 0 0 transparent;
 -webkit-box-shadow: none !important, 0 0 0 transparent;
 -o-box-shadow: none !important, 0 0 0 transparent;
 box-shadow: none !important, 0 0 0 transparent;
	color: #aaaaaa !important;
	cursor: default;
	text-shadow: 0 1px 1px white !important;
}
.islamerp .oe_search-view-filters-management option, .islamerp .oe_search-view-filters-management optgroup {
	font-style: normal;
	color: black;
}
/* Debug stuff */
.islamerp .oe_debug_view_log {
	font-size: 95%;
}
.islamerp .oe_debug_view_log label {
	display: block;
	width: 49%;
	text-align: right;
	float: left;
	font-weight: bold;
	color: #009;
}
.islamerp .oe_debug_view_log span {
	display: block;
	width: 49%;
	float: right;
	color: #333;
}
/* Internet Explorer Fix */
a img {
	border: none;
}
.islamerp .oe-export {
	width: 100%;
}
.islamerp .oe_export_row tr {
	background-color: #FFFFFF;
	font-size: 0.8em;
	height: 22px;
}
.islamerp tr.ui-selected td {
	background-color: #CCCCCC;
}
.islamerp .oe_export_requiredfield {
	background-color: #D2D2FF;
}
.islamerp .oe_export_readonlyfield {
	background-color: #999999;
}
.islamerp .oe_export_row:hover {
	background-color: #F3F3F3;
}
.islamerp .oe_export_fields_selector_left {
	width: 50%;
}
.islamerp div#left_field_panel {
	overflow: scroll;
	width: 100%;
	height: 400px;
	border: solid #999999 1px;
}
.islamerp div#left_field_panel table {
	width: 100%;
}
.islamerp .oe_export_fields_selector_center {
	text-align: center;
}
.islamerp .oe_export_fields_selector_center button {
	white-space: nowrap;
}
.islamerp .oe_export_fields_selector_right {
	width: 45%;
	height: 400px;
}
.islamerp .oe_export_fields_selector_right select {
	width: 100%;
	height: 100%;
}
.islamerp .oe_export_tree_header {
	border: 0.5px solid #E3E3E3;
	text-align: left;
	white-space: nowrap;
	padding: 4px 5px;
	background: url(../img/header.gif);
}
.islamerp table.tree_grid {
	border: 1px solid #E3E3E3;
	text-align: left;
	white-space: nowrap;
	background-color: #E3E3E3;
	border-collapse: collapse;
	width: 100%;
}
.islamerp table.tree_grid a:hover {
	color: blue;
	border: none;
}
.islamerp table.tree_grid a {
	color: #5F5C5C;
	border: none;
	display: block;
}
.islamerp .oe_import_grid {
	border: none;
	border-collapse: collapse;
}
.islamerp .oe_import_grid-header .oe_import_grid-cell {
	background: url(.css/.../img/gradientlinebg.gif) repeat-x #CCCCCC;
	border-bottom: 1px solid #E3E3E3;
	font-weight: bold;
	text-align: left;
}
.islamerp .oe_import_grid-row .oe_import_grid-cell {
	border-bottom: 1px solid #E3E3E3;
}
.islamerp .oe-import-no-result .oe-import-result {
	display: none;
}
.islamerp .oe-import fieldset {
	cursor: pointer;
}
.islamerp .oe-import fieldset legend:before {
	content: '\25BC  ';
}
.islamerp .oe-import fieldset.oe-closed legend:before {
	content: '\25B6  ';
}
.islamerp .oe-import fieldset.oe-closed table {
	display: none;
}
.islamerp .oe-import .separator.horizontal {
	font-weight: bold;
	border-bottom-width: 1px;
	margin: 6px 4px 6px 1px;
	height: 20px;
}
.islamerp .duplicate_fld {
	background-color: #FF6666;
}
.islamerp .select_fld {
	background: none repeat scroll 0 0 white;
}
.islamerp .ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	padding-right: 20px;
}

/* ---------------- MESSAGES ------------------ */

.islamerp .oe_mail .oe_msg{
    position: relative;
    background: #EDEDF6;
    border-radius: 2px;
    margin-bottom: 2px;
    min-height: 42px;
    border: solid 1px rgba(0,0,0,0.03);
}
.islamerp .oe_mail .oe_msg.oe_msg_nobody{
    background: #F8F8F8;
}
.islamerp .oe_mail .oe_msg.oe_msg_notification{
    background: #F8F8F8;
}
.islamerp .oe_mail .oe_msg .oe_msg_left{
    position: absolute;
    left:0; top: 0; bottom: 0; width: 40px;
    overflow: hidden;
}
.islamerp .oe_mail .oe_msg .oe_msg_left a,
.islamerp .oe_mail .oe_msg .oe_msg_left img{
    border: 0;
}
.islamerp .oe_mail .oe_msg .oe_msg_right{
    position: absolute;
    right:0; top: 0; bottom: 0; width: 40px;
    overflow: hidden;
}
.islamerp .oe_mail .oe_msg .oe_msg_right a,
.islamerp .oe_mail .oe_msg .oe_msg_right img{
    border: 0;
}
.islamerp .oe_mail .oe_msg .oe_msg_icon{
    width: 32px;
    margin: 4px;
    border-radius: 2px;
}
.islamerp .oe_mail .oe_msg .oe_msg_center{
    position: relative;
    display: block;
    margin-right: 40px;
}
.islamerp .oe_mail .oe_msg .oe_msg_footer{
    margin-left: 4px;
    padding-top: 3px;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 11px;
}
.islamerp .oe_mail .oe_msg .oe_msg_content{
    display: block;
    overflow: hidden;
    padding: 4px;
    padding-bottom:1px;
}
.islamerp .oe_mail .oe_msg .oe_msg_content .oe_msg_title{
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 2px;
}
.islamerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body p:first-of-type {
    margin-top: 0px;
}

.islamerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body p {
    margin-bottom: 0px;
}
.islamerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body * {
    text-overflow:ellipsis;
    word-wrap:normal;
}

/* a) Indented Messages */

.islamerp .oe_mail .oe_msg_indented{
    background: #FFF;
    border: none;
    margin-bottom:0px;
    min-height:38px;
}
.islamerp .oe_mail .oe_msg.oe_msg_indented .oe_msg_icon{
    width:32px;
    margin:2px;
    border-radius:2px;
}
.islamerp .oe_mail .oe_msg .oe_subtle{
    color: #B7B7D5;
}
.islamerp .oe_mail .oe_msg_indented .oe_msg_center{
    margin-left:34px;
}
.islamerp .oe_mail .oe_msg.oe_msg_indented .oe_msg_content{
    padding-top:2px;
}
.islamerp .oe_mail .oe_msg.oe_msg_indented .oe_msg_footer{
    margin-bottom: 5px;
}

/* b) Votes (likes) */

.islamerp .oe_mail .oe_mail_vote_count{
    display: inline;
    position: relative;
    background: white;
    box-shadow: 0px 0px 0px 1px rgba(124, 123, 173, 0.36) inset;
    color: #7c7bad;
    text-shadow: none;
    border-radius: 3px;
    margin: 0px;
    padding-left: 3px;
    padding-right: 15px;
    margin-right: 5px;
}
.islamerp .oe_mail .oe_mail_vote_count .oe_e{
    position: absolute;
    bottom: 1px;
    right: 2px;
    font-size: 26px;
}

/* c) Message action icons */

.islamerp .oe_mail .oe_msg .oe_msg_icons{
    float: right;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 8px;
    height: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.islamerp .oe_mail .oe_msg .oe_msg_icons span{
    float:right;
    width:24px;
    height:24px;
    line-height:24px;
    text-align: center;
}
.islamerp .oe_mail .oe_msg .oe_msg_icons a {
    text-decoration: none;
    color: #FFF;
    text-shadow: 0px 1px #AAA,0px -1px #AAA, -1px 0px #AAA, 1px 0px #AAA, 0px 3px 3px rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.islamerp .oe_mail .oe_msg:hover .oe_msg_icons a{
    opacity: 1;
    -webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}
.islamerp .oe_mail .oe_msg .oe_msg_icons .oe_star:hover a{
    color: #FFF670;
    text-shadow: 0px 1px #FFA162,0px -1px #FFA162, -1px 0px #FFA162, 1px 0px #FFA162, 0px 3px 3px rgba(0,0,0,0.1);
}
.islamerp .oe_mail .oe_msg .oe_msg_icons .oe_star.oe_starred a{
    color: #FFE41F;
    text-shadow: 0px 1px #DF6200,0px -1px #DF6200, -1px 0px #DF6200, 1px 0px #DF6200, 0px 3px 3px rgba(0,0,0,0.1);
}
.islamerp .oe_mail .oe_msg .oe_msg_icons .oe_reply:hover a{
    color: #1fc0ff;
    text-shadow: 0px 1px #184fc5,0px -1px #184fc5, -1px 0px #184fc5, 1px 0px #184fc5, 0px 3px 3px rgba(0,0,0,0.1);
}
.islamerp .oe_mail .oe_msg .oe_msg_icons .oe_read:hover a{
    color: #bbbaff;
    text-shadow: 0px 1px #7c7bad,0px -1px #7c7bad, -1px 0px #7c7bad, 1px 0px #7c7bad, 0px 3px 3px rgba(0,0,0,0.1);
}
.islamerp .oe_mail .oe_msg .oe_msg_icons .oe_unread:hover a{
    color: #c2ff00;
    text-shadow: 0px 1px #009441,0px -1px #009441, -1px 0px #009441, 1px 0px #009441, 0px 3px 3px rgba(0,0,0,0.1);
}
.islamerp .oe_mail .oe_msg .oe_msg_content textarea{
    width: 100%;
    height: 64px;
    margin: 0px;
    padding: 0px;
    resize: vertical;
    
    padding: 4px;
}
.islamerp .oe_mail .oe_msg.oe_msg_composer_compact, .islamerp .oe_mail .oe_msg.oe_msg_expandable{
    padding:4px;
    min-height:0px;
}
.islamerp .oe_mail .oe_msg.oe_msg_composer_compact textarea{
    height: 24px;
    width: 100%;
}
.islamerp .oe_mail .oe_msg.oe_msg_composer_compact .oe_sep_word{
    margin-right: 8px;
    margin-left: 8px;
}
.islamerp .oe_mail .oe_msg.oe_msg_composer_compact .oe_compact{
    height: 24px;
    width: 100%;
    padding: 2px 4px;
    color: #AAA;
    cursor: text;
}
.islamerp .oe_mail .oe_msg.oe_msg_composer_compact .oe_compact_record {
    font-size: 13px;
    font-style: bold;
    text-align: center;
}
.islamerp .oe_mail .oe_msg.oe_msg_composer_compact .oe_compact_inbox {
    border: 1px solid #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: white;
    font-size: 14px;
    font-style: italic;
}
