div.divWidget{
	margin-top: 20px;
}

div.divWidgetTitle{
	color: white;
	font-family: "Open Sans";
	font-size: 14px;
	padding: 11px 14px;
	background-color: #4A8BC2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.divWidgetFooter{
	color: white;
	font-family: "Open Sans";
	font-size: 14px;
	padding: 11px 14px;
	background-color: #999;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.divWidget.tabcontent{
	margin-top: 0;
}


.divWidget.tabcontent > .divWidgetTitle{
	display: none;
}


div.divWidget.subBlock .divWidgetTitle{
	background-color: #666 !important;
}

div.divWidgetContent{
	border: 1px solid #ccc;
	padding: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 20px;
}

div.divWidgetContent h2{
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
}

div.divWidgetContent h2:first-child{
	margin-top: 0px;
}

div.divWidgetContent p{
	margin-top: 15px;
	font-size: 14px;
}

div.divFormButtons{
	border-top: 1px solid #aaa;
	margin-top: 20px;
	padding-top: 15px;
}



ul.ulActions{
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1;
}

ul.ulActions li{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

ul.ulActions li.last_updated{
	line-height: 1.3em;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
	font-size: 11px;
}

ul.ulActions li a{
	display: block;
	background-color: #4A8BC2;
	cursor: pointer;
	color: white;
	padding: 10px 15px;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

ul.ulActions li a.orange{
	background-color: #f90;

}

ul.ulActions li a:hover,
ul.ulActions li .menu:hover > a{
	background-color: #3775A8;
}

ul.ulActions li a.arrow{
	background-repeat: no-repeat;
}

ul.ulActions li a.back{
	background-position: left 10px center;
	padding-left: 28px;
	background-image:url('/modules/admin/images/layout/arrow_left.png');
	background-size: 8px;
}

ul.ulActions li a.down{
	background-position: right 10px center;
	padding-right: 28px;
	background-image:url('/modules/admin/images/layout/arrow_down.png');
	background-size: 10px;
}

ul.ulActions li .menu ul{
	display: none;
	position: absolute;
	right: 0px;
	width: 100%;
}

ul.ulActions li .menu ul li{
	display: block;
}

ul.ulActions li .menu ul li a{
	font-weight: 400;
}

ul.ulActions li .menu:hover ul{
	display: block;
}

ul.ulActions li ul.nav{
	border-left: 1px solid #ccc;
	padding-left: 13px;
	margin-left: 10px;
}

ul.ulActions li ul.nav li{
	font-size: 14px;
}

ul.ulActions li ul.nav li.numbers{
	padding: 0px 7px;
}

ul.ulActions li ul.nav > li > a{
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #4A8BC2;
	cursor: pointer;
	height: 34px;
	width: 34px;
	padding: 0px;
	background-size: auto 15px;
}

ul.ulActions li ul.nav > li > a:hover{
	background-color: #3775A8;
}

ul.ulActions li ul.nav > li > a.disabled{
	background-color: #ccc;
	cursor: default;
}

ul.ulActions li ul.nav > li > a.active{
	background-color: orange;
}

ul.ulActions li ul.nav li a.left{
	background-image:url('/modules/admin/images/layout/arrow_left.png');
}

ul.ulActions li ul.nav li a.right{
	background-image:url('/modules/admin/images/layout/arrow_right.png');
}

ul.ulActions li ul.nav li a.start{
	background-image:url('/modules/admin/images/layout/arrow_start.png');
}

ul.ulActions li ul.nav li a.end{
	background-image:url('/modules/admin/images/layout/arrow_end.png');
}

ul.ulActions li ul.nav li a.list{
	background-image:url('/modules/admin/images/layout/list.png');
}

ul.ulActions li ul.nav li a.loading{
	background-image:url('/modules/admin/images/loader.gif');
}

ul.ulActions li ul.nav li.list{
	position: relative;
}

ul.ulActions li ul.nav li.list ul{
	display: none;
	position: absolute;
	right: 0px;
	width: 250px;
	border: 1px solid #4A8BC2;
	height: 200px;
	overflow: auto;
	background-color: white;
}

ul.ulActions li ul.nav li.list ul li{
	display: block;
	border-top: 1px dashed #ccc;
}

ul.ulActions li ul.nav li.list ul li:first-child{
	border-top: 0px;
}

ul.ulActions li ul.nav li.list ul li a{
	font-size: 12px;
	font-family: arial;
	background-color: white;
	color: #333;
}

ul.ulActions li ul.nav li.list ul li a:hover{
	background-color: #eee;
}

ul.ulActions li ul.nav li.list ul li a.active{
	background-color: #4A8BC2;
	color: white;
	cursor: default;
}














table.tblAssets{
	width: 100%;
	margin-top: 15px;
	font-size: 11px;
}

table.tblAssets th,table.tblAssets td{
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
}

table.tblAssets th{
	font-family: "Open Sans";
	font-weight: 600;
	border-bottom: 1px solid #CCC;
	padding: 12px 16px;
	background-color: #777;
	color: white;
}

table.tblAssets th a{
	color: #333;
	text-decoration: none;
	color: white;
}

table.tblAssets th a:hover{
	text-decoration: underline;
}

table.tblAssets td{
	border-bottom: 1px dotted #CCC;
	padding: 6px 16px;
}


table.tblAssets td img{

	vertical-align: middle;
	line-height:20px;
}

table.tblAssets tr:nth-child(odd){
	background-color: #f5f5f5;
}

table.tblAssets tr.trTopBorder td{
	border-top: 1px dotted #CCC;
}

table.tblAssets .left{
	text-align: left;
}

table.tblAssets tr:hover td{
	background-color: #CFE1EF;
}

table.tblAssets tr.nohand td{
	cursor: default;
}

table.tblAssets tr.trHighlight td{
	background-color: #FFF0F2;
}

table.tblAssets tr.trHighlight:hover td{
	background-color: #FFD7DE;
}

table.tblAssets tr.red td, table.tblAssets tr.red td a{
	background-color: red;
	color: white;
}

table.tblAssets tr.red:hover td{
	background-color: red;
}
table.tblAssets tr.green td, table.tblAssets tr.green td a{
	background-color: #6c6;
	color: white;
}

table.tblAssets tr.green:hover td{
	background-color: #6c6;
}




table.tblAssets tr.trHeading td{
	background-color: #999;
	color: white;
	text-align: left;
	padding: 8px 16px;
	font-weight: bold;
}

table.tblAssets tr.trHeading:hover td{
	background-color: #999;
	color: white;
}

table.tblAssets tr.trDragging td,table.tblEditableAssets tr.trDragging td{
	background-color: #777 !important;
	color: white;
}

table.tblEditableAssets tr.trDragging td table.tblEditableAssets td{
	color: #333;
}

table.tblAssets td.tdHandle,table.tblEditableAssets td.tdHandle{
	cursor: move;
	vertical-align: middle;
}

table.tblAssets td.tdHandle{
	padding-right: 0px;
}

table.tblAssets td.tdHandle.handle_off,table.tblEditableAssets td.tdHandle.handle_off{
	cursor: default;
}

table.tblAssets input[type=button]{
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 7px;
	margin: 0px 3px;
}

table.tblAssets input[type=button][disabled=disabled]:hover{
	background-color: #eee;
	cursor: default;
}

.tblAssets tr.cancelled td, .tblAssets tr.cancelled:hover td, tr.cancelled td a{
	background-color: #ddd;
	color: #888;
	text-shadow: #fff 1px 1px 1px;
}

.tblAssets tr.highlight td, .tblAssets tr.highlight:hover td, tr.cancelled:hover td a{
	color: #060;
}



.tblAssets tr.redtext td, .tblAssets tr.redtext:hover td, tr.redtext td a{
	color: #f00;
}




div.divSortImg{
	width: 13px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 3px;
}

div.divSortImg.sort_off{background-image:url('/modules/admin/images/assets/sort.png');}
div.divSortImg.sort_up{background-image:url('/modules/admin/images/assets/sort_up.png');}
div.divSortImg.sort_down{background-image:url('/modules/admin/images/assets/sort_down.png');}

table.tblAssets a.aAssetAction{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 3px;
}

table.tblAssets a.aAssetAction:first-child{
	margin-left: 0px;
}

table.tblAssets a.aAssetAction.add{
	background-image:url('/modules/admin/images/assets/actions/add.png');
}

table.tblAssets a.aAssetAction.edit{
	background-image:url('/modules/admin/images/assets/actions/edit.png');
}

table.tblAssets a.aAssetAction.info{
	background-image:url('/modules/admin/images/assets/actions/info.png');
}
table.tblAssets a.aAssetAction.bridging{
	background-image:url('/modules/admin/images/assets/actions/bridging.png');
}

table.tblAssets a.aAssetAction.run{
	background-image:url('/modules/admin/images/assets/actions/run.png');
}

table.tblAssets a.aAssetAction.download{
	background-image:url('/modules/admin/images/assets/actions/download.png');
}

table.tblAssets a.aAssetAction.download.disabled{
	background-image:url('/modules/admin/images/assets/actions/download_disabled.png');
}

table.tblAssets a.aAssetAction.delete,
table.tblAssets a.aAssetAction.cancel{
	background-image:url('/modules/admin/images/assets/actions/delete.png');
}

table.tblAssets a.aAssetAction.move{
	background-image:url('/modules/admin/images/assets/actions/move.png');
}

table.tblAssets a.aAssetAction.view{
	background-image:url('/modules/admin/images/assets/actions/view.png');
}

table.tblAssets a.aAssetAction.tick_disabled{
	background-image:url('/modules/admin/images/assets/actions/tick_disabled.png');
}

table.tblAssets a.aAssetAction.tick{
	background-image:url('/modules/admin/images/assets/actions/tick.png');
}

table.tblAssets a.aAssetAction.tick.disabled{
	background-image:url('/modules/admin/images/assets/actions/tick_disabled.png');
}

table.tblAssets a.aAssetAction.tick.disabled:hover{
	background-image:url('/modules/admin/images/assets/actions/tick_hover.png');

	cursor: pointer;
}

table.tblAssets a.aAssetAction.emulate{
	background-image:url('/modules/admin/images/assets/actions/emulate.png');
}

table.tblAssets a.aAssetAction.disabled{
	cursor: default;
}

table.tblAssets a.aAssetAction.add.disabled{
	background-image:url('/modules/admin/images/assets/actions/add_disabled.png');
}

table.tblAssets a.aAssetAction.cancel.disabled,
table.tblAssets a.aAssetAction.delete.disabled{
	background-image:url('/modules/admin/images/assets/actions/delete_disabled.png');
}
table.tblAssets a.aAssetAction.move.disabled, .move_disabled{
	background-image:url('/modules/admin/images/assets/actions/move_disabled.png');
}

table.tblAssets a.aAssetAction.run.disabled{
	background-image:url('/modules/admin/images/assets/actions/run_disabled.png');
}


table.tblAssets a.aAssetAction.paid_full{
	background-image:url('/modules/admin/images/assets/actions/paid_full.png');
}
table.tblAssets a.aAssetAction.paid_part{
	background-image:url('/modules/admin/images/assets/actions/paid_part.png');
}
table.tblAssets a.aAssetAction.paid_none{
	background-image:url('/modules/admin/images/assets/actions/paid_none.png');
}

table.tblAssets a.aAssetAction.pdf{
	background-image:url('/library/images/icons/pdf.png');
}

table.tblAssets a.aAssetAction.pdf.passed{
	background-image:url('/library/images/icons/certificate.png');
}

table.tblAssets a.aAssetAction.pdf.plain{
	background-image:url('/library/images/icons/pdf-plain.png');
}

table.tblAssets a.aAssetAction.voucher{
	background-image:url('/modules/admin/images/assets/actions/voucher.png');
}

table.tblAssets a.aAssetAction.deposit{
	background-image:url('/modules/admin/images/assets/actions/deposit.png');
}


table.tblAssets a.aAssetAction.email{
	background-image:url('/modules/admin/images/assets/actions/email.png');
}

table.tblAssets a.aAssetAction.email.disabled{
	background-image:url('/modules/admin/images/assets/actions/email_disabled.png');
}

table.tblAssets a.aAssetAction.visible-yes{
	background-image:url('/modules/admin/images/assets/actions/visible-yes.png');
}

table.tblAssets a.aAssetAction.visible-no{
	background-image:url('/modules/admin/images/assets/actions/visible-no.png');
}



a.credit{
	width:20px;
	height:20px;
	vertical-align: middle;
	background-size: cover;
	background-position: center;
	display: inline-block;
}

a.credit.in{
	background-image:url('/modules/admin/images/assets/credit_in.png');
}
a.credit.out{
	background-image:url('/modules/admin/images/assets/credit_out.png');
}





@media (max-width: 1200px) {
	table.tblAssets .hide-1200{
		display: none;
	}
}

















div.divFilters a.aFiltersTitle{
	display: block;
	background-color: #4A8BC2;
	color: white;
	font-size: 14px;
	font-family: "Open Sans";
	padding: 10px 15px;
	background-position: right 15px center;
	background-image:url('/modules/admin/images/layout/arrow_down.png');
	background-repeat: no-repeat;
	background-size: 15px;
}

div.divFilters a.aFiltersTitle.up{
	background-image:url('/modules/admin/images/layout/arrow_up.png');
}

div.divFilters a.aFiltersTitle:hover{
	background-color: #3775A8;
}

div.divFilters.active a.aFiltersTitle{
	background-color: orange;
}

div.divFilters.active div.divFiltersContent{
	border-color: orange;
}

div.divFiltersContent{
	display: none;
	border: 1px solid #4A8BC2;
	padding: 15px 20px;
}

div.divFiltersContent table.tblForm{
	float: right;
	width: 48%;
}

div.divFiltersContent table.tblForm tr.trCheckRadio th{
	padding-top: 3px;
}

div.divFiltersContent table.tblForm tr.trCheckRadio td{
	padding-top: 4px;
}

div.divFiltersContent table.tblForm:first-child{
	float: left;
}

div.divFiltersContent table.tblForm th{
	text-align: left;
	width: auto;
}

div.divFiltersContent div.divFormButtons{
	text-align: right;
}














div.divPerPage{
	float: left;
	margin-top: 25px;
	font-size: 14px;
	padding-top: 5px;
}

div.divPerPage select{
	padding: 1px;
	font-size: 12px;
	margin-left: 5px;
}

div.divShowing{
	display: inline-block;
	font-weight: bold;
	border-right: 1px solid #555;
	padding-right: 10px;
	margin-right: 8px;
}

div.divPagination{
	margin-top: 25px;
}

div.divPaginationContentFloat{
	float: right;
}

ul.pagination li{
	display: inline-block;
	margin-left: 4px;
}

ul.pagination li a,
ul.pagination li.disabled,
ul.pagination li.active{
	display: inline-block;
	padding: 6px 5px;
	min-width: 20px;
	border: 1px solid #4A8BC2;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	color: #4A8BC2;
}

ul.pagination li.disabled:first-child,
ul.pagination li.disabled:last-child{
	display: none;
}

ul.pagination li.disabled{
	border: 1px solid white;
}

ul.pagination li a:hover{
	background-color: #4A8BC2;
	color: white;
}

ul.pagination li.active{
	background-color: #4A8BC2;
	color: white;
}

div.divPagination a.off{
	background-color: #CCC;
	color: #ddd;
	cursor: default;
	display: none;
}

table.tblAssets td.tdOrderFlags img{
	margin: 0px 2px;
	vertical-align: middle;
}

a:hover span.jicon{
	opacity: 0.7;
	-moz-opacity: 0.7;
}

span.jicon{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image:url('/_images/plugins/jqueryui/ui-icons_222222_256x240.png');
}

table.tblForm{
	width: 100%;
}

table.tblForm.tblWidth_110 .tblEditableAssets th{
	width: auto;
}

table.tblForm .tblEditableAssets input{
	width: auto;
}

table.tblEditableAssets th{
	background-color: #555;
	color: white;
	padding: 8px;
}

table.tblEditableAssets td{
	background-color: #f5f5f5;
	padding: 4px 8px;
	vertical-align: middle;
}

table.tblEditableAssets tr:nth-child(odd) td{
	background-color: #eee;
}

table.tblEditableAssets tr:hover td{
	background-color: #CFE1EF;;
}

table.tblEditableAssets td,table.tblEditableAssets th{
	border: 1px solid white;
	text-align: center;
}

table.tblEditableAssets td input{
	vertical-align: middle;
	font-size: 12px;
}

table.tblEditableAssets tr.trDisabled td{
	background-color: #ccc;
	color: #aaa;
}

table.tblEditableAssets tr.trError td{
	background-color: red;
	color: white;
}

table.tblEditableAssets tr td table.tblEditableAssets tr td{
	background-color: white;
}

table.tblEditableAssets tr td table.tblEditableAssets tr.trDragging td{
	background-color: #777;
	color: white;
}

table.tblForm td input.txtSmall,input.txtSmall{
	width: 60px;
	text-align: center;
}

input.txtReadOnly{
	background-color: #eee;
}

div.saved{
	color: green;
	font-weight: bold;
	border: 1px solid green;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
	background-color: #DFFFDF;
	margin: 0px 20px 20px 20px;
}

div.divFormErrors{
	margin-bottom: 20px;
}

div.divFormErrors > div:first-child{
	font-family: "Open Sans";
	color: white;
	background-color: red;
	font-weight: bold;
	padding: 11px 14px;
	font-size: 14px;
}

div.divFormErrors > div:last-child{
	padding: 11px 14px;
	background-color: #eee;
}

div.divFormErrors ul{
	margin-left: 15px;
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.3em;
}

div.divFormErrors ul li:not(:first-child){
	margin-top: 5px;
}













div.divEditLightbox{
	padding: 20px;
	width: 500px;
}

div.divEditLightbox h2{
	font-family: "Open Sans";
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 22px;
	color: #555;
}

div.divEditLightbox h3{
	font-size: 16px;
	margin: 20px 0px;
	color: #555;
	font-family: "Open Sans";
	font-weight: 300;
	background-color: #eee;
	padding: 10px;
}

div.divEditLightbox table.tblForm th{
	width: auto;
}

div.divEditLightbox div.divFormButtons{
	text-align: center;
}

div.divLightboxScroller{
	overflow: auto;
	max-height: 600px;
	padding-right: 10px;
}

div.divLightboxScroller :first-child{
	margin-top: 0px;
}



















ul.ulFilterTabs > li{
	display: inline-block;
}

ul.ulFilterTabs > li > a{
	display: block;
	background-color: #aaa;
	color: white;
	font-size: 14px;
	font-family: "Open Sans";
	padding: 10px;
}

ul.ulFilterTabs > li > a.active{
	background-color: #FFA500;
}

ul.ulFilterTabs > li > a.selected{
	background-color: #4A8BC2;
}

ul.ulFilterTabs > li > a:hover{
	background-color: #3775A8;
}

ul.ulFilterTabContent > li{
	border: 1px solid #4A8BC2;
	padding: 20px;
	display: none;
	background-color: #eee;
}

















ul.ulAssetTabs > li{
	display: inline-block;
}

ul.ulAssetTabs > li > a{
	display: block;
	background-color: #aaa;
	color: white;
	font-size: 14px;
	font-family: "Open Sans";
	padding: 10px;
}

ul.ulAssetTabs > li > a.selected{
	background-color: #4A8BC2;
}

ul.ulAssetTabs > li > a:hover{
	background-color: #3775A8;
}

ul.ulAssetTabContent > li{
	border: 1px solid #4A8BC2;
	padding: 20px;
	display: none;
}





div.divAssetInfoBar{
	background-color: #666;
	color: white;
	font-family: "Open Sans";
	font-size: 14px;
	margin-bottom: 15px;
}

div.divAssetInfoBar ul.left{
	float: left;
}

div.divAssetInfoBar ul.right{
	float: right;
}

div.divAssetInfoBar ul li{
	float: left;
	padding: 7px 12px;
}

div.divAssetInfoBar ul li > span:last-child{
	background-color: white;
	color: #555;
	padding: 7px 10px;
	display: inline-block;
	margin-left: 8px;
}

div.divAssetInfoBar ul.left li:not(:last-child){
	border-right: 1px solid white;
}

div.divAssetInfoBar ul.right li:not(:first-child){
	border-left: 1px solid white;
}

div.divAssetInfoBar span.red{
	background-color: red !important;
	color: white !important;
	font-weight: bold;
}

@media (max-width: 1200px) {
	div.divAssetInfoBar .hide-1200{
		display: none;
	}
}

.spnGrade{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:2px;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 8px;
}

.spnGrade.trainee:after{
	content:'TR';
}
.spnGrade.trainee{
	background-color: #2ca02c;
	color:white;
}
.spnGrade.honorary:after{
	content:'HO';
}
.spnGrade.honorary{
	background-color: #ff0099;
	color:white;
}
.spnGrade.accredited:after{
	content:'AC';
}
.spnGrade.accredited{
	background-color: #f90;
	color:white;
}
.spnGrade.advanced:after{
	content:'AD';
}
.spnGrade.advanced{
	background-color: #0f0;
	color:black;
}

.spnGrade.retired:after{
	content:'RE';
}
.spnGrade.retired{
	background-color: #FF0;
	color:black;
}

.spnGrade.associate:after{
	content:'AS';
}
.spnGrade.associate{
	background-color: #F90;
	color:#000;
}
.spnGrade.nonpractising:after{
	content:'NP';
}
.spnGrade.nonpractising{
	background-color: #f00;
	color:white;
}

.spnGrade.tutor:after{
	content:'TU';
}
.spnGrade.tutor{
	background-color: #b400ff;
	color:white;
}