/** over lfr */
.aui body {
    background-color: white;
    color: #333;
/*
    font-family: Calibri,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
*/
    font-family: Tahoma, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.a-body,.a-html {
	background-color: #198eb3 !important; /*#15547F*/
	background-image: url("../img/bg_left.png");
	/*background-image: url("../img/bg.jpg");*/
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100%;
}

@media print {
	.a-body,.a-html {
		background: #fff !important;
		height: auto;
	}
}

/** over lfr */
/*.aui .portlet-asset-publisher .asset-content, .aui .portlet-asset-publisher .asset-summary, .aui .portlet-asset-publisher .asset-title, .aui .portlet-asset-publisher .header-title, .aui .portlet-asset-publisher li.title-list, .aui .portlet-blogs .entry-body, .aui .portlet-blogs .entry-title, .aui .portlet-blogs .header-title, .aui .portlet-journal-content .journal-content-article, .aui .portlet-message-boards .header-title, .aui .portlet-message-boards .thread-body*/
.aui .portlet-journal-content .journal-content-article {
	word-break: normal;
	word-wrap: break-word;
}

.aui .portlet-borderless-container {
	padding: 0;
}

.aui a {
	color: #07c; /*#009ae5 #145B88;*/
	font-weight: 200;
}

@media print {
	.aui a, .aui a:visited {
		text-decoration: underline;
	}
	
/** lfr def 	
	.aui a[href]::after {
		content: " (" attr(href) ")";
	}
	 
	.aui .ir a::after, .aui a[href^="javascript:"]::after, .aui a[href^="#"]::after {
		content: "";
	}
*/

	.aui a[href]::after {
		content: "";
	}
	
	.aui pre, .aui blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.aui tr, .aui img {
		page-break-inside: avoid;
	}
	.aui h2, .aui h3 {
		page-break-after: avoid;
	}
}




.portlet-site-map  .portlet-body > ul  > li 
{
	border-top: 1px solid #07c;
	list-style-position: inside;
	list-style-type: none;
	padding-bottom:12px;
}

.a-inline {
	/*display: inline;*/
	/*inline-block cross browser next 4 lines */
	display: -moz-inline-box; /*-moz-inline-stack;*/
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.a-rowBreak {
	clear: both;
}

.a-table100NoBorder {
	width: 100%;
	border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.a-table100NoPadding {
	width: 100%;
	border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.a-table100NoPadding td {
	padding: 0px;
	margin: 0px;
}

.a-tableTopAlign td,.a-top-align {
	display: table-cell; /*display: inline-block;*/
	vertical-align: top;
}

.a-hidden {
	display: none;
}

.a-radius {
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.a-shadow {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
	/*margin >= 3px required */
}

.a-col100h {
	margin-bottom: -99999px !important;
	padding-bottom: 99999px !important;
}

.a-col100h-wrap {
	overflow: hidden;
}

@media print {
	.a-col100h,.a-col100h-wrap {
		height: auto;
	}
}

}
.a-contentPad {
	padding: 3px;
}

.pageWebContent {
	background-color: white;
	padding: 12px;
}

.pageborder {
	background-color: white;
	background-image: url(../img/hlr.png);
	background-repeat: repeat;
	width: 12px;
}

.pageContainer {
	height: 100%;
	margin-top: 0px;
	padding: 0px;
}

.pageColumnLeft {
	width: 10%;
}

.pageColumnMiddle {
	width: 80%;
	background: #FFFFFF;
	vertical-align: top;
	height: 100%;
	padding: 0px;
}

.pageColumnRight {
	width: 10%;
	background-color: #198eb3;
	background: url(../img/bg_right.png) repeat;
}

.pageColumnMiddleInner {
	height: 100%;
	margin-top: 0px;
	padding: 0px;
}

#wrapper {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.pageHeader {
	vertical-align: top;
}

.pageContent {
	vertical-align: top;
	height: 100%;
	background: #FFFFFF;
}

#content {
	background: #FFFFFF;
	padding-left: 9px;
	padding-right: 9px;
}

@media print {
	.pageColumnLeft,.pageColumnRight {
		width: 1px;
	}
	.pageContainer,.pageColumnMiddle,#content,.pageContent,#wrapper,.pageColumnMiddleInner
		{
		height: auto;
		width: 99%;
	}
}

.pageFooter {
	vertical-align: bottom;
	background-image: url(../img/bg_pattern_bottom.png);
	background-repeat: repeat;
	border-top: 2px solid #C3C3C3;
}

#footer {
	vertical-align: bottom;
}

.pageHeaderInner {
	margin: 0px;
	padding: 0px 1px 0px 1px;
	background-image: url(../img/bg_pattern_header.png);
	background-repeat: repeat;
	padding: 0px 1px 0px 1px;
}

.headerRowShortcuts {
	clear: both;
	height: 35px;
	color: #E2E5E7;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.headerRowShortcuts img {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.headerRowLogo {
	clear: both;
}

@media ( max-width : 600px) {
	.logoImg {
		display: none;
	}
	.logoText {
		font-size: 21pt;
		font-weight: bold;
	}
}

@media ( min-width : 600px) {
	.logoImg {
		
	}
	.logoText {
		display: none;
	}
}

.a-noprint {
	
}

@media print {
	.a-noprint {
		display: none !important;
	}
}

#topsearchForm {
	background-color: #efefef;
	background-image: linear-gradient(#fffff, #cdcdcd);
	border-radius: 25px 5px 5px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cdcdcd #cdcdcd #cdcdcd;
	width: 250px;
	height: 35px;
	padding: 10px;
	position: relative;
	/*	*/
	float: right;
	margin-right: 7px;
	margin-top: 12px;
}

@media ( max-width : 650px) {
	#topsearchForm {
		display: none;
	}
}

