/* System Settings */

div.SystemSettingsGroup {
	float: left;
	height: 330px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 400px;
}

div.SystemSettingsGroupImage {
	width: 150px;
	height: 200px;
}

div.SystemSettingsGroupImage div {
	margin-left: 15px;
	height: 100%;
	width: 100%;
}

div.SystemSettingsGroupImage div.ResourcesGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_resources.png");
}

div.SystemSettingsGroupImage div.ProductSettingsGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_product_settings.png");
}

div.SystemSettingsGroupImage div.DatabaseGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_database.png");
}

div.SystemSettingsGroupImage div.PaperSettingsGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_paper_settings.png");
}

div.SystemSettingsGroupImage div.OutputDevicesGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_output_devices.png");
}

div.SystemSettingsGroupImage div.UsersNotificationsGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_users_notifications.png");
}

div.SystemSettingsGroupImage div.ExternalToolsGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_external_tools.png");
}

div.SystemSettingsGroupImage div.WebshopGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_webshop.png");
}

div.SystemSettingsGroupImage div.WorkflowGroupImage {
	background: no-repeat url("../../images/system_settings/system_settings_workflow.png");
}

div.SystemSettingsGroupImage div.ColorsaverGroupImage {
	background: url("../../images/system_settings/system_settings_colorsaver.jpg") no-repeat scroll 0 0 transparent;
}

div.SystemSettingsGroupImage div.AutomatorGroupImage {
	background: url("../../images/system_settings/system_settings_automator.jpg") no-repeat scroll 0 0 transparent;
}

div.SystemSettingsGroupImage div.AutomatorLookupGroupImage {
	background: url("../../images/system_settings/system_settings_automator_lookup.jpg") no-repeat scroll 0 0 transparent;
}
div.SystemSettingsGroupImage div.AutomatorPageGroupImage {
	background: url("../../images/system_settings/system_settings_automator_page_settings.svg") no-repeat scroll 0 0 transparent;
}
div.SystemSettingsGroupImage div.AutomatorAdGroupImage {
	background: url("../../images/system_settings/system_settings_automator_ad_settings.jpg") no-repeat scroll 0 0 transparent;
}

div.SystemSettingsGroupImage div.AutomatorPairGroupImage {
	background: url("../../images/system_settings/system_settings_automator_pair_settings.jpg") no-repeat scroll 0 0 transparent;
}

div.SystemSettingsGroupImage div.IcmeGroupImage {
	background: url("../../images/system_settings/system_settings_icme.png") no-repeat scroll 0 0 transparent;
}

div.SystemSettingsGroup td.GroupDescription {
	float: left;
	padding: 0 0 0 0;
}

td.GroupDescription>ul {
	width: 200px;
}

td.GroupDescription>ul, td.GroupDescription>ul>li {
	list-style: none;
	line-height: 15pt;
	overflow: hidden;
	white-space: nowrap;
}

td.GroupDescription>ul>li>a {
	display: block;

}

td.GroupDescription>ul>li:hover {
	font-weight: bold;
	font-size: 120%;
	-moz-transition: all 0.1s ease-out; /* FF4+ */
	-o-transition: all 0.1s ease-out; /* Opera 10.5+ */
	-webkit-transition: all 0.1s ease-out; /* Saf3.2+, Chrome */
	-ms-transition: all 0.1s ease-out; /* IE10? */
	transition: all 0.1s ease-out;
}

table.PropertiesLeftIcon td {
	padding-left: 7px;
}

/* System Monitors */

#system_monitors h3 span {
	display: block;
}

#system_monitors h3 table tbody tr td.TitleMode,
#system_monitors h3 table tbody tr td.TitleStatus {
	padding-left: 35px;
	width: 140px;
}

#system_monitors h3 table tbody tr td.TitleName {
	width: 300px;
}

#system_monitors h3 table tbody tr {
	white-space: nowrap;
}

#system_monitors h3 table tbody tr td.TitleName a {
	display: block;
	overflow: hidden;
	padding: 0 0 0 2.2em;
	width: 300px;
}

#system_monitors h3 {
	font-weight: normal;
}

#system_monitors div.ContentSection.CustomMonitorGroupConfig, div.ContentSection.ScheduleSection, div.ContentSection.SingleHostSection {
	border-left: 1px solid #B6B6B6;
}

#system_monitors .ContentSectionTitle {
	font-weight: bold;
	padding-bottom: 5px;
}

#system_monitors .MonitorDescription {
	width: 50%;
}

#system_monitors .ScheduleTable {
	margin-top: 6px;
}

#system_monitors .SheduleMode {
	margin: 5px 0 0;
}

#system_monitors div.ContentSection.CustomMonitorGroupConfig td,div.ContentSection.ScheduleSection td {
	padding-left: 10px;
	/*padding-bottom: 10px;*/
	vertical-align: top;
	}
#system_monitors div.ContentSection.CustomMonitorGroupConfig td:last-child {
	padding-right: 10px;
}
div.ContentSection.CustomMonitorGroupConfig table:last-child td:last-child {
	padding-top: 10px;
}
div.ContentSection.ScheduleSection div.ScheduleTable td {
	vertical-align: baseline;
}

/* Database Cleaner */

div#jobs_cleaner {
	padding-bottom: 20px;
}







