/* Changes to standard elements */

BODY {
    font-family: Arial, Helvetica, Sans-Serif;
	background-color: #E6E6E6; 
	color: #000033; /* #000066; */
    margin: 0px;
    }

h1,h2,h3,h4,h5,h6 
{
    font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #151544; /* #00008B; */
	line-height: normal;
}
    


H1 {	
	font-size: 14pt;
}

H2 	{ 
    font-size: 12pt;
}

H3 	{ 
    font-style: italic;
	color: #00008B; 
   	font-size: 12pt;
}

UL {
        margin-top: 0.5ex;
    }

OL {
        margin-top: 0.5ex;
    }
.Hinline  
    { 
    font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #00008B; 
	}


DFN  {
		text-decoration: underline;
		color: blue;
	}

PRE	{   font-size: 8pt;
	    font-family: "Courier New", "Courier", monospace;
	    background-color: #F0F0F0;
	}

THEAD, .ROWHEADING {
        font-weight: bold;
        background-color: #CCCCCC;
        text-align: center; 
	    text-transform: capitalize;
    }


/* Bar at top of screen */
.topBar { 
    background-color: #990000; 
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	background-image: url("/images/topbackground.jpg");
	background-repeat: repeat-x;
	}

.topBarTitle {
    font-size: 24pt;
    font-weight: bold;
    }

.topBarTag {
    font-size: 10pt;
    font-weight: bold;
    }

/* Name part */
.topBarWho {
    font-size: 10pt;
    font-weight: bold;
    }

/* Name part */
.topBarArl {
    font-size: 10pt;
    font-weight: bold;
    }

A.topBarArl:link,A.topBarArl:visited,A.topBarArl:hover  {
    color: white;
    text-decoration: none;
}


.topDate {
    font-size: 8pt;
    font-weight: bold;
    }

/* Bar with breadcrumbs */
.breadcrumbs {
    background-color: #660000; 
	color: #FFFFFF;
    font-size: 8pt;
    font-family: Arial, Helvetica, Sans-Serif;
    }

A.breadcrumbs:link,A.breadcrumbs:visited,A.breadcrumbs:hover  {
    color: white;
    text-decoration: underline;
}


/* LHS Menu */
TABLE.LHS {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: black;
    }


TD.LHSTITLE {
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    background-color: #660000;
    padding-left: 1em;
    padding-top: 2pt;
    padding-bottom: 2pt;
    }

TD.LHS 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    background-color: #660000;
    padding-top: 4pt;
    padding-bottom: 4pt;
    padding-left: 2pt;
    }

TD.LHS:hover {
    color: white;
    background-color: black;
    }

/* Extend A tag width to match TD */
A.LHS 
{
    display: block;
    width: 100%;
}


A.LHS:link,A.LHS:visited,A.LHS:hover  {
    color: white;
    text-decoration: none;
}

DIV.LHSSEARCHTITLE {
    text-align: center;
    font-size: 8pt;
    letter-spacing: 0.1em;
    color: white;
    background-color: #660000;
    padding-top: 4pt;
    padding-bottom: 4pt;
    padding-left: 2pt;
    }

TD.LHSSEARCH {
    text-align: center;
    font-size: 8pt;
    letter-spacing: 0.1em;
    color: white;
    background-color: #000000;
    }


TABLE.MAINTABLE /* Main Part of Page - except Banner */
{
	background-color: White;
	border: solid black 1px; 
}

TD.LEFT /* LHS of page - button area */
{
    background-color: #660000;
}

