@charset "utf-8";
/* CSS Document */

div#arItemsWrapper {}

/* Year Filter in page: 
div#arFilter {position:relative; display:block; text-align:right; margin-bottom:8px;}
div#arFilter a.current{ background-color:#3366FF; color:#FFFFFF; }
div#arFilter a:hover{ background-color:#3366FF; color:#FFFFFF;}
*/
div#arFilter {display:none;}

div#arItemsRecordsWrapper{}

div#arItems table {width:100%; display:block; }

div#arItems .items td.orgImg { width:136px; vertical-align:top;}
div#arItems .items td.orgImg img{ max-width:120px; }

div#arItems .items td{padding-top:8px; padding-bottom:8px;
	border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
	border-top-style: none; border-right-style: none; border-bottom-style: dotted; border-left-style: none;
	border-bottom-color: #6c6c6c;
	}

div#arItems .items td.arData { vertical-align:top; }
div#arItems .date {vertical-align:top; font-size:11px;}
div#arItems .abstract { vertical-align:top; }
div#arItems .abstract p{ margin-top:0px;}
div#arItems td.arData h1.title {font-size:10pt; font-weight:bold; text-decoration:none; color:#2a4290; 
/*margin-top:6px; margin-bottom:6px; padding:0px; display:block;*/}
div#arItems td.arData h1.title a{ font-size:10pt; font-weight:bold; text-decoration:none; color:#2a4290;}
div#arItems td.arData h1.title a:hover{ text-decoration:underline;}

div#noItemsToshow{}

