/* DW (Digital Watchdog) Theme - based on DEFAULT */

*
{
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Sans Unicode', Arial;
	font-size: 12px;
}

html, body
{
	height: 100%;
}

* html div.body_holder
{
	height: 100%;
}

div.body_holder
{
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

P
{
	font-family: 'Lucida Sans Unicode', Arial;
	font-size: 12px;
	padding: 3px 0 10px 0;
}

h1, h2, h3, h4, h5 { font-family: Arial; }

h2
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #FF6600;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h4 { margin: 5px 0; }

a
{
	color: #FF6600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.content
{
	width: 709px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	min-height: 100%;
}

div.header
{
	height: 115px;
	width: 100%;
	position: relative;
}

div.header img.logo
{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 52px;
}

div.header div.content
{
	display: flex;
	align-items: center;
	height: 115px;
}

div.header_title
{
	font-family: Arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	line-height: 1;
}

div.header_title em
{
	font-size: 42px;
	color: #FF6600;
	font-style: italic;
}

div.list_customer_header
{
	height: 36px;
	width: 100%;
	background-color: #4E4E4E;
}

div.list_customer_header ul
{
	width: 709px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	min-height: 100%;
}

div.list_customer_header ul li
{
	height: 36px;
	line-height: 30px;
	display: inline;
	float: left;
	font-size: 11px;
	font-family: Arial;
	color: white;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: top left;
}

div.list_customer_header ul li a
{
	padding: 0 16px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

div.list_customer_header ul li ul
{
	width: 250px;
	display: none;
	position: absolute;
	top: -1px;
	left: 0px;
	background-color: #231F20;
}

div.list_customer_header ul li ul li
{
	color: white;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	height: 25px;
	line-height: 23px;
}

div.list_customer_header ul li ul li:hover
{
	background-color: #333333;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	height: 25px;
	line-height: 23px;
}

div.list_customer_header ul li:hover ul li
{
	background-image: none;
}

div.list_customer_header ul li ul li a
{
	padding: 0 5px;
	color: inherit;
	text-decoration: none;
	font-weight: normal;
}

div.list_customer_header ul li:hover div ul
{
	display: block;
}

div.hr
{
	width: 90%;
	margin: 0 auto;
	height: 1px;
	background-color: gray;
}

div.footer
{
	clear: both;
	width: 100%;
	background-color: #231F20;
	position: absolute;
	bottom: 0px;
}

div.footer div.content p
{
	padding: 4px 4px;
	color: #626262;
}

div.left_col
{
	width: 450px;
	min-height: 100%;
	height: 100%;
}

p.breadcrumb a
{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-transform: UPPERCASE;
	font-weight: normal;
}

div.left_col p
{
	text-align: justify;
}

div.left_col img
{
	padding: 3px 0 10px 0;
}

div.right_col
{
	float: right;
	width: 33%;
}

div.wrapper
{
	position: relative;
}

div.actual_content
{
	font-family: 'Lucida Sans Unicode', Arial;
	font-size: 12px;
	padding: 3px 0 10px 0;
	text-align: justify;
}

div.actual_content p
{
	padding-left: 0px;
	padding-right: 0px;
}

div.content ul
{
	margin-left: 20px;
}

div.content ul li
{
	margin: 10px 0;
	font-family: 'Lucida Sans Unicode', Arial;
	font-size: 12px;
	text-align: justify;
}

div.list_sub_menu ul
{
	list-style: none;
	margin-left: 0px;
}

div.list_sub_menu ul li
{
	border: 1px solid #717171;
	padding: 8px;
	margin: 5px 0;
}

div.list_sub_menu ul li a
{
	display: block;
	width: 100%;
	font-weight: normal;
}

ul.section_overview
{
	margin-left: 20px;
	padding-bottom: 10px;
}

ul.section_overview li
{
	font-size: 11px;
	margin-top: 4px;
}

ul.section_overview li a
{
	font-weight: normal;
}

ul.section_overview li a.selected
{
	color: black;
}

h3 span
{
	float: right;
	text-size: 12px;
	color: #ababab;
	font-weight: normal;
}

a img
{
	border: 0px;
}

label { font-size: inherit; font-family: inherit; }

table tr td, table tr th { padding: 3px 7px; border-left: 1px solid #EEEEEE; }
table tr td.last_column, table tr th.last_column { border-right: 1px solid #EEEEEE; }

div.yellow_alert { background-color: #ffffcc; border: 1px solid #ffff00; padding: 5px; margin-bottom: 10px; }
div.yellow_alert p { padding: 0px; margin: 0px; }

div.red_alert, div.list_errors { background-color: #ffc3c3; border: 1px solid #ff0000; padding: 5px; margin-bottom: 10px; }
div.red_alert p { padding: 0px; margin: 0px; }
div.list_errors ul { margin-left: 20px; }

tr.duplicate_outside_criteria td { color: #999999; }

tr.alternate_group td { background-color: #DDDDDD; }
