BODY     { color: #28574E; font-family: verdana, helvetica, arial; font-size: x-small;}
TD       { color: #28574E; font-family: verdana,helvetica,arial; font-size: 9pt }
H1       { font-size: large; color: #28574E; font-weight: bold; margin-top: 10px; margin-bottom: 10px }
H2       { background-color: #E7EDEC; font-size: medium; font-weight: normal; margin-top: 10px; margin-bottom: 10px }

}
/* Use for list titles, so that there is no margin between text and list */
.listtitle {font-size: x-small;margin-bottom: 0px;margin-left: 10; margin-right: 10}

/*UL {font-size: x-small;margin-top: 0px; margin-bottom: 0px}
LI {font-size: x-small;	margin-top: 0px; margin-bottom: 0px; margin-left: 10;margin-right: 10}*/
OL {font-size: x-small; margin-top: 0px; margin-bottom: 0px}


.pBanner    { background-color: #28574E; color: white; font-size: 10pt; line-height: 15pt; font-weight: bold; margin: 0px; text-align: center; border: 1px solid #28574E; }
.pTitle     { color: #28574E; font-size: 12pt; font-weight: bold; margin: 10px; text-align: center }
.psubTitle  { color: #28574E; font-size:  8pt; margin-bottom: 5px; text-align: center }
.th2        { font-weight: bold; font-size: 10pt; border-bottom: 1px solid #28574E }
.footer     { font-size: 8pt; margin-left: 20px; margin-right: 20px; margin: 0; text-align: left }
.citation   { font-size: 10pt; margin-left: 30px; margin-right: 20px; margin-top: 10px; text-indent: -10px; text-align: left }

.subhd1     { font-size: 9pt; font-weight: bold; margin-top: 0px; margin-bottom: 0px }
.subtxt1    { font-size: 9pt; margin-top: 5px; margin-bottom: 0px; margin-left: 10px }
.dhd2       { font-size: 9pt; font-weight: bold; margin-top: 10px }

.offsetTop  { margin-top: 5px }

/*A         { color: #28574E }
A:visited { color: #28574E }
A:active  { color: #28574E }
A:hover   { color: #ADBFBC }*/

P.footer A { font-weight: bold }

.cnote          { font-size: 8pt; background: #FFDDA0; text-align: center  }
A.cnote         { font-weight: normal; color: #28574E; font-style: italic }
A.cnote:visited { color: #28574E }
A.cnote:active  { color: #28574E }
A.cnote:hover   { color: #ADBFBC }

#renderConfAbstract {
	/*border: 1px solid purple;*/
	height: inherit;
}

div.confBody {
	border: 1px solid #28574E;
}

.relatedConfBody {
	/*border: 1px solid #9CB2AD;*/
	padding: 3px;
}

p.sideSearch{
	font-size: 10px;
	margin: 3px;
	vertical-align: top;
}

.relatedConfBody div.relatedConfBody_result {
	float: left;
	/*width: 250px;
	height: 90px;
	overflow-y: hidden;*/  /*overflow-y: auto;*/
	border: 1px dashed #9CB2AD;
	margin-top: .5em;
	/*margin-left: .5em;*/
	padding: 1px;
}

.relatedConfBody div.relatedConfBodyHeader {
	text-align: right;
	padding-right: 10px;
	vertical-align: bottom;
	background-color: #F4D393;
	height: 24px;
}

/**
 * Display conference abstract by catid and/or search results (Grid - centre)
 **/
.renderConfBody {
	padding: 1px;
}

.renderConfBody div.renderConfBody_result {
	float: left;
	width: 250px;
	height: 90px;
	overflow-y: auto;  /*overflow-y: hidden;*/
	border: 1px dashed #9CB2AD;
	margin-top: .5em;
	margin-left: .5em;
	padding: 1px;
	/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* fallback (Opera) */
    background: #e9fbf1; /* 008800 */
    /* Mozilla: */
    background: -moz-linear-gradient(top, #e9fbf1, #FEFFF1);	/* c9dbd1; B4CCC4 */	/* e8f0e4; FEFFF1 */
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#e9fbf1), to(#FEFFF1));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#e9fbf1', EndColorStr='#FEFFF1', GradientType=0);
}

.renderConfBody div.renderConfBodyHeader {
	text-align: right;
	padding-right: 10px;
	vertical-align: bottom;
	background-color: #9CB2AD;
	height: 24px;
	background-image: url(../images/headerbar/headerbar_crnr.gif);
	background-repeat:no-repeat;
}

.renderConfBody div.renderConfBodyHeader span.recordNum {
	float: left;
	font-weight: bold;
	vertical-align: bottom;
	padding-left: 10px;
	padding-top: 4px;
}

/**
 * Display conference abstract by catid and/or search results (Grid - side)
 **/
.renderConfBodySideGrid {
	padding-top: 1px;
/*	background-color: #9CB2AD;*/
}

.renderConfBodySideGrid div.renderConfBodySideGrid_result {
	/*float: left;
	width: 250px;*/
	width: auto;
	height: 90px;
	overflow-y: auto;  /*overflow-y: hidden;*/
	border: 1px dashed #9CB2AD;
	margin-top: .5em;
	padding: 1px;

}

.renderConfBodySideGrid div.renderConfBodyHeaderSideGrid {
	text-align: right;
	/*font-size: 10px;*/
	padding-right: 5px;
	padding-top: 3px;
	vertical-align: bottom;
	background-color: #9CB2AD;
	/*background-image: url(../images/headerbar/headerbar_crnr.gif);
	background-repeat:no-repeat;*/
}

.renderConfBodySideGrid div.renderConfBodyHeaderSideGrid p.recordNum {
	/*padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: left;
	font-weight: bold;
	vertical-align: bottom;*/
}
