@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

html, body {
	background-color: #f4f4f4;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans';
	font-size: 9pt;
	overflow: hidden;
}

div.nav_left_group, div.nav_left_group_selected {
	cursor: pointer;
	border-top: 1px solid #f9f9f9;
	height: 32px;
	border-bottom: 1px solid #c7c7c7;
}

div.nav_left_group_selected {
	background-image: url('../images/sidenav_active.png');
}

.dialog_overlay {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url("../images/bg_50p.png");
	display: none;
	z-index: 1000;
}


.open {
	background: url(../images/link.png) no-repeat;
	padding-left: 16px;
	font-family: 'Open Sans', 'Segoe UI', Lucida Grande, Arial;
	font-size: 8pt;
	background-repeat: no-repeat;
	height: 16px;
	display: block;
	cursor: default;
}

A:link { COLOR: #005fa9; TEXT-DECORATION: none; }
A:visited { color: #005fa9; }

A:hover { TEXT-DECORATION: underline; }

A.darklink:link, A.darklink:visited { COLOR: #333333; TEXT-DECORATION: none }
A.darklink:hover { TEXT-DECORATION: underline }

A.redlink:link, A.redlink:visited {
	color: #990000;
}

A.redlink:hover {
	text-decoration: underline;
}

.scrollable_container {
	width: 100%;
	height: 100%;
	overflow: scroll;
	cursor: default;
	padding: 0px;
	margin: 0px;
	background-color: #f4f4f4;
}

td.topbar_buttons {
	padding: 3px;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
}

.topbar_button_title {
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin-left: 22px;
	padding-right: 4px;
	margin-top: 4px;
	margin-right: 1px;
	display: block;
}

div.topbar_button_container {
	border-right: 1px solid #dddddd;
	margin-right: 2px;
	float: left;
	height: 25px;
}

.topbar_button {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	text-decoration: none;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	float: left;
	z-index: 10;
	margin-right: 2px;
}

.topbar_button:hover {
	background-color: #ffffbb;
	border: 1px solid #cccccc;
	border-radius: 5px;
	text-decoration: none;
}


.topbar_drop_button {
	border: 1px solid #ffffff;
	text-decoration: none;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-right: 2px;
	cursor: pointer;
}

.topbar_drop_button_on {
	border: 1px solid #cccccc;
	text-decoration: none;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-color: #ffffcc;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-right: 2px;
	cursor: pointer;
}


.topbar_button_on {
	text-decoration: none;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-color: #ffffbb;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	float: left;
	margin-right: 2px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffbb;
	text-decoration: none;
}

.topbar_button_on:hover {
	text-decoration: none;
}

.tab_inactive:hover, .tab_active:hover, .tab_inactive:visited, .tab_active:visited {
	text-decoration: none;
	color: #333333;
}

.tab_active {
	display: inline;
	position: relative;
	top: 1px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -1px;
	margin-top: -1px;
	color: #333333;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	cursor: pointer;
}

.tab_inactive {
	display: inline;
	position: relative;
	top: 1px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -1px;
	margin-top: -1px;
	color: #333333;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	cursor: pointer;

	background-image: url("../images/tab_inactivebg.gif");
	background-repeat: repeat-x;
	background-color: #D2D2D4;

}

div.side_nav_inner {
	margin-left: 20px;
	color: #aaaaaa;
	width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

a.visitor_list_link {
	text-decoration: none;
	color: inherit;
}

a.visitor_list_link:hover {
	text-decoration: underline;
}

input.insight {
	padding: 4px;
	border: 1px solid #bbbbbb;
	border-radius: 6px;
	font-size: 12pt;
}

.popup_inner {
	border-radius: 10px;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 3px 3px 20px #111111;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.popup_button {
	font-family: 'Open Sans',Arial;
	font-size: 9pt;
	line-height: 24px;
	letter-spacing: -0.2px;
	font-weight: bold;
	background-color: #ef3e42;
	background-repeat: repeat-x;
	border: 1px solid #ef3e42;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	text-decoration: none;
}

div.top_button {
	padding: 5px;
	background-image: url('../images/grey_grad.gif');
	background-repeat: repeat-x;
	background-color: #dedede;
}

div.filter_options {
	margin-top: 5px;
}

div.filter_options select {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	font-family: 'Open Sans','Segoe UI';
}

div.filter_options input {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	font-family: 'Open Sans','Segoe UI';
}

.topbar_drop_button {
	border: 1px solid #ffffff;
	text-decoration: none;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-right: 2px;
	cursor: pointer;
	text-align: left;
	padding-left: 20px;
}

.topbar_drop_button_on {
	border: 1px solid #cccccc;
	text-decoration: none;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-color: #ffffcc;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-right: 2px;
	cursor: pointer;
	text-align: left;
	padding-left: 20px;
}

.topbar_button_on {
	text-decoration: none;
	font-family: 'Open Sans', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-color: #ffffbb;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	float: left;
	margin-right: 2px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffbb;
	text-decoration: none;
}

.topbar_button_on:hover {
	text-decoration: none;
}

input.green_button {
	font-family: 'Open Sans';
	font-size: 10pt;
	font-weight: 600;
	background-color: #009900;
	border-radius: 6px;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	height: 28px;
	width: 120px;
	text-align: center;
	text-decoration: none;
}

input.orange_button {
	font-family: 'Open Sans';
	font-size: 10pt;
	font-weight: 600;
	background-color: #ff9900;
	border-radius: 6px;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	height: 28px;
	width: 120px;
	text-align: center;
	text-decoration: none;
}

input.red_button {
	font-family: 'Open Sans';
	font-size: 10pt;
	font-weight: 600;
	background-color: #aa0000;
	border-radius: 6px;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	height: 28px;
	width: 120px;
	text-align: center;
	text-decoration: none;
}

input.blue_button {
	font-family: 'Open Sans';
	font-size: 10pt;
	font-weight: 600;
	background-color: #444499;
	border-radius: 6px;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	height: 28px;
	width: 120px;
	text-align: center;
	text-decoration: none;
}

div.login {
	font-weight: 400;
	font-size: 10pt;
	margin-top: 10px;
}

input.login {
	width: 240px;
	height: 20px;
	font-family: 'Open Sans';
	border: 1px solid #cccccc;
}

input.greenbutton {
	text-align: center;
	width: 100px;
	background-color: #35aa47;
	border: 0px;
	border-radius: 8px;
	height: 30px;
	font-weight: 600;
	color: #ffffff;
	font-size: 9pt;
}

div.warning {
	padding: 8px;
	padding-left: 13px;
	background-color: #edd0d0;
	color: #b94a4a;
	border: 1px solid #daa0a1;
	font-size: 9pt;
}

a.default {
	color: #333333;
	text-decoration: none;
}

a.default:hover {
	text-decoration: underline;
}

h1 {
	font-size: 21pt;
	font-weight: 300;
	line-height: 21pt;
	color: #444444;
	margin: 0px;
	margin-bottom: 13px;
	letter-spacing: -1px;
}

a.toplink {
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	padding-top: 5px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #e0e0e0;

}

a.toplink img {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

a.settings_nav {
	padding: 4px;
	display: block;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #dddddd;
}

/* Sortable tables */


.table_search {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.table_title_text {
	padding-left: 3px;
	font-size: 9pt;
	padding: 4px;
}

.mini_table_title {
	background-image: url('../images/white_gradient.png');
	padding: 3px;
	font-size: 9pt;
	border-bottom: 1px solid #cccccc;
	height: 10px;
	color: #555555;
}

.table_title {
	background-image: url('../images/white_gradient.png');
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	color: #000000;
	background-repeat: repeat-x;
	background-color: #dfdfdf;
}

table.sortable {
	background-image: url("../images/table_bg.gif");
	background-repeat: repeat-x;
	color: #444444;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

table.sortable thead {
	background-color:#dddddd;
	color: #555555;
	text-align: left;
	font-weight: bold;
	cursor: default;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_med_gr.png');
}

.sortable th {
	padding: 2px;
	padding-left: 4px;
	padding-right: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_med_gr.png');
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.sortable th.sorttable_nosort {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.sortable th.sorttable_sorted {
	background-image: url("../images/sort.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.sortable th.sorttable_sorted_reverse {
	background-image: url("../images/sort_rev.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.sortable td {
	padding: 2px;
	font-size: 8pt;
	padding-left: 4px;
	border-bottom: 1px solid #dddddd;
}

.sortable tr {
	cursor: default;
}

.sortable tr.selected {
	background-repeat: repeat-x;
	background-image: url("../images/selected_green.gif");
	background-color: #deffb5;
}

.sortable tr.red {
	background-repeat: repeat-x;
	background-image: url("../images/selected_red.gif");
	background-color: #deffb5;
}

.sortable tr.unselected {
	background-image: none;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

td.topbar {
	background-image: url('../images/topbar_bg.png');
	background-color: #fefefe;
	background-repeat: repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #dddddd;
	padding: 8px;
}

div.topbar_search {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 3px;
	padding-left: 20px;
	width: 240px;
	height: 18px;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	position: relative;
	top: 0px;
	left: 0px;
}

div.topbar_search input {
	border: 0px;
	width: 100%;
	background-color: transparent;
	font-family: Open Sans;
	font-size: 10pt;
	line-height: 10pt;
}

div.topbar_search input:focus {
	outline-width: 0px;
}

div.insight_minibox {
	font-size: 8pt;
	width: 127px;
	height: 75px;
	padding: 7px;
	margin-right: 10px;
	float: left;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 5px;
 	box-shadow: 2px 2px 6px #999999;
}

div.insight_minibox_value {
	font-size: 24pt;
	font-weight: 200;
	line-height: 24pt;
	letter-spacing: -1px;
}

a.nav_left_unsel {
	display: block;
	padding: 3px;
	padding-left: 8px;
	text-decoration: none;
	color: #dddddd;
	margin: 0px;
	margin-top: 1px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

a.nav_left_sel {
	display: block;
	padding: 3px;
	background-color: #39393a;
	padding-left: 8px;
	text-decoration: none;
	color: #ffffff;
	background-image: url('../images/nav_sel_arrow.png');
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 1px solid #2d2d2e;
	border-bottom: 1px solid #555556;
	margin: 0px;
	margin-top: 1px;
}

div.sidenav_dropdown_selected {
	z-index: 2;
	border: 1px solid #aaaaaa;
	cursor: pointer;
	background-color: #ffffff;
	max-width: 175px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px;
	border-bottom: 0px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

div.sidenav_dropdown_unselected {
	z-index: 2;
	margin: 1px;
	cursor: pointer;
	max-width: 175px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px;
}

a.sidenav_dropdown_link {
	border-bottom: 1px solid #cccccc;
	display: block;
	padding: 3px;
	padding-right: 10px;
}

a.sidenav_dropdown_link:hover {
	background-color: #ffffe0;
}

.dyn_table_dropdown, .dyn_table_dropdown_sel {
	cursor: pointer;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	font-size: 8pt;
	color: #333333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 18px;
	text-align: left;
}

.dyn_table_dropdown_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 20px;
	margin-left: 5px;
}

.dyn_table_dropdown {
	background-image: url("../images/button_bg.gif");
	background-color: #dbdbdb;
	background-repeat: repeat-x;
}

.dyn_table_dropdown_sel {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid white;
}

.dyn_table_dropdown_menu {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 9pt;
	padding: 3px;
}

.dyn_table_dropdown_contents {
	position: absolute;
	top: 19px;
	left: -3px;
	width: 160px;
	background-color: #f4f4f4;
	border: 1px solid #999999;
	display: none;
}

/* Default Tables */

table.default_table {
	background-image: url("../images/table_bg.gif");
	background-repeat: repeat-x;
	color: #444444;
	border: 1px solid #cccccc;
}

table.default_table thead {
	background-color:#dddddd;
	color: #555555;
	text-align: left;
	font-weight: bold;
	cursor: default;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_med_gr.png');
}

.default_table th.nosort {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.default_table th.sorted {
	background-image: url("../images/sort.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.default_table th.sorted_reverse {
	background-image: url("../images/sort_rev.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.default_table th {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_med_gr.png');
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.default_table td {
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #dddddd;
}

.default_table tr {
	cursor: default;
}

.default_table tr.selected {
	background-image: url("../images/selected_green.gif");
	background-color: #DEFFB5;
	background-repeat: repeat-x;
}

.default_table tr.unselected {
	background-image: none;
}

table.breadcrumbs a {
	text-decoration: none;
	color: #333333;
}

div.search_title {
	font-weight: 600;
	height: 20px;
	padding-left: 4px;
	padding-top: 3px;
	margin: 2px;
	background-image: url('../images/search_title.png');
	border-bottom: 1px solid #dddddd;
}

a.master_search_result {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	display: block;
	text-decoration: none;
	color: #333333;
}

a.master_search_result:hover {
	background-color: #ffffef;
}

font.highlight {
	background-color: #ffff99;
}

a.default {
	text-decoration: none;
	color: #333333;
}

a.default:hover {
	text-decoration: underline;
}

.littleinput {
	border: 1px solid #BBC0C5;
	padding: 3px;
	font-size: 8pt;
}


