body {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 14px;
	color: #333;
}

table {
	border-collapse: collapse;
	border: 1px solid #009;
	margin-bottom: 20px;
}

input {
	padding: 2px 5px;
}

td,th {
	border: 1px solid #999;
	background-color: #fff;
	padding: 2px 6px;
	height: 22px;
	font-size: 14px;
}

.groupBox {
	border: none;
	vertical-align: top;
}

.groupBoxRight {
	padding-left: 50px;
}

label {
	font-weight: bold;
	cursor: pointer;
}

label.field {
	font-weight: normal;
}

table tr.unread td {
	font-weight: bold;
	background-color: #efd;
}

h1,h2,h3 {
	color: #004d99;
}

h1.maintenance {
	color: #ff9900;
}

div.maintenance {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #777;
}

a {
	color: #004d99;
}

a:hover {
	background-color: #abc;
}

th {
	background-color: #cce6ff;
	padding: 4px 6px;
	font-weight: normal;
}

.warning {
	margin: 10px 0px;
	padding: 10px;
	background-color: #ff9;
}

#footer {
	border-top: 1px dotted #777;
	margin-top: 20px;
	padding-top: 20px;
	color: #777;
}

.headerLink {
	display: inline;
}

.headerLink a {
	margin-left: 10px;
}

.headerBox {
	margin-bottom: 15px;
}

.active {
	background-color: #cde;
}

.buttonBox {
	width: 100px;
	height: 30px;
	margin-left: 5px;
	display: inline;
}

.button {
	/* width: 90px; */
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	border: none;
	outline: none;
	margin-top: 0px;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	font-weight: bold;
	background-color: #89a;
	/*box-shadow: -5px 5px 5px 0 #8aa7fb;
	*/
}

.button:hover {
	background-color: #abc;
	cursor: pointer
}

.button:active {
	/*
	margin-left: -5px;
	margin-bottom: -5px;
	padding-top: 2px;
	box-shadow: none
	*/
	
}

.buttonYes {
	/* box-shadow: -5px 5px 5px 0 #5a7766; */
	background-color: #5add22;
}

.buttonNo {
	/* box-shadow: -5px 5px 5px 0 #5a7766; */
	background-color: #ff3333;
}

pre {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 14px;
	color: #333;
	margin:0px;
	padding:0px;	
}


#printoutInfo {
	display: none !important;
}

.formErrorMessage {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

@media print {
	#topMenu,#footer {
		display: none !important;
	}
	
	#printoutInfo {
		display: block !important;
	}
	
	.printActions {
		border-top: 1px solid #000;
		display: none !important;
	}
}