body {
	font-family: "Lucida Sans", verdana, arial, sans-serif;
	/*font-size: 12px;*/
	font-size: 0.9em;
	margin: 0;
	padding-top: 0px;
	padding-left: 4px;
	/*background: #e6e6e6;*/
}

body.MSIEMobile6 {
	font-size: 0.85em;
}
input {
    font-size:0.9em
}

.content input[type=checkbox] {
  /* Default settings for input boxes */
  height: 25px;
  width: 20px;
}

body.MSIEMobile6 input {
	font-size: 0.85em;
}

#header {
	display: none;
}

.menu-spacer {
     height: 2px;   
}

#footer {
	display: none;
}

#page #title {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#page #title h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

body.MSIEMobile6 #page #title h1 {
	font-size: 1.1em;
}

p.explanation {
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
}

input.icon[type="image"] {
	width: 40px;
	height: 40px;
	margin-left: 12px;
}

ul.notifications {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.notifications li {
	margin-bottom: 0.6em;
	padding: 0.3em 1.5em;
}

ul.notifications li:last-child {
	margin-bottom: 2em;
}

ul.notifications li.error {
	background: #ffa0a0;
	border: 1px solid red;
}

ul.notifications li.warning {
	background: #ffff80;
	border: 1px solid #ff8040;
}

ul.notifications li.info {
	background: #40ff40;
	border: 1px solid #00ff00;
}


.dialog {
	margin-top: 0;
	margin-bottom: 1.5em;
	border: 2px solid #ccc;
}

.dialog .head {
	background: #ddd;
	padding: 3px 8px;
}

.dialog .head h3 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}


.dialog .body {
	padding: 8px 4px 8px 8px;
	background: #eee;
}


/** Forms */
input.button.icon, input.button {
	margin-left: 12px;
}
.menu-comp {
	display: block;
}

.menu-comp .comp {
	display: inline-block;
	vertical-align: top;
}

form {
	margin: 0;
}

select {
	padding-top: 1px;
	padding-bottom: 1px;
}

.form .component {
	clear: both;
}

body.NotMSIEMobile6 .form .component .label {
	padding-top: 2px;
	width: 100px;
	float: left;
}

.form .component .content {
	padding-top: 2px;
	padding-left: 1em;
	float: left;
}


.form .after-last-component {
	clear: both;
}

.form .button-bar {
	margin-top: 4px;
	margin-bottom: 4px;
}

.form .button-bar button {
	margin-right: 4px;
}

.form-grid .handheld-button {
	clear: both;
	margin-top: 30px;
}

.form-grid .component.hidden {
	display: none;
}

/** Notifications */
.notifications span.notification-msg {
    font-style: italic;
    font-weight: bold;
    font-size: 120%;
}

.error .notification-msg {
	color: #FF0000;
}

.warning .notification-msg {
    color: #FFBF00;
}

.info .notification-msg {
    color: #33CC33;
}

.notifications.notify {
   background: #378ADF;
   border-radius: 4px;
}
    
.notify .notification-msg {
   background: url(../images/notifications/timer_icon.svg) no-repeat transparent;
   background-position: 8px 50%;
   vertical-align:middle;
   padding-left:50px;
   padding-top:15px;
   padding-bottom:15px;
   color: white;
}

.handHeldMenu {
	vertical-align: middle;
}

div.table {
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
}

div.table {
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
}

table.table {
	border-collapse: collapse;}
	
td.data {
	empty-cells: show;}

	

.handHeldMenu { 
	margin-top: 4px;
}

.hh-waerlinx-logo {
	background-image: url('../images/header_icons/WaerLinxlogo.gif');
	width: 201px;
	height: 48px;
}

.test-logo {
	position: absolute;
	width: 147px;
	height: 41px;
	left: 205px;
	top: 3px;
}

.hh-waerlinx-logo-wrapper {
    background: url(../images/header_pattern.jpg) 0 0 repeat transparent;    
}

.welcome-text h1 {
	font-size: 18px;
}

body.MSIEMobile6 .welcome-text h1 {
	font-size: 14px;
}

div.part-thumb {
	width: 70px;
	height: 70px;
}

div.part-thumb img { 
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
    margin-right: auto
}

#cboxLoadedContent img {
	/* Go bigger than we need and it solves the colorbox processing before image available issue */
	max-width: 100%;
	max-height: 100%;
}

#cboxOverlay {
	background: #333;
}

.alertNotification {
	background-color: #fff;
    border-radius: 0.25em;
	-moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    min-width: 200px;
    min-height: 80px;
	padding: 20px;
}

.alertNotificationBody {
	clear: both;
	color: #000;
	font-size: 20px;
	font-family: Arial,Helvetica,Sans-serif;
}

#colorboxClose {
	bottom: 20px;
	position: absolute;
	right: 20px;
}

.signature-input {
	margin-top: 5px;
	margin-right: 5px;
	border-style: solid;
	border-width: 2px;
}

#view-switch {
	text-align: center;
	margin-top:5px;
}

.switch-text {
	text-align: center;
	margin-bottom: 15px;
	padding-left: 5px;
	display: inline-block;
	height: 30px;
	vertical-align: middle;
}

.theHandHeldBody{
	width: 100%; 
	max-width: 750px; 
	margin-right: auto; 
	margin-left: auto;
}

#app-view-switch-desktop {
   content:url(../images/desktop.png);
}

input[type="submit"].icon.hiddenButton, a.icon.hiddenButton, input[type="button"].icon.hiddenButton, .hiddenButton, button[type=button].hiddenButton, input[type=button].hiddenButton, input[type=submit].hiddenButton, a.form_button.hiddenButton, input.hidden {
    display: none;
}

div.testTheme #waerHandHeldMainHeaderID .logo {
	max-width: none !important;
	position: relative;
	top: 8px;
}

div.testTheme #waerHandHeldMainHeaderID #handheld-logo {
	position: relative;
	left: 6px;
	top: 6px;
	color: black;
	font-size: 20px;
}