#topsearchText {
	padding: 5px 9px;
	height: 25px;
	width: 200px;
	border: none;
	background: #f1f1f1;
	border-radius: 25px 5px 5px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0
		rgba(255, 255, 255, 1);
}

#topsearchText:focus {
	outline: none;
}

#topsearchSubmit {
	background: url(../img/search24.png) no-repeat scroll 0 0 #efefef;
	width: 30px;
	height: 35px;
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
	position: absolute;
	right: 5px;
	top: 15px;
	float: right;
	font-size: 0;
	cursor: pointer;
}

.headerRowMenu,.menu-bar {
	clear: both;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat;
	line-height: 45px;
	/*text-align: right;*/
	border-bottom: 2px solid #C3C3C3;
}

.menu-bar-item {
	padding-right: 7px;
	padding-left: 7px;
}

A.menu-bar-link:link {
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #DFDFDF;
}

A.menu-bar-link:active {
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
	color: #DFDFDF;
}

A.menu-bar-link:visited {
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #DFDFDF;
}

A.menu-bar-link:hover {
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
	color: #DFDFDF;
	/*background-color: #cdcdcd;
	height: 45px;
	display:inline-block;*/
}

#menuPanels {
	display: none;
	padding: 0px;
	margin: 0px;
}

.menuPanel {
	margin: 0px 9px 9px 9px;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
	/* */
	border: 5px solid #cdcdcd;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* */
	background-color: #efefef;
	padding: 3px;
}

.menu-title {
	font-size: 21px;
	color: #085179;
	padding-bottom: 6px;
}

.menu-also-see {
	font-size: 17px;
	color: #65a4bf;
	padding-bottom: 6px;
}

.menu-slogan {
	font-size: 17px;
	color: #085179 !important;*/
	
/*	text-shadow: 1px -1px 1px #cdcdcd;
	color: #ffffff !important;*/
	text-align: left;
/*	background-color: #65a4bf; *//*#4F86A1;*/
	border-radius: 6px;
	padding: 10px 10px 10px 10px;
	margin-left: 6px;
	margin-bottom: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px 0
		rgba(255, 255, 255, 1);
}

.menu-section-title {
	font-size: 14pt;
	color: #870A36;
	padding-bottom: 6px;
}

.menu-section-links {
	padding-left: 0px;/* 7px*/ 
}

.menu-section-link {
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #cdcdcd;
}
.menu-section-link2 {
	margin-left: 6px;
}

.footer-menu .row-fluid [class*="span"] {
	min-height: 20px;
}

.footer-menu-title {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

A.footer-link {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #EEE;
}

A.footer-link:hover {
	text-decoration: underline;
	color: #FFF;
}

/** main table index */
.pathtxt {
	font-size: 9pt;
	font-weight: bold;
	color: #870A36;
}

.imgfr {
	vertical-align: middle;
	float: right;
	margin-right: 15px;
}

.imgfl {
	vertical-align: middle;
	float: left;
	margin-right: 15px;
}

.septitle {
	background-image: url(../img/hlr_small.png);
	background-repeat: repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
}

A.pagepath:link {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #989898;
}

A.pagepath:active {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #989898;
}

A.pagepath:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #989898;
}

A.pagepath:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #989898;
}

.indextable {
	background-color: #FFFFFF;
	width: 100%;
	border-collapse: separate;
} /** border: 2px solid black;*/
.indextable td {
	padding-left: 10px;
}

