div.tblSettings{width: 720px; float: left; margin-top: 10px;}
table.tblSettings td.tblSetKey{border: solid 1px #cccccc; border-top: none; font-weight: bold; text-align: right;}
table.tblSettings tbody>tr:first-child td.tblSetKey{border: solid 1px #cccccc;}
table.tblSettings td.tblSetValue{border-bottom: solid 1px #cccccc; border-right: solid 1px #cccccc; min-width: 250px;}
table.tblSettings tbody>tr:first-child td.tblSetValue{border: solid 1px #cccccc; border-left: none;}
table.tblSettings td{padding: 5px;}

span.filterMe { cursor: pointer; white-space: nowrap; display: block; overflow: hidden; }

div#contentText div.tbl{
	/*border: solid 1px red;*/
	width: 787px;
}
div#contentText div#dashboard div.tbl{
	width: 500px;
}
div#contentText div#dashboard div.tbl table{
	width: 460px;
}
div#Homeoverview_slider{height: 140px;}

div.tbl h1{
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	/*border-bottom: solid 2px #88A86C;
	width: 780px;*/
}

div.tbl div.tblControl a img{
	border: none;
}
div.tblContent{float: left; /*width: 89%;*/ overflow: auto;}
div.tblControl{/*float: right;*/ position:absolute; right:0px;}
span.tblCount{float: left;}

#contentText div#dashboard div.tblContent{float: left; width: 500px;}

div.frmTab div.tblContent {padding-top: 10px;}

table.tblTable{
	font-family: arial;
	font-size: 12px;
	border-collapse:collapse;
	border:  solid 1px #cccccc;
	float: left;
	width: 700px;
	/*width: 95%;*/
	/*box-shadow: 2px 2px 2px black;*/
}

div.tblcClickable{cursor:pointer;}
div.tblControlItem{
	width: 60px;
	height: 15px;
	/*border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;*/
	font-size: 11px;
	font-weight: bold;
	padding-top: 45px;
	text-align: center;
	color: #222222;
}

div.tblControl>  div.tblControlItem:first-child{
	margin-top: 10px;
	/*border-top: solid 1px #aaaaaa;*/
}

/********************/
/* Resizeable columns
/********************/

div.resizableColumn {
	background: none repeat scroll 0 0 transparent;     
    height: 19px;
	float:right;
    position: absolute !important;	
    right: -2px;
    top: -3px;
    width: 5px;
}

div.resizableColumn.dragging, div.resizableColumn:hover{
	border-right: 1px solid black;
    cursor: col-resize;
	z-index: 999;
}

/***** resizable columns end *****/

div.tblCtrlVarConfiguration{
	background-image: url(../img/ico/user_setting_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlVarConfiguration:hover{
	background-image: url(../img/ico/user_setting_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlVarConfigurationDis{
	background-image: url(../img/ico/user_setting_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}

div.tblCtrlCsvUploadAdd{
	background-image: url(../img/ico/add_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlCsvUploadAdd:hover{
	background-image: url(../img/ico/add_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlCsvUploadAddDis{
	background-image: url(../img/ico/add_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}

div.tblCtrlAdd{
	background-image: url(../img/ico/add_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlAdd:hover{
	background-image: url(../img/ico/add_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlEdit{
	background-image: url(../img/ico/edit_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlEdit:hover{
	background-image: url(../img/ico/edit_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlEditDis{
	background-image: url(../img/ico/edit_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlAddFolder{
	background-image: url(../img/ico/add_folder.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlAddFolder:hover{
	background-image: url(../img/ico/add_folder_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlAddFolderDis{
	background-image: url(../img/ico/add_folder.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlAddFolderDis:hover{
	background-image: url(../img/ico/add_folder_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlRevision{
	background-image: url(../img/ico/doc_revision.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlRevision:hover{
	background-image: url(../img/ico/doc_revision_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlRevisionDis{
	background-image: url(../img/ico/doc_revision_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlDel{
	background-image: url(../img/ico/del_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlDel:hover{
	background-image: url(../img/ico/del_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlDelDis{
	background-image: url(../img/ico/del_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlLock{
	background-image: url(../img/ico/lock_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlLock:hover{
	background-image: url(../img/ico/lock_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlLockDis{
	background-image: url(../img/ico/lock_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlUnlock{
	background-image: url(../img/ico/unlock_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUnlock:hover{
	background-image: url(../img/ico/unlock_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUnlockDis{
	background-image: url(../img/ico/unlock_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlMngr{
	background-image: url(../img/ico/manager_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlMngr:hover{
	background-image: url(../img/ico/manager_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlMngrDis{
	background-image: url(../img/ico/manager_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlCopy{
	background-image: url(../img/ico/copy_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlCopy:hover{
	background-image: url(../img/ico/copy_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlCopyDis{
	background-image: url(../img/ico/copy_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlFilter{
	background-image: url(../img/ico/filter_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlFilter:hover{
	background-image: url(../img/ico/filter_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlFilterDis{
	background-image: url(../img/ico/filter_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlStatus{
	background-image: url(../img/ico/status_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlStatus:hover{
	background-image: url(../img/ico/status_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlStatusDis{
	background-image: url(../img/ico/status_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
    cursor:default;
	color: #aaaaaa;
}
div.tblCtrlPhoto{
	background-image: url(../img/ico/photo_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlPhoto:hover{
	background-image: url(../img/ico/photo_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlPhotoDis{
	background-image: url(../img/ico/photo_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlUserSet{
	background-image: url(../img/ico/user_setting_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserSet:hover{
	background-image: url(../img/ico/user_setting_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserSetDis{
	background-image: url(../img/ico/user_setting_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlUserParams{
	background-image: url(../img/ico/user_setting_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserParams:hover{
	background-image: url(../img/ico/user_setting_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserParamsDis{
	background-image: url(../img/ico/user_setting_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlUserDetails{
	background-image: url(../img/ico/user_setting_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserDetails:hover{
	background-image: url(../img/ico/user_setting_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserDetailsDis{
	background-image: url(../img/ico/user_setting_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlUserContacts{
	background-image: url(../img/ico/user_setting_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUsercontacts:hover{
	background-image: url(../img/ico/user_setting_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserContactsDis{
	background-image: url(../img/ico/user_setting_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlUserSettings{
	background-image: url(../img/ico/user_setting_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserSettings:hover{
	background-image: url(../img/ico/user_setting_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUserSettingsDis{
	background-image: url(../img/ico/user_setting_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlOrgSettings{
	background-image: url(../img/ico/user_setting_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlOrgSettings:hover{
	background-image: url(../img/ico/user_setting_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlOrgSettingsDis{
	background-image: url(../img/ico/user_setting_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlTools{
	background-image: url(../img/ico/tools_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlTools:hover{
	background-image: url(../img/ico/tools_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlToolsDis{
	background-image: url(../img/ico/tools_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlPassword{
	background-image: url(../img/ico/password_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlPassword:hover{
	background-image: url(../img/ico/password_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlPasswordDis{
	background-image: url(../img/ico/password_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlImport{
	background-image: url(../img/ico/import_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlImport:hover{
	background-image: url(../img/ico/import_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlImportDis{
	background-image: url(../img/ico/import_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlExport{
	background-image: url(../img/ico/export_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlExport:hover{
	background-image: url(../img/ico/export_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlExportDis{
	background-image: url(../img/ico/export_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlExportAll{
	background-image: url(../img/ico/export_all_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlExportAll:hover{
	background-image: url(../img/ico/export_all_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlExportAllDis{
	background-image: url(../img/ico/export_all_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlRun{
	background-image: url(../img/ico/run_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlRun:hover{
	background-image: url(../img/ico/run_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlRunDis{
	background-image: url(../img/ico/run_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlRunProcess{
	background-image: url(../img/ico/run_process_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlRunProcess:hover{
	background-image: url(../img/ico/run_process_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlRunProcessDis{
	background-image: url(../img/ico/run_process_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlResume{
	background-image: url(../img/ico/resume_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlResume:hover{
	background-image: url(../img/ico/resume_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlResumeDis{
	background-image: url(../img/ico/resume_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
div.tblCtrlSuspend{
	background-image: url(../img/ico/suspend_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlSuspend:hover{
	background-image: url(../img/ico/suspend_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlSuspendDis{
	background-image: url(../img/ico/suspend_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}

div.tblCtrlHandExecution{background-image: url(../img/ico/mmEventsHand.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlHandExecution:hover{background-image: url(../img/ico/mmEventsHand-hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlHandExecutionDis{background-image: url(../img/ico/mmEventsHand-disabled.png); background-repeat: no-repeat; background-position: 6px 0px; cursor:default; color: #aaaaaa;}

div.tblCtrlRevert{background-image: url(../img/ico/refresh_big_shadow.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlRevert:hover{background-image: url(../img/ico/refresh_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlRevertDis{background-image: url(../img/ico/refresh_big_disabled.png); background-repeat: no-repeat; background-position: 6px 0px; cursor:default; color: #aaaaaa;}

div.tblCtrlVtmap{background-image: url(../img/ico/vtmap_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlVtmap:hover{background-image: url(../img/ico/vtmap_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlVtmapDis{background-image: url(../img/ico/vtmap_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor: default; color: #aaaaaa;}

div.tblCtrlStop{	background-image: url(../img/ico/stop_big.png);	background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlStop:hover{background-image: url(../img/ico/stop_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlStopDis{background-image: url(../img/ico/stop_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* PROCESS INFO button */
div.tblCtrlProcessInfo{background-image: url(../img/ico/process_info_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlProcessInfo:hover{background-image: url(../img/ico/process_info_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlProcessInfoDis{background-image: url(../img/ico/process_info_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* TASK INFO button */
div.tblCtrlTaskInfo{background-image: url(../img/ico/process_info_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlTaskInfo:hover{background-image: url(../img/ico/process_info_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlTaskInfoDis{background-image: url(../img/ico/process_info_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* TASK INFO button */
div.tblCtrlTaskHistoryInfo{background-image: url(../img/ico/task_info_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlTaskHistoryInfo:hover{background-image: url(../img/ico/task_info_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlTaskHistoryInfoDis{background-image: url(../img/ico/task_info_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* TASK HISTORY EDIT button */
div.tblCtrlTaskHistoryEdit{background-image: url(../img/ico/edit_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlTaskHistoryEdit:hover{background-image: url(../img/ico/edit_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlTaskHistoryEditDis{background-image: url(../img/ico/edit_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* ASSIGN TO ME button */
div.tblCtrlAssignToMe{background-image: url(../img/ico/assign_to_me_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlAssignToMe:hover{background-image: url(../img/ico/assign_to_me_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlAssignToMeDis{background-image: url(../img/ico/assign_to_me_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* CHANGE USER button */
div.tblCtrlChangeUser{background-image: url(../img/ico/user_setting_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlChangeUser:hover{background-image: url(../img/ico/user_setting_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlChangeUserDis{background-image: url(../img/ico/user_setting_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* CONTACT SOLVER button */
div.tblCtrlContactSolver{background-image: url(../img/ico/contact_solver_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlContactSolver:hover{background-image: url(../img/ico/contact_solver_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlContactSolverDis{background-image: url(../img/ico/contact_solver_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* SET DUES button */
div.tblCtrlSetDues{background-image: url(../img/ico/plan_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlSetDues:hover{background-image: url(../img/ico/plan_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlSetDuesDis{background-image: url(../img/ico/plan_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* ASSIGN USERS TO ROLE button */
div.tblCtrlAssignBR{background-image: url(../img/ico/add_user_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlAssignBR:hover{background-image: url(../img/ico/add_user_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlAssignBRDis{background-image: url(../img/ico/add_user_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px; cursor: default; color: #aaaaaa;}
/* ASSIGN USERS TO ORG.STRUCTURE button */
div.tblCtrlAssignOS{background-image: url(../img/ico/add_user_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlAssignOS:hover{background-image: url(../img/ico/add_user_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlAssignOSDis{background-image: url(../img/ico/add_user_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px; cursor: default; color: #aaaaaa;}
div.tblCtrlChpasswd{background-image: url(../img/ico/chpasswd_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlChpasswd:hover{background-image: url(../img/ico/chpasswd_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlChpasswdDis{background-image: url(../img/ico/chpasswd_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px; cursor:default; color: #aaaaaa;}
/* PLAN DETAIL button */
div.tblCtrlPlnDetail{background-image: url(../img/ico/process_info_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlPlnDetail:hover{background-image: url(../img/ico/process_info_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlPlnDetailDis{background-image: url(../img/ico/process_info_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* SUBPROCESS INFO button */
div.tblCtrlSubInfo{background-image: url(../img/ico/sub_info_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlSubInfo:hover{background-image: url(../img/ico/sub_info_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlSubInfoDis{background-image: url(../img/ico/sub_info_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* FOLDER ROLE button */
div.tblCtrlExecRights{background-image: url(../img/ico/role_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlExecRights:hover{background-image: url(../img/ico/role_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlExecRightsDis{background-image: url(../img/ico/role_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* FOLDER ORGSTR button */
div.tblCtrlExecRightsOS{background-image: url(../img/ico/org_struct_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlExecRightsOS:hover{background-image: url(../img/ico/org_struct_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlExecRightsOSDis{background-image: url(../img/ico/org_struct_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* CHECK TASK button */
div.tblCtrlFinishTask{background-image: url(../img/ico/yes_big.png); background-repeat: no-repeat; background-position: 7px 0px;}
div.tblCtrlFinishTask:hover{background-image: url(../img/ico/yes_big_hover.png); background-repeat: no-repeat; background-position: 7px 0px;}
div.tblCtrlFinishTaskDis{background-image: url(../img/ico/yes_big_disable.png); background-repeat: no-repeat; background-position: 7px 0px;}
/* engage report button */
div.tblCtrlEngageReport{background-image: url(../img/ico/html_export_big.png); background-repeat: no-repeat; background-position: 7px 0px;}
div.tblCtrlEngageReport:hover{background-image: url(../img/ico/html_export_big_hover.png); background-repeat: no-repeat; background-position: 7px 0px;}
div.tblCtrlEngageReportDis{background-image: url(../img/ico/html_export_big_disabled.png); background-repeat: no-repeat; background-position: 7px 0px;}
/* TASK INFO button */
div.tblCtrlTaskRO{background-image: url(../img/ico/task_info_big.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlTaskRO:hover{background-image: url(../img/ico/task_info_big_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlTaskRODis{background-image: url(../img/ico/task_info_big_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}
/* add file button button */
#itaskAttachmentList div.tblCtrlAdd,
#iprocAttachmentList div.tblCtrlAdd
{background-image: url(../img/ico/add_doc.png); background-repeat: no-repeat; background-position: 6px 0px;}
#itaskAttachmentList div.tblCtrlAdd:hover,
#iprocAttachmentList div.tblCtrlAdd:hover
{background-image: url(../img/ico/add_doc_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
#itaskAttachmentList div.tblCtrlAddDis,
#iprocAttachmentList div.tblCtrlAddDis:hover
{background-image: url(../img/ico/add_doc_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}

/* edit doc button button */
#itaskAttachmentList div.tblCtrlEdit,
#iprocAttachmentList div.tblCtrlEdit
{background-image: url(../img/ico/doc_prop.png); background-repeat: no-repeat; background-position: 6px 0px;}

#itaskAttachmentList div.tblCtrlEdit:hover,
#iprocAttachmentList div.tblCtrlEdit:hover
{background-image: url(../img/ico/doc_prop_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}

#itaskAttachmentList div.tblCtrlEditDis,
#iprocAttachmentList div.tblCtrlEditDis
{background-image: url(../img/ico/doc_prop_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}

/* edit foldeer button */
div.tblCtrlFolderProp{background-image: url(../img/ico/folder_prop.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlFolderProp:hover{background-image: url(../img/ico/folder_prop_hover.png); background-repeat: no-repeat; background-position: 6px 0px;}
div.tblCtrlFolderPropDis{background-image: url(../img/ico/folder_prop_disable.png); background-repeat: no-repeat; background-position: 6px 0px;cursor:default; color: #aaaaaa;}


div.tbl thead tr{
	/*background-image: url(../img/title_back.png);*/
	background-image: url(../img/table_head.png);
	/*border: solid 1px #e6e6e6;*/
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
div.tbl tbody tr{
	/*border-left:  solid 1px #e6e6e6;
	border-right:  solid 1px #e6e6e6;*/
}
/* bunky hlavicky*/
div.tbl  th{
	height: 22px;
	border: solid 1px #e6e6e6;
	position:relative;
	text-align: left;
	/*padding-left: 5px;*/
	/*padding-right: 5px;*/
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	/*text-shadow: 1px 1px 2px #000;*/
}

div.tbl td{
	border-left: solid 1px #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	/*padding-top: 1px;
	padding-bottom: 1px;*/
}
table.tblTable th div.resize{padding: 2px 5px;max-height:28px; }
table.tblTable td div{overflow: hidden; height: 16px; line-height: 17px; white-space:nowrap}
table.tblTable td div.tblDiv{overflow: hidden; width: 40px;}

div.tbl th div {position:relative;}
div.tbl th div img.desc,
div.tbl th div img.asc
 {position:absolute;top:2px;right:0px;}
div.tbl th div img.filter {position:absolute; left:0px;}
div.tbl th div img.orderVisibleYes + span {padding-left:10px;}

div.tbl td:first-child{
	/*border: solid 1px #e6e6e6;*/
	border: none;
	/*border: solid 1px red;*/
	padding: 2px 5px;
}

div.tbl tr.rowOdd{
	background-color: #eeeeee;
}

div.tbl tr.rowEven{
	background-color: white;
}
div.tbl tr.tblEmptyRow.rowOdd{
	background-color: #f6f6f6;
	cursor: auto;
}
div.tbl tr.tblEmptyRow.rowEven{
	cursor: auto;
}
div.tbl tr.rowHover{
	/*background-color: #E7EDE0;*/
	cursor: pointer;
}
div.tbl tr.rowSelected{
	background-color: /*#88A86C*/#555555;
	color: white;
}

div.tbl tr.rowSelected a{
	color: white;
}


div.tblNavigation{
	margin-top: 4px;
}
div.tblNavigation span.tblPages{
	font-weight: bold;
}
div.tblNavigation span.tblPages a {
	font-family: arial;
	font-size: 14px;
	margin: 2px;
	color: inherit;
	font-weight: normal;
}
div.tblNavigation img{
	position: relative;
	top: 5px;
}


div.tbl table {float:left; margin-right:7px}
div.tbl div.sliderContainer {float:left; margin-top:0px}
div.tbl div.tblNavigation {clear:both}
div.slider {
	margin-left: 3px;
}
div.sliderUp{
	margin-bottom: 5px;
}
div.sliderDown{
	margin-top: 5px;
}
/*div.slider img.up {position:absolute; top: 0px;}*/
/*div.slider img.down {position:absolute;bottom:0px;}*/


img.orderVisibleNo {display:none}
img.orderVisibleYes {display:inline; float: right;}

/* SIRKY SLOUPCU V TABULCE */
col#col_TPROC_STATUS{min-width: 40px;}
col#col_USER_STATUS{min-width: 15px;}
col#col_TTASK_SUFFICIENT_END{min-width: 20px;}
col#col_TTASKLINK_TYPE{min-width: 30px;}
col#col_TTASKLINK_IS_MANDATORY{min-width: 50px;}
col#col_CONDITION_COUNT{min-width: 40px;}
col#col_ITASK_ACTUAL_DATE_START{min-width: 115px;}
col#col_ITASK_DUE_DATE_FINISH{min-width: 80px;}
col#col_IPROC_PRIORITY{min-width:70px;}
col#col_IPROC_ACTUAL_START_DATE{min-width: 115px;}
col#col_IPROC_PRIORITY{min-width: 70px;}
col#col_IPROC_DUE_DATE_FINISH{min-width:80px;}
col#col_RDEF_STATUS{min-width:15px;}

col#col_PLN_STATUS{min-width: 40px;}

/**/
tr.tblAfterDueDateRow{color:red;}

/* Filter Above Table*/
span.aFilterSpan span {display:block;}
div.aFilterPad {height:24px}
div.aFilterHide{height:16px;background-color:white; overflow:hidden;position:absolute;padding:4px;}
div.aFilterShow{background-color:white; overflow:hidden;position:absolute;padding:4px; border:1px solid gray;}

/* Nastavi jinou ikonu pro tlacitko add v process listech */
div.tabProcessList div.tblCtrlAdd{
	background-image: url(../img/ico/run_process_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tabProcessList div.tblCtrlAdd:hover{
	background-image: url(../img/ico/run_process_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}

/* Formating numbers in tables */
div.typeN {text-align:right;}

div.tblFilter{overflow: auto; width: 90%; height: 442px;}
div.tblFilter > span {margin-right:65px;}
div.hideOperations{top:33px;bottom:0px;left:0px;right:0px;
					background-color:grey;
					visibility:hidden;position:absolute;
					opacity:0.3;}

/* CSV Export */
div.tbl div.tblNavigation span.tblCSV {float:right; margin-right:22px; cursor:pointer;color:#888888;}
div.tbl div.tblNavigation span.tblCSV:hover {color:black;}


/* Small filter icon */
div.tbl div.tblNavigation span.tblSmallFltr {background-image: url(../img/ico/filter_small_dis.png); background-repeat: no-repeat; background-position: 7px 0px; width:20px; height:12px;display:block;float:right; margin-top: 2px;}
div.tbl div.tblNavigation span.tblSmallFltr:hover {background-image: url(../img/ico/filter_small.png);}
div.tbl div.tblNavigation span.tblSmallFltr.filterActive {background-image: url(../img/ico/filter_small.png);}
/* Folders */
div.tbl img.folderIco { position: relative; top: 2px; }

div.tbl .tblBreadCrumbs a { text-decoration: none; }
div.tbl .tblBreadCrumbs a:hover { text-decoration: underline; }

div.tbl div.tblNavigation span.tblGlobalFilter {
    color: #888888;
    cursor: pointer;
    float: right;
    margin-right: 22px;
}
/*HrManagerTab setVice*/
div.tblCtrlSetVice{
	background-image: url(../img/ico/vice_set_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlSetVice:hover{
	background-image: url(../img/ico/vice_set_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlSetViceDis{
	background-image: url(../img/ico/vice_set_big_dis.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}
/*HrManagerTab unsetVice*/
div.tblCtrlUnsetVice{
	background-image: url(../img/ico/vice_unset_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUnsetVice:hover{
	background-image: url(../img/ico/vice_unset_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlUnsetViceDis{
	background-image: url(../img/ico/vice_unset_big_dis.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}

/*HrManagerTab ChangeSolver*/
div.tblCtrlChangeSolver{
	background-image: url(../img/ico/change_solver_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlChangeSolver:hover{
	background-image: url(../img/ico/change_solver_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlChangeSolverDis{
	background-image: url(../img/ico/change_solver_big_dis.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
    cursor:default;
}


div.tblCtrlCreateDT{
	background-image: url(../img/ico/add_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlCreateDT:hover{
	background-image: url(../img/ico/add_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlCreateDTDis{
	background-image: url(../img/ico/add_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
	cursor:default;
}

div.tblCtrlEditDT{
	background-image: url(../img/ico/edit_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlEditDT:hover{
	background-image: url(../img/ico/edit_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlEditDTDis{
	background-image: url(../img/ico/edit_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
	cursor:default;
}

div.tblCtrlDeleteDT{
	background-image: url(../img/ico/del_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlDeleteDT:hover{
	background-image: url(../img/ico/del_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlDeleteDTDis{
	background-image: url(../img/ico/del_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
	cursor:default;
}

div.tblCtrlExportDT{
	background-image: url(../img/ico/export_big.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlExportDT:hover{
	background-image: url(../img/ico/export_big_hover.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
div.tblCtrlExportDTDis{
	background-image: url(../img/ico/export_big_disable.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	color: #aaaaaa;
	cursor:default;
}