html, body, div, span, h1, h2, h3, h4, form, label{
  margin: 0;
  padding: 0;
}
body {
  font-size: 11pt;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.5em; line-height: 1; }
h4 { font-size: 1.2em; line-height: 1.25; }

td, th { 
	padding: 2px; 
	text-align: left;
}

/* Remove annoying border on linked images. */
a img { border: none; }

#headerblock {
	margin-bottom: 5px;
}
#header_logo {
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
}
#header_logo_text {
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #666;
	position: absolute;
	left: 70px;
	top: 58px;
}
a.nounderline_link{
	text-decoration: none;
}

#auth_data {
	position:absolute;
	left: 500px;
	width: 300px;
	top: 5px;
	text-align: right;
	font-family:Verdana;
	font-size: 10pt;
	color: #666;
}
#im_logo {
	bottom: 0px;
	margin-right: 10px;
}
a.active_breadcrumb {
	font-size: 17pt;
	font-weight:bold;
	text-decoration:none;
	color: #000;
}
#breadcrumbs {
	line-height: 1.5em;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}
tr.rowcycle1 td {
	background-color:#FFF;
}
tr.rowcycle2 td {
	background-color:#DDD;
}

tr.company_name_header td,tr.company_name_header th {
    background-color: #AAF;
}

tr.table_seperator td {
	background-color:#888;
	height:2px;
	padding:0;
}
tr.empty_line_separator td {
    height: 1em;
}
#id_date_from {
	width: 80px
}
#id_date_to {
	width:80px;
}
#error {
	width: 100px;
	background-color: #0FF;
	color: #FFF;
}
ul.errorlist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}   ul.errorlist li {
		border: 1px solid #300;
		background-color: #FDD;
		padding: 5px;
		font-weight:bold;
	}

#success {
	width: 100px;
	background-color: #0F0;
	color: #FFF;
}
#nav-menu {
	float:left;;
	width:170px;
	left: 5px;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li a {
	background-color: #E3EEF0;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 100%;
	padding-left: 5px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	margin-bottom: 5px;
} 
#content {
	margin-left: 200px;
	width: 600px;
}
#menu-content-container {
	overflow: auto;
	padding: 10px;
}

#footer {
	width: 800px; /* content + nav-menu */
	margin-top: 12pt;
	font-size: 8pt;
	text-align: center;
}

.fill_table {
	line-height: 1.2em;
	width: 100%;
}

.center_align_column {
	text-align: center;
}
.right_align_column {
	text-align: right;
}

#id_daterange {
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}
#id_date_from, #id_date_to {
	font-family: Verdana;
	font-size: 9pt;
	border: 1px solid #AAF;
}

#id_get_records {
	border: 1px solid #000;
}

#id_name {
	width: 200px;
}
#id_country_prefix {
	width: 30px;
	font-family: Verdana;
}
#id_ranges {
	height: 6em;
	font-family: Verdana;
	font-size: 9pt;
	width: 400px;
}
#settings_edit_table th {
	width: 130px;
	text-align:right;
}
.settings_section {
	margin-top: 12pt;
}

#id_new_division_link {
	margin-top: 20px;
}
#div_username_label, #div_password_label {
	margin-top:10px;
	font-size: 14pt;
}

#div_username, #div_password{
	margin-left: 10px;
	margin-top: 5px;
}

#id_username, #id_password {
	width: 8em;
	border: 1px solid black;
	font-size:14pt;
}
#id_login_submit {
	font-size: 14pt;
	font-weight: bold;
	margin-top:1em;
	margin-left:2em;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid black;
	background-color: #FFF;
}
#id_printer_link {
	margin-right: 10px;
}

#ghost_numbers{
	margin-top: 3em;
}	#ghost_numbers table #cc_username {
	width: 120px;
}	#ghost_numbers table #using_cc {
	width: 180px;
}
/* hack for weird datepicker display bug */
#ui-datepicker-div {display: none;}