.indextitlered {
	font-size: 14pt;
	color: #870A36;
	padding: 3px 10px 0px 10px;
	background-image: url(../img/titlebg.png);
	background-repeat: repeat-x;
	margin-bottom: 3px;
	margin-top: 9px;
}

.indextitleblue {
	font-size: 14pt;
	color: #0A5487;
	padding: 3px 10px 0px 10px;
	background-image: url(../img/titlebg.png);
	background-repeat: repeat-x;
	margin-bottom: 3px;
	margin-top: 9px;
}

.indextitlegreen {
	font-size: 14pt;
	color: #0A870D;
	padding: 3px 10px 0px 10px;
	background-image: url(../img/titlebg.png);
	background-repeat: repeat-x;
	margin-bottom: 3px;
	margin-top: 9px;
}

.indextitleorange {
	font-size: 14pt;
	color: #BF5200;
	padding: 3px 10px 0px 10px;
	background-image: url(../img/titlebg.png);
	background-repeat: repeat-x;
	margin-bottom: 3px;
	margin-top: 9px;
}

.rightal {
	text-align: right;
}

.homePageBottomSectionBottom {
	margin-top: 15px;
}

/** Archimedia's WebWidgets specific CSS */
.a-slidethumb {
	padding-right: 10px;
	background-image: url(../img/slideshow_inactive.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
}

.a-slidethumb-selected {
	padding-right: 10px;
	background-image: url(../img/slideshow_active.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
}

.a-slide-right{
	margin-left:3px;
}

.a-slide-img{
	margin-left:10px;
}

@media ( max-width : 600px) {
	.a-slide-img {
		display: none;
	}
}

.maintitgreen {
	font-size: 22pt;
	color: #0A870D;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 10px;
}

.maintitblue {
	font-size: 22pt;
	color: #0A5487;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 10px;
}

.maintitred {
	font-size: 22pt;
	color: #870A36;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 10px;
}

.maintitorange {
	font-size: 22pt;
	color: #BF5200;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 10px;
}

.mainsubtitgreen {
	font-size: 16pt;
	color: #0A870D;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 10px;
}

.mainsubtitblue {
	font-size: 16pt;
	color: #0A5487;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 10px;
}

.mainsubtitred {
	font-size: 16pt;
	color: #870A36;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 10px;
}

.mainsubtitorange {
	font-size: 22pt;
	color: #BF5200;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 10px;
}

A.blue:link {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #085179;
}

A.blue:active {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #085179;
}

A.blue:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #085179;
}

A.blue:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #085179;
}


A.blue2:link {
	font-size: 10pt;
	text-decoration: none;
	color: #085179;
}

A.blue2:active {
	font-size: 10pt;
	text-decoration: underline;
	color: #085179;
}

A.blue2:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #085179;
}

A.blue2:hover {
	font-size: 10pt;
	text-decoration: underline;
	color: #085179;
}

A.red:link {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #870A36;
}

A.red:active {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #870A36;
}

A.red:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #870A36;
}

A.red:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #870A36;
}

A.green:link {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #0A870D;
}

A.green:active {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0A870D;
}

A.green:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #0A870D;
}

A.green:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0A870D;
}

A.orange:link {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #BF5200;
}

A.orange:active {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #BF5200;
}

A.orange:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #BF5200;
}

A.orange:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #BF5200;
}

.septhumb {
	background-image: url(../img/hlr_small.png);
	background-repeat: repeat;
	height: 4px;
	margin: 0px;
	padding: 0px;
}

.septhumbv {
	background-image: url(../img/hlr_small.png);
	background-repeat: repeat-y;
	width: 1px;
	margin: 0px;
	padding: 0px;
}

.hr-dark-dots-y {
	background-image: url(../img/hlrd.png);
	background-repeat: repeat-y;
	padding-left: 15px;
}

.hr-dark-dots {
	background-image: url(../img/hlrd.png);
	background-repeat: repeat;
	width: 8px;
	margin: 0px;
	padding: 0px;
}

.hr-light-dots {
	background-image: url(../img/hlr.png);
	background-repeat: repeat;
	width: 8px;
	margin: 0px;
	padding: 0px;
}

/* a-web-widgets */
.a-ww-popupPanel {
	border: 0px solid #000000;
	padding: 0px;
	margin: 0px;
	/**background: white;*/
}

.a-ww-popupPanel .popupContent {
	
}