TD.MAIN /* Middle of page - Content */
{
    font-size: smaller;
    line-height: 125%;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
    
TD.RIGHT /* RHS of page - Callout, button */
{
}


/* Printing - suppress things not wanted on printed copy */
@media print 
{
    div.socialbookmarks, td.LEFT, table.LHS
    {
        display: none;
    }
    
    .topBar img, .breadcrumbs
    {
        display: none;
    }
    
    TABLE.MAINTABLE
    { 
        border: none;
    }
    
    a:link, a:visited 
    {
        text-decoration: none;
        color: Black;
        font-weight: bold;
    }
}




/* Copyright stuff */

.smallprint {	font-size: 8pt; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		}

/* Terms and Conditions of Forms */
.TINYPRINT {
    font-size: 8pt;
    border: solid black 1pt;
    text-align: center;
    }


/* Article Display - Summaries */
.ATITLE {
    font-weight: bold;

}

.ADATE {
    font-size: 10pt;
}

.AABSTRACT {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: Black;
}

/* Front page abstracts */
P.AABSTRACT {
    margin-top: 0pt;
    margin-bottom: 0pt;
    text-indent: 1em;
    line-height: normal;
}

P.AABSTRACT:first-letter {
    color: red;
}

A.AMORE {
    font-family:  Arial, Helvetica, Sans-Serif;
    text-align: right;
}    

A.AMORE:link,A.AMORE:visited {
    color: red;
    text-decoration: underline;
}

A.AMORE:hover {
    text-decoration: underline;
}

/* Article Display - Teaser of latest article */
div.TEASER {
    margin-left: 0.5in;
    margin-right: 0.5in;
    margin-top: 0.2in;
    margin-bottom: 0.25in;
    padding: 10px;
    border: solid black 1px;
    background-color: #EEEEFF;
}

.TINTRO {
}

div.TTITLE 
{
	margin-top: 0.1in;
	margin-bottom: 0.0in;
    font-weight: bold; 
    text-align: center;
}

.TDATE {
    font-size: 8pt;
}

.TABSTRACT {
    font-style: italic;
}

A.TMORE:link,A.TMORE:visited {
    color: red;
    text-decoration: underline;
}

A.TMORE:hover {
    text-decoration: underline;
}

/* Article Display - Detail */

.ARTICLETITLE {
}

/* Abstract on page with article */
.ARTICLEABSTRACT {
    width: 90%;
    margin-bottom: 10px;
    font-family: Georgia, Times New Roman, Times, Serif;
    line-height: normal;
    color: Black;
    background-color: #D8D8D8;
    padding: 1em 1em 1em 1em;
}

@media print 
{
    .ARTICLEABSTRACT 
    {
        background-color: White;
        border: dotted thin black;
    }
}


/* Article text uses no styles */

.ARTICLEDATE {
    font-size: smaller;
}

.ARTICLEFEEDBACK {
    text-align: center;
}

.TRADEMARKDISCLAIMER {
    font-size: 8pt;
    text-align: center;
}

DIV.DISCLAIMER {
    font-size: 8pt;
    text-align: center;
    border: thin solid black;
    margin-left: 1in;
    margin-right: 1in;
    margin-top: 0.25in;
    padding-left: 1en;
    padding-right: 1en;
}

/* RHS Button space */
DIV.RHBUTTON {
    float: center;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Inline Seminar Ads */

DIV.SEMINARAD 
{
	color: Black;
                    float: center;
                    width: 120px;
					font-size: 8pt; font-weight: bold;
					text-align: center;
					padding-left: 6px;
					padding-right: 6px;
					padding-top: 6px;
					padding-bottom: 6px;
                    border: thin solid black;
					}

.SEMINARADTITLE 
{
	color: Navy;
	text-transform: capitalize;
	font-size: 10pt;
	xletter-spacing: 0.1em;
	}

.SEMINARADDATE {
					font-size: 12pt; font-weight: bold;
					}

.SEMINARADPLACE {
					}

.SEMINARADLENGTH {
                 }

.SEMINARADREG {
					text-align: center;
					text-transform: uppercase;
					padding-top: 0px;
					padding-bottom: 0px;
					xletter-spacing: 0.1em;
					font-size: 9pt;
					}

.SEMINARADREG A:link { color: Red; }					
.SEMINARADREG A:visited { color: Red; }					
/* Seminar Dates - from DisplaySeminarDates */
TABLE.SEMINARS
{
    border: solid black 1px;
    background-color: #D8EAF4;
}

THEAD.SEMINARHEAD
{
    font-weight: bold;
    text-align: center;
    background-color: #D8EAF4;
    font-size: 10pt;
}


TBODY.SEMINARBODY
{
	font-size: 9pt;
}


TR.SEMINARROWODD
{
    background-color: white
}

TR.SEMINARROWEVEN
{
    background-color: #E6E6E6
}

TD.SEMINARTITLE
{
	font-variant: small-caps;
}

TD.SEMINARDATE
{
}

TD.SEMINARLOCATION
{
}

TD.SEMINAROPEN
{
	font-weight:bold;
}

TD.SEMINARCLOSED
{
	color: red;
}

.FOOTNOTE
{
	font-size: smaller;
}

P.NETWORKTHIS
{
	text-align: center;
	font-size: smaller;
}

DIV.NEWSLETTERPLUG
{
	font-weight: bold;
	border: dotted 1px red;	
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 6pt;
	padding-bottom: 6pt;
}

div.NEWSLETTERTEASER
{
    xfont-style: italic;
	border: dotted 1px red;	
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 6pt;
	padding-bottom: 6pt;
}
/* Social Bookmarks */
div.socialbookmarks 
{
    height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    overflow: hidden;
}

div.socialbookmarks ul {
	list-style: none;
	padding: 0;
	text-align: center;
}


div.socialbookmarks li {
	display: inline-block;
	xfloat: left;
	margin-right: 8px;
}

/* for opacity to work in IE8, the element must be a block */
div.socialbookmarks a 
{
    display: block; float: left; margin: 0px; padding: 0px;
}

div.socialbookmarks a:hover {
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div.socialbookmarks img 
{
    border: none;
    width: 24px;
    height: 24px;
    margin: 0px;
    padding: 0px;
}

