@CHARSET "ISO-8859-1";
.panel-margin {
	margin: 0;
	padding: 2;
}

.toolbar-text {
	color: #804000;
	font-size: small;
}

.footer {
	font-size: small;
	background-color: #9ABBDC
}

.layout-table-border {
	border-style:none ridge none groove; 
	border-width: thin;
	bgcolor: white;
}

.content-bgcolor {
background-color: white;
}

.error {
color: red;
font-size: 14;
}

.warn {
color: brown;
font-size: 14;
}

.info {
color: green;
font-size: 14;
}

.button {
background-color: #00A5E7;
color: orange;
font-size: 14;
}

.link {
color: blue;
font-size: 12;
text-decoration: none;
}

.label {
font-size: 14;
}

.inputLabel {
font-size: 12;
}

.inputText {
font-size: 12;
}