.a-ww-popupPanelGlass {
	background-color: #FF0000;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

/***** elib, orgcmc ***/
.a-p-elib-catalogHome {
	overflow: auto;
// overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 36em;
}

.a-p-elib-catalog {
	
}

.a-p-elib-itemView {
	
}

.a-p-orgcmc-catLine,.a-p-idxhits-catLine {
	padding-bottom: 3px;
}

.a-p-elib-catLine {
	padding-bottom: 6px;
	/* align title's second line */
	padding-left: 30px;
	text-indent: -30px;
}

.a-p-elib-catalogHome .a-p-elib-catLine {
	padding-bottom: 3px;
}
.a-p-elib-catalogYearly .a-p-elib-catLine.year {
	padding-left: 60px;
 	
}

.a-p-elib-catLine img {
	margin-right: 3px;
}

.a-p-elib-itemDate {
	color: #BF5200;
}

.a-p-idxhits-catLineSnip {
	color: #666;
	padding-left: 10px;
	font-size: 10pt;
}

/*as maintitblue smaller*/
.a-p-elib-itemView .a-p-elib-itemTitle,.a-p-orgcmc-itemView  .a-p-orgcmc-itemTitle
	{
	color: #0A5487;
	font-size: 15pt;
	padding-bottom: 10px;
}

.a-p-elib-itemContent {
	clear: both;
}

.a-p-elib-itemLinked {
	margin: 15px;
}

.a-p-elib-pagination,.a-p-orgcmc-pagination,.a-p-idxhits-pagination {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.a-p-elib-pgnLinks,.a-p-orgcmc-pgnLinks,.a-p-idxhits-pgnLinks {
	display: inline-block; /* center*/
}

.a-p-elib-pgnNext,.a-p-elib-pgnPrev,.a-p-elib-pgnPage,.a-p-elib-pgnPageCur,.a-p-orgcmc-pgnNext,.a-p-orgcmc-pgnPrev,.a-p-orgcmc-pgnPage,.a-p-orgcmc-pgnPageCur,.a-p-idxhits-pgnNext,.a-p-idxhits-pgnPrev,.a-p-idxhits-pgnPage,.a-p-idxhits-pgnPageCur
	{
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #efefef 100%); /* W3C */
}

.a-p-elib-pgnPageCur,.a-p-orgcmc-pgnPageCur,.a-p-idxhits-pgnPageCur {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3)
		inset;
	cursor: default;
}

.a-p-elib-pgnLinks a:hover,.a-p-orgcmc-pgnLinks a:hover {
	background: #FCFCFC;
}

.a-p-elib-itemData,.a-p-orgcmc-itemData {
	padding: 2px;
}

.a-p-elib-itemDataKey,.a-p-orgcmc-itemDataKey {
	color: #294264;
	padding-right: 6px;
	text-align: right;
	width: 210px;
	font-weight: bold;
	vertical-align: top;
}

.a-p-elib-itemDataValue,.a-p-orgcmc-itemDataValue {
	color: #555555; /*#BF5200;*/
	vertical-align: top;
}

.a-p-orgcmc-servicesTable {
	margin: 30px;
}

.a-p-orgcmc-syndedemenoiTable {
	display: block;
	height: 390px;
	max-height: 390px;
	width: 90%;
	margin: 10px auto;
	overflow: auto;
	border-top: 3px solid #0A5487;
}

.a-p-orgcmc-servicesTable td,.a-p-orgcmc-syndedemenoiTable td,.deltiatb td
	{
	padding: 3px;
	border: 1px solid #0A5487;
	background-color: #EDF3FF;
}

.a-p-orgcmc-servicesTable th,.a-p-orgcmc-syndedemenoiTable th,.deltiatb th
	{
	padding: 3px;
	text-align: center;
	border: 1px solid #0A5487;
	background-color: #D7E5F1;
	font-weight: bold;
}

.deltiatb {
	width: 70%;
}

.isToolTip {
	padding: 6px;
	/*background: #FFCCAA; border: 1px solid #FF3334;)*/
	background: #9FDAEE;
	border: 1px solid #2BB0D7;
	width: 300px;
	margin: 3px;
}

.hasToolTip {
	border-bottom: 1px dotted #000000;
	color: #555555;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}

h1,.maintitblue {
	font-size: 24px;
	color: #0A5487 !important;
	padding-left: 10px;
	line-height: 28px;
}

h2 {
	font-size: 21px !important;
	color: #0A5487 !important;
	padding-left: 10px;
}

h3 {
	font-size: 18px !important;
	color: #0A5487 !important;;
	padding-left: 10px;
	font-weight: bold;
}

h1.blue,h2.blue,h3.blue {
	color: #0A5487 !important;
}

h1.green,h2.green,h3.green {
	color: #0A870D !important;
}

h1.red,h2.red,h3.red {
	color: #870A36 !important;
}

h1.orange,h2.orange,h3.orange {
	color: #BF5200 !important;
}