#login-form
{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:380px;
	border: 1px solid #999;
}
#login-form table td.login-item
{
	color: #666;
	text-align: right;
	padding-right: 10px;
}

.login-title
{
  background-color:#ebebeb;
  padding-left:20px;
  padding-right:20px;
  padding-top: 4px;
  padding-bottom:3px;
  height:12px !important;
  color: #333;
  font-size:12px;
  font-weight:bold;
}
INPUT.btnlogin
{
	padding-left:8px !important;
	padding-right:8px !important;
	height:20px;
	color:#333333;
	font-size:12px;
	background: url('btnbg.png') #f0f0f0 repeat-x;
	/*border: #999 1px solid;*/
	font-weight:bold;
	cursor:pointer;
}

INPUT.btnlogin:active {
	color:#444444;
    bottom:-4px;
    vertical-align: top;
    padding: 1px 6px 6px 9px;
	background: url('btnbg.png') #d4d4d4 repeat-x;
}

INPUT.btnlogin_dirty
{
	padding-left:8px !important;
	padding-right:8px !important;
	height:20px;
	color:#333333;
	font-size:12px;
	background: url('btnbg_dirty.png') #f0f0f0 repeat-x;
	border: #999 1px solid;
	font-weight:bold;
	cursor:pointer;
}

.loginBox
{
  background-image:url('/silk/icon/group.png');
  background-repeat:no-repeat;
  padding-left:20px !important;
}
.pwdBox
{
  background-image:url('/silk/icon/key.png');
  background-repeat:no-repeat;
  padding-left:20px !important;
}
.pwdlostBox
{
  background-image:url('/silk/icon/email.png');
  background-repeat:no-repeat;
  padding-left:20px !important;
}

.searchBox
{
  background-image:url('/silk/icon/magnifier.png');
  background-repeat:no-repeat;
  padding-left:20px !important;
  height:18px !ie;
  margin-top:-1px !ie;
  margin-bottom:-1px !ie;
}
.imgbtn
{
	background-color:transparent;
	border:none;
	cursor:hand;
	cursor:pointer;
}
#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.fld_error
{
	color:red;
}

.fld_good
{
}
.fld_wait
{
	position: fixed; 
	width:16px; 
	height: 16px; 
	background:url(indicator.gif) no-repeat center; 
	z-index:2;
	visibility: hidden; 
}
#loading
{
	width:16px; 
	height: 16px; 
	position: fixed; 
	top: 50%; 
	left: 50%; 
	background:url(indicator.gif) no-repeat center; 
	text-align:center; 
	margin-left: -8px; 
	margin-top: -8px; 
	z-index:2; 
	overflow: auto; 
}
#jbo_saving
{
	width:16px; 
	height: 16px; 
	position: fixed; 
	background:url(saving.gif) no-repeat center; 
	left:250px;
	z-index:2; 
}
#jbo_footer{
	font-size: 7pt;
	z-index: -1;
	position: absolute;
	bottom: 1%;
	font-weight:normal;
	color: gray;
	left:1px;
	width:99.9%;
	text-align: center;
}
#jbo_form_heading
{
	margin-left:10px;
}
#jbo_form_div
{
	position:absolute;
	margin-left:10px;
	margin-top:10px;
	overflow:auto;
}
#jbo_form_button_div
{
	margin-left:10px;
}
#jbo_form_save_result
{
	margin-left:20px;
	font-weight:bold;
}

div#jbo_infopanel
{
	position: absolute;
	top:125px;
	float:left;
	left:65%;
	max-height:800px;
	overflow:auto;
	padding:5px;
	width:20%;
	height:80%;
}

div.jbo_infopanelkop
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
img.jbo_infopanelkop_button
{
	position:relative;
	float:right;
	top:-16px;
	padding-right:2px;
	cursor:pointer;
}

div.jbo_infopanel_item
{
	overflow:auto;
	margin-bottom:10px;
	padding:5px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
}

#jbo_message
{
  position: fixed;
  display: none;
  top: -1px;
  left: 200px;
  right: 200px;
  z-index: 5000;
  opacity: 0.85;
}
#jbo_message
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}

#jbo_message div
{
  width: 400px;
  margin: 0px auto;
  min-height: 22px;
  padding: 8px 10px 8px 46px;
}

#jbo_message div.notice
{
  background: url('jbo_icons.png') 6px 3px no-repeat;
  background-color: #F7FDCB;
  border: 1px solid #C2D071;
}

#jbo_message div.error,
#jbo_message div.warning
{
  background: url('jbo_icons.png') 6px -97px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}

#jbo_message div.confirmation
{
  background: url('jbo_icons.png') 6px -47px no-repeat;
  background-color: #A6EF7B;
  border: 1px solid #76C83F;
}

#jbo_message div.loading
{
  background: url('jbo_loading.gif') 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}
#jbo_labels
{
	position:absolute;
	left:66%;
	width:30%;
	top:95px;
}

.jbo_zoekform
{
	border: 1px solid #999;
	margin-left:10px;
	width:380px;
}
.jbo_zoekform table td.login-item
{
	color: #666;
	text-align: right;
	padding-right: 10px;
}

#jbo_progress
{
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
} 

.jbo_checklist
{
	overflow:auto;
	width:75%;
	margin-top:-18px;
	margin-left:17%;
}

div.DHTMLSuite_aTab
{
	width:94%;
	position:absolute;
	font-family: Tahoma !important;
}

.jbo_validation_error
{
	border-width:1px;
	border-style:solid;
	border-color:#dd7870;
	background-image:url(/ext/resources/images/default/grid/invalid_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


.chosen-container-single .chosen-single {border-radius: 0;}
.chosen-container-single .chosen-drop {border-radius: 0;}
.chosen-container-multi .chosen-choices li.search-choice {border-radius: 0;}
.chosen-container {font-size: 1em;}

td.gradient
{
	background-size:100%;
}

div.cke_dialog_ui_input_select {
	display:block !important;
}

/*div.jbo_form_div .qtip-content ol,ul{*/
	/*list-style-type:disc !important;*/
	/*list-style-position:inside !important;*/
/*}*/

