.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.breadcrumbs li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	padding-left: 15px;
	background-image: url("/images/breadcrumb.png");
	background-repeat: no-repeat;
}

.outerDiv {
	padding-bottom: 6px;
	margin: 0;
}

.mainDiv {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 4px solid #335FA3; /* #3260A3   buttom line*/
	padding-bottom: 40px;
	width: 100%;
	text-align: left;
	min-height: 410px;
}


.content {
	padding-top: 10px;
	border-top: 4px solid #335FA3; /* line below header */
	padding-bottom: 10px;
}

.content_front {
	padding-top: 0px;
	border-top: 4px solid #335FA3; /* line below header */
	padding-bottom: 0px;
}

/*
#3260A3;
*/
.header {
	padding: 0;
	margin: 0;
}

.header img {
	float: left;
	margin: 0;
}

.footer {
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 16px;
	width: 100%;
}

.footer span,.footer span a {
	font-size: small;
	text-decoration: none;
	color: #555;
}

.footer a:hover {
	text-decoration: underline;
}

.column.wide {
	width: 100%;
	margin-right: 20px;
}

.column {
	float: left;
	width: 100%;
	margin-right: 20px;
	padding: 0;
}

.clearBoth {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}

.centeredBlock {
	margin-left: auto;
	margin-right: auto;
	width:70%;
}

.italic {
	font-style: italic;
}

.floatingRight {
	float: right;
}

.floatingLeft {
	float: left;
}

.alignedRight {
	text-align: right;
}

.alignedLeft {
	text-align: left;
}

.justified {
	text-align: justify;
}

.indented {
	margin-left: 5px;
	margin-right: 5px;
}

.blueText {
	color: #335FA3;
}

.blueBackground {
	background-color: #335FA3;
	color: white;
}

.blueBorder {
	border: 1px solid #335FA3;
}

.grayText {
	color: #555;
}

.plainText {
	text-decoration: none;
}

.emphasized {
	text-decoration: none;
	font-weight: bold;
}

.grayBackground {
	background-color: #555;
	color: white;
}

.grayBorder {
	border: 1px solid #555;
}

.pageBreak {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid silver;
}

.normalizedInput {
	width: 200px;
}

.wideInput {
	width: 400px;
}

.warningNotice {
    border: 3px solid gray;
    border-radius: 5px;
    box-shadow: inset 1px 1px 2px 5px rgba(127, 127, 127, 0.3);
    background-color: lightgray;
    background-image: url(/images/2016/warning.png);
    background-position: 8px 8px;
    background-size: 45px;
    background-repeat: no-repeat;
    padding: 4px;
    padding-left: 50px;
}

.noBorder,.rich-table.noBorder,.rich-table.noBorder .rich-table-row,.rich-table.noBorder .rich-table-cell
{
	border: none;
}

/**
* RichFaces customization begins here. See also META-INF/skins/lundogbendsen.skin.properties
*/
.rich-panel {
	border: 1px solid #808083;
	font-family: Arial, serif;
}

.rich-panel-header {
	border: none;
	border-bottom: 1px solid #808083;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

/**
.rich-table,.rich-table-cell {
	border: none;
}

.rich-stglpanel {
	background: none;
	background-color: transparent;
	border-width: 0px;
	border: none;
}

.rich-stglpanel-header {
	background: none;
	background-color: transparent;
	border-width: 0px;
	border: none;
	color: #555;
	font-weight: normal;
	font-size: small;
	font-family: Arial;
}
*/

.rich-menu-item,.rich-menu-item-label,.rich-menu-item span,.rich-menu-item div {
	font-family: Arial, serif;
	font-size: small;
	text-align: left;
}

.rich-messages {
	text-align: left;
	font-family: Arial, serif;
}

.rich-filter-input {
	font-size: small;
	font-family: Arial, serif;
}

.rich-tool-tip {
	max-width: 500px;
	font-size: small;
	text-align: left;
}

.rich-spinner-input {
	text-align: right;
}

.rich-combobox-list-scroll span {
	margin: 0;
	padding: 0;
	text-align: left;
}

.rich-calendar-weekends {
	color: black;
}

.table-separator-bottom  th{
	font-weight: bold;
}

@media (min-width: 768px) {
	.mainDiv {
		width: 900px;
	}
	.footer {
		width: 900px;
	}
	.column.wide {
		width: 630px;
	}

	.column {
		width: 305px;
	}

}
