#wls-user-errors {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffa3b5;
	color: #000000;
}
#wls-user-messages {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #55ffb5;
	color: #000000;
}
#wls-main {
	width: 90%;
	margin: 4px;
}
#wls-main * {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#wls-main input, #wls-main button {
	border: 1px solid #AAAAAA;
	background-color: white;
	font-size: 8pt;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}
#wls-main select {
	border: 1px solid #AAAAAA;
	background-color: white;
}
#wls-main select, #wls-main option {
	font-size: 8pt;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}
#wls-main input[type=checkbox] {
	border: 0;
}
#wls-main img {
	border: 0px none black;
	margin: 0px;
	padding: 0px;
}
#wls-main h2 {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #336699;
	margin: 0px;
	padding: 5px;
}
#wls-main h4 {
	width: 100%;
	height: 20px;
	background-color: #11A9F5;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px 5px;
}
#wls-main *.label {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
#wls-main tr.multirow span.label, #wls-main tr.multirow span.control {
	vertical-align: middle;
}
#wls-main *.important {
	color: red;
}
#wls-main p.validation-error {
	color: red;
}
#wls-main p.errors-title {
	font-weight: bold;
}
#wls-main label.error {
	color: red;
	font-weight: bold;
	white-space: nowrap;
}
#wls-main *.changed {
	background-color: yellow;
}
#wls-main input.error {
	background-image: url('common/images/close.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border: 2px solid red;
	padding-right: 20px;
}
#wls-main a:link.button, #wls-main a:visited.button {
	background: transparent url(images/footer.gif) repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px;
}
#wls-main input.button {
	background: transparent url(images/footer.gif) repeat scroll 0 0;
	width: auto;
	padding: 2px 5px;
	margin: 0px 10px 0px 2px;
	color: #FFFFFF;
	border: none;
}
#wls-main a:link, #wls-main a:visited {
	color: #336699;
	text-decoration: underline;
}
#wls-main a:hover, #wls-main a:active {
	color: #336699;
	text-decoration: none;
}
#wls-page-title {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 13px;
	padding: 3px 0px 3px 8px;
	margin: 0px;
	text-transform: none;
	background-color: #49788A;
	text-align: left;
	width: 100%;
	border-left: 0px;
}
#wls-main *.disabled {
	color: grey;
}
#wls-main table.table-with-border *.error {
	color: red !important;
}
#wls-main table.table-with-border *.normal {
	color: green !important;
}
#wls-main table.table-with-border *.firstColumn {
	text-align: left;
}
#wls-main table.table-with-border, #wls-main table.table-with-border td {
	border: #AAAAAA 1px solid;
}
#wls-main table.table-with-border th {
	background-color: #49788A;
	color: white;
	padding: 4px;
}
#wls-main table.table-with-border {
	margin-top: 1em;
	background-color: #F4F4F4;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0px 0px 1px 1px;
	width: 100%;
}
#wls-main table.table-with-border td {
	border-width: 1px 1px 0px 0px;
	margin: 0;
	padding: 4px;
	font-size: 11px;
}
#wls-main table.flashes-filter {
	border-collapse: collapse;
}
#wls-main table.flashes-filter tr {
	height: 30px;
}
#wls-main table.flashes-filter td {
	vertical-align: top;
}
#wls-main table.flashes-filter td.fiter-title {
	vertical-align: top;
	width: 80px;
}
#wls-main table.edit-details-component td.label, #wls-main table.edit-details-component td.control {
	padding: 2px;
}
#processing-dialog {
	text-align: center;
	vertical-align: middle;
}
#processing-dialog p.processing {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
