/* ----------------------------------------------
	Extension icon: stand-alone and in heading
   ---------------------------------------------- */
span.Sysmanager {
	background:url('../img/exticon.png') no-repeat 0 0;
}

span.extIconSysmanager {
	background:url('../img/exticon.png') no-repeat 0 0;
}

h1.extIconSysmanager .title {
	background:url('../img/exticon.png') no-repeat 0 5px;
}


#sysmanager-tabs li.tabkey-welcome span.icon {
	background:url('../img/icons.png') no-repeat 0 2px;
}



/* --------------------------
	Sub menu
   -------------------------- */
#navi-main-list-todoyu li.itemSysmanager a {
	background-image:url(../img/icons.png);
	background-repeat:no-repeat;
	background-position:6px 5px;
}



/* ------------------------------
	Extension: Config
   ------------------------------ */
#panelwidget-sysmanagermodules li.rights a {
	background:url(../img/icons.png) no-repeat 0 -569px;
}

#panelwidget-sysmanagermodules li.config a {
	background:url(../img/icons.png) no-repeat 0 -569px;
}

#content .noExtConf {
	padding:20px;
	display:block;
	clear:both;
	font-weight:bold;
	font-size:16px;
}

table.extInfo {
	line-height:20px;
	width:650px;
	border:0;
	margin:10px 0 12px 10px;
}

	table.extInfo th.label {
		width:150px;
	}

	table.extInfo th.value {
		width:538px;
	}



/* -----------------------------------
	Create mode options in headlet
   ----------------------------------- */
.createmode-role {
	background:url(../img/icons.png) no-repeat 11px -208px;
}



/* ------------------------------------
	Quick create wizard popUp styling
   ------------------------------------ */
#quickcreate.dialog.role div#quickcreate_top.dialog_title {
	padding:0 0 0 22px;
	background:url(../img/icons.png) no-repeat 0 -209px;
}


/* -----------------------------------------------
	Quick create (headlet) mode selector entries
   ----------------------------------------------- */
#todoyuheadletquickcreate li.itemSysmanagerRole a {
	background:url(../img/icons.png) no-repeat 5px -538px;
}



/* -------------------------
	Role list
   -------------------------*/
.rolesListing th,
.rolesListing td {
	vertical-align:middle;
}

	/* Column widths */
.rolesListing th.icon {
	width:15px;
}
.rolesListing th.title {
	width:150px;
}
.rolesListing th.description {
	width:285px;
}
.rolesListing th.persons {
	width:100px;
}
.rolesListing th.actions {
	width:50px;
}

	/* Column configs */
.rolesListing td.icon {
	background:url(../img/icons.png) no-repeat 3px -204px;
}
.rolesListing td.actions span.icon {
	margin-right:5px;
}
.rolesListing td.actions span {
	background:url(../img/icons.png) no-repeat;
	cursor:pointer;
}
.rolesListing td.actions span.edit {
	background-position:0 -239px;
}
.rolesListing td.actions span.delete {
	background-position:0 -269px;
}